[Cmake-commits] CMake branch, master, updated. v3.0.0-rc5-873-g2e347eb

Brad King brad.king at kitware.com
Wed May 14 13:58:31 EDT 2014


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  2e347eb1837d85c0323b51322f267e69a7bd680f (commit)
       via  62a4a67dc54f3b796cd2735b230a863815d932b2 (commit)
      from  605eba8439fbad4baff7bee225674b207e9238b4 (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=2e347eb1837d85c0323b51322f267e69a7bd680f
commit 2e347eb1837d85c0323b51322f267e69a7bd680f
Merge: 605eba8 62a4a67
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 14 13:58:30 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 14 13:58:30 2014 -0400

    Merge topic 'WriteCompilerDetectionHeader-module'
    
    62a4a67d Add the WriteCompilerDetectionHeader module.


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

Summary of changes:
 Help/manual/cmake-modules.7.rst                    |    1 +
 Help/module/WriteCompilerDetectionHeader.rst       |    1 +
 .../dev/module-WriteCompilerDetectionHeader.rst    |    5 +
 Modules/WriteCompilerDetectionHeader.cmake         |  401 ++++++++++++++++++++
 Tests/CMakeLists.txt                               |    2 +
 .../WriteCompilerDetectionHeader/CMakeLists.txt    |   79 ++++
 Tests/Module/WriteCompilerDetectionHeader/main.cpp |   19 +
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../WriteCompilerDetectionHeader/CMakeLists.txt    |    3 +
 .../ExtraArgs-result.txt}                          |    0
 .../ExtraArgs-stderr.txt                           |    5 +
 .../WriteCompilerDetectionHeader/ExtraArgs.cmake   |   10 +
 .../FileTypo-result.txt}                           |    0
 .../FileTypo-stderr.txt                            |    5 +
 .../WriteCompilerDetectionHeader/FileTypo.cmake    |    7 +
 .../InvalidArgs-result.txt}                        |    0
 .../InvalidArgs-stderr.txt                         |   11 +
 .../WriteCompilerDetectionHeader/InvalidArgs.cmake |    6 +
 .../InvalidCXXFeature-result.txt}                  |    0
 .../InvalidCXXFeature-stderr.txt                   |    5 +
 .../InvalidCXXFeature.cmake                        |   10 +
 .../InvalidCompiler-result.txt}                    |    0
 .../InvalidCompiler-stderr.txt                     |    5 +
 .../InvalidCompiler.cmake                          |   10 +
 .../InvalidFeature-result.txt}                     |    0
 .../InvalidFeature-stderr.txt                      |    5 +
 .../InvalidFeature.cmake                           |   10 +
 .../NoCompiler-result.txt}                         |    0
 .../NoCompiler-stderr.txt                          |    6 +
 .../WriteCompilerDetectionHeader/NoCompiler.cmake  |   10 +
 .../NoFeature-result.txt}                          |    0
 .../NoFeature-stderr.txt                           |    6 +
 .../WriteCompilerDetectionHeader/NoFeature.cmake   |   10 +
 .../OldVersion-result.txt}                         |    0
 .../OldVersion-stderr.txt                          |    5 +
 .../WriteCompilerDetectionHeader/OldVersion.cmake  |   10 +
 .../PrefixTypo-result.txt}                         |    0
 .../PrefixTypo-stderr.txt                          |    5 +
 .../WriteCompilerDetectionHeader/PrefixTypo.cmake  |    7 +
 .../RunCMakeTest.cmake                             |   12 +
 40 files changed, 672 insertions(+)
 create mode 100644 Help/module/WriteCompilerDetectionHeader.rst
 create mode 100644 Help/release/dev/module-WriteCompilerDetectionHeader.rst
 create mode 100644 Modules/WriteCompilerDetectionHeader.cmake
 create mode 100644 Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
 create mode 100644 Tests/Module/WriteCompilerDetectionHeader/main.cpp
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/CMakeLists.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/ExtraArgs-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/ExtraArgs-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/ExtraArgs.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/FileTypo-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/FileTypo-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/FileTypo.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/InvalidArgs-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidArgs-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidArgs.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/InvalidCXXFeature-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidCXXFeature-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidCXXFeature.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/InvalidCompiler-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidCompiler-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidCompiler.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/InvalidFeature-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidFeature-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/InvalidFeature.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/NoCompiler-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/NoCompiler-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/NoCompiler.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/NoFeature-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/OldVersion-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/OldVersion-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/OldVersion.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => WriteCompilerDetectionHeader/PrefixTypo-result.txt} (100%)
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/PrefixTypo-stderr.txt
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/PrefixTypo.cmake
 create mode 100644 Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list