summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fileapiLinkPathAndLinkDirBacktraces'Brad King2019-09-2012-63/+259
|\
| * fileapi: add backtraces for LINK_PATH and LINK_DIRECTORIESJustin Goshi2019-09-185-22/+66
| * cmLocalGenerator: Add OutputLinkLibraries overload with backtracesJustin Goshi2019-09-182-4/+21
| * cmGeneratorTarget: Store backtrace for target LINK_DIRECTORIES propertyJustin Goshi2019-09-181-1/+1
| * cmLinkLineComputer: Add ComputeLinkLibraries overload with backtracesJustin Goshi2019-09-184-22/+63
| * cmLinkLineComputer: Add ComputeLinkLibs overload with backtracesJustin Goshi2019-09-183-6/+35
| * cmLinkLineComputer: Add ComputeLinkPath overload with backtracesJustin Goshi2019-09-182-9/+35
| * cmComputeLinkInformation: Add GetDirectoriesWithBacktracesJustin Goshi2019-09-182-0/+23
| * cmComputeLinkInformation: Add AppendValues with backtracesJustin Goshi2019-09-182-0/+16
* | Merge topic 'null-warning'Brad King2019-09-201-7/+13
|\ \
| * | TestDriver: Fix -Wzero-as-null-pointer-constant warningsSean McBride2019-09-181-7/+13
* | | Merge topic 'update-kwsys'Brad King2019-09-2027-367/+654
|\ \ \
| * | | Tests: Decouple Plugin test from KWSysBrad King2019-09-195-20/+323
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-09-1822-347/+331
| |\ \ \ | | |/ / | |/| |
| | * | KWSys 2019-09-18 (c6bc38c1)KWSys Upstream2019-09-1822-347/+331
* | | | Merge topic 'cmake-e-doc-order'Brad King2019-09-201-9/+9
|\ \ \ \
| * | | | Help: Fix indentation of create_symlink noteKyle Edwards2019-09-191-2/+2
| * | | | Help: Fix ordering of cmake -E commandsKyle Edwards2019-09-181-9/+9
* | | | | Merge branch 'release-3.15'Brad King2019-09-200-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'doc-vs-2019-toolset' into release-3.15Brad King2019-09-201-0/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-vs-2019-toolset'Brad King2019-09-201-0/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Document VS 2019 toolset in MSVC_TOOLSET_VERSIONLE GARREC Vincent2019-09-201-0/+1
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2019-09-201-1/+1
* | | | | | 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
|\ \ \ \ \ \ \