summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | cmGeneratorTarget: support better errors when checking for C++20 modulesBen Boeckel2023-08-162-17/+24
* | | CMake Nightly Date StampKitware Robot2023-08-211-1/+1
* | | CMake Nightly Date StampKitware Robot2023-08-201-1/+1
* | | Merge topic 'debugger-pipe-connections'Brad King2023-08-198-436/+679
|\ \ \
| * | | Debugger: Replace libuv with platform-specific connection codePaul Maybee2023-08-178-436/+679
* | | | Merge topic 'cmList-INSERT-regression'Brad King2023-08-193-4/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | list(INSERT): restore old behaviorMarc Chevrier2023-08-173-4/+18
| * | | CMake 3.27.3v3.27.3Brad King2023-08-161-1/+1
| * | | Merge topic 'unity_c_no_extensions' into release-3.27Brad King2023-08-161-1/+1
| |\ \ \
* | | | | CMake Nightly Date StampKitware Robot2023-08-191-1/+1
* | | | | CMake Nightly Date StampKitware Robot2023-08-181-1/+1
* | | | | Merge topic 'vs-ClangCL-version'Brad King2023-08-171-25/+31
|\ \ \ \ \
| * | | | | VS: Allow specifying VCTools version with the ClangCL toolsetRichard Dzenis2023-08-161-25/+31
* | | | | | Merge topic 'msvc-llvm-mt'Brad King2023-08-171-2/+5
|\ \ \ \ \ \
| * | | | | | MSVC: Run manifest tool with llvm-mt compatible argumentsur4t2023-08-161-2/+5
| |/ / / / /
* | | | | | Merge topic 'cmake-presets-errors-functions'Kyle Edwards2023-08-1713-485/+708
|\ \ \ \ \ \
| * | | | | | cmJSONHelpers: Make error generators proper functionsKyle Edwards2023-08-163-89/+135
| * | | | | | CMakePresets: Make error generators proper functionsKyle Edwards2023-08-1611-396/+573
| |/ / / / /
* | | | | | Merge topic 'xcframework-maccatalyst-fix'Kyle Edwards2023-08-172-3/+3
|\ \ \ \ \ \
| * | | | | | .xcframework: Search Info.plist for "maccatalyst" instead of "catalyst"Kyle Edwards2023-08-162-3/+3
| | |_|_|_|/ | |/| | | |