summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-20145-272/+390
* Merge topic 'autogen_path_prefix'Brad King2019-09-19114-1779/+2198
|\
| * Help: Add release notes for AUTOMOC_PATH_PREFIXSebastian Holtermann2019-09-181-0/+13
| * Help: Add documentation for AUTOMOC_PATH_PREFIXSebastian Holtermann2019-09-184-0/+45
| * Tests: At QtAutogen.MocIncludeSymlink testSebastian Holtermann2019-09-182-0/+81
| * Tests: Merge QtAutogen.MocIncludeStrict and MocIncludeRelaxedSebastian Holtermann2019-09-1897-896/+1011
| * Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)Sebastian Holtermann2019-09-165-37/+84
| * 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
* | | Merge topic 'CMakeFindBinUtils-install_name_tool-prefix'Brad King2019-09-191-1/+1
|\ \ \
| * | | Use _CMAKE_TOOLCHAIN_PREFIX for install_name_tool as wellIsuru Fernando2019-09-181-1/+1
| |/ /
* | | Merge topic 'FindGnuTLS-target'Brad King2019-09-196-10/+84
|\ \ \
| * | | FindGnuTLS: add target GnuTLS::GnuTLSDavid Callu2019-09-186-10/+84
* | | | 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-1819-54/+345
|\ \ \ \
| * | | | Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-1719-54/+345
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2019-09-181-1/+1
| |/ / |/| |
* | | Merge topic 'byproduct-collapse-full-path'Brad King2019-09-176-6/+32
|\ \ \
| * | | Byproducts: Add test for collapsing of full paths in byproductsDaniel Eiband2019-09-165-5/+31
| * | | 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-133-30/+14
| |/ / /
* | | | Merge topic 'iar-v850'Brad King2019-09-175-2/+15
|\ \ \ \
| * | | | IAR: Add v850 supportNico Mueller2019-09-165-2/+15
* | | | | Merge topic 'allow-pkg-config-missing-libraries'Brad King2019-09-172-34/+21
|\ \ \ \ \
| * | | | | FindPkgConfig: Allow libraries that can't be found with their full pathChuck Atkins2019-09-162-34/+21
* | | | | | Merge topic 'remove-failing-modules-test'Brad King2019-09-171-9/+7
|\ \ \ \ \ \
| * | | | | | FindEnvMod: Remove unreliable test caseChuck Atkins2019-09-161-9/+7
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-09-171-1/+1
|/ / / / /
* | | | | Merge topic 'tidy-deprecated-headers'Brad King2019-09-16178-290/+289
|\ \ \ \ \
| * | | | | clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-16178-290/+289
* | | | | | 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-164-8/+29
|\ \ \ \ \ \