summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* try_compile: Add support for using ALIAS targetsCristian Le2023-10-161-1/+23
* Merge topic 'linker-user-selection'Brad King2023-10-1617-14/+221
|\
| * Add options to specify linker toolMarc Chevrier2023-10-1317-14/+221
* | Merge topic 'revert-autogen-exe-per-config'Brad King2023-10-1612-451/+175
|\ \
| * | Autogen: Revert "AUTO*_EXECUTABLE: add support for per-config values"Orkun Tokdemir2023-10-1312-451/+175
| * | CMake 3.28.0-rc1v3.28.0-rc1Brad King2023-10-111-1/+1
| * | Merge topic 'cxxmodules-try_compile' into release-3.28Brad King2023-10-111-0/+2
| |\ \
* | | | CMake Nightly Date StampKitware Robot2023-10-161-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-10-151-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-10-141-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2023-10-131-1/+1
* | | CMake Nightly Date StampKitware Robot2023-10-121-1/+1
* | | Merge topic 'cxxmodules-try_compile'Brad King2023-10-111-0/+2
|\ \ \ | | |/ | |/|
| * | cxxmodules: Honor CMAKE_CXX_SCAN_FOR_MODULES in try_compileBrad King2023-10-101-0/+2
* | | Merge topic 'cxxmodules-diagnostics'Brad King2023-10-111-9/+11
|\ \ \ | | |/ | |/|
| * | cxxmodules: Reference documentation in no-modules-support diagnosticsBrad King2023-10-111-9/+11
| |/
* | CMake Nightly Date StampKitware Robot2023-10-111-1/+1
* | CMake Nightly Date StampKitware Robot2023-10-101-1/+1
* | CMake Nightly Date StampKitware Robot2023-10-091-1/+1
* | CMake Nightly Date StampKitware Robot2023-10-081-1/+1
* | CMake Nightly Date StampKitware Robot2023-10-071-1/+1
* | Merge topic 'post-rel-dev'Brad King2023-10-063-5/+6
|\ \
| * | Configure CMake itself with policies through CMake 3.27Brad King2023-10-031-1/+1
| * | export: Increase maximum policy version in exported files to 3.27Brad King2023-10-031-2/+2
| * | Add deprecation warnings for policies CMP0126 and belowBrad King2023-10-031-2/+3
* | | Merge topic 'cxxmodules-explicit-c++20'Brad King2023-10-066-73/+179
|\ \ \ | | |/ | |/|
| * | cxxmodules: Scan only targets that explicitly enable C++ 20Brad King2023-10-051-7/+5
| * | cmGeneratorTarget: Track explicitly enabled language standard levelsBrad King2023-10-052-1/+47
| * | cmGeneratorTarget: Remove outdated const/mutable pairBrad King2023-10-042-7/+6
| * | cmStandardLevelResolver: Add method to look up standard level by nameBrad King2023-10-042-0/+26
| * | cmStandardLevelResolver: Report feature std level from GetNewRequiredStandardBrad King2023-10-043-13/+17
| * | cmStandardLevelResolver: Add method to get feature standard levelBrad King2023-10-042-3/+20
| * | cmStandardLevelResolver: Factor out public representation of levelBrad King2023-10-043-17/+37
| * | cmStandardLevelResolver: Clarify local variable nameBrad King2023-10-041-2/+2
| * | cmStandardLevelResolver: Mark builtin language standards table as constBrad King2023-10-041-31/+27
* | | CMake Nightly Date StampKitware Robot2023-10-061-1/+1
* | | CMake Nightly Date StampKitware Robot2023-10-051-1/+1
* | | CMake Nightly Date StampKitware Robot2023-10-041-1/+1
| |/ |/|
* | Merge topic 'cxxmodules-verify-c++20'Brad King2023-10-031-11/+18
|\ \ | |/
| * cxxmodules: Fix CMP0155 NEW behavior when C++ compile features are not knownBrad King2023-10-031-11/+18
* | Begin post-3.28 developmentBrad King2023-10-031-2/+2
|/
* Begin 3.28 release versioningBrad King2023-10-031-3/+3
* Merge topic 'cmDebugTools-add-header'Brad King2023-10-031-0/+23
|\
| * cmDebugTools: add headerBen Boeckel2023-10-011-0/+23
* | CMake Nightly Date StampKitware Robot2023-10-031-1/+1
* | Merge topic 'cxxmodules-no-longer-experimental'Brad King2023-10-0214-166/+184
|\ \
| * | cxxmodules: scan C++ sources for imports by defaultBen Boeckel2023-10-023-2/+29
| * | Ninja: message about not compiled sources explicitlyBen Boeckel2023-10-021-0/+24
| * | cmGeneratorTarget: use `this->` for method callsBen Boeckel2023-10-021-2/+2
| * | cxxmodules: rework control logic for scanning regular C++ sourcesBen Boeckel2023-10-025-64/+91