[Cmake-commits] CMake branch, master, updated. v2.8.2-399-gf444b95

Brad King brad.king at kitware.com
Wed Sep 8 11:36:48 EDT 2010


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  f444b9555f87ec187bff51d48cd29c22ab4a6121 (commit)
       via  7944e4e0ac37cb1423da2de7a203557b77372aac (commit)
       via  ba0a8905395ec7e616bbedee33a83fcf15a86910 (commit)
       via  d26cd46989b4e1170cbebc97ae3b6b30395158db (commit)
       via  ced61f5722d65525fd4b8dbf96d5ea8f254099c2 (commit)
      from  661d5166b06c30a7a490d28a8476989200744b87 (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=f444b9555f87ec187bff51d48cd29c22ab4a6121
commit f444b9555f87ec187bff51d48cd29c22ab4a6121
Merge: 661d516 7944e4e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 8 11:36:46 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 8 11:36:46 2010 -0400

    Merge topic 'allow_upper_case_cpp_and_others'
    
    7944e4e Allow testing of .CPP on WIN32 as it is a case insensitive OS and should work.
    ba0a890 Only test for .CPP on Microsoft compilers which will handle .CPP as c++.
    d26cd46 Only use .CPP .CXX and .C++ do not work by default with g+++.
    ced61f5 Let CMake recognize .CPP .CXX and .C++ as c++ files.


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

Summary of changes:
 Modules/CMakeCXXCompiler.cmake.in |    4 ++--
 Tests/CxxOnly/CMakeLists.txt      |    5 ++++-
 Tests/CxxOnly/cxxonly.cxx         |    6 ++++++
 Tests/CxxOnly/test.CPP            |    1 +
 4 files changed, 13 insertions(+), 3 deletions(-)
 create mode 100644 Tests/CxxOnly/test.CPP


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list