[Cmake-commits] CMake branch, next, updated. v3.3.1-2315-g3296f9c

Brad King brad.king at kitware.com
Fri Aug 21 10:56:41 EDT 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  3296f9c8f9aa1f418fd9c8b195588df7e1ddee14 (commit)
       via  04e708d8df71234750b3ea00e2d9ada0dd7def82 (commit)
      from  393825a583930bd45ccdc021c918500b0ead55c5 (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=3296f9c8f9aa1f418fd9c8b195588df7e1ddee14
commit 3296f9c8f9aa1f418fd9c8b195588df7e1ddee14
Merge: 393825a 04e708d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 21 10:56:40 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Aug 21 10:56:40 2015 -0400

    Merge topic 'drop-cmsys-std-layer' into next
    
    04e708d8 Remove use of include <cmsys/IOStream.hxx> from KWSys


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=04e708d8df71234750b3ea00e2d9ada0dd7def82
commit 04e708d8df71234750b3ea00e2d9ada0dd7def82
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 21 10:54:57 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Aug 21 10:54:57 2015 -0400

    Remove use of include <cmsys/IOStream.hxx> from KWSys
    
    We no longer need this compatibility layer for the compilers we support.

diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index a9796b9..468a589 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -33,14 +33,6 @@
 // Provide fixed-size integer types.
 #include <cmIML/INT.h>
 
-// Include stream compatibility layer from KWSys.
-// This is needed to work with large file support
-// on some platforms whose stream operators do not
-// support the large integer types.
-#if defined(CMAKE_BUILD_WITH_CMAKE)
-# include <cmsys/IOStream.hxx>
-#endif
-
 #include <fstream>
 #include <iostream>
 #include <iomanip>

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

Summary of changes:
 Source/cmStandardIncludes.h |    8 --------
 1 file changed, 8 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list