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  b575eadcdaf55fa4fe9a9d2dd8cb5e530365eae9 (commit)
       via  12d87c04253bd203a9b8a510b1772291527d441c (commit)
       via  e28ce2483dbdc620aa92e2ba0d86e8923dcdb296 (commit)
       via  354ecc1e1f28b9f2412fa015064353c6e20cfe92 (commit)
       via  d842d9062297435747117bd74b6e184cedd345cc (commit)
       via  711e2b3b5c674d4f754b5b214d511be6ce7e8f4d (commit)
      from  d73c4057edeca78fcefbcaf9fd3768e2c0e19e07 (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=b575eadcdaf55fa4fe9a9d2dd8cb5e530365eae9
commit b575eadcdaf55fa4fe9a9d2dd8cb5e530365eae9
Merge: d73c405 12d87c0
Author:     David Cole <david.c...@kitware.com>
AuthorDate: Tue Dec 11 13:43:50 2012 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Dec 11 13:43:50 2012 -0500

    Merge topic 'add-timestamp-subcommands'
    
    12d87c0 CMake: Fix dashboard build errors and warnings
    e28ce24 CMake: Fix dashboard test failure
    354ecc1 CMake: Fix dashboard warnings
    d842d90 CMake: Stylistic changes and documentation tweaks
    711e2b3 CMake: Add TIMESTAMP subcommand to string and file commands


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

Summary of changes:
 Source/cmBootstrapCommands.cxx                     |    1 +
 Source/cmFileCommand.cxx                           |   57 +++++++++
 Source/cmFileCommand.h                             |    9 ++
 Source/cmStringCommand.cxx                         |   54 ++++++++
 Source/cmStringCommand.h                           |   30 +++++-
 Source/cmTimestamp.cxx                             |  134 ++++++++++++++++++++
 Source/cmTimestamp.h                               |   40 ++++++
 Tests/CMakeTests/File-TIMESTAMP-BadArg1.cmake      |    1 +
 Tests/CMakeTests/File-TIMESTAMP-NoFile.cmake       |    2 +
 Tests/CMakeTests/File-TIMESTAMP-NotBogus.cmake     |   24 ++++
 Tests/CMakeTests/File-TIMESTAMP-Works.cmake        |    2 +
 Tests/CMakeTests/FileTest.cmake.in                 |   12 ++
 .../String-TIMESTAMP-AllSpecifiers.cmake           |   11 ++
 Tests/CMakeTests/String-TIMESTAMP-BadArg1.cmake    |    1 +
 Tests/CMakeTests/String-TIMESTAMP-BadArg2.cmake    |    1 +
 Tests/CMakeTests/String-TIMESTAMP-BadArg3.cmake    |    1 +
 .../String-TIMESTAMP-CustomFormatLocal.cmake       |    2 +
 .../String-TIMESTAMP-CustomFormatUTC.cmake         |    2 +
 .../String-TIMESTAMP-DefaultFormatLocal.cmake      |    2 +
 .../String-TIMESTAMP-DefaultFormatUTC.cmake        |    2 +
 .../String-TIMESTAMP-IncompleteSpecifier.cmake     |    2 +
 .../String-TIMESTAMP-UnknownSpecifier.cmake        |    2 +
 Tests/CMakeTests/StringTest.cmake.in               |   30 +++++
 23 files changed, 421 insertions(+), 1 deletions(-)
 create mode 100644 Source/cmTimestamp.cxx
 create mode 100644 Source/cmTimestamp.h
 create mode 100644 Tests/CMakeTests/File-TIMESTAMP-BadArg1.cmake
 create mode 100644 Tests/CMakeTests/File-TIMESTAMP-NoFile.cmake
 create mode 100644 Tests/CMakeTests/File-TIMESTAMP-NotBogus.cmake
 create mode 100644 Tests/CMakeTests/File-TIMESTAMP-Works.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-AllSpecifiers.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-BadArg1.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-BadArg2.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-BadArg3.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-CustomFormatLocal.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-CustomFormatUTC.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-DefaultFormatLocal.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-DefaultFormatUTC.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-IncompleteSpecifier.cmake
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-UnknownSpecifier.cmake


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to