[Cmake-commits] CMake branch, master, updated. v3.3.0-rc2-159-gc111370

Brad King brad.king at kitware.com
Mon Jun 15 09:45:30 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  c1113705d7469e87f1f988ea1c86f0bbf96dd219 (commit)
       via  698f75971bee336133d21260db069bb139bd3d76 (commit)
      from  919b116f98f20e685999ab8e94415c11228d7d88 (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=c1113705d7469e87f1f988ea1c86f0bbf96dd219
commit c1113705d7469e87f1f988ea1c86f0bbf96dd219
Merge: 919b116 698f759
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 15 09:45:28 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 15 09:45:28 2015 -0400

    Merge topic 'compiler-launcher'
    
    698f7597 Add options to launch the compiler through tools like ccache or distcc


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

Summary of changes:
 Help/manual/cmake-properties.7.rst                 |    1 +
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst           |   13 +++++++++++++
 Help/release/dev/compiler-launcher.rst             |    8 ++++++++
 Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst     |    6 ++++++
 Source/cmMakefileTargetGenerator.cxx               |   19 +++++++++++++++++++
 Source/cmNinjaTargetGenerator.cxx                  |   20 ++++++++++++++++++++
 Source/cmTarget.cxx                                |    2 ++
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 Tests/RunCMake/CompilerLauncher/C-Build-stdout.txt |    1 +
 .../CompilerLauncher/C-launch-Build-stdout.txt     |    1 +
 .../C-launch.cmake                                 |    0
 Tests/RunCMake/CompilerLauncher/C.cmake            |    4 ++++
 .../{CMP0057 => CompilerLauncher}/CMakeLists.txt   |    0
 .../RunCMake/CompilerLauncher/CXX-Build-stdout.txt |    1 +
 .../CompilerLauncher/CXX-launch-Build-stdout.txt   |    1 +
 .../CXX-launch.cmake                               |    0
 Tests/RunCMake/CompilerLauncher/CXX.cmake          |    4 ++++
 .../RunCMakeTest.cmake                             |   17 +++++++++--------
 Tests/RunCMake/CompilerLauncher/main.c             |    3 +++
 .../main.cxx                                       |    0
 21 files changed, 95 insertions(+), 8 deletions(-)
 create mode 100644 Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst
 create mode 100644 Help/release/dev/compiler-launcher.rst
 create mode 100644 Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst
 create mode 100644 Tests/RunCMake/CompilerLauncher/C-Build-stdout.txt
 create mode 100644 Tests/RunCMake/CompilerLauncher/C-launch-Build-stdout.txt
 copy Tests/RunCMake/{IncludeWhatYouUse => CompilerLauncher}/C-launch.cmake (100%)
 create mode 100644 Tests/RunCMake/CompilerLauncher/C.cmake
 copy Tests/RunCMake/{CMP0057 => CompilerLauncher}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/CompilerLauncher/CXX-Build-stdout.txt
 create mode 100644 Tests/RunCMake/CompilerLauncher/CXX-launch-Build-stdout.txt
 copy Tests/RunCMake/{IncludeWhatYouUse => CompilerLauncher}/CXX-launch.cmake (100%)
 create mode 100644 Tests/RunCMake/CompilerLauncher/CXX.cmake
 copy Tests/RunCMake/{IncludeWhatYouUse => CompilerLauncher}/RunCMakeTest.cmake (56%)
 create mode 100644 Tests/RunCMake/CompilerLauncher/main.c
 copy Tests/RunCMake/{IncludeWhatYouUse => CompilerLauncher}/main.cxx (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list