[Cmake-commits] CMake branch, master, updated. v2.8.3-358-g97c5171

Brad King brad.king at kitware.com
Tue Dec 28 15:25:55 EST 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  97c5171d6c1eb0b201662067e9c041003415ae93 (commit)
       via  667a90a0844a2b00a046e9597811c06905b6347d (commit)
       via  96309fc6e2439ede2604fc18ad04e82ffc54b606 (commit)
       via  a4a5e375685adcfe765c45be086706720a96dbea (commit)
       via  cfe53cddbde124864ffb0500475bc1c1cbd3ddbc (commit)
       via  017d4e9d2ce1544aab44f87204b5195e0c062812 (commit)
       via  561cc3359cca42749f797dd5ea908531740a873d (commit)
       via  d87bae7f742e5ea4d99dfd3691b6de335c6c0758 (commit)
       via  992c74f3e0747e806c3fc7708fea68cb2c376247 (commit)
       via  5249551f9fd11016fffae0cb44581ae3daa2169c (commit)
       via  0a014dab5c9566b63783986d98f398efb2fadcb8 (commit)
       via  af12f83d80412141117a0e84614a06af9bae68ae (commit)
       via  5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582 (commit)
       via  9bf4165437ed3ba4480b39cc9000f08f86fbe186 (commit)
       via  42de5d02dddec69ee045b423fbd58751f210839d (commit)
       via  7679f9fab099e729b61320927a9e0b8d03546f7f (commit)
       via  d95f817f77378021a067f9f2b4f286a12acb6cd8 (commit)
      from  8b73f54bc63f50c48d9356c108eec44bb5e0dbc3 (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=97c5171d6c1eb0b201662067e9c041003415ae93
commit 97c5171d6c1eb0b201662067e9c041003415ae93
Merge: 8b73f54 667a90a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 28 15:25:49 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 28 15:25:49 2010 -0500

    Merge topic 'dev/add_test-working-directory'
    
    667a90a Fix sentence break in add_test documentation
    96309fc Make TestsWorkingDirectory test a C file
    a4a5e37 Use iostream to make Borland happy
    cfe53cd Fully specify the path to old-signature add_test
    017d4e9 Group adding tests with its properties
    561cc33 Only test the default cwd with Makefiles
    d87bae7 Simplify the _default_cwd derivation
    992c74f Use --><-- markers to denote the path
    5249551 Flip slashes around on Windows
    0a014da Add ctype.h include for toupper()
    af12f83 Fix header includes for C++ and Visual Studio
    5597aa2 Rename the project to match the test
    9bf4165 Add tests for WORKING_DIRECTORY arg to add_test
    42de5d0 Add WORKING_DIRECTORY argument to add_test
    7679f9f Rename WorkingDirectory test
    d95f817 Add the WORKING_DIRECTORY property to tests


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

Summary of changes:
 Source/CTest/cmCTestTestHandler.cxx        |    5 ++-
 Source/cmAddTestCommand.cxx                |   17 +++++++
 Source/cmAddTestCommand.h                  |    5 ++-
 Source/cmTest.cxx                          |    6 +++
 Tests/CMakeLists.txt                       |   13 +++++
 Tests/TestsWorkingDirectory/CMakeLists.txt |   52 ++++++++++++++++++++++
 Tests/TestsWorkingDirectory/main.c         |   66 ++++++++++++++++++++++++++++
 7 files changed, 162 insertions(+), 2 deletions(-)
 create mode 100644 Tests/TestsWorkingDirectory/CMakeLists.txt
 create mode 100644 Tests/TestsWorkingDirectory/main.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list