summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmake-presets-list-no-generator'Brad King2021-07-071-0/+3
|\
| * CMakePresets.json: Make --list-presets show presets with no generatorKyle Edwards2021-07-061-0/+3
* | Merge topic 'xcode13-old-buildsystem'Brad King2021-07-071-1/+5
|\ \
| * | Xcode: Ignore deprecated build systemGregor Jasny2021-07-061-1/+5
* | | CMake Nightly Date StampKitware Robot2021-07-071-1/+1
* | | Merge topic 'makefile-normalize-depfile'Brad King2021-07-063-6/+17
|\ \ \
| * \ \ Merge branch 'backport-3.21-makefile-normalize-depfile'Brad King2021-07-023-6/+17
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'backport-3.20-makefile-normalize-depfile'Brad King2021-07-023-6/+17
| | |\ \ | | | |/ | | |/|
| | | * Makefiles: Normalize compiler-generated depfile pathsMarc Chevrier2021-07-023-6/+17
| | | * CMake 3.20.5v3.20.5Brad King2021-06-211-1/+1
| | | * Merge topic 'fix-flow-control-override' into release-3.20Brad King2021-06-173-8/+17
| | | |\
| | | * | VS: Do not apply '/external:W*' flag table mapping on VS < 16.10Brad King2021-06-161-4/+14
| | | * | cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion methodBrad King2021-06-163-7/+19
| | | * | cmGlobalVisualStudio10Generator: Move static functions to anonymous namespaceBrad King2021-06-161-4/+6
| | * | | CMake 3.21.0-rc2v3.21.0-rc2Brad King2021-06-301-1/+1
| | * | | Merge topic 'CMP0126-WARNING' into release-3.21Brad King2021-06-302-5/+22
| | |\ \ \
| | * \ \ \ Merge topic 'vs-ARM64EC' into release-3.21Brad King2021-06-301-1/+2
| | |\ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2021-07-061-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-07-051-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-07-041-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-07-031-1/+1
* | | | | | | Merge topic 'ctest_not_dart'Brad King2021-07-029-156/+124
|\ \ \ \ \ \ \
| * | | | | | | ctest: support <CTestMeasurement> for runtime measurementsZack Galbreath2021-07-019-156/+124
* | | | | | | | Merge topic 'autogen-deps'Brad King2021-07-021-5/+23
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | AutoGen: Fix needless compilation of mocs_compilation.cppJoerg Bornemann2021-07-011-5/+23
* | | | | | | | CMake Nightly Date StampKitware Robot2021-07-021-1/+1
* | | | | | | | Merge topic 'env-init-configs'Brad King2021-07-016-24/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Allow CMAKE_CONFIGURATION_TYPES to be set by environment variableBrad King2021-06-301-1/+5
| * | | | | | | | cmake: Allow CMAKE_BUILD_TYPE to be set by environment variableBrad King2021-06-301-0/+12
| * | | | | | | | cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPESBrad King2021-06-305-24/+18
| |/ / / / / / /
* | | | | | | | Merge topic 'post-rel-dev'Brad King2021-07-012-6/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | export: Increase maximum policy version in exported files to 3.20Brad King2021-06-301-2/+2
| * | | | | | | | Add deprecation warnings for policies CMP0088 and belowBrad King2021-06-301-4/+3
| |/ / / / / / /
* | | | | | | | Merge topic 'cpackdeb-md5sums-order'Brad King2021-07-011-0/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | CPackDeb: sort package files before generating deb fileAlexey Rogachevskiy2021-06-301-0/+7
* | | | | | | | CMake Nightly Date StampKitware Robot2021-07-011-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'ninja-edit_cache'Brad King2021-06-307-48/+42
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Use `ccmake` for `edit_cache`NAKAMURA Takumi2021-06-293-9/+1
| * | | | | | | cmGlobalCommonGenerator: Adopt GetEditCacheCommandNAKAMURA Takumi2021-06-294-33/+33
| * | | | | | | cmGlobalCommonGenerator: Adopt GetEditCacheTargetNameNAKAMURA Takumi2021-06-293-2/+1
| * | | | | | | cmGlobalCommonGenerator: Add SupportsDirectConsoleNAKAMURA Takumi2021-06-292-1/+4
| * | | | | | | cmGlobalNinjaGenerator: Rename SupportsConsolePool to SupportsDirectConsoleNAKAMURA Takumi2021-06-293-5/+5
* | | | | | | | Merge topic 'CMP0126-WARNING'Brad King2021-06-302-5/+22
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'backport-3.21-CMP0126-WARNING' into CMP0126-WARNINGMarc Chevrier2021-06-292-5/+22
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | CMP0126: Add control for warningsMarc Chevrier2021-06-292-5/+22
* | | | | | | | | Merge topic 'vs-ARM64EC'Brad King2021-06-301-1/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | VS: Add ARM64EC to supported platforms for VS 16 and 17Brad King2021-06-291-1/+2
* | | | | | | | | Merge topic 'tll-out-of-dir'Brad King2021-06-302-7/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | target_link_libraries: Restore transitive out-of-dir linkingBrad King2021-06-292-7/+14
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2021-06-301-1/+1