[Cmake-commits] CMake branch, master, updated. v2.8.7-28-gbe358c6

David Cole david.cole at kitware.com
Mon Jan 9 14:09:12 EST 2012


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  be358c68c351ff6913fa11e2af96b7f6741cde1a (commit)
       via  53d31c2426835d372f3286d134c90b5f6cc79441 (commit)
       via  c1789e69869370889bbe57f2ec8606ba45ab5034 (commit)
       via  569cee1d9ef613d4c3c87e124982463ffac3cdb2 (commit)
       via  49d6dd67f1c2b3d21a47c28f6e0908062f300e4f (commit)
       via  76ac88b730f32dcdef80216766b3eaecb6257ed6 (commit)
       via  137e5974bcde960cf408eb4027d35defa9a93217 (commit)
       via  63379207e189688d7e266e6b27420300c9761caf (commit)
       via  6a7582124cb19a5c869263e9bec716be76c7640a (commit)
      from  4fa5a7c845305cc23e184f1cc644af27475bcf04 (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=be358c68c351ff6913fa11e2af96b7f6741cde1a
commit be358c68c351ff6913fa11e2af96b7f6741cde1a
Merge: 4fa5a7c 53d31c2
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Mon Jan 9 14:09:11 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 9 14:09:11 2012 -0500

    Merge topic 'test-Complex-cleanup'
    
    53d31c2 complex: Remove unused option to test CMakeLib
    c1789e6 complex: Remove test dependence on cmSystemTools
    569cee1 complex: Move cmSystemTools::UpperCase test to CMakeLibTests
    49d6dd6 complex: Simplify test for single-character exe name
    76ac88b complex: Move GeneratedFileStream test to CMakeLibTests
    137e597 complex: Remove dynamic loader tests
    6337920 complex: Sync Tests/ComplexOneConfig with Tests/Complex
    6a75821 complex: Remove ancient unused ComplexRelativePaths test


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

Summary of changes:
 Tests/CMakeLib/CMakeLists.txt                      |    2 +
 Tests/CMakeLib/testGeneratedFileStream.cxx         |  100 ++
 Tests/CMakeLib/testSystemTools.cxx                 |   33 +
 Tests/CMakeLists.txt                               |   21 -
 Tests/Complex/CMakeLists.txt                       |    5 -
 Tests/Complex/Executable/A.cxx                     |    4 +-
 Tests/Complex/Executable/CMakeLists.txt            |   26 +-
 Tests/Complex/Executable/complex.cxx               |  240 +----
 Tests/Complex/Library/CMakeLists.txt               |    1 -
 Tests/Complex/Library/moduleFile.c                 |    6 -
 Tests/Complex/Library/moduleFile.h                 |   12 -
 Tests/Complex/cmTestConfigure.h.in                 |    2 -
 Tests/ComplexOneConfig/CMakeLists.txt              |    5 -
 Tests/ComplexOneConfig/Executable/A.cxx            |    4 +-
 Tests/ComplexOneConfig/Executable/CMakeLists.txt   |   35 +-
 Tests/ComplexOneConfig/Executable/complex.cxx      |  240 +----
 .../Executable/complex_nobuild.c                   |    0
 Tests/ComplexOneConfig/Library/CMakeLists.txt      |    1 -
 Tests/ComplexOneConfig/Library/moduleFile.c        |    6 -
 Tests/ComplexOneConfig/Library/moduleFile.h        |   12 -
 Tests/ComplexOneConfig/cmTestConfigure.h.in        |    2 -
 Tests/ComplexRelativePaths/CMakeLists.txt          |  381 ------
 Tests/ComplexRelativePaths/Cache/CMakeCache.txt    |   34 -
 Tests/ComplexRelativePaths/Executable/A.cxx        |    7 -
 Tests/ComplexRelativePaths/Executable/A.h          |    4 -
 Tests/ComplexRelativePaths/Executable/A.hh         |    2 -
 Tests/ComplexRelativePaths/Executable/A.txt        |    1 -
 .../ComplexRelativePaths/Executable/CMakeLists.txt |  183 ---
 .../ComplexRelativePaths/Executable/Included.cmake |    2 -
 .../Executable/Sub1/NameConflictTest.c             |    4 -
 .../Executable/Sub2/NameConflictTest.c             |    4 -
 .../Executable/Temp/CMakeLists.txt                 |    8 -
 .../ComplexRelativePaths/Executable/cmVersion.h.in |    1 -
 Tests/ComplexRelativePaths/Executable/complex.cxx  | 1226 --------------------
 .../Executable/complex.file.cxx                    |    8 -
 .../Executable/complex_nobuild.cxx                 |    1 -
 .../Executable/notInAllExe.cxx                     |   10 -
 .../Executable/testSystemDir.cxx                   |    3 -
 Tests/ComplexRelativePaths/Executable/testcflags.c |   26 -
 Tests/ComplexRelativePaths/Library/CMakeLists.txt  |  141 ---
 .../Library/ExtraSources/file1.cxx                 |    4 -
 .../Library/ExtraSources/file1.h                   |    1 -
 .../Library/SystemDir/testSystemDir.h              |    2 -
 Tests/ComplexRelativePaths/Library/TestLink.c      |    8 -
 Tests/ComplexRelativePaths/Library/create_file.cxx |   28 -
 Tests/ComplexRelativePaths/Library/file2.cxx       |   10 -
 Tests/ComplexRelativePaths/Library/file2.h         |    1 -
 Tests/ComplexRelativePaths/Library/moduleFile.c    |    6 -
 Tests/ComplexRelativePaths/Library/moduleFile.h    |   12 -
 Tests/ComplexRelativePaths/Library/notInAllLib.cxx |    5 -
 Tests/ComplexRelativePaths/Library/sharedFile.cxx  |    6 -
 Tests/ComplexRelativePaths/Library/sharedFile.h    |   12 -
 Tests/ComplexRelativePaths/Library/testConly.c     |   13 -
 Tests/ComplexRelativePaths/Library/testConly.h     |   13 -
 .../Library/test_preprocess.cmake                  |    7 -
 Tests/ComplexRelativePaths/VarTests.cmake          |  198 ----
 Tests/ComplexRelativePaths/cmTestConfigure.h.in    |   87 --
 .../cmTestConfigureEscape.h.in                     |    1 -
 .../cmTestGeneratedHeader.h.in                     |    1 -
 59 files changed, 195 insertions(+), 3023 deletions(-)
 create mode 100644 Tests/CMakeLib/testGeneratedFileStream.cxx
 create mode 100644 Tests/CMakeLib/testSystemTools.cxx
 delete mode 100644 Tests/Complex/Library/moduleFile.c
 delete mode 100644 Tests/Complex/Library/moduleFile.h
 copy Tests/{Complex => ComplexOneConfig}/Executable/complex_nobuild.c (100%)
 delete mode 100644 Tests/ComplexOneConfig/Library/moduleFile.c
 delete mode 100644 Tests/ComplexOneConfig/Library/moduleFile.h
 delete mode 100644 Tests/ComplexRelativePaths/CMakeLists.txt
 delete mode 100644 Tests/ComplexRelativePaths/Cache/CMakeCache.txt
 delete mode 100644 Tests/ComplexRelativePaths/Executable/A.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Executable/A.h
 delete mode 100644 Tests/ComplexRelativePaths/Executable/A.hh
 delete mode 100644 Tests/ComplexRelativePaths/Executable/A.txt
 delete mode 100644 Tests/ComplexRelativePaths/Executable/CMakeLists.txt
 delete mode 100644 Tests/ComplexRelativePaths/Executable/Included.cmake
 delete mode 100644 Tests/ComplexRelativePaths/Executable/Sub1/NameConflictTest.c
 delete mode 100644 Tests/ComplexRelativePaths/Executable/Sub2/NameConflictTest.c
 delete mode 100644 Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt
 delete mode 100644 Tests/ComplexRelativePaths/Executable/cmVersion.h.in
 delete mode 100644 Tests/ComplexRelativePaths/Executable/complex.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Executable/complex.file.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Executable/complex_nobuild.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Executable/notInAllExe.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Executable/testSystemDir.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Executable/testcflags.c
 delete mode 100644 Tests/ComplexRelativePaths/Library/CMakeLists.txt
 delete mode 100644 Tests/ComplexRelativePaths/Library/ExtraSources/file1.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Library/ExtraSources/file1.h
 delete mode 100644 Tests/ComplexRelativePaths/Library/SystemDir/testSystemDir.h
 delete mode 100644 Tests/ComplexRelativePaths/Library/TestLink.c
 delete mode 100644 Tests/ComplexRelativePaths/Library/create_file.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Library/dummy
 delete mode 100644 Tests/ComplexRelativePaths/Library/empty.h
 delete mode 100644 Tests/ComplexRelativePaths/Library/file2.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Library/file2.h
 delete mode 100644 Tests/ComplexRelativePaths/Library/moduleFile.c
 delete mode 100644 Tests/ComplexRelativePaths/Library/moduleFile.h
 delete mode 100644 Tests/ComplexRelativePaths/Library/notInAllLib.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Library/sharedFile.cxx
 delete mode 100644 Tests/ComplexRelativePaths/Library/sharedFile.h
 delete mode 100644 Tests/ComplexRelativePaths/Library/testConly.c
 delete mode 100644 Tests/ComplexRelativePaths/Library/testConly.h
 delete mode 100644 Tests/ComplexRelativePaths/Library/test_preprocess.cmake
 delete mode 100644 Tests/ComplexRelativePaths/VarTests.cmake
 delete mode 100644 Tests/ComplexRelativePaths/cmTestConfigure.h.in
 delete mode 100644 Tests/ComplexRelativePaths/cmTestConfigureEscape.h.in
 delete mode 100644 Tests/ComplexRelativePaths/cmTestGeneratedHeader.h.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list