[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.24 1.144.2.25 ChangeLog.manual 1.1.10.23 1.1.10.24

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 13 08:55:16 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in changes from head


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.24
retrieving revision 1.144.2.25
diff -C 2 -d -r1.144.2.24 -r1.144.2.25
*** CMakeLists.txt	29 May 2008 13:15:26 -0000	1.144.2.24
--- CMakeLists.txt	13 Jun 2008 12:55:14 -0000	1.144.2.25
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 3)
  # 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 1)
! SET(CMake_VERSION_RC 4)
  # 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.23
retrieving revision 1.1.10.24
diff -C 2 -d -r1.1.10.23 -r1.1.10.24
*** ChangeLog.manual	29 May 2008 13:15:26 -0000	1.1.10.23
--- ChangeLog.manual	13 Jun 2008 12:55:14 -0000	1.1.10.24
***************
*** 1,2 ****
--- 1,21 ----
+ Changes in CMake 2.6.1 RC 4
+ - Change to find_*, a new HINTS keyword was added to avoid the
+   need for NO_DEFAULT_PATH, and a repeated call to find_*
+ - Update all NO_DEFAULT_PATH usage in Modules/Find*
+ - Fix for cpack self extracting .sh files to work with more shells
+ - FindQt4 now finds dependencies for some qt modules
+ - ctest cpu information fixes for cygwin and linux
+ - Recognize more color terminals for color output
+ - Remove SKIP_RULE_DEPENDS from custom command because CMake
+   now can detect when a cutom command actually changes and only
+   re-run the rule then.  This fixes the problem of custom commands 
+   re-running every time a file is added to a target.
+ - Fix for very slow find_path on OSX because of framework searchs
+ - Fix for bug 6364, extra help targets when there are subdirectories 
+   of the top level.
+ - Fix for Xcode generator to not eat some flags by mistake.
+ - Add end of file checking for close if, foreach, macro, functions 
+   etc enabled.
+ 
  Changes in CMake 2.6.1 RC 3
  - FindQt4 - Find qt debug libraries on windows with d postfix.
***************
*** 4,9 ****
  - Give a message if rpath is changed during install
  - rpath changer during install understands symlinks now
! - If a source file is not found and is a full path cmake complains again
! - 
  Changes in CMake 2.6.1 RC 2
  
--- 23,28 ----
  - Give a message if rpath is changed during install
  - rpath changer during install understands symlinks now
! - If a source file is not found and is a full path cmake complains.
! 
  Changes in CMake 2.6.1 RC 2
  



More information about the Cmake-commits mailing list