[Cmake-commits] CMake branch, master, updated. v3.0.0-rc6-1094-ga086193

Brad King brad.king at kitware.com
Mon Jun 9 10:28:45 EDT 2014


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  a0861931ead8cdcb6401e204ca4072c60af46101 (commit)
       via  86be733fa589fc1755db9274a5606f71062a6c0f (commit)
       via  3495ab0a81a8f7404d69d94856245e266a568799 (commit)
       via  2a1b2d848693a3860f8e5f179b6c97f8c56abede (commit)
       via  a08292059eba4fdded6643b225640ebf559b2dac (commit)
       via  efc205695de570c740285b38fbac701f77179ecb (commit)
       via  d46c650d676420a3053ba39e7af8808d581d04ab (commit)
      from  3c0652f8bf8974fde8b8313738272f2714b0f62b (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=a0861931ead8cdcb6401e204ca4072c60af46101
commit a0861931ead8cdcb6401e204ca4072c60af46101
Merge: 3c0652f 86be733
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 9 10:28:44 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 9 10:28:44 2014 -0400

    Merge topic 'dev/backtrace-performance'
    
    86be733f cmGeneratorExpression: Add workaround for Borland compiler
    3495ab0a tests: update unused variable test expected output
    2a1b2d84 backtrace: Convert to local paths in IssueMessage
    a0829205 genex: remove the need for backtraces
    efc20569 cmake: remove dummy backtraces for IssueMessage
    d46c650d cmMakefile: return a backtrace


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

Summary of changes:
 Source/cmCommandArgumentParserHelper.cxx       |    2 +-
 Source/cmComputeTargetDepends.cxx              |   10 +-
 Source/cmCustomCommand.cxx                     |   16 +--
 Source/cmCustomCommand.h                       |    4 +-
 Source/cmCustomCommandGenerator.cxx            |    2 +-
 Source/cmExportBuildFileGenerator.cxx          |    1 +
 Source/cmExportBuildFileGenerator.h            |    2 +-
 Source/cmExportFileGenerator.cxx               |    3 +-
 Source/cmExportTryCompileFileGenerator.cxx     |    5 +-
 Source/cmFileCommand.cxx                       |    7 +-
 Source/cmGeneratorExpression.cxx               |   16 ++-
 Source/cmGeneratorExpression.h                 |    4 +-
 Source/cmGeneratorExpressionDAGChecker.cxx     |   26 +++-
 Source/cmGeneratorExpressionDAGChecker.h       |    5 +
 Source/cmGeneratorExpressionEvaluationFile.cxx |    2 +-
 Source/cmGeneratorExpressionEvaluator.cxx      |    4 +-
 Source/cmGeneratorExpressionEvaluator.h        |    5 +
 Source/cmGeneratorTarget.cxx                   |   13 +-
 Source/cmGlobalGenerator.cxx                   |   12 +-
 Source/cmInstallFilesGenerator.cxx             |    4 +-
 Source/cmInstalledFile.cxx                     |   10 +-
 Source/cmListFileCache.cxx                     |   18 +++
 Source/cmListFileCache.h                       |   17 ++-
 Source/cmMakefile.cxx                          |   53 +++----
 Source/cmMakefile.h                            |    2 +-
 Source/cmMakefileTargetGenerator.cxx           |    3 +-
 Source/cmTarget.cxx                            |  183 ++++++++++--------------
 Source/cmTargetCompileOptionsCommand.cxx       |    3 +-
 Source/cmTargetIncludeDirectoriesCommand.cxx   |    3 +-
 Source/cmTest.cxx                              |    6 +-
 Source/cmTest.h                                |    4 +-
 Source/cmTestGenerator.cxx                     |    2 +-
 Source/cmake.cxx                               |    7 +-
 Source/cmake.h                                 |    4 +-
 Tests/CMakeLists.txt                           |    4 +-
 35 files changed, 236 insertions(+), 226 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list