[Cmake-commits] [cmake-commits] hoffman committed TestForANSIForScope.cmake 1.16 1.17 TestForANSIStreamHeaders.cmake 1.12 1.13 TestForSSTREAM.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 2 08:44:53 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv24154

Modified Files:
	TestForANSIForScope.cmake TestForANSIStreamHeaders.cmake 
	TestForSSTREAM.cmake 
Log Message:
Fix the documentation to say what it really does. Bug #9638


Index: TestForANSIStreamHeaders.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/TestForANSIStreamHeaders.cmake,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** TestForANSIStreamHeaders.cmake	28 Sep 2009 15:46:51 -0000	1.12
--- TestForANSIStreamHeaders.cmake	2 Oct 2009 12:44:50 -0000	1.13
***************
*** 1,4 ****
  # - Test for compiler support of ANSI stream headers iostream, etc.
! # check if we they have the standard ansi stream files (without the .h)
  #  CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results
  #
--- 1,4 ----
  # - Test for compiler support of ANSI stream headers iostream, etc.
! # check if the compiler supports the standard ANSI iostream header (without the .h)
  #  CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results
  #

Index: TestForANSIForScope.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/TestForANSIForScope.cmake,v
retrieving revision 1.16
retrieving revision 1.17
diff -C 2 -d -r1.16 -r1.17
*** TestForANSIForScope.cmake	28 Sep 2009 15:46:51 -0000	1.16
--- TestForANSIForScope.cmake	2 Oct 2009 12:44:50 -0000	1.17
***************
*** 1,4 ****
  # - Check for ANSI for scope support
! # Check if the compiler supports std:: on stl classes.
  #  CMAKE_NO_ANSI_FOR_SCOPE - holds result
  #
--- 1,4 ----
  # - Check for ANSI for scope support
! # Check if the compiler restricts the scope of variables declared in a for-init-statement to the loop body.
  #  CMAKE_NO_ANSI_FOR_SCOPE - holds result
  #

Index: TestForSSTREAM.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/TestForSSTREAM.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** TestForSSTREAM.cmake	28 Sep 2009 15:46:51 -0000	1.4
--- TestForSSTREAM.cmake	2 Oct 2009 12:44:51 -0000	1.5
***************
*** 1,4 ****
! # # - Test for std:: namespace support
! # check if the compiler supports std:: on stl classes
  #  CMAKE_NO_ANSI_STRING_STREAM - defined by the results
  #
--- 1,4 ----
! # - Test for compiler support of ANSI sstream header
! # check if the compiler supports the standard ANSI sstream header
  #  CMAKE_NO_ANSI_STRING_STREAM - defined by the results
  #



More information about the Cmake-commits mailing list