[Cmake-commits] CMake branch, master, updated. v3.1.0-922-g1ef4e3a

Brad King brad.king at kitware.com
Tue Jan 20 09:20:13 EST 2015


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  1ef4e3ab4534d0b24031045a476ff223574c38ec (commit)
       via  3a60c899fce77f221cba670b62c90fe2d2daffed (commit)
       via  90f9c42732a18e53943c3aa27de76c2511c5a0c6 (commit)
      from  770131c9731b3bb6276816195ac6a22f63847516 (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=1ef4e3ab4534d0b24031045a476ff223574c38ec
commit 1ef4e3ab4534d0b24031045a476ff223574c38ec
Merge: 770131c 3a60c89
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 20 09:20:12 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 20 09:20:12 2015 -0500

    Merge topic 'cmake-E-tar-mtime'
    
    3a60c899 cmake: Teach "-E tar" command a "--mtime=" option
    90f9c427 cmake: Teach "-E tar" to report file name on failure to read from disk


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

Summary of changes:
 Help/release/dev/cmake-E-tar-mtime.rst             |    6 +++++
 Source/CMakeLists.txt                              |    2 ++
 Source/cmArchiveWrite.cxx                          |   19 +++++++++++++-
 Source/cmArchiveWrite.h                            |    2 ++
 Source/cmSystemTools.cxx                           |    3 ++-
 Source/cmSystemTools.h                             |    6 ++---
 .../{cmCommandsForBootstrap.cxx => cm_get_date.c}  |   10 ++++----
 Tests/QtAutogen/foo.h => Source/cm_get_date.h      |   27 +++++++++-----------
 Source/cmcmd.cxx                                   |   26 +++++++++++++++++--
 .../E_tar-bad-mtime1-result.txt}                   |    0
 .../CommandLine/E_tar-bad-mtime1-stderr.txt        |    2 ++
 .../E_tar-bad-opt1-result.txt}                     |    0
 .../RunCMake/CommandLine/E_tar-bad-opt1-stderr.txt |    1 +
 .../E_tar-end-opt1-result.txt}                     |    0
 .../RunCMake/CommandLine/E_tar-end-opt1-stderr.txt |    2 ++
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake      |    6 +++++
 16 files changed, 85 insertions(+), 27 deletions(-)
 create mode 100644 Help/release/dev/cmake-E-tar-mtime.rst
 copy Source/{cmCommandsForBootstrap.cxx => cm_get_date.c} (75%)
 copy Tests/QtAutogen/foo.h => Source/cm_get_date.h (63%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_tar-bad-mtime1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_tar-bad-mtime1-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_tar-bad-opt1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_tar-bad-opt1-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_tar-end-opt1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_tar-end-opt1-stderr.txt


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list