[Cmake-commits] CMake branch, master, updated. v2.8.11.1-342-gbd2e3c7

Brad King brad.king at kitware.com
Mon Jun 24 08:37:39 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  bd2e3c77660caf029637f7736e8a8b65ece5c8c5 (commit)
       via  bb71a3a0dfaba317c7a98b92301310e15f602c38 (commit)
      from  7bf42bf9cc7f987337767655f59d8eabd77b81fe (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=bd2e3c77660caf029637f7736e8a8b65ece5c8c5
commit bd2e3c77660caf029637f7736e8a8b65ece5c8c5
Merge: 7bf42bf bb71a3a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 24 08:37:37 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 24 08:37:37 2013 -0400

    Merge topic 'add-cmake_host_system_information-command'
    
    bb71a3a Add cmake_host_system_information command


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

Summary of changes:
 Source/cmCMakeHostSystemInformationCommand.cxx     |  126 ++++++++++++++++++++
 Source/cmCMakeHostSystemInformationCommand.h       |  102 ++++++++++++++++
 Source/cmCommands.cxx                              |    2 +
 .../CMakeHostSystemInformation-BadArg1.cmake       |    1 +
 .../CMakeHostSystemInformation-BadArg2.cmake       |    1 +
 .../CMakeHostSystemInformation-BadArg3.cmake       |    1 +
 .../CMakeHostSystemInformation-QueryList.cmake     |    5 +
 .../CMakeHostSystemInformationTest.cmake.in        |   33 +++++
 Tests/CMakeTests/CMakeLists.txt                    |    1 +
 9 files changed, 272 insertions(+), 0 deletions(-)
 create mode 100644 Source/cmCMakeHostSystemInformationCommand.cxx
 create mode 100644 Source/cmCMakeHostSystemInformationCommand.h
 create mode 100644 Tests/CMakeTests/CMakeHostSystemInformation-BadArg1.cmake
 create mode 100644 Tests/CMakeTests/CMakeHostSystemInformation-BadArg2.cmake
 create mode 100644 Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake
 create mode 100644 Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake
 create mode 100644 Tests/CMakeTests/CMakeHostSystemInformationTest.cmake.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list