[Cmake-commits] CMake branch, master, updated. v3.2.2-1054-g2c5a1bf

Brad King brad.king at kitware.com
Tue May 5 09:35:32 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  2c5a1bff237f240faf9a45860b0007a44e2d6205 (commit)
       via  013ada80eac9cb119a6288ee58724a8c9915a35c (commit)
       via  be6664c208c65e01dc175ae4d27e7fc18c28c97e (commit)
       via  de211686122166e7485a98fd027bd1d32fda40b0 (commit)
       via  13981f20688279b4e10faca67b7020946c9ef733 (commit)
       via  23e2bcc8dba21b532ebbde20518f8a9f2d312103 (commit)
       via  5641ba4fcaba322e6f189e33eaccc4621d6ba99d (commit)
       via  3de54497030b7d8f40f219c0fdfe991e2a9041be (commit)
       via  387aff200c94073560a961cd2971ab6826347d4d (commit)
       via  dbf680d670e399cc3b042721a1179fba0429073b (commit)
       via  8c204133e5b7dc278de64c66a6ce0be8ec4ab6f4 (commit)
       via  e3a8c0291e6ae364365bfe48f12c6a5f4ec0e76f (commit)
       via  cb765af0499d1ad51b7e4d3ff45f1e40d6ca843b (commit)
       via  5df267fa1dc5f8389f571eb6841e51b8fe333b2c (commit)
       via  2235cfebeeb3447a1c62d7a0207e899c9f7c9240 (commit)
       via  05d8438860cac1c1ec2d1bcc325b8bc05c0cfcdc (commit)
       via  6eaade8a827e2e120640f3fc2eb9999e2bca5992 (commit)
       via  fdca04db6850273157e3c50de476e0b9298e9948 (commit)
       via  a7ff97275159d094f55df481728a682c357bc438 (commit)
       via  953d1b00af3059b24c4dadf8c4717cb0d2260e36 (commit)
       via  2c10494ab3194e792ad69825cbb55d6644270dd0 (commit)
       via  48f9fd39ad1637815cd89c2a2f2a17e43c0d7f78 (commit)
       via  fd0aa7434b010c496e09d8013b192b7df453979a (commit)
       via  a3291fe8ecb95c891a34c1844557cbfa2bb89e2d (commit)
       via  a6fb6db49d9fc5558fd79296fbc233f90a3063e4 (commit)
      from  b492a17611b4df84cbba4b71bed95da5a2e0ca13 (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=2c5a1bff237f240faf9a45860b0007a44e2d6205
commit 2c5a1bff237f240faf9a45860b0007a44e2d6205
Merge: b492a17 013ada8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 5 09:35:30 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 5 09:35:30 2015 -0400

    Merge topic 'refactor-cmPolicies'
    
    013ada80 cmPolicies: Implement PolicyMap in terms of bitset.
    be6664c2 cmPolicies: Implement abstraction for PolicyMap.
    de211686 Port to static cmPolicies API.
    13981f20 cmPolicies: Make all API static.
    23e2bcc8 cmPolicies: Remove unused DefinePolicy method.
    5641ba4f cmPolicies: Remove unused cmPolicy class.
    3de54497 cmPolicies: Loop over all policies using enum constants.
    387aff20 cmPolicies: Trivialize GetPolicyStatus method.
    dbf680d6 cmPolicies: Use more-direct ID access.
    8c204133 cmPolicies: Implement in terms of public API.
    e3a8c029 cmPolicies: Make private method file-static.
    cb765af0 cmPolicies: Implement short description access with XMacros.
    5df267fa cmPolicies: Implement version check with XMacro.
    2235cfeb cmPolicies: Implement id to version with XMacro.
    05d84388 cmPolicies: Implement id to string conversion with XMacro.
    6eaade8a cmPolicies: Introduce XMacro table for policy data.
    ...


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

Summary of changes:
 Source/cmAddCustomCommandCommand.cxx    |    3 +-
 Source/cmAddCustomTargetCommand.cxx     |    3 +-
 Source/cmAddExecutableCommand.cxx       |    3 +-
 Source/cmAddLibraryCommand.cxx          |    3 +-
 Source/cmBreakCommand.cxx               |    6 +-
 Source/cmCMakePolicyCommand.cxx         |    4 +-
 Source/cmCommand.h                      |    2 +-
 Source/cmComputeLinkInformation.cxx     |   12 +-
 Source/cmComputeTargetDepends.cxx       |    4 +-
 Source/cmConditionEvaluator.cxx         |   18 +-
 Source/cmCoreTryCompile.cxx             |    6 +-
 Source/cmExportFileGenerator.cxx        |    6 +-
 Source/cmFileCommand.cxx                |    6 +-
 Source/cmGeneratorExpressionNode.cxx    |    6 +-
 Source/cmGetTargetPropertyCommand.cxx   |    3 +-
 Source/cmGlobalGenerator.cxx            |   14 +-
 Source/cmGlobalNinjaGenerator.cxx       |    4 +-
 Source/cmIncludeCommand.cxx             |    3 +-
 Source/cmInstallCommand.cxx             |    5 +-
 Source/cmLinkDirectoriesCommand.cxx     |    5 +-
 Source/cmListCommand.cxx                |    6 +-
 Source/cmLocalGenerator.cxx             |    7 +-
 Source/cmMakefile.cxx                   |   69 ++-
 Source/cmPolicies.cxx                   |  734 +++++++++----------------------
 Source/cmPolicies.h                     |  325 +++++++++-----
 Source/cmProjectCommand.cxx             |    3 +-
 Source/cmTarget.cxx                     |   38 +-
 Source/cmTargetLinkLibrariesCommand.cxx |   12 +-
 28 files changed, 521 insertions(+), 789 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list