[Cmake-commits] CMake branch, next, updated. v3.7.2-2344-gc6db873

Brad King brad.king at kitware.com
Wed Jan 25 13:54:40 EST 2017


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, next has been updated
       via  c6db87387ee1e5c30b9bc873ad2438db5bd6e43a (commit)
       via  610e3cfb8b490ddd154f3a47d676e03e82dc714a (commit)
      from  1d0ed3063e2e9cc918b9fdcf45bbdb3aa6b0ce09 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c6db87387ee1e5c30b9bc873ad2438db5bd6e43a
commit c6db87387ee1e5c30b9bc873ad2438db5bd6e43a
Merge: 1d0ed30 610e3cf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 25 13:54:40 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 25 13:54:40 2017 -0500

    Merge topic 'topic-reproducible-build' into next
    
    610e3cfb fixup! cmTimestamp: Support SOURCE_DATE_EPOCH to override current time


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=610e3cfb8b490ddd154f3a47d676e03e82dc714a
commit 610e3cfb8b490ddd154f3a47d676e03e82dc714a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 25 13:54:30 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jan 25 13:54:30 2017 -0500

    fixup! cmTimestamp: Support SOURCE_DATE_EPOCH to override current time

diff --git a/Source/cmTimestamp.cxx b/Source/cmTimestamp.cxx
index b61b15d..87677ec 100644
--- a/Source/cmTimestamp.cxx
+++ b/Source/cmTimestamp.cxx
@@ -5,6 +5,7 @@
 #include <cmConfigure.h>
 #include <cstring>
 #include <sstream>
+#include <stdlib.h>
 
 #include "cmSystemTools.h"
 

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

Summary of changes:
 Source/cmTimestamp.cxx |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list