summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'issue-21557'Brad King2020-12-151-2/+1
|\
| * cmake_policy: Add check for return value of SetPolicyVersionAsit Dhal2020-12-141-2/+1
* | Merge topic 'ispc_control_header_suffixes'Brad King2020-12-155-6/+27
|\ \
| * | ISPC: Generated Headers suffix configurable with a better defaultRobert Maynard2020-12-145-6/+27
* | | Merge topic 'support_CMAKE_VFS_OVERLAY_for_rc_compilation'Brad King2020-12-151-4/+16
|\ \ \
| * | | llvm-rc: Add CMAKE_VFS_OVERLAY to the preprocessing flagsThomas Bernard2020-12-141-4/+16
| |/ /
* | | Merge topic 'ninja-no-cleandead'Brad King2020-12-152-15/+1
|\ \ \
| * \ \ Merge branch 'backport-ninja-no-cleandead' into ninja-no-cleandeadBrad King2020-12-142-15/+1
| |\ \ \ | | |/ / | |/| |
| | * | Ninja: Remove cleandead on regenerationBrad King2020-12-142-15/+1
| | * | CMake 3.17.5v3.17.5Brad King2020-09-151-1/+1
| * | | Merge topic 'install-properties' into release-3.19Brad King2020-12-141-0/+2
| |\ \ \
* | | | | CMake Nightly Date StampKitware Robot2020-12-151-1/+1
* | | | | Merge topic 'custom-command-output-genex'Brad King2020-12-149-141/+241
|\ \ \ \ \
| * | | | | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTSBrad King2020-12-116-69/+32
| * | | | | cmLocalGenerator: Evaluate generator expressions in custom command outputsBrad King2020-12-112-4/+101
| * | | | | cmLocalGenerator: Simplify custom command output cmSourceFile creationBrad King2020-12-102-43/+39
| * | | | | cmLocalGenerator: Factor out helper to expand custom command output pathsBrad King2020-12-103-5/+15
| * | | | | cmLocalGenerator: Refactor UpdateOutputToSourceMap to avoid boolean trapBrad King2020-12-102-12/+17
| * | | | | cmLocalGenerator: Re-order logic in CreateGeneratedSourceBrad King2020-12-101-8/+9
| * | | | | cmCustomCommandGenerator: Treat relative outputs w.r.t. build dirBrad King2020-12-101-11/+28
| * | | | | cmCustomCommandGenerator: Refactor OUTPUT and DEPENDS path evaluationBrad King2020-12-101-17/+20
| * | | | | cmCustomCommandGenerator: Evaluate generator expressions in outputsBrad King2020-12-102-1/+3
| * | | | | cmAddCustom{Command,Target}Command: Skip conversions on genex pathsBrad King2020-12-102-3/+9
* | | | | | Merge topic 'makefiles-compiler-deps-optims'Brad King2020-12-141-79/+14
|\ \ \ \ \ \
| * | | | | | cmDependsCompiler: rely now on cmGccDepfileReader for depfile parserMarc Chevrier2020-12-111-79/+14
* | | | | | | Merge topic 'automoc-autouic-autorcc-not-csharp'Brad King2020-12-141-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Avoid processing CSharp targetsAlessandro Ambrosano2020-12-111-0/+7
| |/ / / / / /
* | | | | | | Merge topic 'install-properties'Brad King2020-12-141-0/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | cmake: Clear INSTALL file properties between runsBrad King2020-12-111-0/+2
* | | | | | | Merge topic 'execute_process-command-error'Brad King2020-12-141-31/+87
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenariosAsit Dhal2020-12-101-31/+87
| |/ / / / /
| * | | | | Merge topic 'correct_ispc_path_computation' into release-3.19Brad King2020-12-083-14/+31
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2020-12-141-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2020-12-131-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2020-12-121-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2020-12-111-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'cpp23'Brad King2020-12-102-7/+9
|\ \ \ \
| * | | | CUDA, CXX, OBJCXX: C++23 support with Clang 12Raul Tambre2020-12-082-7/+9
* | | | | CMake Nightly Date StampKitware Robot2020-12-101-1/+1
* | | | | Merge topic 'xcode-ios-empty-sticker-pack'Brad King2020-12-091-0/+8
|\ \ \ \ \
| * | | | | Allow empty source file list for iOS Sticker packsAndrew Shaitorov2020-12-061-0/+8
* | | | | | Merge topic 'cmp0116-automoc'Brad King2020-12-092-6/+20
|\ \ \ \ \ \
| * | | | | | AutoGen: Account for CMP0116 in the depfileKyle Edwards2020-12-081-5/+18
| * | | | | | cmake -E: Fix cmake_transform_depfile escaping of transformed pathsBrad King2020-12-081-1/+2
* | | | | | | CMake Nightly Date StampKitware Robot2020-12-091-1/+1
* | | | | | | Merge topic 'range-for-avoid-tmp-warning'Brad King2020-12-081-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Cleanup: Fix warning about binding to a temporary in range-based forCraig Scott2020-12-071-1/+4
* | | | | | | | Merge topic 'correct_ispc_path_computation'Brad King2020-12-083-14/+31
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | ISPC: Handle OBJECT sources in different directoriesRobert Maynard2020-12-072-8/+22
| * | | | | | ISPC: Ninja properly compute ISPC_HEADER_DIRECTORY locationRobert Maynard2020-12-071-6/+9