SHA256
6
0
forked from pool/cmake

Accepting request 176043 from home:cgiboudeaux:branches:devel:tools:building

Update to 2.8.11

OBS-URL: https://build.opensuse.org/request/show/176043
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=109
This commit is contained in:
Ismail Dönmez
2013-05-18 15:28:31 +00:00
committed by Git OBS Bridge
parent 7482c7e752
commit f31428a5c3
8 changed files with 64 additions and 45 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat May 18 12:42:24 UTC 2013 - cgiboudeaux@gmx.com
- Update to 2.8.11
* Targets can specify usage requirements for their consumers such as
include directories and preprocessor definitions; previously only
link dependencies were supported.
* target_link_libraries(myexe yourlib) can now build myexe sources
with requirements specified by yourlib
* Added target_include_directories and target_compile_definitions
commands with PUBLIC/PRIVATE/INTERFACE options
* Introduced ExternalData Module
* Keep source trees lightweight by storing data separately
* Reference data unambiguously from source tree by content hash
* Fetch on-demand during build from local or remote resources
* CMake: Sublime Text Generator added that supports both Make and Ninja
* CMake: Added support for Texas Instruments C6 and up compilers
* CMake: Improve OpenBSD support
* CPack: Added Support for 64bit NSIS
* CPack: Added WiX Package Generator
* ExternalProject: Will run git fetch less often
* FindBoost: Major overhaul of searching and result caching
* FindCUDA: Now has support for separable compilation
* FindQt4: Overall improvements to finding Qt and importing targets
* FindSquish: Added support for squish 4
Full changelog at http://www.kitware.com/blog/home/post/492
* Drop cmake-endian.patch (Merged upstream)
-------------------------------------------------------------------
Thu Feb 28 16:54:13 UTC 2013 - schwab@suse.de