[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-379-g6b93953
Brad King
brad.king at kitware.com
Wed Nov 26 10:37:50 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, master has been updated
via 6b939536154421b5e18bc8e908b1bd5f7212a536 (commit)
via 4cf5179c77237f3eb56f85eddebc43895691694c (commit)
from 5a611495c220af559e93aa29d5bfc786ff40d440 (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=6b939536154421b5e18bc8e908b1bd5f7212a536
commit 6b939536154421b5e18bc8e908b1bd5f7212a536
Merge: 5a61149 4cf5179
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 26 10:37:49 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 26 10:37:49 2014 -0500
Merge topic 'WCDH-multi-file'
4cf5179c WCDH: Make it possible to generate multiple files.
-----------------------------------------------------------------------
Summary of changes:
Modules/WriteCompilerDetectionHeader.cmake | 101 +++++++++++++++++++-
.../WriteCompilerDetectionHeader/CMakeLists.txt | 21 ++++
.../{main.cpp => compile_tests.h} | 10 +-
Tests/Module/WriteCompilerDetectionHeader/main.cpp | 25 +----
.../WriteCompilerDetectionHeader/multi_files.cpp | 10 ++
.../MultiBadOutDir-result.txt} | 0
.../MultiBadOutDir-stderr.txt | 6 ++
.../MultiBadOutDir.cmake | 12 +++
.../MultiNoOutFileVar-result.txt} | 0
...rgs-stderr.txt => MultiNoOutFileVar-stderr.txt} | 4 +-
.../{EmptyPrefix.cmake => MultiNoOutFileVar.cmake} | 7 +-
.../MultiNoOutdir-result.txt} | 0
...traArgs-stderr.txt => MultiNoOutdir-stderr.txt} | 4 +-
.../{EmptyPrefix.cmake => MultiNoOutdir.cmake} | 7 +-
.../RunCMakeTest.cmake | 4 +
15 files changed, 166 insertions(+), 45 deletions(-)
copy Tests/Module/WriteCompilerDetectionHeader/{main.cpp => compile_tests.h} (77%)
create mode 100644 Tests/Module/WriteCompilerDetectionHeader/multi_files.cpp
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/MultiBadOutDir-result.txt} (100%)
create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/MultiBadOutDir-stderr.txt
create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/MultiBadOutDir.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/MultiNoOutFileVar-result.txt} (100%)
copy Tests/RunCMake/WriteCompilerDetectionHeader/{ExtraArgs-stderr.txt => MultiNoOutFileVar-stderr.txt} (51%)
copy Tests/RunCMake/WriteCompilerDetectionHeader/{EmptyPrefix.cmake => MultiNoOutFileVar.cmake} (71%)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/MultiNoOutdir-result.txt} (100%)
copy Tests/RunCMake/WriteCompilerDetectionHeader/{ExtraArgs-stderr.txt => MultiNoOutdir-stderr.txt} (52%)
copy Tests/RunCMake/WriteCompilerDetectionHeader/{EmptyPrefix.cmake => MultiNoOutdir.cmake} (69%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list