[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.158.2.7 1.158.2.8 ChangeLog.manual 1.1.12.7 1.1.12.8 bootstrap 1.125.2.1 1.125.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 11 13:34:14 EST 2009


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt ChangeLog.manual bootstrap 
Log Message:
CMake 2.8.0-rc7


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.125.2.1
retrieving revision 1.125.2.2
diff -C 2 -d -r1.125.2.1 -r1.125.2.2
*** bootstrap	1 Oct 2009 21:20:15 -0000	1.125.2.1
--- bootstrap	11 Nov 2009 18:34:11 -0000	1.125.2.2
***************
*** 1317,1323 ****
  
  cmake_c_flags_String="-DKWSYS_STRING_C"
! cmake_c_flags="${cmake_c_flags}-I`cmake_escape \"${cmake_source_dir}/Source\"` \
    -I`cmake_escape \"${cmake_bootstrap_dir}\"`"
! cmake_cxx_flags="${cmake_cxx_flags}-I`cmake_escape \"${cmake_source_dir}/Source\"` \
    -I`cmake_escape \"${cmake_bootstrap_dir}\"`"
  echo "cmake: ${objs}" > "${cmake_bootstrap_dir}/Makefile"
--- 1317,1323 ----
  
  cmake_c_flags_String="-DKWSYS_STRING_C"
! cmake_c_flags="${cmake_c_flags}-I`cmake_escape \"${cmake_bootstrap_dir}\"` -I`cmake_escape \"${cmake_source_dir}/Source\"` \
    -I`cmake_escape \"${cmake_bootstrap_dir}\"`"
! cmake_cxx_flags="${cmake_cxx_flags} -I`cmake_escape \"${cmake_bootstrap_dir}\"` -I`cmake_escape \"${cmake_source_dir}/Source\"` \
    -I`cmake_escape \"${cmake_bootstrap_dir}\"`"
  echo "cmake: ${objs}" > "${cmake_bootstrap_dir}/Makefile"

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.158.2.7
retrieving revision 1.158.2.8
diff -C 2 -d -r1.158.2.7 -r1.158.2.8
*** CMakeLists.txt	10 Nov 2009 14:03:28 -0000	1.158.2.7
--- CMakeLists.txt	11 Nov 2009 18:34:11 -0000	1.158.2.8
***************
*** 317,321 ****
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 6)
  
  # We use odd minor numbers for development versions.
--- 317,321 ----
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 7)
  
  # We use odd minor numbers for development versions.

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.12.7
retrieving revision 1.1.12.8
diff -C 2 -d -r1.1.12.7 -r1.1.12.8
*** ChangeLog.manual	10 Nov 2009 14:03:30 -0000	1.1.12.7
--- ChangeLog.manual	11 Nov 2009 18:34:11 -0000	1.1.12.8
***************
*** 1,4 ****
  Changes in CMake 2.8.0 RC 6
! - Sync FindQt4 with KDE version
  - Fix #9090: Teach CTest subdirs() command to handle absolute paths
  - Fix CTest bug that could start a test twice
--- 1,17 ----
+ Changes in CMake 2.8.0 RC 7
+ - Partially sync FindQt4 with KDE version
+ - Improve implementation of fix for #9090
+ - Fix CTest infinite loop when test executable could not be found
+ - Fix #9833: Document ctest --help-command
+ - FindCUDA: Fix -fPIC from being used on executable object files
+ - Fix #9654: %files section in spec file should not list directories
+ - Fix #9851: Better STRING(RANDOM) seeding
+ - Fix double bootstrap build for in source builds
+ - Fix CTest to use allowed value for valgrind --num-callers
+ - Remove non-language implicit link dependencies
+ - Implement LINK_FLAGS_<CONFIG> property on Xcode
+ 
  Changes in CMake 2.8.0 RC 6
! - Partially sync FindQt4 with KDE version
  - Fix #9090: Teach CTest subdirs() command to handle absolute paths
  - Fix CTest bug that could start a test twice



More information about the Cmake-commits mailing list