summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory levelSebastian Holtermann2019-05-185-18/+63
* Makefiles: Make build root targets "all", "clean" and "preinstall" recursiveSebastian Holtermann2019-05-181-39/+24
* Makefiles: Avoid pointer repurposingSebastian Holtermann2019-05-171-4/+4
* Makefiles: Inline range loop range argumentsSebastian Holtermann2019-05-172-36/+17
* Merge topic 'autogen_ninja_clean'Brad King2019-05-172-10/+11
|\
| * Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaningSebastian Holtermann2019-05-152-10/+11
* | Merge topic 'offer_compiler_lang_generator_expression'Brad King2019-05-171-0/+46
|\ \
| * | Genex: Add COMPILE_LANG_AND_ID generator expressionRobert Maynard2019-05-141-0/+46
* | | Merge topic 'string-cleanup'Brad King2019-05-1718-91/+87
|\ \ \
| * | | Source: std::string related cleanupVitaly Stakhovsky2019-05-1518-91/+87
* | | | CMake Nightly Date StampKitware Robot2019-05-171-1/+1
* | | | Merge topic 'update-kwsys'Brad King2019-05-162-20/+83
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-05-152-20/+83
* | | | | CMake Nightly Date StampKitware Robot2019-05-161-1/+1
* | | | | Merge topic 'msvc-jmc'Brad King2019-05-152-0/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MSVC: Add support for /JMC (Just My Code)Luca Cappa2019-05-142-0/+27
* | | | | Merge topic 'additional_clean_files'Brad King2019-05-1513-44/+226
|\ \ \ \ \
| * | | | | 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-1511-28/+78
|\ \ \ \ \ \
| * | | | | | Support job pools in custom commands and targetsRosen Matev2019-05-1411-28/+78
* | | | | | | Merge topic 'cmuvprocesschain-iterator-fix'Brad King2019-05-151-1/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | cmUVProcessChain: Add assert() for static analysis toolsKyle Edwards2019-05-141-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-05-151-1/+1
|/ / / / /
* | | | | Merge topic 'find-boost-cmp0093'Brad King2019-05-141-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z formatDennis Klein2019-05-131-1/+3
* | | | | 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-141-0/+5
|\ \ \ \ \ \
| * | | | | | cmake: Display error if generate step failsKyle Edwards2019-05-131-0/+5
| |/ / / / /
* | | | | | 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
| |/ / / / /
* | | | | | Merge topic 'cminstallgenerator-compute-error'Brad King2019-05-1416-17/+28
|\ \ \ \ \ \
| * | | | | | Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-1316-17/+28
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2019-05-141-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'autorcc_timestamp'Brad King2019-05-133-59/+69
|\ \ \ \ \
| * | | | | AutoRcc: Simplify error logging with utility lambdaSebastian Holtermann2019-05-111-20/+18