[Cmake-commits] CMake branch, release, updated. v3.1.0-rc2-56-g5062bf7
Brad King
brad.king at kitware.com
Mon Dec 1 10:03:10 EST 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, release has been updated
via 5062bf748822b276b9766215b07670754ee1c76c (commit)
via df53aafdac59a9a6c559c40c4147205f09f45e88 (commit)
via 58d3898083e1bf66f4ecf2e82a556e81f67ce5bc (commit)
via baa283f9226a8c599523e9265cb85b809740ab31 (commit)
via 5445a99d1af24200325721bbc98a6d65079faef8 (commit)
via bde103afe05cfc270c1d81d8cdccf74023088e3e (commit)
via 89bb34d3499efd0ae78324d53ca0bdead2c3e660 (commit)
via 07254a8166f7f45d284b0982c59b185037d21bc1 (commit)
via a1aceb2585cb4b1e4e58ac32d9435ed43ad2d1d2 (commit)
via 191d2b209bbd875bc0885a8a413dc340ab5e01b4 (commit)
via 8a75c7ef32af391cb45af889d266e2a77daa61d6 (commit)
via e1348056662b9ae0d399374b6726173d7bf0e9bb (commit)
via bb5905bb1342229c06cecee735322a8a28916b76 (commit)
via d7e4bd34e0de0bbb2d61f2183ec3b6b31c016f12 (commit)
via 84d124e8f02d5bba60d3491d4c5d7cb68aa91192 (commit)
via 672f1001c015bf5f531d8731dba30a5fb856edea (commit)
via f70f6acd4fcb6bea4947f8a6353e61ca4a02d455 (commit)
via 7d674b5f0b28a610333644d417c2e8cb796cc9e4 (commit)
via b3d9702cb86aa3fd8563b1250d2bcf5dfd79cc9c (commit)
via 75dee2f2c285030bbd02aabd7292cf5af9f5aec0 (commit)
from d2f2a2e226a8717d6fdb6df0ed4858d1629f557c (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Help/command/get_property.rst | 42 +++++++----
Help/command/set_property.rst | 49 +++++++++----
Help/command/target_sources.rst | 4 ++
Help/manual/ctest.1.rst | 2 +-
Help/policy/CMP0053.rst | 2 +-
Help/prop_tgt/INTERFACE_SOURCES.rst | 4 ++
Help/release/3.1.0.rst | 6 ++
Modules/FindwxWidgets.cmake | 2 +
Source/cmConditionEvaluator.cxx | 5 +-
Source/cmExportBuildFileGenerator.cxx | 10 +++
Source/cmExportInstallFileGenerator.cxx | 11 +++
Source/cmGeneratorExpressionEvaluator.cxx | 74 +++++++++++---------
Source/cmMakefile.cxx | 47 -------------
Source/cmMakefile.h | 5 --
Source/cmSourceFileLocation.cxx | 3 +-
Source/cmStringCommand.cxx | 44 ++++++++++--
Source/cmStringCommand.h | 2 +
Source/cmTarget.cxx | 26 ++++++-
Tests/ConfigSources/CMakeLists.txt | 6 +-
Tests/InterfaceLibrary/CMakeLists.txt | 5 +-
.../ExportBuild-result.txt} | 0
.../RunCMake/TargetSources/ExportBuild-stderr.txt | 1 +
Tests/RunCMake/TargetSources/ExportBuild.cmake | 5 ++
.../ExportInstall-result.txt} | 0
.../TargetSources/ExportInstall-stderr.txt | 1 +
Tests/RunCMake/TargetSources/ExportInstall.cmake | 6 ++
Tests/RunCMake/TargetSources/OriginDebug.cmake | 2 +-
.../RelativePathInInterface-result.txt} | 0
.../RelativePathInInterface-stderr.txt | 4 ++
.../TargetSources/RelativePathInInterface.cmake | 6 ++
Tests/RunCMake/TargetSources/RunCMakeTest.cmake | 3 +
.../simple.cxx => RunCMake/TargetSources/main.cpp} | 0
Tests/SourcesProperty/CMakeLists.txt | 4 +-
33 files changed, 247 insertions(+), 134 deletions(-)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => TargetSources/ExportBuild-result.txt} (100%)
create mode 100644 Tests/RunCMake/TargetSources/ExportBuild-stderr.txt
create mode 100644 Tests/RunCMake/TargetSources/ExportBuild.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => TargetSources/ExportInstall-result.txt} (100%)
create mode 100644 Tests/RunCMake/TargetSources/ExportInstall-stderr.txt
create mode 100644 Tests/RunCMake/TargetSources/ExportInstall.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => TargetSources/RelativePathInInterface-result.txt} (100%)
create mode 100644 Tests/RunCMake/TargetSources/RelativePathInInterface-stderr.txt
create mode 100644 Tests/RunCMake/TargetSources/RelativePathInInterface.cmake
copy Tests/{CTestTestCycle/simple.cxx => RunCMake/TargetSources/main.cpp} (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list