summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| * | | cmTarget: rename entry copying methodBen Boeckel2023-08-171-6/+6
| * | | cmTarget: track and store `IMPORTED_CXX_MODULES_` usage propertiesBen Boeckel2023-08-171-0/+38
| * | | cmGeneratorTarget: classify BMI-only C++ module sourcesBen Boeckel2023-08-174-0/+15
| * | | cmImportedCxxModuleInfo: introduce code to parse exported BMI propertiesBen Boeckel2023-08-173-0/+115
| * | | cmExportFileGenerator: export private compile info for C++ modulesBen Boeckel2023-08-174-0/+91