[Cmake-commits] CMake branch, master, updated. v3.6.2-1094-g6b8812c
Brad King
brad.king at kitware.com
Tue Sep 20 08:41:04 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 6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b (commit)
via d0be1e15c383f17502d0f47a36d16ba3571b0b79 (commit)
via cbca65826c2bf49ba8c99efe8fa315d2942c4836 (commit)
via 7a4b8d0dc2f1e780f14e35e1c7ea32dde90576a4 (commit)
via 089868a244e623f75c1ffbe9297d3228bef9a8f1 (commit)
from 5c1ebec8430fe755f9ef2b0ba3316f424113ecbf (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=6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b
commit 6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b
Merge: 5c1ebec d0be1e1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 20 08:41:01 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 20 08:41:01 2016 -0400
Merge topic 'directory-list-targets-and-subdirs'
d0be1e15 Add directory properties to get source and binary directories
cbca6582 Add directory property to list buildsystem targets
7a4b8d0d Add a directory property to list subdirectories
089868a2 cmState: Record buildsystem target names in each directory
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-properties.7.rst | 4 +++
Help/prop_dir/BINARY_DIR.rst | 5 +++
Help/prop_dir/BUILDSYSTEM_TARGETS.rst | 11 ++++++
Help/prop_dir/SOURCE_DIR.rst | 5 +++
Help/prop_dir/SUBDIRECTORIES.rst | 15 ++++++++
.../dev/directory-list-targets-and-subdirs.rst | 16 +++++++++
Source/cmMakefile.cxx | 1 +
Source/cmState.cxx | 37 ++++++++++++++++++++
Source/cmState.h | 2 ++
.../get_property/directory_properties-stderr.txt | 18 +++++++++-
.../get_property/directory_properties.cmake | 15 ++++++++
.../directory_properties/CMakeLists.txt | 6 ++++
.../directory_properties/sub1/CMakeLists.txt | 0
.../directory_properties/sub2/CMakeLists.txt | 0
14 files changed, 134 insertions(+), 1 deletion(-)
create mode 100644 Help/prop_dir/BINARY_DIR.rst
create mode 100644 Help/prop_dir/BUILDSYSTEM_TARGETS.rst
create mode 100644 Help/prop_dir/SOURCE_DIR.rst
create mode 100644 Help/prop_dir/SUBDIRECTORIES.rst
create mode 100644 Help/release/dev/directory-list-targets-and-subdirs.rst
create mode 100644 Tests/RunCMake/get_property/directory_properties/CMakeLists.txt
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/get_property/directory_properties/sub1/CMakeLists.txt (100%)
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/get_property/directory_properties/sub2/CMakeLists.txt (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list