[Cmake-commits] CMake branch, master, updated. v3.2.1-463-gc95e523
Brad King
brad.king at kitware.com
Fri Mar 20 09:47:53 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 c95e523db87cd503c97ca2a6021614393bb33e0b (commit)
via 6e54b0b91032d858ae33b3cb093b5e4c9e15970e (commit)
via a2c068a7ce47ab5934735b9f9168dda9760646ec (commit)
from f447027307f32b9caa126631faaeab55b7e2133c (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=c95e523db87cd503c97ca2a6021614393bb33e0b
commit c95e523db87cd503c97ca2a6021614393bb33e0b
Merge: f447027 6e54b0b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 20 09:47:52 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 20 09:47:52 2015 -0400
Merge topic 'file-globbing-directory-listing'
6e54b0b9 Help: Add notes for topic 'file-globbing-directory-listing'
a2c068a7 file: Teach GLOB to list directories optionally
-----------------------------------------------------------------------
Summary of changes:
Help/command/file.rst | 17 +++++-
.../dev/file-globbing-directory-listing.rst | 6 ++
Source/cmFileCommand.cxx | 62 +++++++++++++++++++-
.../GLOB-error-LIST_DIRECTORIES-no-arg-result.txt} | 0
.../GLOB-error-LIST_DIRECTORIES-no-arg-stderr.txt | 1 +
.../file/GLOB-error-LIST_DIRECTORIES-no-arg.cmake | 1 +
...-error-LIST_DIRECTORIES-not-boolean-result.txt} | 0
...B-error-LIST_DIRECTORIES-not-boolean-stderr.txt | 1 +
.../GLOB-error-LIST_DIRECTORIES-not-boolean.cmake | 1 +
Tests/RunCMake/file/GLOB-stderr.txt | 6 ++
Tests/RunCMake/file/GLOB.cmake | 28 +++++++++
.../file/GLOB_RECURSE-cyclic-recursion-stderr.txt | 15 +++++
.../file/GLOB_RECURSE-cyclic-recursion.cmake | 23 ++++++++
Tests/RunCMake/file/GLOB_RECURSE-stderr.txt | 6 ++
Tests/RunCMake/file/GLOB_RECURSE.cmake | 28 +++++++++
Tests/RunCMake/file/RunCMakeTest.cmake | 10 ++++
16 files changed, 199 insertions(+), 6 deletions(-)
create mode 100644 Help/release/dev/file-globbing-directory-listing.rst
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => file/GLOB-error-LIST_DIRECTORIES-no-arg-result.txt} (100%)
create mode 100644 Tests/RunCMake/file/GLOB-error-LIST_DIRECTORIES-no-arg-stderr.txt
create mode 100644 Tests/RunCMake/file/GLOB-error-LIST_DIRECTORIES-no-arg.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => file/GLOB-error-LIST_DIRECTORIES-not-boolean-result.txt} (100%)
create mode 100644 Tests/RunCMake/file/GLOB-error-LIST_DIRECTORIES-not-boolean-stderr.txt
create mode 100644 Tests/RunCMake/file/GLOB-error-LIST_DIRECTORIES-not-boolean.cmake
create mode 100644 Tests/RunCMake/file/GLOB-stderr.txt
create mode 100644 Tests/RunCMake/file/GLOB.cmake
create mode 100644 Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-stderr.txt
create mode 100644 Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion.cmake
create mode 100644 Tests/RunCMake/file/GLOB_RECURSE-stderr.txt
create mode 100644 Tests/RunCMake/file/GLOB_RECURSE.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list