summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VS: Fix CMAKE_SUPPRESS_REGENERATION bad ZERO_CHECK dependency (#14378)Brad King2013-08-282-11/+14
* Merge topic 'fix-install-destinations'Brad King2013-08-273-9/+7
|\
| * Clean up install rules of CMake itself (#14371)Brad King2013-08-263-9/+7
* | CMake Nightly Date StampKitware Robot2013-08-271-1/+1
* | Merge topic 'find-IMPORTED-targets-for-try_compile'Brad King2013-08-261-1/+3
|\ \
| * | try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIESStephen Kelly2013-08-261-1/+2
| * | try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIESStephen Kelly2013-08-261-1/+2
* | | Merge topic 'vs2013_toolset_14369'Brad King2013-08-263-12/+28
|\ \ \
| * | | VS: Generate ToolsVersion matching each VS versionRobert Maynard2013-08-263-12/+28
| |/ /
* | | Merge topic 'doc-CPack-typo'Brad King2013-08-261-1/+1
|\ \ \
| * | | CPack: Fix a typo in documentationYury G. Kudryashov2013-08-151-1/+1
| | |/ | |/|
* | | Merge topic 'rpath-on-mac'Brad King2013-08-261-3/+7
|\ \ \
| * | | OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.Clinton Stimpson2013-08-221-3/+7
* | | | Merge topic 'fix-OLD-CMP0021'Brad King2013-08-261-1/+4
|\ \ \ \
| * | | | Fix OLD behavior of CMP0021.Stephen Kelly2013-08-241-1/+4
* | | | | CMake Nightly Date StampKitware Robot2013-08-261-1/+1
* | | | | CMake Nightly Date StampKitware Robot2013-08-251-1/+1
* | | | | CMake Nightly Date StampKitware Robot2013-08-241-1/+1
* | | | | CMake Nightly Date StampKitware Robot2013-08-231-1/+1
|/ / / /
* | | | CMake Nightly Date StampKitware Robot2013-08-221-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-08-211-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2013-08-201-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-191-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-181-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-171-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-161-1/+1
| |/ |/|
* | Merge topic 'cmake-syntax'Brad King2013-08-151-1/+1
|\ \
| * | Do not warn about left paren not separated by a spaceBrad King2013-08-151-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-151-1/+1
* | | Update version introducing CMP0021, CMP0022, and CMP0023Brad King2013-08-141-3/+3
* | | Merge topic 'fix-genex-segfault'Brad King2013-08-141-1/+19
|\ \ \
| * | | Genex: Fix segfault when parsing ends with parameter expectation.Stephen Kelly2013-08-131-1/+19
* | | | CMake Nightly Date StampKitware Robot2013-08-141-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-08-131-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-08-121-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-08-111-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2013-08-101-1/+1
* | | Revert "Add compiler target compile options."Stephen Kelly2013-08-091-14/+0
* | | CMake Nightly Date StampKitware Robot2013-08-091-1/+1
* | | Merge topic 'cmake-syntax'Brad King2013-08-0810-247/+458
|\ \ \
| * \ \ Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-084-86/+142
| |\ \ \ | | |/ / | |/| |
| * | | cmListFileLexer: Modify flex output to avoid Borland warningBrad King2013-08-082-24/+25
| * | | Warn about unquoted arguments that look like long bracketsBrad King2013-08-081-0/+21
| * | | Warn about arguments not separated by whitespaceBrad King2013-08-084-64/+102
| * | | cmListFileCache: Convert CMake language parser to classBrad King2013-08-081-69/+97
| * | | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-087-26/+38
| * | | cmListFileLexer: Split normal and legacy unquoted argumentsBrad King2013-08-082-78/+103
| * | | cmListFileLexer: Fix line number after backslash in stringBrad King2013-08-082-148/+234
* | | | Merge topic 'dev/fix-variable-watch-crash'Brad King2013-08-084-86/+142
|\ \ \ \ | | |/ / | |/| |
| * | | variable_watch: Check newValue for NULLBen Boeckel2013-08-081-1/+1