[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.54 1.144.2.55 CTestConfig.cmake 1.4.10.1 1.4.10.2 CTestCustom.cmake.in 1.4 1.4.2.1 ChangeLog.manual 1.1.10.51 1.1.10.52

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 4 11:44:03 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt CTestConfig.cmake CTestCustom.cmake.in 
	ChangeLog.manual 
Log Message:
ENH: merge in changes to 2.6 RC 10


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.54
retrieving revision 1.144.2.55
diff -C 2 -d -r1.144.2.54 -r1.144.2.55
*** CMakeLists.txt	15 Jan 2009 14:17:20 -0000	1.144.2.54
--- CMakeLists.txt	4 Feb 2009 16:44:01 -0000	1.144.2.55
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 9)
  # 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 3)
! SET(CMake_VERSION_RC 10)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable

Index: CTestConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestConfig.cmake,v
retrieving revision 1.4.10.1
retrieving revision 1.4.10.2
diff -C 2 -d -r1.4.10.1 -r1.4.10.2
*** CTestConfig.cmake	28 Jul 2008 15:31:35 -0000	1.4.10.1
--- CTestConfig.cmake	4 Feb 2009 16:44:01 -0000	1.4.10.2
***************
*** 6,7 ****
--- 6,12 ----
  set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake")
  set(CTEST_DROP_SITE_CDASH TRUE)
+ 
+ # use old trigger stuff so that cmake 2.4 and below will not 
+ # get errors on trigger
+ SET (TRIGGER_SITE 
+   "http://public.kitware.com/cgi-bin/Submit-CMake-TestingResults.cgi")

Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C 2 -d -r1.4 -r1.4.2.1
*** CTestCustom.cmake.in	25 Feb 2008 15:17:17 -0000	1.4
--- CTestCustom.cmake.in	4 Feb 2009 16:44:01 -0000	1.4.2.1
***************
*** 3,6 ****
--- 3,7 ----
    "xtree.[0-9]+. : warning C4702: unreachable code"
    "warning LNK4221"
+   "warning LNK4204" # Occurs by race condition with objects in small libs
    "variable .var_args[2]*. is used before its value is set"
    "jobserver unavailable"

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.10.51
retrieving revision 1.1.10.52
diff -C 2 -d -r1.1.10.51 -r1.1.10.52
*** ChangeLog.manual	15 Jan 2009 14:17:20 -0000	1.1.10.51
--- ChangeLog.manual	4 Feb 2009 16:44:01 -0000	1.1.10.52
***************
*** 1,2 ****
--- 1,20 ----
+ Changes in CMake 2.6.3 RC 10
+ - Fix issue #7470. Allow spaces in the path names for CPack NSIS.
+ - Fix crash with set properties and empty values
+ - Enforce matching cmake_policy push/pop scope in scripts
+ - Document find_package refind
+ - add unset command
+ - add/fix many osg modules
+ - Fixes for FindBoost.cmake
+ - Fixes for FindDoxygen.cmake
+ - Fixes for FindFLTK.cmake
+ - Fix endif in FindKDE4.cmake
+ - Fix HEADER_FILE_ONLY with VS and midl files  #7845 
+ - Add #7833 changes to support OSXX11 file associations
+ - Fix target ordering in VS IDE solution files
+ - Fix LOCATION property for Mac App Bundle targets
+ - Better diagnosis of mismatching logical blocks
+ - Improve scoping of policies (see cmake_policy and CMP0011) 
+ 
  Changes in CMake 2.6.3 RC 9
  - Fix borland 55 build



More information about the Cmake-commits mailing list