summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-binutils'Brad King2013-10-262-4/+4
|\
| * Find appropriate binutils when cross-compiling with clangStephen Kelly2013-10-252-4/+4
* | Merge topic 'QNX-ninja-generator'Brad King2013-10-261-0/+3
|\ \
| * | QNX: Don't attempt to create depfilesStephen Kelly2013-10-251-0/+3
| |/
* | Merge topic 'handle-CMP0024-in-tests'Brad King2013-10-269-46/+74
|\ \
| * | Make ExportLanguages a subtest of the ObjectLibrary testStephen Kelly2013-10-247-16/+32
| * | Refactor the Plugin test.Stephen Kelly2013-10-242-30/+42
* | | Merge topic 'wix-fix-shortcut-ids'Brad King2013-10-266-129/+210
|\ \ \
| * | | CPackWiX: use safe IDs for generated start menu shortcutsNils Gladitz2013-10-266-129/+210
* | | | Merge topic 'python-interp-remove-debug-messages'Brad King2013-10-261-2/+0
|\ \ \ \
| * | | | python: remove debug statements from FindPythonInterp.cmake.Clinton Stimpson2013-10-241-2/+0
| | |/ / | |/| |
* | | | Merge topic 'intel-no-i_dynamic'Brad King2013-10-261-2/+2
|\ \ \ \
| * | | | Intel: Drop deprecated -i_dynamic flag from Fortran (#14507)Brad King2013-10-241-2/+2
* | | | | Merge topic 'compatible-interface-numbers'Brad King2013-10-2611-36/+429
|\ \ \ \ \
| * | | | | cmTarget: Add interface for compatible numeric propertiesStephen Kelly2013-10-2411-16/+339
| * | | | | cmTarget: Add enumeration for consistency to expect from properties.Stephen Kelly2013-10-241-18/+57
| * | | | | cmTarget: Assign consistent content back to the property being evaluated.Stephen Kelly2013-10-241-3/+12
| * | | | | cmTarget: Make consistentProperty return consistent content.Stephen Kelly2013-10-241-6/+14
| * | | | | cmTarget: Add a template to create correct implied content.Stephen Kelly2013-10-241-0/+14
| |/ / / /
* | | | | Merge topic 'FindCUDA-arm-5.5'Brad King2013-10-261-8/+40
|\ \ \ \ \
| * | | | | added support for arm cross compilation with CUDA 5.5:Vladislav Vinogradov2013-10-241-8/+40
* | | | | | Merge topic 'qt4-svg-dep'Brad King2013-10-261-1/+1
|\ \ \ \ \ \
| * | | | | | qt4: Fix linking with QtSvg to not include QtXml.Clinton Stimpson2013-10-231-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'remove-pre-2.4-compatibility'Brad King2013-10-2653-327/+89
|\ \ \ \ \ \
| * | | | | | Drop compatibility with CMake < 2.4Brad King2013-10-2335-309/+71
| * | | | | | CTestTest*: Update minimum required CMake to 2.4Brad King2013-10-2318-18/+18
| |/ / / / /
* | | | | | Merge topic 'fix-tll-static-private'Brad King2013-10-264-9/+26
|\ \ \ \ \ \
| * | | | | | Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-264-9/+26
* | | | | | | Merge topic 'cmarray-templates'Brad King2013-10-261-1/+2
|\ \ \ \ \ \ \
| * | | | | | | cmArray: Use macro variant of cmArray{Begin,Size,End} for old GCC.Stephen Kelly2013-10-241-1/+2
* | | | | | | | Merge topic 'remove-old-commands-by-policy'Brad King2013-10-261-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Cygwin: Avoid legacy warnings in RunCMake.DisallowedCommands testBrad King2013-10-251-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-10-261-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2013-10-251-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'minor-cleanups'Brad King2013-10-243-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Docs: Fix typoStephen Kelly2013-10-231-1/+1
| * | | | | | | Docs: Fix typo.Stephen Kelly2013-10-232-2/+2
* | | | | | | | Merge topic 'cmake-syntax-updates'Brad King2013-10-2418-45/+147
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | cmRST: Teach cmake-module directive to scan bracket commentsBrad King2013-10-236-27/+102
| * | | | | | | cmake-developer.7: Improve flow of module documentation instructionsBrad King2013-10-231-17/+18
| * | | | | | | Add \-continuation to CMake language quoted argumentsBrad King2013-10-2312-2/+28
| | |_|_|_|/ / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-10-241-1/+1
|/ / / / / /
* | | | | | Merge topic 'FindJava-msg'Brad King2013-10-231-1/+1
|\ \ \ \ \ \
| * | | | | | FindJava: fix message output (#14502)Rolf Eike Beer2013-10-221-1/+1
| |/ / / / /
* | | | | | Merge topic 'output-CMP0022-entries'Brad King2013-10-232-1/+35
|\ \ \ \ \ \
| * | | | | | CMP0022: Output link interface mismatch for static library warningStephen Kelly2013-10-232-1/+35
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'vs-graceful-empty-compiler'Brad King2013-10-234-7/+7
|\ \ \ \ \ \
| * | | | | | Quote ${CMAKE_<LANG>_COMPILER} while enabling a languageBrad King2013-10-224-6/+6
| * | | | | | CMakeDetermineCompilerId: Do not test vendor without a compilerBrad King2013-10-221-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'doc-cmake-developer'Brad King2013-10-235-189/+512
|\ \ \ \ \ \