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 54d9e014874b43172626b416f49c68c9f86cacb8 (commit)
via f2eee72facb9b4a658e1205bbe9113a808e76775 (commit)
via c248a437c47b4419fd955d4b1f406f7c8b9dcd74 (commit)
from 764d467d24ca07eb6ebaad33be1c7f7f56294e8c (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=54d9e014874b43172626b416f49c68c9f86cacb8
commit 54d9e014874b43172626b416f49c68c9f86cacb8
Merge: 764d467 f2eee72
Author: Brad King <[email protected]>
AuthorDate: Wed Feb 12 11:31:30 2014 -0500
Commit: CMake Topic Stage <[email protected]>
CommitDate: Wed Feb 12 11:31:30 2014 -0500
Merge topic 'backward-compatibility'
f2eee72f add_custom_command: Disallow use of SOURCE signatures.
c248a437 Add policy CMP0049 to avoid variable expansion in source lists
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-policies.7.rst | 2 ++
Help/policy/CMP0049.rst | 23 ++++++++++++++
Help/policy/CMP0050.rst | 18 +++++++++++
Help/release/3.0.rst | 8 +++++
Source/cmAddCustomCommandCommand.cxx | 30 ++++++++++++++++++
Source/cmPolicies.cxx | 10 ++++++
Source/cmPolicies.h | 2 ++
Source/cmTarget.cxx | 32 ++++++++++++++++++++
.../CMP0049-NEW-result.txt} | 0
Tests/RunCMake/CMP0049/CMP0049-NEW-stderr.txt | 6 ++++
Tests/RunCMake/CMP0049/CMP0049-NEW.cmake | 5 +++
.../CMP0049-OLD-result.txt} | 0
.../CMP0049-OLD-stderr.txt} | 0
Tests/RunCMake/CMP0049/CMP0049-OLD.cmake | 5 +++
.../CMP0049-WARN-result.txt} | 0
Tests/RunCMake/CMP0049/CMP0049-WARN-stderr.txt | 11 +++++++
Tests/RunCMake/CMP0049/CMP0049-WARN.cmake | 3 ++
Tests/RunCMake/{CMP0038 => CMP0049}/CMakeLists.txt | 0
Tests/RunCMake/CMP0049/RunCMakeTest.cmake | 5 +++
Tests/RunCMake/{CMP0022 => CMP0049}/empty.cpp | 0
.../CMP0050-NEW-result.txt} | 0
Tests/RunCMake/CMP0050/CMP0050-NEW-stderr.txt | 4 +++
Tests/RunCMake/CMP0050/CMP0050-NEW.cmake | 13 ++++++++
.../CMP0050-OLD-result.txt} | 0
.../CMP0050-OLD-stderr.txt} | 0
Tests/RunCMake/CMP0050/CMP0050-OLD.cmake | 13 ++++++++
.../CMP0050-WARN-result.txt} | 0
Tests/RunCMake/CMP0050/CMP0050-WARN-stderr.txt | 9 ++++++
Tests/RunCMake/CMP0050/CMP0050-WARN.cmake | 11 +++++++
Tests/RunCMake/{CMP0038 => CMP0050}/CMakeLists.txt | 0
Tests/RunCMake/CMP0050/RunCMakeTest.cmake | 5 +++
Tests/RunCMake/{CMP0026 => CMP0050}/empty.cpp | 3 ++
Tests/RunCMake/CMP0050/input.h.in | 2 ++
Tests/RunCMake/CMakeLists.txt | 2 ++
34 files changed, 222 insertions(+)
create mode 100644 Help/policy/CMP0049.rst
create mode 100644 Help/policy/CMP0050.rst
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt =>
CMP0049/CMP0049-NEW-result.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0049/CMP0049-NEW-stderr.txt
create mode 100644 Tests/RunCMake/CMP0049/CMP0049-NEW.cmake
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt =>
CMP0049/CMP0049-OLD-result.txt} (100%)
copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-exe-stderr.txt =>
CMP0049/CMP0049-OLD-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0049/CMP0049-OLD.cmake
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt =>
CMP0049/CMP0049-WARN-result.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0049/CMP0049-WARN-stderr.txt
create mode 100644 Tests/RunCMake/CMP0049/CMP0049-WARN.cmake
copy Tests/RunCMake/{CMP0038 => CMP0049}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/CMP0049/RunCMakeTest.cmake
copy Tests/RunCMake/{CMP0022 => CMP0049}/empty.cpp (100%)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt =>
CMP0050/CMP0050-NEW-result.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0050/CMP0050-NEW-stderr.txt
create mode 100644 Tests/RunCMake/CMP0050/CMP0050-NEW.cmake
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt =>
CMP0050/CMP0050-OLD-result.txt} (100%)
copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-exe-stderr.txt =>
CMP0050/CMP0050-OLD-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0050/CMP0050-OLD.cmake
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt =>
CMP0050/CMP0050-WARN-result.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0050/CMP0050-WARN-stderr.txt
create mode 100644 Tests/RunCMake/CMP0050/CMP0050-WARN.cmake
copy Tests/RunCMake/{CMP0038 => CMP0050}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/CMP0050/RunCMakeTest.cmake
copy Tests/RunCMake/{CMP0026 => CMP0050}/empty.cpp (77%)
create mode 100644 Tests/RunCMake/CMP0050/input.h.in
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits