[Cmake-commits] CMake branch, master, updated. v2.8.12.1-600-ga1e22f6

Brad King brad.king at kitware.com
Tue Nov 12 08:32:02 EST 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  a1e22f691792d0c3bcc895ae30f676c6e90167fa (commit)
       via  d1526f825e7464b8cb8a82b73718bbf2eb4965c9 (commit)
      from  298ef4332934ff835e8d6f239977cb082b228ff2 (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=a1e22f691792d0c3bcc895ae30f676c6e90167fa
commit a1e22f691792d0c3bcc895ae30f676c6e90167fa
Merge: 298ef43 d1526f8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 12 08:31:56 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 12 08:31:56 2013 -0500

    Merge topic 'cmake-internal-locations'
    
    d1526f8 Refactor internal resource location APIs and initialization


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

Summary of changes:
 Source/CMakeLists.txt                       |    6 +
 Source/CMakeSourceDir.txt.in                |    1 +
 Source/CPack/cmCPackGenerator.cxx           |   32 ----
 Source/CPack/cmCPackGenerator.h             |    7 -
 Source/CPack/cpack.cxx                      |    3 +-
 Source/CTest/cmCTestBuildAndTestHandler.cxx |    2 +-
 Source/CTest/cmCTestConfigureCommand.cxx    |    2 +-
 Source/CTest/cmCTestScriptHandler.cxx       |    8 +-
 Source/CursesDialog/ccmake.cxx              |    3 +-
 Source/CursesDialog/cmCursesMainForm.cxx    |    4 +-
 Source/QtDialog/CMakeLists.txt              |    7 +
 Source/QtDialog/CMakeSetup.cxx              |    3 +-
 Source/QtDialog/QCMake.cxx                  |   25 +---
 Source/cmCTest.cxx                          |   27 +---
 Source/cmCTest.h                            |    9 -
 Source/cmConfigure.cmake.h.in               |    2 -
 Source/cmDocumentation.cxx                  |    5 +-
 Source/cmDocumentation.h                    |    4 -
 Source/cmGlobalGenerator.cxx                |    6 +-
 Source/cmMakefile.cxx                       |    1 -
 Source/cmSystemTools.cxx                    |  152 ++++++++++++++++++-
 Source/cmSystemTools.h                      |   17 ++-
 Source/cmake.cxx                            |  213 +++------------------------
 Source/cmake.h                              |   17 +--
 Source/cmakemain.cxx                        |    3 +-
 Source/ctest.cxx                            |    3 +-
 26 files changed, 212 insertions(+), 350 deletions(-)
 create mode 100644 Source/CMakeSourceDir.txt.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list