[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.158.2.3 1.158.2.4 CTestCustom.cmake.in 1.8.2.1 1.8.2.2 ChangeLog.manual 1.1.12.3 1.1.12.4

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 9 16:11:12 EDT 2009


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt CTestCustom.cmake.in ChangeLog.manual 
Log Message:
Merge in changes for RC 3


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.158.2.3
retrieving revision 1.158.2.4
diff -C 2 -d -r1.158.2.3 -r1.158.2.4
*** CMakeLists.txt	1 Oct 2009 21:20:15 -0000	1.158.2.3
--- CMakeLists.txt	9 Oct 2009 20:11:10 -0000	1.158.2.4
***************
*** 316,320 ****
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 2)
  
  # We use odd minor numbers for development versions.
--- 316,320 ----
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 3)
  
  # We use odd minor numbers for development versions.
***************
*** 461,467 ****
                          GROUP_READ GROUP_EXECUTE
                          WORLD_READ WORLD_EXECUTE
!   PATTERN "*.sh.in" PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
!                                 GROUP_READ GROUP_EXECUTE
!                                 WORLD_READ WORLD_EXECUTE
    PATTERN "CVS" EXCLUDE
    )
--- 461,467 ----
                          GROUP_READ GROUP_EXECUTE
                          WORLD_READ WORLD_EXECUTE
!   PATTERN "*.sh*" PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
!                               GROUP_READ GROUP_EXECUTE
!                               WORLD_READ WORLD_EXECUTE
    PATTERN "CVS" EXCLUDE
    )

Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C 2 -d -r1.8.2.1 -r1.8.2.2
*** CTestCustom.cmake.in	1 Oct 2009 21:20:15 -0000	1.8.2.1
--- CTestCustom.cmake.in	9 Oct 2009 20:11:10 -0000	1.8.2.2
***************
*** 26,29 ****
--- 26,30 ----
    "stl_deque.h:1051"
    "(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
+   "[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
    "Parser.cxx.*warning.*2111-D.*statement is unreachable"
    "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.12.3
retrieving revision 1.1.12.4
diff -C 2 -d -r1.1.12.3 -r1.1.12.4
*** ChangeLog.manual	1 Oct 2009 21:20:15 -0000	1.1.12.3
--- ChangeLog.manual	9 Oct 2009 20:11:10 -0000	1.1.12.4
***************
*** 1,2 ****
--- 1,57 ----
+ Changes in CMake 2.8.0 RC 3
+ - CTest Added OS Platform (cpu architecture) detection support to windows system
+ - Several minor FindBoost changes to address posts on mailing list
+ - Resolve #9685: Fix include dir to be correct path for gnutils
+ - Fix color check for dependency scanning
+ - Remove CMP00015 for now as it breaks more things than it fixes
+ - Reduce duration of ctest_sleep arguments. Add SmallAndFast project. Replace kwsys with SmallAndFast to make CTestTest faster. (I will keep an eye on coverage results after this commit and make sure we still have equivalent ctest coverage.)
+ -  Do not use -fPIC to link executables
+ - Split Borland compiler information files
+ - Trimmed off the newline from sw_vers output on mac, it could cause xml parsing errors if left in
+ - Check for openssl-linked option with Qt 4.4+ before making ssl a dependency.
+ - Make Complex test of CMakeLib more optional
+ - Modernize FindVTK module
+ - Fix find_package() when <pkg>_DIR is wrong
+ - Do not collapse path of NOTFOUND values
+ - More robust implicit link line detection regex
+ - fix Xcode 30 generator
+ - Use the correct CMake (the freshly built one) to drive the CMakeWizardTest.
+ - Support more special characters in file(STRINGS)
+ - Log implicit link line detection regex
+ - speedup C dependency scanning even more
+ - Avoid non-root copies of root-only targets
+ - Added better OS information for Mac OS X
+ - Use work-around from bug 4772 for C++ and Fortran
+ - FortranCInterface: Mangling for Intel on Windows
+ - cmake-gui don't allow consecutive generates without a configure.
+ - Fix Preprocess test for Intel on Windows
+ - Teach intel compiler on windows to place .lib files and .pdb files.
+ - CPack: Fix bash-isms in launch script
+ - BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr
+ - Avoid (Unix|Windows)Paths.cmake multiple include
+ - When getting include dirs for moc, also watch for framework includes and use -F instead of -I.
+ - Find locally installed software first
+ - Add '#!/bin/sh' to cygwin-package.sh
+ - Fix permsissions of installed SquishRunTestCase.sh
+ - Fix module docs to be manpage (groff) friendly
+ - Support GNU/kFreeBSD
+ - Remove old Encoding field from CMake.desktop
+ - FindQt3: Prefer (moc|uic)-qt3 names over (moc|uic)
+ - Match width of ctest "Start xx: " line to line up with the end test line
+ - Remove old license from FindPkgConfig.cmake module
+ - Test target link information invalidation
+ - Invalidate target link info when necessary
+ - Use new style header generation and get rid of OBJECT_DEPENDS in tutorial
+ - Fix issue #8649 - move the location of CPACK_NSIS_EXTRA_INSTALL_COMMANDS so that it is not excluded from execution when 'Do not create shortcuts' is checked.
+ - add the additional features for the dbus macros from KDE's FindQt4.cmake
+ fc9f7a5 Fix warnings in CMake source code.
+ - Correct some typos in error messages in the string command. Add a test that covers more of the code implemented in cmStringCommand.cxx, especially the error handlers.
+ - Create INTERPROCEDURAL_OPTIMIZATION build feature
+ - Document CMAKE_CURRENT_LIST_FILE more precisely
+ - Fix the documentation to say what it really does. Bug #9638
+ - document how the minimum version can be specified
+ - Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files.
+ - Add documentation for Cocoa flag and move Motif under X11 flag.
+ 
  Changes in CMake 2.8.0 RC 2
  - Fix FindQt4 so that QtHelp depends on QtNetwork



More information about the Cmake-commits mailing list