summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'doc-check-flags'Brad King2013-08-262-0/+6
|\
| * CheckC*CompilerFlag: add documentation what to expect from a positive resultRolf Eike Beer2013-08-132-0/+6
* | 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-265-1/+35
|\ \ \ \ \
| * | | | | Fix OLD behavior of CMP0021.Stephen Kelly2013-08-245-1/+35
* | | | | | 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-155-1/+7
|\ \ \
| * | | Do not warn about left paren not separated by a spaceBrad King2013-08-155-1/+7
* | | | Merge topic 'osx-sysroot-default'Brad King2013-08-151-2/+14
|\ \ \ \
| * | | | OS X: Do not default to non-existent deployment target SDKBrad King2013-08-141-2/+14
* | | | | CMake Nightly Date StampKitware Robot2013-08-151-1/+1
|/ / / /
* | | | Merge topic 'fix-new-policy-versions'Brad King2013-08-141-3/+3
|\ \ \ \
| * | | | Update version introducing CMP0021, CMP0022, and CMP0023Brad King2013-08-141-3/+3
|/ / / /
* | | | Merge topic 'cygwin-RunCMake-tests'Brad King2013-08-1436-36/+36
|\ \ \ \
| * | | | Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-1336-36/+36
* | | | | Merge topic 'fix-genex-segfault'Brad King2013-08-143-1/+23
|\ \ \ \ \
| * | | | | Genex: Fix segfault when parsing ends with parameter expectation.Stephen Kelly2013-08-133-1/+23
* | | | | | 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
| |_|/ |/| |
* | | Merge topic 'revert-COMPILER_TARGET-feature'Brad King2013-08-094-21/+0
|\ \ \
| * | | Revert "Add compiler target compile options."Stephen Kelly2013-08-094-21/+0
|/ / /
* | | CMake Nightly Date StampKitware Robot2013-08-091-1/+1
* | | Merge topic 'cmake-syntax'Brad King2013-08-0850-247/+651
|\ \ \
| * \ \ Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-087-86/+156
| |\ \ \ | | |/ / | |/| |
| * | | cmListFileLexer: Modify flex output to avoid Borland warningBrad King2013-08-082-24/+25
| * | | Warn about unquoted arguments that look like long bracketsBrad King2013-08-085-0/+59
| * | | Warn about arguments not separated by whitespaceBrad King2013-08-085-65/+119
| * | | cmListFileCache: Convert CMake language parser to classBrad King2013-08-081-69/+97
| * | | Add RunCMake.Syntax test cases for command invocation stylesBrad King2013-08-0816-0/+74
| * | | 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-086-148/+246