[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.8 1.144.2.9 ChangeLog.manual 1.1.10.3 1.1.10.4

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 2 09:16:03 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in main tree for RC 6


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.8
retrieving revision 1.144.2.9
diff -C 2 -d -r1.144.2.8 -r1.144.2.9
*** CMakeLists.txt	31 Mar 2008 21:57:41 -0000	1.144.2.8
--- CMakeLists.txt	2 Apr 2008 13:16:00 -0000	1.144.2.9
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 52)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable
--- 355,359 ----
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 6)
  # 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.3
retrieving revision 1.1.10.4
diff -C 2 -d -r1.1.10.3 -r1.1.10.4
*** ChangeLog.manual	31 Mar 2008 21:57:41 -0000	1.1.10.3
--- ChangeLog.manual	2 Apr 2008 13:16:00 -0000	1.1.10.4
***************
*** 22,29 ****
--- 22,35 ----
  - Do not use FAT32 hack in VS 2005 and 2008 unless on a FAT32 disk,
    causes try-compiles to be 3 times slower if FAT hack is present.
+ - Fixes to debian cpack 
+ - Can now check if a proprty is SET or not
+ - Fix for generate with vs 2005 and vista not being able to create stamp file
+ - set_property with an empty value unsets that property now
  
  Changes in CMake 2.6.0 
  
  - Documentation for all variables
+ - Automatic reload of projects in visual stuido 7 and greater
+   when cmake is re-run.
  - Direct CDash submit support
  - Bullseye coverage support



More information about the Cmake-commits mailing list