summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* install: Add sane set of defaults for DESTINATION and file type parametersKyle Edwards2018-11-074-79/+327
* Merge topic 'string_func_usage'Brad King2018-11-0733-88/+82
|\
| * Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-0633-88/+82
* | Merge topic 'fix-double-warn-uninitialized-in-script-mode'Brad King2018-11-072-6/+6
|\ \
| * | CMP0053: Fix double warning on uninitialized variables in -P modeR2RT2018-11-051-1/+1
| * | cmMakefile: Rename SuppressWatches to SuppressSideEffectsR2RT2018-11-052-5/+5
* | | CMake Nightly Date StampKitware Robot2018-11-071-1/+1
| |/ |/|
* | Merge topic 'autogen_origin_depends'Brad King2018-11-063-3/+10
|\ \
| * | Autogen: Add (CMAKE_)AUTOGEN_ORIGIN_DEPENDS supportSebastian Holtermann2018-11-033-3/+10
* | | Merge topic 'rename-cpack-ext-generator'Brad King2018-11-064-39/+41
|\ \ \
| * | | CPack: Rename Ext generator to ExternalCraig Scott2018-11-054-39/+41
* | | | CMake Nightly Date StampKitware Robot2018-11-061-1/+1
* | | | Merge topic 'lwyu-hides-link-error'Brad King2018-11-051-1/+0
|\ \ \ \
| * | | | cmNinjaNormalTargetGenerator: don't use `|| true` for link-what-you-useBen Boeckel2018-11-021-1/+0
* | | | | Merge topic 'custom-command-work-dir-genex'Brad King2018-11-053-13/+6
|\ \ \ \ \
| * | | | | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genexBrad King2018-11-033-13/+6
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2018-11-051-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2018-11-041-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2018-11-031-1/+1
* | | Merge topic 'msvc-custom-rc-mt'Brad King2018-11-023-4/+13
|\ \ \
| * | | MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}Mateusz Zych2018-10-292-2/+11
| * | | cmLocalNinjaGenerator: Simplify CreateRulePlaceholderExpanderMateusz Zych2018-10-261-2/+2
* | | | Merge topic 'check-keywords-only-if-used'Brad King2018-11-021-10/+15
|\ \ \ \
| * | | | cmTargetPropCommandBase: check keywords after parsingBen Boeckel2018-10-261-9/+11
| * | | | cmTargetPropCommandBase: simplify code pathBen Boeckel2018-10-261-1/+1
| * | | | cmTargetPropCommandBase: skip property setting if there's nothing to addBen Boeckel2018-10-261-0/+3
* | | | | Merge topic 'server-file-monitor-check'Brad King2018-11-021-1/+2
|\ \ \ \ \
| * | | | | server: Fix assertion failure on directory paths in file monitorVladimir Penev2018-11-011-1/+2
* | | | | | CMake Nightly Date StampKitware Robot2018-11-021-1/+1
* | | | | | Merge topic 'fix-custom-target-with-csharp'Brad King2018-11-015-29/+25
|\ \ \ \ \ \
| * | | | | | CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-315-29/+25
* | | | | | | CMake Nightly Date StampKitware Robot2018-11-011-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2018-10-311-1/+1
* | | | | | | Merge topic 'cuda_device_linking_drop_dynamic_libs'Brad King2018-10-301-8/+8
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Filter out non-static libraries during device linkingRobert Maynard2018-10-291-8/+8
| | |_|_|_|/ / | |/| | | | |
| * | | | | | CMake 3.13.0-rc2v3.13.0-rc2Brad King2018-10-251-1/+1
| * | | | | | Merge branch 'cmake-gui-vs-open-space' into release-3.13Brad King2018-10-251-2/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cuda-thread-flags' into release-3.13Brad King2018-10-241-1/+18
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tar-warnings' into release-3.13Brad King2018-10-241-13/+31
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'vs-csharp-win32-flags' into release-3.13Brad King2018-10-235-10/+10
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'vs-csharp-in-custom-target' into release-3.13Brad King2018-10-231-0/+4
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'set_directory_properties-script-mode'Brad King2018-10-304-2/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | set_directory_properties: Restore in script modeBrad King2018-10-294-2/+14
| * | | | | | | | | | | CMake 3.10.3v3.10.3Brad King2018-03-161-1/+1
| * | | | | | | | | | | Merge branch 'ccmake-stack-smashing' into release-3.10Brad King2018-03-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Autogen: Fix for the empty source file crash in 3.10.2Sebastian Holtermann2018-03-091-7/+13
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-10-301-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge topic 'graphviz-fix-alias'Brad King2018-10-293-8/+31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | graphviz: dereference ALIAS targetsNick Schultz2018-10-263-8/+31
* | | | | | | | | | | | | Merge topic 'minusCparse'Brad King2018-10-291-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \