summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CheckStructHasMember: Avoid clang -Wall breakage (#15203)Peter Wu2014-10-301-2/+1
* CheckStructHasMember: avoid breakage on -Wall -Werror (#15203)Peter Wu2014-10-131-1/+1
* Merge topic 'note-link-libraries-genex'Brad King2014-10-101-0/+22
|\
| * Help: Add note about restoring pre-3.0 link libraries genex behaviorBrad King2014-10-101-0/+22
* | Merge topic 'fix-OSX-bundle-rpaths-and-Qt5'Brad King2014-10-106-61/+229
|\ \ | |/ |/|
| * Help: Add notes for topic 'fix-OSX-bundle-rpaths-and-Qt5'Brad King2014-10-101-0/+6
| * OSX: Warn when attempting to change runtime paths on OS X 10.5Clinton Stimpson2014-10-102-28/+55
| * cmake-gui: Make sure we bundle Qt5 Cocoa platform pluginAdam Strzelecki2014-10-101-1/+27
| * BundleUtilities: Framework codesign Resources/Info.plist & CurrentAdam Strzelecki2014-10-101-2/+21
| * BundleUtilities: Resolve & replace @rpath placeholdersAdam Strzelecki2014-10-102-26/+98
| * GetPrerequisites: Make sure dyld placeholders are prefixesAdam Strzelecki2014-10-101-3/+3
| * BundleUtilities: Use find on UNIX for fast executable lookupAdam Strzelecki2014-10-101-1/+19
* | CMake Nightly Date StampKitware Robot2014-10-101-1/+1
* | Merge topic 'FindThreads_overhaul'Brad King2014-10-091-36/+78
|\ \
| * | FindThreads: introduce THREADS_PREFER_PTHREAD_FLAG (#14767)Rolf Eike Beer2014-10-081-0/+18
| * | FindThreads: introduce an imported target to link toTimo Rothenpieler2014-10-081-0/+18
| * | FindThreads: move checking of the -pthread compiler flag into a macroRolf Eike Beer2014-10-061-36/+42
* | | Merge topic 'doc-drop-dart'Brad King2014-10-091-8/+5
|\ \ \
| * | | Help: Replace 'Dart' with 'CDash' in ctest.1 manualBrad King2014-10-081-8/+5
* | | | Merge topic 'ninja-phony-rules-only-in-build-tree'Brad King2014-10-091-6/+16
|\ \ \ \
| * | | | Ninja: Limit custom command side-effects to build folderBrad King2014-10-081-6/+16
* | | | | CMake Nightly Date StampKitware Robot2014-10-091-1/+1
* | | | | Merge topic 'FPHSA_exact_version'Brad King2014-10-0825-7/+89
|\ \ \ \ \
| * | | | | FPHSA: fix when requested or found version is exactly 0Rolf Eike Beer2014-10-075-3/+12
| * | | | | FPHSA: when EXACT version match is requested only compare the components givenRolf Eike Beer2014-10-0722-4/+77
* | | | | | Merge topic 'ctest-memcheck-sanitizers'Brad King2014-10-088-27/+161
|\ \ \ \ \ \
| * | | | | | Help: Add notes for topic 'ctest-memcheck-sanitizers'Brad King2014-10-072-5/+8
| * | | | | | tests: Add a test for ctest_memcheck MemorySanitizerBill Hoffman2014-10-072-0/+44
| * | | | | | ctest_memcheck: Add support for MemorySanitizer msanBill Hoffman2014-10-073-1/+24
| * | | | | | tests: add a test for ctest_memcheck UndefinedBehaviorSanitizerBen Boeckel2014-10-072-0/+38
| * | | | | | ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsanBen Boeckel2014-10-073-3/+25
| * | | | | | ctest_memcheck: Order sanitizer type code consistentlyBrad King2014-10-072-24/+26
| * | | | | | Tests: Organize CTestTestMemcheck inner test codeBrad King2014-10-071-3/+5
* | | | | | | Merge topic 'FindLATEX-cross-compile-ps2pdf14'Brad King2014-10-081-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | FindLATEX: Search for ps2pdf14 even on Windows (#15198)Brad King2014-10-071-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-10-081-1/+1
* | | | | | Merge topic 'ctest-memcheck-sanitizers'Brad King2014-10-0710-13/+40
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | tests: set sanitizer options properlyBen Boeckel2014-10-061-2/+2
| * | | | | tests: fix copy/paste from tsan -> asan commentsBen Boeckel2014-10-061-3/+2
| * | | | | ctest: add support for additional sanitizer optionsBen Boeckel2014-10-036-5/+26
| * | | | | ctest: update documentation for CTEST_MEMORYCHECK_TYPEBen Boeckel2014-10-033-3/+10
* | | | | | Merge topic 'fix-ninja-rsp-var-duplication'Brad King2014-10-071-1/+1
|\ \ \ \ \ \
| * | | | | | Ninja: Fix variable duplication in RSP rulesNils Gladitz2014-10-061-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindBoost-CMP0054'Brad King2014-10-071-4/+4
|\ \ \ \ \ \
| * | | | | | FindBoost: Avoid if() quoted auto-dereferenceNils Gladitz2014-10-061-4/+4
* | | | | | | Merge topic 'cpack-ifw-updates'Brad King2014-10-075-81/+269
|\ \ \ \ \ \ \
| * | | | | | | CPackIFW: Added support for multiple repositoriesKonstantin Podsvirov2014-10-055-28/+234
| * | | | | | | CPackIFW: Search algorithm updateKonstantin Podsvirov2014-10-042-53/+35
* | | | | | | | Merge topic 'encoding-fstream'Brad King2014-10-074-14/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix a few more places to use cmsys::[io]fstream instead of std::fstream.Clinton Stimpson2014-10-044-14/+15