summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cmExecuteProcessCommand: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-190/+194
* | | | Merge topic 'xcode-no-legacy-buildsystem'Brad King2023-09-061-2/+4
|\ \ \ \
| * | | | Xcode: reject legacy buildsystem for Xcode 14Gregor Jasny2023-08-311-2/+4
* | | | | Merge topic 'reduce-sign-conversion-warnings'Brad King2023-09-062-6/+8
|\ \ \ \ \
| * | | | | Reduce sign conversion warningsMatthew Woehlke2023-08-292-6/+8
| | |/ / / | |/| | |
* | | | | Merge topic 'fortran-object-libraries'Brad King2023-09-063-2/+15
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fortran-object-libraries-release' into fortran-object-librariesBen Boeckel2023-09-053-2/+15
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | cmComputeLinkInformation: compute link info for module-using targetsBen Boeckel2023-09-051-2/+5
| | * | | | cmGeneratorTarget: support config-independent Fortran source queriesBen Boeckel2023-09-052-0/+10
| | | |_|/ | | |/| |
* | | | | CMake Nightly Date StampKitware Robot2023-09-061-1/+1
|/ / / /
* | | | CMake Nightly Date StampKitware Robot2023-09-051-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-09-041-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-09-031-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-09-021-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-09-011-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-08-311-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2023-08-301-1/+1
| |/ |/|
* | Merge topic 'cmuvstreamread-raii'Kyle Edwards2023-08-291-13/+27
|\ \
| * | cmUVStreamRead: Return RAII handle to avoid memory leakKyle Edwards2023-08-251-13/+27
* | | CMake Nightly Date StampKitware Robot2023-08-291-1/+1
* | | Merge topic 'imported-framework-dir-is-system'Marc Chevrier2023-08-281-3/+3
|\ \ \
| * | | macOS: IMPORTED framework: Honor SYSTEM target property in all casesMarc Chevrier2023-08-271-3/+3
* | | | CMake Nightly Date StampKitware Robot2023-08-281-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2023-08-271-1/+1
* | | CMake Nightly Date StampKitware Robot2023-08-261-1/+1
* | | Merge topic 'modules-better-messages'Brad King2023-08-257-41/+170
|\ \ \ | |/ / |/| |
| * | cxxmodules: improve error messages for C++ module setupBen Boeckel2023-08-235-21/+30
| * | cmStandardLevelResolver: add query for the effective standard levelBen Boeckel2023-08-232-0/+116
| * | cmStandardLevelResolver: compare with static string literalsBen Boeckel2023-08-231-1/+3
| * | cmStandardLevelResolver: use `cmStrCat` where possibleBen Boeckel2023-08-231-10/+12
| * | cmStandardLevelResolver: use character literals where possibleBen Boeckel2023-08-231-9/+9
* | | Merge topic 'cxx-atomic'Brad King2023-08-251-1/+1
|\ \ \ | | |/ | |/|
| * | Source: Link libatomic when needed on any Linux architectureBrad King2023-08-241-1/+1
| |/
| * CMake 3.27.4v3.27.4Brad King2023-08-231-1/+1
* | CMake Nightly Date StampKitware Robot2023-08-251-1/+1
* | CMake Nightly Date StampKitware Robot2023-08-241-1/+1
* | Merge topic 'update-kwsys'Brad King2023-08-232-24/+30
|\ \
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2023-08-222-24/+30
* | | CMake Nightly Date StampKitware Robot2023-08-231-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2023-08-221-1/+1
* | Merge topic 'imported-cxxmodules'Brad King2023-08-2128-58/+1069
|\ \
| * | cmExperimental: recycle the C++ modules API UUIDBen Boeckel2023-08-171-1/+1
| * | Ninja: generate scanning and build rules for C++20 module synthetic targetsBen Boeckel2023-08-175-24/+322
| * | cxxmodules: generate synthetic targets as an initial passBen Boeckel2023-08-178-1/+344
| * | cmSyntheticTargetCache: add a struct for synthetic target cachingBen Boeckel2023-08-172-0/+16
| * | cmCxxModuleUsageEffects: add a class to capture module usage effectsBen Boeckel2023-08-173-0/+45
| * | cmDyndepCollation: add initializers for POD typesBen Boeckel2023-08-171-2/+2
| * | cmDyndepCollation: add a query for whether an object is BMI-onlyBen Boeckel2023-08-172-0/+16
| * | cmDyndepCollation: support BMI-only collationBen Boeckel2023-08-172-8/+32
| * | cmTarget: report that synthetic targets can compile sourcesBen Boeckel2023-08-171-0/+3