summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-2018-539/+270
* cmArgumentParser: Record parsed keywordsRegina Pfeifer2019-09-202-8/+19
* CMake Nightly Date StampKitware Robot2019-09-201-1/+1
* Merge topic 'autogen_path_prefix'Brad King2019-09-1910-883/+1047
|\
| * Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)Sebastian Holtermann2019-09-164-37/+83
| * Autogen: Add IsHeader flag to SourceFileT classSebastian Holtermann2019-09-162-76/+84
| * Autogen: Abbreviate file paths in messagesSebastian Holtermann2019-09-166-210/+264
| * Autogen: Split JobEvalCacheT job into separate moc and uic jobsSebastian Holtermann2019-09-162-259/+319
| * Autogen: Split JobProbeDepsT job into separate moc and uic jobsSebastian Holtermann2019-09-164-66/+124
| * Autogen: Rename job classesSebastian Holtermann2019-09-162-107/+57
| * Autogen: Remove CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE sort duplicationSebastian Holtermann2019-09-163-43/+4
| * Autogen: Use CollapseFullPath instead of RealPath to support symbolic linksSebastian Holtermann2019-09-163-36/+33
| * Autogen: Sanitize include and search directoriesSebastian Holtermann2019-09-161-9/+41
| * Autogen: Modernize by using an unnamed namespace instead of static functionsSebastian Holtermann2019-09-161-6/+9
| * Autogen: Compute and store generator pointers once in initializer constructorSebastian Holtermann2019-09-162-129/+124
* | Merge topic 'refactor-string-concat'Brad King2019-09-1931-797/+545
|\ \
| * | Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-1831-797/+545
* | | CMake Nightly Date StampKitware Robot2019-09-191-1/+1
|/ /
* | Merge topic 'command-line-make-functions'Brad King2019-09-1814-186/+93
|\ \
| * | cmMakefile: Remove unused AddUtilityCommand overloadDaniel Eiband2019-09-162-37/+0
| * | cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-1612-149/+93
| |/
* | Merge topic 'smart_ptr/cmCPackGeneratorFactory'Kyle Edwards2019-09-183-31/+11
|\ \
| * | cmCPackGeneratorFactory: rule of zeroTushar Maheshwari2019-09-173-31/+11
* | | Merge topic 'shared-pch'Brad King2019-09-188-50/+264
|\ \ \
| * | | Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-178-50/+264
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2019-09-181-1/+1
| |/ |/|
* | Merge topic 'byproduct-collapse-full-path'Brad King2019-09-171-1/+1
|\ \
| * | Byproducts: collapse full paths of custom target byproductsDaniel Eiband2019-09-131-1/+1
* | | Merge topic 'smart_ptr/cmSourceFile'Brad King2019-09-173-30/+14
|\ \ \
| * | | cmSourceFile: use unique_ptr for CustomCommandTushar Maheshwari2019-09-143-30/+14
| |/ /
* | | CMake Nightly Date StampKitware Robot2019-09-171-1/+1
| |/ |/|
* | Merge topic 'tidy-deprecated-headers'Brad King2019-09-16176-288/+288
|\ \
| * | clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-16176-288/+288
* | | Merge topic 'prepare-deferred-custom-command-creation'Brad King2019-09-167-57/+65
|\ \ \
| * | | add_custom_command: Move append functionality into class cmMakefileDaniel Eiband2019-09-133-9/+24
| * | | add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-127-48/+41
| |/ /
* | | Merge topic 'add_custom_command-genex-slash'Brad King2019-09-162-4/+4
|\ \ \
| * | | add_custom_command: Delay slash conversion until after genex evaluationSebastian Lipponer2019-09-132-4/+4
* | | | Merge topic 'remove-unused-class'Brad King2019-09-162-171/+0
|\ \ \ \
| * | | | Remove unused cmInstallExportAndroidMKGeneratorTushar Maheshwari2019-09-132-171/+0
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2019-09-161-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-09-151-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-09-141-1/+1
|/ / /
* | | Merge topic 'target-level-dependencies-via-byproducts'Brad King2019-09-133-61/+237
|\ \ \
| * | | Depend: Hook up automatic target-level dependencies via byproductsDaniel Eiband2019-09-121-12/+23
| * | | cmMakefile: Add lookup from source name to targets via byproductsDaniel Eiband2019-09-122-36/+194
| * | | Refatoring: Extract AnyOutputMatches utilityDaniel Eiband2019-09-121-15/+22
| | |/ | |/|
* | | Merge topic 'cpack-wix-start-menu'Brad King2019-09-132-12/+33
|\ \ \
| * | | CPackWIX: Allow omitting program menu folder and uninstall shortcutAlexej Harm2019-09-122-12/+33
* | | | Merge topic 'free-free-set-them-free'Brad King2019-09-1341-908/+373
|\ \ \ \