[Cmake-commits] CMake branch, master, updated. v2.8.12.1-815-gb80ef72

Brad King brad.king at kitware.com
Tue Nov 26 09:52:38 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, master has been updated
       via  b80ef72b4d8e76bf5912d6d59a749a2d94bb49b2 (commit)
       via  7605e37aabae2678e5696a75e84aced2e84f9037 (commit)
      from  fd2ffb42aa8f8927f2ca3bf0c183957da88da2c0 (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=b80ef72b4d8e76bf5912d6d59a749a2d94bb49b2
commit b80ef72b4d8e76bf5912d6d59a749a2d94bb49b2
Merge: fd2ffb4 7605e37
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 26 09:52:35 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 26 09:52:35 2013 -0500

    Merge topic 'ninja-compile-link-pool'
    
    7605e37 Ninja: job pool support for compiling and linking


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

Summary of changes:
 Help/manual/cmake-properties.7.rst       |    3 ++
 Help/manual/cmake-variables.7.rst        |    2 +
 Help/prop_gbl/JOB_POOLS.rst              |   20 +++++++++++++++++
 Help/prop_tgt/JOB_POOL_COMPILE.rst       |   17 ++++++++++++++
 Help/prop_tgt/JOB_POOL_LINK.rst          |   16 +++++++++++++
 Help/variable/CMAKE_JOB_POOL_COMPILE.rst |    6 +++++
 Help/variable/CMAKE_JOB_POOL_LINK.rst    |    6 +++++
 Source/cmLocalNinjaGenerator.cxx         |   35 ++++++++++++++++++++++++++++++
 Source/cmLocalNinjaGenerator.h           |    1 +
 Source/cmNinjaNormalTargetGenerator.cxx  |    2 +
 Source/cmNinjaTargetGenerator.cxx        |   13 +++++++++++
 Source/cmNinjaTargetGenerator.h          |    5 +++-
 Source/cmTarget.cxx                      |    3 ++
 13 files changed, 128 insertions(+), 1 deletions(-)
 create mode 100644 Help/prop_gbl/JOB_POOLS.rst
 create mode 100644 Help/prop_tgt/JOB_POOL_COMPILE.rst
 create mode 100644 Help/prop_tgt/JOB_POOL_LINK.rst
 create mode 100644 Help/variable/CMAKE_JOB_POOL_COMPILE.rst
 create mode 100644 Help/variable/CMAKE_JOB_POOL_LINK.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list