summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2014-11-281-1/+1
* CMake Nightly Date StampKitware Robot2014-11-271-1/+1
* Merge topic 'break-command-strictness'Brad King2014-11-267-1/+145
|\
| * break: Add policy CMP0055 to check calls strictlyGregor Jasny2014-11-253-1/+73
| * Track nested loop levels in CMake language with a stack of countersGregor Jasny2014-11-254-0/+72
* | Merge topic 'ccmake-system-form'Brad King2014-11-261-3/+15
|\ \
| * | ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmFormÅdne Hovda2014-11-251-3/+15
| |/
* | CMake Nightly Date StampKitware Robot2014-11-261-1/+1
|/
* Merge topic 'remove-ancient-msvc-workarounds'Brad King2014-11-256-50/+4
|\
| * cmGeneratorTarget: Remove MSVC7 workaroundStephen Kelly2014-11-201-20/+0
| * VisualStudio: Remove MSVC6 compatibility macro.Stephen Kelly2014-11-201-6/+0
| * cmSystemTools: Remove MSVC6 compatibility define.Stephen Kelly2014-11-201-3/+1
| * cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro.Stephen Kelly2014-11-201-2/+1
| * cmFindCommon: Remove MSVC6 workaround for nested struct private access.Stephen Kelly2014-11-201-7/+0
| * cmTarget: Remove std::min and std::max MSVC6 compatibility code.Stephen Kelly2014-11-201-12/+2
* | Merge topic 'remove-c_str'Brad King2014-11-2526-59/+59
|\ \
| * | Remove some unneeded c_str calls.Stephen Kelly2014-11-2326-59/+59
* | | Merge topic 'fortran-linker-flags'Brad King2014-11-253-5/+61
|\ \ \
| * | | Fix incremental linking setting for Fortran + VSZack Galbreath2014-11-213-5/+61
* | | | Merge topic 'cmTarget-null_ptr-everywhere'Brad King2014-11-251-19/+2
|\ \ \ \
| * | | | cmTarget: Use null_ptr code path on all platformsBrad King2014-11-201-19/+2
| | |_|/ | |/| |
* | | | Merge topic 'file-GENERATE-rerun'Brad King2014-11-251-0/+2
|\ \ \ \
| * | | | file(GENERATE): Re-run cmake when appropriate.Stephen Kelly2014-11-181-0/+2
* | | | | Merge topic 'clean-autogen'Brad King2014-11-251-4/+4
|\ \ \ \ \
| * | | | | QtAutogen: Use cmHasLiteral{Prefix,Suffix} where possible.Stephen Kelly2014-11-181-3/+3
| * | | | | QtAutogen: Don't take a reference to temporary.Stephen Kelly2014-11-181-1/+1
| |/ / / /
* | | | | Merge topic 'ccmake-hpux'Brad King2014-11-257-64/+15
|\ \ \ \ \
| * | | | | ccmake: Cleanup and simplify conditional blocks for HP-UXÅdne Hovda2014-11-185-42/+13
| * | | | | ccmake: Use standard getmaxyx instead of non-standard getmax[xy]Ådne Hovda2014-11-183-22/+2
| * | | | | ccmake: Remove incomplete support for cur_colr on old HP-UXÅdne Hovda2014-11-181-1/+1
| |/ / / /
* | | | | Merge topic 'custom-command-byproducts'Brad King2014-11-2519-30/+210
|\ \ \ \ \
| * | | | | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-1419-30/+210
* | | | | | CMake Nightly Date StampKitware Robot2014-11-251-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2014-11-241-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2014-11-231-1/+1
* | | | | CMake Nightly Date StampKitware Robot2014-11-221-1/+1
* | | | | CMake Nightly Date StampKitware Robot2014-11-211-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2014-11-201-1/+1
* | | | CMake Nightly Date StampKitware Robot2014-11-191-1/+1
| |/ / |/| |
* | | Merge topic 'vs-check-phone-store-tools'Brad King2014-11-187-35/+242
|\ \ \
| * | | VS: Do not produce WinMD file for OBJECT libraries (#15228)Gilles Khouzam2014-11-171-1/+2
| * | | VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-146-34/+240
* | | | CMake Nightly Date StampKitware Robot2014-11-181-1/+1
* | | | Merge topic 'ninja-minor-refactoring'Brad King2014-11-174-33/+26
|\ \ \ \ | | |/ / | |/| |
| * | | Ninja: Refactor restat to be a string internallyBrad King2014-11-144-15/+15
| * | | Ninja: Use a TARGET_FILE variable to hold the link output fileBrad King2014-11-141-18/+11
* | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-11-171-1/+1
* | | | Merge topic 'console-pool'Brad King2014-11-1713-33/+111
|\ \ \ \ | |/ / /
| * | | Ninja: Implement USES_TERMINAL using the console pool if availablePeter Collingbourne2014-11-144-0/+13
| * | | Ninja: Remove unused declarationPeter Collingbourne2014-11-141-1/+0