diff options
author | Brad King <brad.king@kitware.com> | 2013-10-01 12:05:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-01 12:05:44 (GMT) |
commit | c33a38fe220309539fb3e71c1b0fade5a4965cc2 (patch) | |
tree | 9ee3a84111a2f65bd94e9721f6a782a37890e8da /ChangeLog.manual | |
parent | 204a54774c5965ba74572b418db832510dfb0264 (diff) | |
download | CMake-c33a38fe220309539fb3e71c1b0fade5a4965cc2.zip CMake-c33a38fe220309539fb3e71c1b0fade5a4965cc2.tar.gz CMake-c33a38fe220309539fb3e71c1b0fade5a4965cc2.tar.bz2 |
CMake 2.8.12-rc4
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index 1b22486..4efe37c 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,28 @@ +Changes in CMake 2.8.12-rc4 (since 2.8.12-rc3) +---------------------------------------------- +Brad King (8): + VS: Future-proof Intel project format selection + MSVC: Drop /link from executable link lines with Ninja + FindCUDA: Always list custom command outputs in their targets + FindPNG: Honor old PNG_LIBRARY if provided (#14398) + FindHDF5: Fix regression in per-configuration library selection + bash-completion: Future-proof --help-*-list "cXXXX version" filtering + OS X: Search system SDKs for frameworks + Use first custom command for the same output (#14446) + +Patrick Gansterer (3): + MSVC: Fix version test for linking corelibc on Windows CE (#14420) + MSVC: Fix WinCE arch family preprocessor symbol (#14436) + VS: Use version-specific subsystem for WinCE compiler id (#14440) + +Rolf Eike Beer (1): + bootstrap: try better workaround for builds on Linux/HPPA + +Stephen Kelly (3): + Add differing target property content to policy CMP0022 warning + Fix CMP0022 warning when no old-style property is set + genex: Fix preprocessing with incomplete content (#14410). + Changes in CMake 2.8.12-rc3 (since 2.8.12-rc2) ---------------------------------------------- Robert Maynard (1): |