[Cmake-commits] CMake branch, master, updated. v3.5.2-756-g916d525

Brad King brad.king at kitware.com
Wed May 25 09:34:26 EDT 2016


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  916d52533ea354d8945c0cba44f65ee34d0e7cd5 (commit)
       via  c13408279f035c8261b530e26040cf4b8f01fdab (commit)
       via  4419909756751170d6fd4248b205c96767220dee (commit)
       via  a896043bacdd0cb2597fa10074302ed8a9a5e138 (commit)
      from  8cd007fee664e4c7d1e3a1e50dba5b3fe973e3cf (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=916d52533ea354d8945c0cba44f65ee34d0e7cd5
commit 916d52533ea354d8945c0cba44f65ee34d0e7cd5
Merge: 8cd007f c134082
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 25 09:34:24 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 25 09:34:24 2016 -0400

    Merge topic 'standard-include-directories'
    
    c1340827 Add a variable to specify language-wide system include directories
    44199097 cmMakefile: Optimize AddSystemIncludeDirectories for empty set
    a896043b GHS: Compute include directories consistently with other generators


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

Summary of changes:
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/release/dev/standard-include-directories.rst  |    6 ++++++
 .../CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst    |   14 ++++++++++++++
 Help/variable/CMAKE_LANG_STANDARD_LIBRARIES.rst    |    2 ++
 Source/cmGeneratorTarget.cxx                       |   12 ++++++++++++
 Source/cmGhsMultiTargetGenerator.cxx               |    6 ++++--
 Source/cmGlobalGenerator.cxx                       |   20 ++++++++++++++++++++
 Source/cmMakefile.cxx                              |    4 ++++
 Tests/IncludeDirectories/CMakeLists.txt            |    1 +
 .../StandardIncludeDirectories/CMakeLists.txt      |    5 +++++
 .../StandardIncludeDirectories/StdDir/StdIncDir.h  |    0
 .../StandardIncludeDirectories}/main.c             |    1 +
 12 files changed, 70 insertions(+), 2 deletions(-)
 create mode 100644 Help/release/dev/standard-include-directories.rst
 create mode 100644 Help/variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst
 create mode 100644 Tests/IncludeDirectories/StandardIncludeDirectories/CMakeLists.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/IncludeDirectories/StandardIncludeDirectories/StdDir/StdIncDir.h (100%)
 copy Tests/{ExportImport => IncludeDirectories/StandardIncludeDirectories}/main.c (54%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list