summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Compilers can now state they don't require a device linking stepRobert Maynard2019-08-064-7/+18
* Merge branch 'release-3.15'Brad King2019-08-060-0/+0
|\
| * Merge branch 'clang-frontend-variant' into release-3.15Brad King2019-08-052-0/+32
| |\
* | \ Merge topic 'clang-frontend-variant'Brad King2019-08-062-0/+32
|\ \ \ | | |/ | |/|
| * | clang: Work around toolchain file use of internal CMake variablesBrad King2019-08-052-0/+32
* | | CMake Nightly Date StampKitware Robot2019-08-061-1/+1
* | | Merge topic 'control-block3'Brad King2019-08-0517-540/+438
|\ \ \
| * | | cmFunctionBlocker: Recycle functionsRegina Pfeifer2019-07-317-20/+18
| * | | cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-309-100/+65
| * | | cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-3010-169/+78
| * | | cm*FunctionBlocker: Extract function ReplayRegina Pfeifer2019-07-305-227/+272
| * | | cmMakefile: Add OnExecuteCommand callbackRegina Pfeifer2019-07-303-31/+17
| * | | cm*FunctionBlocker: Move to source fileRegina Pfeifer2019-07-3010-90/+85
* | | | Merge topic 'cleanup_cmake_constructor'Brad King2019-08-052-54/+31
|\ \ \ \
| * | | | cmake: Initialize booleans at declaration and cleanup constructorSebastian Holtermann2019-08-032-54/+31
* | | | | Merge topic 'shared-deps-no-iface'Brad King2019-08-053-8/+19
|\ \ \ \ \
| * | | | | Fix rpath-link for shared lib with only private depsBrad King2019-08-022-2/+13
| * | | | | cmGeneratorTarget: Use local var to de-duplicate CMP0022 checksBrad King2019-08-021-4/+4
| * | | | | cmLinkItem: Simplify tracking of whether link interface is explicitBrad King2019-08-022-3/+3
* | | | | | Merge topic 'link-library-file-flag'Brad King2019-08-054-11/+7
|\ \ \ \ \ \
| * | | | | | Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAGBrad King2019-08-024-11/+7
| |/ / / / /
* | | | | | Merge branch 'release-3.15'Brad King2019-08-050-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'fileapi-install-generators' into release-3.15Brad King2019-08-026-8/+58
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'fileapi-install-generators'Brad King2019-08-056-8/+58
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-316-8/+58
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-051-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-041-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-08-031-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'use_cmHasPrefix'Brad King2019-08-0214-22/+29
|\ \ \ \ \
| * | | | | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-0114-22/+29
* | | | | | Merge topic 'cmStringAlgorithms_modernize'Brad King2019-08-026-44/+292
|\ \ \ \ \ \
| * | | | | | Tests: Add CMakeLib.testStringAlgorithms testSebastian Holtermann2019-08-012-0/+135
| * | | | | | cmStringAlgorithms: Modernize cmWrap using cm::string_viewSebastian Holtermann2019-08-011-7/+11
| * | | | | | cmStringAlgorithms: Add cmCatViews and cmStrCat functionsSebastian Holtermann2019-08-014-0/+125
| * | | | | | cmStringAlgorithms: Simplify cmJoin using cm::string_viewSebastian Holtermann2019-08-011-19/+10
| * | | | | | cmStringAlgorithms: Simplify cmStrCmp using cm::string_viewSebastian Holtermann2019-08-011-21/+14
| |/ / / / /
* | | | | | Merge branch 'release-3.15'Brad King2019-08-020-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'clang-cl-non-windows' into release-3.15Brad King2019-07-311-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | Merge topic 'clang-cl-non-windows'Brad King2019-08-021-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | clang: Restore support for clang-cl on non-Windows hostsBrad King2019-07-311-1/+1
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-08-021-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2019-08-011-1/+1
* | | | Merge topic 'clang-tidy-8'Brad King2019-07-3110-13/+18
|\ \ \ \
| * | | | clang-tidy: Blacklist violations for version 8Regina Pfeifer2019-07-3011-15/+20
* | | | | Merge topic 'fileapi-optimize'Brad King2019-07-311-59/+177
|\ \ \ \ \
| * | | | | fileapi: Compute codemodel compile groups without target-wide settingsBrad King2019-07-301-13/+40
| * | | | | fileapi: Compute codemodel compile groups before converting to JsonBrad King2019-07-301-9/+56
| * | | | | fileapi: Generate codemodel Json backtraces earlierBrad King2019-07-301-33/+79
| * | | | | fileapi: Refactor codemodel defines de-duplicationBrad King2019-07-291-15/+13
| * | | | | fileapi: Avoid unnecessary CompileData moveBrad King2019-07-291-2/+2