[Cmake-commits] CMake branch, master, updated. v2.8.4-229-ge1f0852

Brad King brad.king at kitware.com
Tue Mar 22 14:45:28 EDT 2011


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  e1f0852a8cb7172b93d79cdf9ad267447fa54419 (commit)
       via  e6c2701002a1c4620cbc58083698bd961e1ab999 (commit)
       via  4dd2ec2cb9dec683eafd3b303e04418c694675a3 (commit)
       via  6dd74d5a593e422dcc588ad8bc37382e06e8b256 (commit)
       via  c15983690f23ee9e39aced14cf74b55595d7d391 (commit)
       via  6259bc4222d7eb391a76ab5fd5e0460be238241e (commit)
       via  3430955d5f207232ed0ada83d3e6519ae5c908eb (commit)
       via  4d6418f68353f888e08b42b86ea9eb7e2e2781e3 (commit)
       via  9cc8ad99c9ace52283e293ca3542b3303ce361ee (commit)
       via  abbaa123aa0bc7c1d712a7cde018dfbdcccf0c43 (commit)
      from  935662a5eb0ff9eb680dac25bddbbdc7f4f82268 (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=e1f0852a8cb7172b93d79cdf9ad267447fa54419
commit e1f0852a8cb7172b93d79cdf9ad267447fa54419
Merge: 935662a e6c2701
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 22 14:45:25 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 22 14:45:25 2011 -0400

    Merge topic 'add-ProcessorCount-module'
    
    e6c2701 ProcessorCount: Use ERROR_QUIET with execute_process (#11302)
    4dd2ec2 ProcessorCount: Test fails if count is 0 (#11302)
    6dd74d5 ProcessorCount: Add support for remaining platforms (#11302)
    c159836 ProcessorCount test: more output, do not fail. (#11302)
    6259bc4 Compare ProcessorCount to SystemInformation count. (#11302)
    3430955 Add ProcessorCount support for QNX via pidin. (#11302)
    4d6418f If getconf returns empty output, try cpuinfo. (#11302)
    9cc8ad9 Add correct module notice header.
    abbaa12 Add module ProcessorCount.cmake (#11302)


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

Summary of changes:
 Modules/ProcessorCount.cmake                 |  183 ++++++++++++++++++++++++++
 Tests/CMakeTests/CMakeLists.txt              |    1 +
 Tests/CMakeTests/ProcessorCountTest.cmake.in |   72 ++++++++++
 3 files changed, 256 insertions(+), 0 deletions(-)
 create mode 100644 Modules/ProcessorCount.cmake
 create mode 100644 Tests/CMakeTests/ProcessorCountTest.cmake.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list