summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test: Improve WarnUnusedCliUnused to run on all generatorsSebastian Holtermann2019-05-152-22/+15
* Merge topic 'additional_clean_files'Brad King2019-05-1521-77/+370
|\
| * Release notes: Add release notes for ADDITIONAL_CLEAN_FILES propertiesSebastian Holtermann2019-05-141-0/+10
| * Doc: Update and deprecate ADDITIONAL_MAKE_CLEAN_FILES directory propertySebastian Holtermann2019-05-141-3/+13
| * Doc: Add documentation for ADDITIONAL_CLEAN_FILES propertiesSebastian Holtermann2019-05-143-0/+34
| * Tests: Extend MakeClean test to cover ADDITIONAL_CLEAN_FILESSebastian Holtermann2019-05-143-30/+87
| * Ninja: Add support for ADDITIONAL_CLEAN_FILES target propertySebastian Holtermann2019-05-143-0/+29
| * Ninja: Add support for ADDITIONAL_CLEAN_FILES directory propertySebastian Holtermann2019-05-142-0/+27
| * Ninja: Add support for additional clean filesSebastian Holtermann2019-05-142-7/+104
| * Makefiles: Add support for ADDITIONAL_CLEAN_FILES target propertySebastian Holtermann2019-05-141-0/+12
| * Makefiles: Add support for ADDITIONAL_CLEAN_FILES directory propertySebastian Holtermann2019-05-141-0/+12
| * Makefiles: Move ADDITIONAL_MAKE_CLEAN_FILES evaluation to lambdaSebastian Holtermann2019-05-141-10/+16
| * Makefiles: Sort clean files by using a std::set<std::string> containerSebastian Holtermann2019-05-146-30/+29
* | Merge topic 'ninja-pool-custom-command'Brad King2019-05-1521-28/+144
|\ \
| * | Support job pools in custom commands and targetsRosen Matev2019-05-1421-28/+144
* | | Merge topic 'cmuvprocesschain-iterator-fix'Brad King2019-05-151-1/+4
|\ \ \
| * | | cmUVProcessChain: Add assert() for static analysis toolsKyle Edwards2019-05-141-1/+4
* | | | Merge topic 'refactor_docs_use_java'Craig Scott2019-05-151-294/+229
|\ \ \ \
| * | | | UseJava: Refactor documentation for better formattingRobert Maynard2019-05-151-294/+229
* | | | | Merge topic 'modules-indent-2-spaces'Craig Scott2019-05-1548-1627/+1624
|\ \ \ \ \
| * | | | | Modules: Consistently use 2 space indentationKitware Robot2019-05-1448-1627/+1624
* | | | | | CMake Nightly Date StampKitware Robot2019-05-151-1/+1
|/ / / / /
* | | | | Merge branch 'release-3.14'Brad King2019-05-140-0/+0
|\ \ \ \ \
| * | | | | CMake 3.14.4v3.14.4Brad King2019-05-141-1/+1
* | | | | | Merge branch 'release-3.13'Brad King2019-05-140-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CMake 3.13.5v3.13.5Brad King2019-05-141-1/+1
* | | | | | Merge branch 'release-3.14'Brad King2019-05-140-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'doc-relnotes-3.14' into release-3.14Brad King2019-05-142-0/+19
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.13'Brad King2019-05-140-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'doc-relnotes-3.13' into release-3.13Brad King2019-05-141-0/+9
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'doc-relnotes-3.14'Brad King2019-05-142-0/+19
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Help: Add 3.14.4 release notesBrad King2019-05-141-0/+10
| * | | | | | | Merge branch 'doc-relnotes-3.13' into doc-relnotes-3.14Brad King2019-05-141-0/+9
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | Help: Add 3.13.5 release notesBrad King2019-05-141-0/+9
| | |/ / / /
* | | | | | Merge topic 'find-boost-cmp0093'Brad King2019-05-1412-4/+55
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z formatDennis Klein2019-05-1312-4/+55
* | | | | | Merge topic 'cmSytemTools_ExpandedList'Brad King2019-05-144-29/+58
|\ \ \ \ \ \
| * | | | | | cmSystemTools: Add ExpandedListArgument and ExpandedLists methodsSebastian Holtermann2019-05-134-29/+58
* | | | | | | Merge topic 'error-generate-step'Brad King2019-05-1429-28/+89
|\ \ \ \ \ \ \
| * | | | | | | cmake: Display error if generate step failsKyle Edwards2019-05-1329-28/+89
| |/ / / / / /
* | | | | | | Merge topic 'ninja_cleanups'Brad King2019-05-145-241/+223
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Use clean target instead of clean tool in `cmake --target clean` callsSebastian Holtermann2019-05-132-7/+1
| * | | | | | | Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instancesSebastian Holtermann2019-05-133-7/+9
| * | | | | | | Ninja: In cmNinjaTargetGenerator optimize string compositionSebastian Holtermann2019-05-131-62/+78
| * | | | | | | Ninja: Inline range loop range argumentsSebastian Holtermann2019-05-123-28/+14
| * | | | | | | Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streamsSebastian Holtermann2019-05-112-28/+31
| * | | | | | | Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd methodSebastian Holtermann2019-05-102-46/+48
| * | | | | | | Ninja: Fix message in cmGlobalNinjaGenerator::WriteBuild methodSebastian Holtermann2019-05-101-5/+3
| * | | | | | | Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methodsSebastian Holtermann2019-05-102-13/+8
| * | | | | | | Ninja: Simplify cmGlobalNinjaGenerator::WriteRule methodSebastian Holtermann2019-05-101-45/+31
| |/ / / / / /