[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2152-g0b45a70

Peter Kuemmel syntheticpp at gmx.net
Sat Feb 16 07:59:54 EST 2013


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  0b45a70936c45d89a137a0c75956789ad7150114 (commit)
       via  bbea30eec88fe6dc98d716f16141c6aab6a75314 (commit)
      from  4c9003b32c4755519b054b2e84c396c13528c04a (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0b45a70936c45d89a137a0c75956789ad7150114
commit 0b45a70936c45d89a137a0c75956789ad7150114
Merge: 4c9003b bbea30e
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Sat Feb 16 07:59:53 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Feb 16 07:59:53 2013 -0500

    Merge topic 'ninja-custom-command-implicit' into next
    
    bbea30e Ninja: remove implicit dependency on custom command outputs


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bbea30eec88fe6dc98d716f16141c6aab6a75314
commit bbea30eec88fe6dc98d716f16141c6aab6a75314
Author:     Peter Kümmel <syntheticpp at gmx.net>
AuthorDate: Sat Feb 16 12:54:19 2013 +0100
Commit:     Peter Kümmel <syntheticpp at gmx.net>
CommitDate: Sat Feb 16 13:45:28 2013 +0100

    Ninja: remove implicit dependency on custom command outputs
    
    Revert aa2e1e9caef92b10083a03c2ded5c937703e69b8
    With this commit all files are rebuild when only one moc file has changed.
    
    BUG 0013874

diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx
index f8e4399..80a1a9b 100644
--- a/Source/cmNinjaTargetGenerator.cxx
+++ b/Source/cmNinjaTargetGenerator.cxx
@@ -552,7 +552,7 @@ cmNinjaTargetGenerator
     cmCustomCommand const* cc = (*si)->GetCustomCommand();
     const std::vector<std::string>& ccoutputs = cc->GetOutputs();
     std::transform(ccoutputs.begin(), ccoutputs.end(),
-                   std::back_inserter(implicitDeps), MapToNinjaPath());
+                   std::back_inserter(orderOnlyDeps), MapToNinjaPath());
     }
 
   // If the source file is GENERATED and does not have a custom command

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

Summary of changes:
 Source/cmNinjaTargetGenerator.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list