[Cmake-commits] CMake branch, master, updated. v2.8.10.2-359-g9f8975a
Brad King
brad.king at kitware.com
Thu Jan 3 13:53:23 EST 2013
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 9f8975a1a9438d506b1c223f8a37fb5276032ec0 (commit)
via 0941d6232a979a129a651915972ab7332c15550d (commit)
via 18a3195ad57cafd06851ecf4cb7265cab95cfa38 (commit)
via 76ea420fb9a8ceada0e806f1201230e5a7c1202c (commit)
from e2969c503b125a40376ec4ac0399e462e3011077 (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=9f8975a1a9438d506b1c223f8a37fb5276032ec0
commit 9f8975a1a9438d506b1c223f8a37fb5276032ec0
Merge: e2969c5 0941d62
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 3 13:53:21 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 3 13:53:21 2013 -0500
Merge topic 'include-dirs-debugging'
0941d62 Add a way to print the origins of used include directories.
18a3195 Keep track of INCLUDE_DIRECTORIES as a vector of structs.
76ea420 Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressions
-----------------------------------------------------------------------
Summary of changes:
Source/cmCustomCommandGenerator.cxx | 4 +-
Source/cmDocumentVariables.cxx | 9 +
Source/cmGeneratorExpression.cxx | 46 +++----
Source/cmGeneratorExpression.h | 29 +++-
Source/cmGeneratorTarget.cxx | 42 +-----
Source/cmMakefile.cxx | 90 ++++++------
Source/cmMakefile.h | 10 ++
.../cmMakefileIncludeDirectoriesEntry.h | 24 ++--
Source/cmTarget.cxx | 159 +++++++++++++++++++-
Source/cmTarget.h | 4 +
Source/cmTestGenerator.cxx | 4 +-
.../BadInvalidName1-stderr.txt | 4 +-
.../BadInvalidName2-stderr.txt | 6 +-
.../BadInvalidName3-stderr.txt | 6 +-
.../BadInvalidName4-stderr.txt | 6 +-
.../BadInvalidName5-stderr.txt | 4 +-
.../BadInvalidName6-stderr.txt | 4 +-
.../BadInvalidName7-stderr.txt | 4 +-
.../BadInvalidName8-stderr.txt | 4 +-
.../BadNonTarget-stderr.txt | 6 +-
.../include_directories/DebugIncludes-result.txt | 1 +
.../include_directories/DebugIncludes-stderr.txt | 42 +++++
.../include_directories/DebugIncludes.cmake | 38 +++++
.../include_directories/RunCMakeTest.cmake | 1 +
24 files changed, 393 insertions(+), 154 deletions(-)
copy Tests/QtAutomoc/foo.h => Source/cmMakefileIncludeDirectoriesEntry.h (54%)
create mode 100644 Tests/RunCMake/include_directories/DebugIncludes-result.txt
create mode 100644 Tests/RunCMake/include_directories/DebugIncludes-stderr.txt
create mode 100644 Tests/RunCMake/include_directories/DebugIncludes.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list