summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Fix linking against .xcframework from static librariesKyle Edwards2023-11-061-21/+72
* cmSystemTools::RunSingleCommand(): Pass stdin to child processKyle Edwards2023-11-021-1/+3
* Merge topic 'cxxmodules-cmp0155-graceful-fallback-without-scanner' into relea...Brad King2023-11-016-13/+33
|\
| * cmGlobalGenerator: give context about module queriesBen Boeckel2023-11-015-8/+22
| * CMP0155: ignore scanning for sources if no scanner is availableBen Boeckel2023-11-012-6/+12
* | ctest: Allow colored output on Windows if CLICOLOR_FORCE is set to 1Cristian Adam2023-11-011-10/+5
* | Merge topic 'modules-depends-via-target-objects' into release-3.28Brad King2023-10-313-1/+22
|\ \
| * | Fortran: Restore support for TARGET_OBJECTS providing modulesBen Boeckel2023-10-302-0/+20
| * | cmComputeLinkInformation: skip over linking to items for object purposesBen Boeckel2023-10-271-1/+1
| * | cmComputeLinkDepends: also copy the target from object link itemsBen Boeckel2023-10-271-0/+1
| * | CMake 3.27.7v3.27.7Brad King2023-10-061-1/+1
* | | Merge topic 'cxxmodules-ninja-forced-rsp-files' into release-3.28Brad King2023-10-301-2/+1
|\ \ \
| * | | Tests/CXXModules: test forced rsp files with ninjaBen Boeckel2023-10-281-2/+1
| | |/ | |/|
* | | CMP0153: Add suggestion to use execute_process()Kyle Edwards2023-10-271-3/+5
* | | cmState::AddDisallowedCommand(): Allow additional warning infoKyle Edwards2023-10-272-7/+14
|/ /
* | CMake 3.28.0-rc3v3.28.0-rc3Brad King2023-10-241-1/+1
* | Merge topic 'cmcldeps-quote-rc' into release-3.28Brad King2023-10-241-1/+2
|\ \
| * | cmcldeps: Restore support for rc.exe path not fully GetShortPathName-dBrad King2023-10-231-1/+2
* | | source_group: Restore behavior of TREE with empty FILESBrad King2023-10-231-2/+5
|/ /
* | cmNinjaTargetGenerator: do not order-depend on C++ module sourcesBen Boeckel2023-10-201-4/+9
* | cmNinjaTargetGenerator: use the file set visibility APIBen Boeckel2023-10-201-1/+1
* | cmFileSet: add a query for includeable file set typesBen Boeckel2023-10-202-0/+7
* | cmNinjaTargetGenerator: avoid traversing old outputs repeatedlyBen Boeckel2023-10-201-0/+3
* | CMake 3.28.0-rc2v3.28.0-rc2Brad King2023-10-181-1/+1
* | Merge topic 'cxxmodules-vs-no-synthetic-targets' into release-3.28Brad King2023-10-181-0/+9
|\ \
| * | VS: Explicitly disallow C++ modules provided by imported targetsBen Boeckel2023-10-171-0/+9
* | | Merge topic 'cxxmodules-export-fileset-info' into release-3.28Brad King2023-10-174-9/+40
|\ \ \
| * | | cxxmodules: include `INCLUDES DESTINATION` directoriesBen Boeckel2023-10-164-9/+40
| |/ /
* | | Merge topic 'execute_process-output_file-directory' into release-3.28Brad King2023-10-171-18/+44
|\ \ \ | |/ / |/| |
| * | execute_process(): Restore opening files relative to WORKING_DIRECTORYKyle Edwards2023-10-161-18/+44
* | | 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
|\ \
| * | cxxmodules: Honor CMAKE_CXX_SCAN_FOR_MODULES in try_compileBrad King2023-10-101-0/+2
* | | cxxmodules: Reference documentation in no-modules-support diagnosticsBrad King2023-10-111-9/+11
|/ /
* | 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
* | cxxmodules: Fix CMP0155 NEW behavior when C++ compile features are not knownBrad King2023-10-031-11/+18
* | 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
|\ \ \