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 d18852d5961584125ae113fae23f4b55a760e159 (commit) via 59e21ffa134faf0b089d9a704b3763e7f6f237d5 (commit) via 242dcc2c22535c00348de18bba41605428ccdb73 (commit) via 1cff330b0fcd635f47047bd1a2d94f344e88c0f9 (commit) via 2f1bd62b2308c234b5c4bc749afa27c7b616bdf1 (commit) via 0f2a132437d7a553e20cc0427279c212b428e55d (commit) via 4d8b79ad7e132ff876d131526a03a21c4f424f33 (commit) via 8680520feab8421f79c9762f1d3b6b92384c0b1e (commit) via 6d7abb6326d422dabdf72e8486b492ac20f8b347 (commit) via a82441572493e4f420fca24041b594da9d3c14e6 (commit) via 1f4ef39603f3184ac3f78e1f52529947303b1bd1 (commit) from c8997d1b32c866b9f45c3af51e4abc431ca2ebc7 (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=d18852d5961584125ae113fae23f4b55a760e159 commit d18852d5961584125ae113fae23f4b55a760e159 Merge: c8997d1 59e21ff Author: Brad King <brad.k...@kitware.com> AuthorDate: Mon Jun 8 13:54:02 2015 -0400 Commit: CMake Topic Stage <kwro...@kitware.com> CommitDate: Mon Jun 8 13:54:02 2015 -0400 Merge topic 'extract-cmOutputConverter' 59e21ffa Port static calls from cmLocalGenerator to cmOutputConverter. 242dcc2c cmListFileBacktrace: Replace local generator with cmState::Snapshot. 1cff330b cmTarget: Port to cmOutputConverter. 2f1bd62b cmCustomCommandGenerator: Port to cmOutputConverter. 0f2a1324 cmCommandArgumentParserHelper: Port to cmOutputConverter. 4d8b79ad cmComputeLinkInformation: Port to cmOutputConverter. 8680520f cmMakefile: Make the cmState::Snapshot accessible. 6d7abb63 cmOutputConverter: Extract from cmLocalGenerator. a8244157 cmState::Snapshot: Provide accessor for the cmState. 1f4ef396 cmLocalGenerator: Remove some commented lines of code. ----------------------------------------------------------------------- Summary of changes: Source/CMakeLists.txt | 2 + Source/cmCPackPropertiesGenerator.cxx | 8 +- Source/cmCommandArgumentParserHelper.cxx | 7 +- Source/cmComputeLinkInformation.cxx | 6 +- Source/cmComputeLinkInformation.h | 2 - Source/cmCoreTryCompile.cxx | 6 +- Source/cmCustomCommandGenerator.cxx | 7 +- Source/cmCustomCommandGenerator.h | 2 - Source/cmIfCommand.cxx | 2 +- Source/cmListFileCache.cxx | 8 +- Source/cmListFileCache.h | 8 +- Source/cmLocalGenerator.cxx | 423 +--------------------------- Source/cmLocalGenerator.h | 82 +----- Source/cmLocalUnixMakefileGenerator3.cxx | 6 +- Source/cmMakefile.cxx | 9 +- Source/cmMakefile.h | 2 + Source/cmMakefileTargetGenerator.cxx | 4 +- Source/cmOutputConverter.cxx | 447 ++++++++++++++++++++++++++++++ Source/cmOutputConverter.h | 106 +++++++ Source/cmQtAutoGenerators.cxx | 40 +-- Source/cmState.cxx | 5 + Source/cmState.h | 2 + Source/cmTarget.cxx | 6 +- Source/cmTestGenerator.cxx | 14 +- bootstrap | 1 + 25 files changed, 637 insertions(+), 568 deletions(-) create mode 100644 Source/cmOutputConverter.cxx create mode 100644 Source/cmOutputConverter.h hooks/post-receive -- CMake _______________________________________________ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/mailman/listinfo/cmake-commits