[Cmake-commits] CMake branch, master, updated. v3.2.2-781-g8469b6f

Brad King brad.king at kitware.com
Wed Apr 15 11:46:18 EDT 2015


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  8469b6f6941ec8afe30f6c5a94f045e596bfe22a (commit)
       via  5d056c0dd85934e7a985cb49f97c343e38f20929 (commit)
       via  de722d7d63866613aaa8105b52ee90ffe2721136 (commit)
       via  9b5f80a83c07b4c840b190f4f9057f2cf0fa03d4 (commit)
       via  0076b5d8340be81057195e70853d33e8fb66c1db (commit)
       via  24b7f31d3a2a464cef5955648e4a152a19d44890 (commit)
       via  0aec49132885be07e1d92a4a1db58f4c6c4c2844 (commit)
       via  96f8c5f9a3bd60f553af054b43e06ce4864269e0 (commit)
       via  97e53ebb3cd728e6091f93cb7d4eac91ae417bdb (commit)
       via  1e738bcf9c7952bc9ae9bfb1be831c9f16998f54 (commit)
       via  62854e9966a3fe308cff4a76c89f6bf72f76551c (commit)
       via  db8425be18439c899c08294dde117cc137c75d23 (commit)
       via  74de9a734c92288fb3e602be0d1c967b33b67443 (commit)
       via  b159bff732d4e34a683edd1740604428049d1819 (commit)
      from  ea394c63aa39fed008eec86b19a304d04bb302cf (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=8469b6f6941ec8afe30f6c5a94f045e596bfe22a
commit 8469b6f6941ec8afe30f6c5a94f045e596bfe22a
Merge: ea394c6 5d056c0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 15 11:46:17 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 15 11:46:17 2015 -0400

    Merge topic 'port-global-properties-to-cmState'
    
    5d056c0d Port Global property interaction to cmState.
    de722d7d Move property initialization to cmState.
    9b5f80a8 Move global properties to cmState.
    0076b5d8 cmake: Remove the happy global property scope pattern.
    24b7f31d cmake: Remove unused cmCommand methods.
    0aec4913 Port cmCommand consumers to cmState.
    96f8c5f9 cmState: Move cmCommand-related methods from cmake class.
    97e53ebb cmake: Simplify command clean up loop.
    1e738bcf cmake: Simplify RemoveUnscriptableCommands algorithm.
    62854e99 cmState: Move try_compile state from cmake class.
    db8425be cmake: Get enabled languages from cmState.
    74de9a73 cmGlobalGenerator: Delegate storage of enabled languages to cmState.
    b159bff7 Move property definition to cmState.


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

Summary of changes:
 Source/CPack/cpack.cxx                 |    2 +-
 Source/CTest/cmCTestScriptHandler.cxx  |    4 +-
 Source/CTest/cmCTestSubmitHandler.cxx  |    3 +-
 Source/CTest/cmCTestTestHandler.cxx    |    8 +-
 Source/cmAddLibraryCommand.cxx         |    3 +-
 Source/cmCPluginAPI.cxx                |    4 +-
 Source/cmCTest.cxx                     |    9 +-
 Source/cmComputeLinkInformation.cxx    |   21 +--
 Source/cmComputeTargetDepends.cxx      |    7 +-
 Source/cmConditionEvaluator.cxx        |    4 +-
 Source/cmDefinePropertyCommand.cxx     |    3 +-
 Source/cmExtraEclipseCDT4Generator.cxx |    4 +-
 Source/cmFindLibraryCommand.cxx        |    8 +-
 Source/cmFindPackageCommand.cxx        |   35 +++--
 Source/cmFunctionCommand.cxx           |    5 +-
 Source/cmGetCMakePropertyCommand.cxx   |    4 +-
 Source/cmGetPropertyCommand.cxx        |    9 +-
 Source/cmGlobalGenerator.cxx           |   30 ++--
 Source/cmLoadCommandCommand.cxx        |    2 +-
 Source/cmLocalNinjaGenerator.cxx       |    5 +-
 Source/cmMacroCommand.cxx              |    5 +-
 Source/cmMakefile.cxx                  |   33 +---
 Source/cmMakefile.h                    |   11 --
 Source/cmMakefileTargetGenerator.cxx   |    4 +-
 Source/cmPropertyMap.cxx               |    4 +-
 Source/cmQtAutoGenerators.cxx          |    9 +-
 Source/cmState.cxx                     |  268 +++++++++++++++++++++++++++++++-
 Source/cmState.h                       |   45 ++++++
 Source/cmTarget.cxx                    |   14 --
 Source/cmTarget.h                      |    3 -
 Source/cmake.cxx                       |  247 +++--------------------------
 Source/cmake.h                         |   41 -----
 32 files changed, 439 insertions(+), 415 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list