[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.63 1.144.2.64 ChangeLog.manual 1.1.10.61 1.1.10.62

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 23 13:58:42 EDT 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: check in changes to branch, most importantly the header file do not compile fix


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.63
retrieving revision 1.144.2.64
diff -C 2 -d -r1.144.2.63 -r1.144.2.64
*** CMakeLists.txt	20 Feb 2009 16:10:01 -0000	1.144.2.63
--- CMakeLists.txt	23 Mar 2009 17:58:39 -0000	1.144.2.64
***************
*** 354,359 ****
  SET(CMake_VERSION_MAJOR 2)
  SET(CMake_VERSION_MINOR 6)
! SET(CMake_VERSION_PATCH 3)
! #SET(CMake_VERSION_RC 17)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable
--- 354,359 ----
  SET(CMake_VERSION_MAJOR 2)
  SET(CMake_VERSION_MINOR 6)
! SET(CMake_VERSION_PATCH 4)
! SET(CMake_VERSION_RC 0)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.10.61
retrieving revision 1.1.10.62
diff -C 2 -d -r1.1.10.61 -r1.1.10.62
*** ChangeLog.manual	20 Feb 2009 16:10:02 -0000	1.1.10.61
--- ChangeLog.manual	23 Mar 2009 17:58:40 -0000	1.1.10.62
***************
*** 1,2 ****
--- 1,21 ----
+ Changes in CMake 2.6.4 RC 0
+ - Add some better documentation about RPATH variables
+ - No longer mark header files as HEADER_FILE_ONLY automatically,
+   this gets rid of the ugly red marks in Visual Stuido
+ - Fix man-page preformatted text paragraphing
+ - Teach file(REMOVE) how to use relative paths
+ - Gracefully handle broken version symlinks
+ - Fix ASM source file extension default list
+ - Pass shared library export symbol in DEFINES
+ - Enforce unique binary directories
+ - Fix cmake-mode.el indentation cursor motion
+ - Simplify reverse cmLocalGenerator::Convert
+ - More robust decision to suppress implicit include dirs
+ - Fix Fortran implicit dependency include path (and test it)
+ - Clarify docs of old *_OUTPUT_PATH vars
+ - Fix svn update logic for modified files
+ - Add get_filename_component(... REALPATH)
+ - Work around broken GetLongPathName case 
+ 
  Changes in CMake 2.6.3 RC 17 - 15
  - Fix Xcode rebuild issue with static libraries and add a test.



More information about the Cmake-commits mailing list