[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.6 1.144.2.7 ChangeLog.manual NONE 1.1.10.2 ChangeLog.txt 1.11 1.11.10.1
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Mar 30 09:09:17 EDT 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv4308
Modified Files:
Tag: CMake-2-6
CMakeLists.txt ChangeLog.txt
Added Files:
Tag: CMake-2-6
ChangeLog.manual
Log Message:
ENH: merge from main tree
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/ChangeLog.txt,v
retrieving revision 1.11
retrieving revision 1.11.10.1
diff -C 2 -d -r1.11 -r1.11.10.1
*** ChangeLog.txt 19 Apr 2006 16:29:52 -0000 1.11
--- ChangeLog.txt 30 Mar 2008 13:09:07 -0000 1.11.10.1
***************
*** 1,2 ****
--- 1,24798 ----
+ 2008-03-27 13:27 hoffman
+
+ * ChangeLog.txt: ENH: check in new change log for 2.6
+
+ 2008-03-27 11:16 hoffman
+
+ * CMakeLists.txt, Modules/CPack.cmake,
+ Source/cmInstallCommandArguments.cxx, Source/cmake.cxx: ENH:
+ merge in from main tree
[...26397 lines suppressed...]
- 2003-01-06 21:13 andy
-
- * Source/CTest/Curl/: CMakeLists.txt, WindowsCache.cmake,
- arpa_telnet.h, base64.c, base64.h, config.h.in, connect.c,
- connect.h, cookie.c, cookie.h, dict.c, dict.h, dllinit.c, easy.c,
- escape.c, escape.h, file.c, file.h, formdata.c, formdata.h,
- ftp.c, ftp.h, getdate.c, getdate.h, getenv.c, getinfo.c,
- getinfo.h, getpass.c, getpass.h, hash.c, hash.h, hostip.c,
- hostip.h, http.c, http.h, http_chunks.c, http_chunks.h, if2ip.c,
- if2ip.h, inet_ntoa_r.h, krb4.c, krb4.h, ldap.c, ldap.h, llist.c,
- llist.h, memdebug.c, memdebug.h, mprintf.c, multi.c, multi.h,
- netrc.c, netrc.h, progress.c, progress.h, security.c, security.h,
- sendf.c, sendf.h, setup.h, speedcheck.c, speedcheck.h, ssluse.c,
- ssluse.h, strequal.c, strequal.h, strtok.c, strtok.h, telnet.c,
- telnet.h, timeval.c, timeval.h, transfer.c, transfer.h, url.c,
- url.h, urldata.h, version.c: Initial import
-
2003-01-06 16:09 king
--- 53210,53213 ----
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.6
retrieving revision 1.144.2.7
diff -C 2 -d -r1.144.2.6 -r1.144.2.7
*** CMakeLists.txt 27 Mar 2008 15:16:30 -0000 1.144.2.6
--- CMakeLists.txt 30 Mar 2008 13:08:58 -0000 1.144.2.7
***************
*** 355,359 ****
SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 5)
# 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 51)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
--- NEW FILE: ChangeLog.manual ---
Changes in CMake 2.6.0 RC 6
- Added ChangeLog.manual
- Allow CMakeImportBuildSettings force compiler to be optional
- Change cpack deb packager to detect the architecture
- Fix FindCurses to be backwards compatible with cache variable CURSES_LIBRARY
- Add version variables to FindQt4.cmake
- Fix CPack Deb generator to not hard code /usr
- Better default size for cmake-gui help dialog
- Fix problem where incorrect path was used for cmake.exe when
used to do incremental linking on windows nmake or make
- Fix build with system libraries on
- Add color output in kdevelop
- Create non-verbose makefiles in kdevelop
- Fix some missing flags for vs IDE flag map
- Fix MacOSX install symlink crash problem
- Fix turning of Dev warnings with gui's
Changes in CMake 2.6.0
- Documentation for all variables
- Direct CDash submit support
- Bullseye coverage support
- Use full paths for linking to libraries on all platforms. No longer
separate into -L and -l.
- Enhance the install command
- export command and ability to have imported targets
- CPack support for rpm and deb
- Cross compile support
- New Qt GUI
- Introduction of the cmake_policy command
- Much better Fortran support
- Mac OSX Framework creation support
- Project generators for Eclipse and CodeBlocks
- Beta support for asm in makefiles
- Enhanced find_package() command with support for project-installed
FooConfig.cmake files
- New CMAKE_PREFIX_PATH environment variable to specify user search dirs
for find_xxx()
- Lots of bug fixes
More information about the Cmake-commits
mailing list