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  4da3315db365f3c80ce5202047955f0f2ec9312f (commit)
       via  8ea7611bc3650c75c86d22a3127cb117dbcaa9be (commit)
       via  fc1990c93384d1d2122cd4e11398a8197b006504 (commit)
       via  fdbfc9f6777696bdba60feafb9bb9a2f3fe02828 (commit)
       via  907a919be15e262eee75c10d06ce314e912abdbe (commit)
       via  ed4de3c9849f323c735929ad3e32d2450ce303a9 (commit)
       via  bf32b95efed986eed7f5e0c568c5bc9559bcb854 (commit)
      from  20b7e79d211589eed2668474966e77d00025eb37 (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=4da3315db365f3c80ce5202047955f0f2ec9312f
commit 4da3315db365f3c80ce5202047955f0f2ec9312f
Merge: 20b7e79 8ea7611
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Sep 8 10:24:36 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Sep 8 10:24:36 2015 -0400

    Merge topic 'find_program-NAMES_PER_DIR'
    
    8ea7611b find_program: Optionally consider all names in each directory
    fc1990c9 cmFindProgramCommand: Re-implement search using more flexible 
approach
    fdbfc9f6 Tests: Add explicit testing for find_program
    907a919b cmSystemTools: Drop unused StringEndsWith method
    ed4de3c9 cmFindProgramCommand: Use Names member instead of passing it
    bf32b95e cmFindLibraryCommand: Avoid repeating search for the same name


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

Summary of changes:
 Help/command/find_program.rst                      |    7 +-
 Help/release/dev/find_program-NAMES_PER_DIR.rst    |    6 +
 Source/cmFindLibraryCommand.cxx                    |   11 +-
 Source/cmFindProgramCommand.cxx                    |  153 ++++++++++++++++++--
 Source/cmFindProgramCommand.h                      |   10 +-
 Source/cmSystemTools.cxx                           |    9 --
 Source/cmSystemTools.h                             |    2 -
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 Tests/RunCMake/find_program/A/testA                |    1 +
 Tests/RunCMake/find_program/B/testB                |    1 +
 .../{CMP0064 => find_program}/CMakeLists.txt       |    0
 Tests/RunCMake/find_program/DirsPerName-stdout.txt |    1 +
 Tests/RunCMake/find_program/DirsPerName.cmake      |    6 +
 Tests/RunCMake/find_program/NamesPerDir-stdout.txt |    1 +
 Tests/RunCMake/find_program/NamesPerDir.cmake      |    6 +
 Tests/RunCMake/find_program/RunCMakeTest.cmake     |    9 ++
 .../RunCMake/find_program/Win/testCom.com          |    0
 .../RunCMake/find_program/Win/testCom.exe          |    0
 .../RunCMake/find_program/Win/testExe.exe          |    0
 Tests/RunCMake/find_program/WindowsCom-stdout.txt  |    1 +
 Tests/RunCMake/find_program/WindowsCom.cmake       |    6 +
 Tests/RunCMake/find_program/WindowsExe-stdout.txt  |    1 +
 Tests/RunCMake/find_program/WindowsExe.cmake       |    6 +
 23 files changed, 211 insertions(+), 27 deletions(-)
 create mode 100644 Help/release/dev/find_program-NAMES_PER_DIR.rst
 create mode 100755 Tests/RunCMake/find_program/A/testA
 create mode 100755 Tests/RunCMake/find_program/B/testB
 copy Tests/RunCMake/{CMP0064 => find_program}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/find_program/DirsPerName-stdout.txt
 create mode 100644 Tests/RunCMake/find_program/DirsPerName.cmake
 create mode 100644 Tests/RunCMake/find_program/NamesPerDir-stdout.txt
 create mode 100644 Tests/RunCMake/find_program/NamesPerDir.cmake
 create mode 100644 Tests/RunCMake/find_program/RunCMakeTest.cmake
 copy Modules/IntelVSImplicitPath/hello.f => 
Tests/RunCMake/find_program/Win/testCom.com (100%)
 mode change 100644 => 100755
 copy Modules/IntelVSImplicitPath/hello.f => 
Tests/RunCMake/find_program/Win/testCom.exe (100%)
 mode change 100644 => 100755
 copy Modules/IntelVSImplicitPath/hello.f => 
Tests/RunCMake/find_program/Win/testExe.exe (100%)
 mode change 100644 => 100755
 create mode 100644 Tests/RunCMake/find_program/WindowsCom-stdout.txt
 create mode 100644 Tests/RunCMake/find_program/WindowsCom.cmake
 create mode 100644 Tests/RunCMake/find_program/WindowsExe-stdout.txt
 create mode 100644 Tests/RunCMake/find_program/WindowsExe.cmake


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to