[Cmake-commits] CMake branch, next, updated. v3.7.1-1592-gf0f7cd4

Brad King brad.king at kitware.com
Wed Dec 7 08:18:59 EST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f0f7cd4861749984392a3247faba705303755f01 (commit)
       via  9eee8a966e39ee55e7bee6b321e0382ddaf7806a (commit)
      from  d3934925a02995e97af78199d9ff04a57aa737d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0f7cd4861749984392a3247faba705303755f01
commit f0f7cd4861749984392a3247faba705303755f01
Merge: d393492 9eee8a9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 7 08:18:58 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 7 08:18:58 2016 -0500

    Merge topic 'QtAutogen_Contain' into next
    
    9eee8a96 fixup! QtAutogen: Use checksum based subdirectories to avoid name collisions


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9eee8a966e39ee55e7bee6b321e0382ddaf7806a
commit 9eee8a966e39ee55e7bee6b321e0382ddaf7806a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 7 08:14:59 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Dec 7 08:14:59 2016 -0500

    fixup! QtAutogen: Use checksum based subdirectories to avoid name collisions

diff --git a/Source/cmFilePathChecksum.cxx b/Source/cmFilePathChecksum.cxx
index 444ec7f..3d8b695 100644
--- a/Source/cmFilePathChecksum.cxx
+++ b/Source/cmFilePathChecksum.cxx
@@ -85,4 +85,4 @@ std::string cmFilePathChecksum::getPart(const std::string& filePath,
                                         size_t length)
 {
   return get(filePath).substr(0, length);
-}
\ No newline at end of file
+}

-----------------------------------------------------------------------

Summary of changes:
 Source/cmFilePathChecksum.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list