[Cmake-commits] CMake branch, next, updated. v3.5.2-1467-gea38bd0

Brad King brad.king at kitware.com
Wed May 18 09:07:45 EDT 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  ea38bd083ec543dc0015592f250db27642139f0e (commit)
       via  b5c7fe7f58cb622f177ca7d09a1ada6a7f35d2db (commit)
      from  8a17b4a96e19c6ab56266f61913da61e795fb938 (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=ea38bd083ec543dc0015592f250db27642139f0e
commit ea38bd083ec543dc0015592f250db27642139f0e
Merge: 8a17b4a b5c7fe7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 18 09:07:44 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 18 09:07:44 2016 -0400

    Merge topic 'ghs-shorter-object-names' into next
    
    b5c7fe7f fixup! GHS: Use shorter object file names on collision


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b5c7fe7f58cb622f177ca7d09a1ada6a7f35d2db
commit b5c7fe7f58cb622f177ca7d09a1ada6a7f35d2db
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 18 09:07:10 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed May 18 09:07:10 2016 -0400

    fixup! GHS: Use shorter object file names on collision

diff --git a/Source/cmGhsMultiTargetGenerator.cxx b/Source/cmGhsMultiTargetGenerator.cxx
index 0ef2612..5e13d4c 100644
--- a/Source/cmGhsMultiTargetGenerator.cxx
+++ b/Source/cmGhsMultiTargetGenerator.cxx
@@ -465,7 +465,6 @@ cmGhsMultiTargetGenerator::GetObjectNames(
   for (std::vector<cmSourceFile*>::const_iterator sf =
          duplicateSources.begin();
        sf != duplicateSources.end(); ++sf) {
-    static std::string::size_type const MAX_FULL_PATH_LENGTH = 247;
     std::string const longestObjectDirectory(
       cmGhsMultiTargetGenerator::ComputeLongestObjectDirectory(
         localGhsMultiGenerator, generatorTarget, *sf));

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

Summary of changes:
 Source/cmGhsMultiTargetGenerator.cxx |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list