summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmprop-improve'Brad King2020-12-011-25/+18
|\
| * cmCTestBuildCommand: code improvementVitaly Stakhovsky2020-11-291-25/+18
* | Merge topic 'ninja-regen-metadata'Brad King2020-12-012-2/+11
|\ \
| * | Ninja: Clean metadata after regen during build on Windows with 1.10.2+Brad King2020-11-302-2/+11
* | | Merge topic 'pch-ios-multi-arch-nmc'Brad King2020-12-011-2/+4
|\ \ \
| * | | PCH: Fix compiler errors on iOS multi-arch using Ninja Multi-ConfigCristian Adam2020-11-301-2/+4
| |/ /
* | | CMake Nightly Date StampKitware Robot2020-12-011-1/+1
* | | Merge topic 'makefiles-compiler-deps-optims'Brad King2020-11-3014-328/+1046
|\ \ \
| * | | Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-297-242/+964
| * | | Refactoring: Abstract Makefile line continuation formatMarc Chevrier2020-11-284-9/+6
| * | | Refactoring: enhance include file filteringMarc Chevrier2020-11-281-24/+14
| * | | Refactoring: Introduce place-holder for dependency target.Marc Chevrier2020-11-283-47/+47
| * | | Refactoring: Makefiles Generators: Add support for various depends scannersMarc Chevrier2020-11-284-19/+28
* | | | Merge topic 'make-GENERATED-visible-from-any-scope'Brad King2020-11-3014-54/+241
|\ \ \ \
| * | | | GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-248-31/+102
| * | | | GENERATED prop: Simplify determining the language of a source fileDeniz Bahadir2020-11-241-9/+7
| * | | | GENERATED prop: Check CMP0118 policy and warn in certain situationsDeniz Bahadir2020-11-243-2/+121
| * | | | GENERATED prop: Introducing policy CMP0118 and its documentationDeniz Bahadir2020-11-241-1/+5
| * | | | Simplify code by calling a function directly instead of duplicating itDeniz Bahadir2020-11-191-6/+1
| * | | | Fix typo in function nameDeniz Bahadir2020-11-175-6/+6
* | | | | Merge topic 'enable-extensions-on-qnx'Brad King2020-11-301-3/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | QNX: Do not disable compiler extensions for CMake itselfStephen Kelly2020-11-251-3/+6
| * | | | CMake 3.19.1v3.19.1Brad King2020-11-241-1/+1
| * | | | Merge topic 'policy-cmp0111-iface' into release-3.19Brad King2020-11-242-28/+31
| |\ \ \ \
| * \ \ \ \ Merge topic 'fix-find-make-program' into release-3.19Brad King2020-11-244-1/+29
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'xcode-cc-work-dir' into release-3.19Brad King2020-11-241-3/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'cmFileTime-fix-overflow' into release-3.19Brad King2020-11-242-27/+40
| |\ \ \ \ \ \ \
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-11-301-1/+1
* | | | | | | | | Merge topic 'xcode-embed-frameworks'Craig Scott2020-11-293-1/+143
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Xcode: add support for embedding frameworksGusts Kaksis2020-11-283-1/+143
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-11-291-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2020-11-281-1/+1
|/ / / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2020-11-271-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2020-11-261-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2020-11-251-1/+1
* | | | | | | Merge topic 'policy-cmp0111-iface'Brad King2020-11-242-28/+31
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | cmVisualStudio10TargetGenerator: Avoid GetFullPath on INTERFACE libraryBrad King2020-11-231-1/+2
| * | | | | | cmTarget: Do not enforce CMP0111 on imported INTERFACE librariesBrad King2020-11-231-27/+29
| |/ / / / /
* | | | | | Merge topic 'fix-find-make-program'Brad King2020-11-244-1/+29
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cmGlobalGenerator: FindMakeProgram() at a generator-specific timeKyle Edwards2020-11-234-1/+29
| |/ / / /
| * | | | Merge topic 'fix-compile-db-crash' into release-3.19Brad King2020-11-231-6/+10
| |\ \ \ \
* | \ \ \ \ Merge topic 'xcode-cc-work-dir'Brad King2020-11-241-3/+11
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Xcode: Fix custom command work-dir placeholders in "new build system"Brad King2020-11-231-3/+11
| |/ / / /
* | | | | Merge topic 'cmFileTime-fix-overflow'Brad King2020-11-242-27/+40
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | cmFileTime: Fix overflow on time computationMarc Chevrier2020-11-232-27/+40
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2020-11-241-1/+1
* | | | Merge topic 'fix-compile-db-crash'Brad King2020-11-231-6/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2020-11-201-6/+10
* | | | CMake Nightly Date StampKitware Robot2020-11-231-1/+1
* | | | CMake Nightly Date StampKitware Robot2020-11-221-1/+1