[Cmake-commits] CMake branch, next, updated. v3.1.2-1067-gcd87066

Stephen Kelly steveire at gmail.com
Thu Feb 5 17:54:16 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, next has been updated
       via  cd8706623698962a152d8dce29a3c03bf8008cf7 (commit)
       via  641c5583339c945d07c2f54e235e2c6662d471b5 (commit)
      from  dd90ab2b3d50268705c5a6ca3e0aa9c9d16a3038 (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=cd8706623698962a152d8dce29a3c03bf8008cf7
commit cd8706623698962a152d8dce29a3c03bf8008cf7
Merge: dd90ab2 641c558
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 5 17:54:16 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 5 17:54:16 2015 -0500

    Merge topic 'cmStandardIncludes-cleanup' into next
    
    641c5583 Revert "cmStandardIncludes: Remove compatibility typedef added for MSVC6."


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=641c5583339c945d07c2f54e235e2c6662d471b5
commit 641c5583339c945d07c2f54e235e2c6662d471b5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 5 23:53:49 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Feb 5 23:53:49 2015 +0100

    Revert "cmStandardIncludes: Remove compatibility typedef added for MSVC6."
    
    This reverts commit 3e9d6e5439e7f35dbc5961c8d1bb5b2d35bfc451.

diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 262e9a6..0909719 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -59,6 +59,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#if defined( _MSC_VER )
+typedef unsigned short mode_t;
+#endif
+
 // use this class to shrink the size of symbols in .o files
 // std::string is really basic_string<....lots of stuff....>
 // when combined with a map or set, the symbols can be > 2000 chars!

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

Summary of changes:
 Source/cmStandardIncludes.h |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list