[Cmake-commits] CMake branch, master, updated. v2.8.11.2-502-g41a2fb5

Brad King brad.king at kitware.com
Tue Jul 16 13:59:12 EDT 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  41a2fb5ba0df4dd70029e8701c7c3bd407e70032 (commit)
       via  9cf3547e1cd56d42bc96c3dc3adf9f745faea5ee (commit)
       via  1925cffa083bcbe3c54b8a0f2c63dc96f5168db0 (commit)
       via  286f22770907fad3453eadf34e641ad736237292 (commit)
       via  83498d413530570f7ab9affee5b8301c888bf91e (commit)
       via  f1fcbe3fdedb0d04fe89423331c0f2789bfe911e (commit)
       via  2679a34a943cddb61f816299476f15997f9b5980 (commit)
      from  029e836a212b1069bda38ec09fe6614c68b12cc5 (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=41a2fb5ba0df4dd70029e8701c7c3bd407e70032
commit 41a2fb5ba0df4dd70029e8701c7c3bd407e70032
Merge: 029e836 9cf3547
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 16 13:59:07 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 16 13:59:07 2013 -0400

    Merge topic 'tid-system-argument'
    
    9cf3547 Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.
    1925cff Add a SYSTEM parameter to target_include_directories (#14180)
    286f227 Extend the cmTargetPropCommandBase interface property handling.
    83498d4 Store system include directories in the cmTarget.
    f1fcbe3 Add Target API to determine if an include is a system include.
    2679a34 Remove unused variable.


-----------------------------------------------------------------------

Summary of changes:
 Source/cmExportInstallFileGenerator.cxx            |    4 +
 Source/cmExtraSublimeTextGenerator.cxx             |    2 +-
 Source/cmGeneratorExpressionDAGChecker.cxx         |    8 ++
 Source/cmGeneratorExpressionDAGChecker.h           |    2 +
 Source/cmGeneratorExpressionEvaluator.cxx          |    4 +
 Source/cmGeneratorTarget.cxx                       |   45 ++++++++++++
 Source/cmGeneratorTarget.h                         |    4 +
 Source/cmGlobalGenerator.cxx                       |   11 +++
 Source/cmLocalGenerator.cxx                        |    8 +-
 Source/cmLocalGenerator.h                          |    1 +
 Source/cmMakefile.cxx                              |   22 +-----
 Source/cmMakefile.h                                |    3 +
 Source/cmMakefileTargetGenerator.cxx               |    3 +-
 Source/cmNinjaTargetGenerator.cxx                  |    3 +-
 Source/cmTarget.cxx                                |   77 ++++++++++++++++++++
 Source/cmTarget.h                                  |   12 +++
 Source/cmTargetCompileDefinitionsCommand.cxx       |    2 +-
 Source/cmTargetCompileDefinitionsCommand.h         |    2 +-
 Source/cmTargetCompileOptionsCommand.cxx           |    2 +-
 Source/cmTargetCompileOptionsCommand.h             |    2 +-
 Source/cmTargetIncludeDirectoriesCommand.cxx       |   34 ++++++++-
 Source/cmTargetIncludeDirectoriesCommand.h         |   16 ++++-
 Source/cmTargetPropCommandBase.cxx                 |   60 ++++++++++-----
 Source/cmTargetPropCommandBase.h                   |   13 +++-
 Source/cmake.cxx                                   |    2 +-
 Tests/IncludeDirectories/CMakeLists.txt            |   17 +++++
 .../SystemIncludeDirectories/CMakeLists.txt        |   19 +++++
 .../SystemIncludeDirectories/consumer.cpp          |    7 ++
 .../SystemIncludeDirectories/systemlib.cpp         |    4 +
 .../SystemIncludeDirectories/systemlib/systemlib.h |   19 +++++
 .../SystemIncludeDirectories/upstream.cpp          |    4 +
 .../SystemIncludeDirectories/upstream.h            |   12 +++
 32 files changed, 366 insertions(+), 58 deletions(-)
 create mode 100644 Tests/IncludeDirectories/SystemIncludeDirectories/CMakeLists.txt
 create mode 100644 Tests/IncludeDirectories/SystemIncludeDirectories/consumer.cpp
 create mode 100644 Tests/IncludeDirectories/SystemIncludeDirectories/systemlib.cpp
 create mode 100644 Tests/IncludeDirectories/SystemIncludeDirectories/systemlib/systemlib.h
 create mode 100644 Tests/IncludeDirectories/SystemIncludeDirectories/upstream.cpp
 create mode 100644 Tests/IncludeDirectories/SystemIncludeDirectories/upstream.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list