[Cmake-commits] CMake branch, master, updated. v3.2.2-1229-g03a65da
Brad King
brad.king at kitware.com
Thu May 21 09:03:42 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 03a65dab30a0ef34ec900126c03a01cc9da55f36 (commit)
via ada5ffce7bad40c56e5d0dd76b9a7b30c96a9e92 (commit)
via 67fa3da9e84888029d128280f35a8e7b3d208377 (commit)
from 41d833e1e9decb422c019f16626fe61e38c03eec (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=03a65dab30a0ef34ec900126c03a01cc9da55f36
commit 03a65dab30a0ef34ec900126c03a01cc9da55f36
Merge: 41d833e ada5ffc
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu May 21 09:03:40 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 21 09:03:40 2015 -0400
Merge topic 'run-include-what-you-use'
ada5ffce Add options to run include-what-you-use with the compiler
67fa3da9 cmake: Add internal -E mode to run include-what-you-use with the compiler
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-properties.7.rst | 1 +
Help/manual/cmake-variables.7.rst | 1 +
Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst | 13 ++++
Help/release/dev/run-include-what-you-use.rst | 8 ++
Help/variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst | 6 ++
Source/cmMakefileTargetGenerator.cxx | 14 ++++
Source/cmNinjaTargetGenerator.cxx | 17 ++++
Source/cmTarget.cxx | 2 +
Source/cmcmd.cxx | 82 ++++++++++++++++++++
Tests/RunCMake/CMakeLists.txt | 5 ++
.../E___run_iwyu-bad-iwyu-result.txt} | 0
.../CommandLine/E___run_iwyu-bad-iwyu-stderr.txt | 2 +
.../E___run_iwyu-no----result.txt} | 0
.../CommandLine/E___run_iwyu-no----stderr.txt | 1 +
.../E___run_iwyu-no-cc-result.txt} | 0
.../CommandLine/E___run_iwyu-no-cc-stderr.txt | 1 +
.../E___run_iwyu-no-iwyu-result.txt} | 0
.../CommandLine/E___run_iwyu-no-iwyu-stderr.txt | 1 +
Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 5 ++
.../RunCMake/IncludeWhatYouUse/C-Build-stdout.txt | 4 +
Tests/RunCMake/IncludeWhatYouUse/C.cmake | 3 +
.../{CMP0057 => IncludeWhatYouUse}/CMakeLists.txt | 0
.../IncludeWhatYouUse/CXX-Build-stdout.txt | 4 +
Tests/RunCMake/IncludeWhatYouUse/CXX.cmake | 3 +
.../RunCMake/IncludeWhatYouUse/RunCMakeTest.cmake | 18 +++++
.../IncludeWhatYouUse}/main.c | 0
.../IncludeWhatYouUse/main.cxx} | 0
Tests/RunCMake/pseudo_iwyu.c | 7 ++
28 files changed, 198 insertions(+)
create mode 100644 Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst
create mode 100644 Help/release/dev/run-include-what-you-use.rst
create mode 100644 Help/variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E___run_iwyu-bad-iwyu-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E___run_iwyu-bad-iwyu-stderr.txt
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E___run_iwyu-no----result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E___run_iwyu-no----stderr.txt
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E___run_iwyu-no-cc-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E___run_iwyu-no-cc-stderr.txt
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E___run_iwyu-no-iwyu-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E___run_iwyu-no-iwyu-stderr.txt
create mode 100644 Tests/RunCMake/IncludeWhatYouUse/C-Build-stdout.txt
create mode 100644 Tests/RunCMake/IncludeWhatYouUse/C.cmake
copy Tests/RunCMake/{CMP0057 => IncludeWhatYouUse}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/IncludeWhatYouUse/CXX-Build-stdout.txt
create mode 100644 Tests/RunCMake/IncludeWhatYouUse/CXX.cmake
create mode 100644 Tests/RunCMake/IncludeWhatYouUse/RunCMakeTest.cmake
copy Tests/{CMakeOnly/LinkInterfaceLoop => RunCMake/IncludeWhatYouUse}/main.c (100%)
copy Tests/{FindPackageTest/Exporter/dummy.c => RunCMake/IncludeWhatYouUse/main.cxx} (100%)
create mode 100644 Tests/RunCMake/pseudo_iwyu.c
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list