[Cmake-commits] CMake branch, master, updated. v3.3.0-552-gd74abbe
Brad King
brad.king at kitware.com
Mon Jul 27 09:31: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 d74abbea895d032e5b4efa43854ad57417b8ab40 (commit)
via bbb507aebcb3559ae6e7d34ef02443e2d6ec3869 (commit)
via 6ed9c7e024d66d89ab303ba0d299fa4ee099f91b (commit)
via 8f0a5d84e3fa894c687089d5f6dd6463c47968d8 (commit)
via 9644a2d11c06a547c82097028a86bff976f12040 (commit)
via 1e77de7411e982c007c884d05039c4f5ffbd8756 (commit)
via c1bf1a59ffe983086b30aee3e0299b80f9c8a817 (commit)
from 91a159245fc5978c20245b60360e55e204f468a4 (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=d74abbea895d032e5b4efa43854ad57417b8ab40
commit d74abbea895d032e5b4efa43854ad57417b8ab40
Merge: 91a1592 bbb507a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 27 09:31:16 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 27 09:31:16 2015 -0400
Merge topic 'refactor-cmMakefile-properties'
bbb507ae cmMakefile: Move the InitializeFromParent method
6ed9c7e0 cmState: Host buildsystem properties for directories.
8f0a5d84 cmState: Fix compilation on IBM XL compiler
9644a2d1 cmAlgorithms: Add cmMakeReverseIterator.
1e77de74 cmMakefile: Don't clear buildsystem properties.
c1bf1a59 CompileDefinitions: Add unit test for setting empty content.
-----------------------------------------------------------------------
Summary of changes:
Source/cmAlgorithms.h | 6 +
Source/cmMakefile.cxx | 100 +++----
Source/cmMakefile.h | 7 -
Source/cmState.cxx | 312 +++++++++++++++++++-
Source/cmState.h | 32 +-
Tests/RunCMake/CMakeLists.txt | 1 +
.../CMakeLists.txt | 0
.../RunCMake/CompileDefinitions/RunCMakeTest.cmake | 3 +
.../SetEmpty-result.txt} | 0
.../CompileDefinitions/SetEmpty-stderr.txt | 3 +
Tests/RunCMake/CompileDefinitions/SetEmpty.cmake | 12 +
11 files changed, 404 insertions(+), 72 deletions(-)
copy Tests/RunCMake/{GNUInstallDirs => CompileDefinitions}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/CompileDefinitions/RunCMakeTest.cmake
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CompileDefinitions/SetEmpty-result.txt} (100%)
create mode 100644 Tests/RunCMake/CompileDefinitions/SetEmpty-stderr.txt
create mode 100644 Tests/RunCMake/CompileDefinitions/SetEmpty.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list