Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmDyndepCollation: add a query for whether an object is BMI-only | Ben Boeckel | 2023-08-17 | 2 | -0/+16 |
* | cmDyndepCollation: support BMI-only collation | Ben Boeckel | 2023-08-17 | 2 | -8/+32 |
* | cmTarget: report that synthetic targets can compile sources | Ben Boeckel | 2023-08-17 | 1 | -0/+3 |
* | cmTarget: rename entry copying method | Ben Boeckel | 2023-08-17 | 1 | -6/+6 |
* | cmTarget: track and store `IMPORTED_CXX_MODULES_` usage properties | Ben Boeckel | 2023-08-17 | 1 | -0/+38 |
* | cmGeneratorTarget: classify BMI-only C++ module sources | Ben Boeckel | 2023-08-17 | 4 | -0/+15 |
* | cmImportedCxxModuleInfo: introduce code to parse exported BMI properties | Ben Boeckel | 2023-08-17 | 4 | -0/+116 |
* | cmExportFileGenerator: export private compile info for C++ modules | Ben Boeckel | 2023-08-17 | 23 | -0/+573 |
* | cmGeneratorTarget: support better errors when checking for C++20 modules | Ben Boeckel | 2023-08-16 | 2 | -17/+24 |
* | Merge topic 'xcframework-check-platform-variant' | Kyle Edwards | 2023-08-16 | 45 | -18/+129 |
|\ | |||||
| * | .xcframework: Check SupportedPlatformVariant | Kyle Edwards | 2023-08-15 | 45 | -18/+129 |
* | | Merge topic 'remove_property' | Brad King | 2023-08-16 | 7 | -18/+10 |
|\ \ | |||||
| * | | Source: Rename SetProperty(nullptr_t) to RemoveProperty() | Vitaly Stakhovsky | 2023-08-15 | 7 | -18/+10 |
| |/ | |||||
* | | Merge topic 'ci-gcc-p1689r5-v7' | Brad King | 2023-08-16 | 4 | -5/+15 |
|\ \ | |||||
| * | | gitlab-ci: use the new GCC C++ modules build container | Ben Boeckel | 2023-08-15 | 1 | -1/+1 |
| * | | ci: update gcc module rules file for new flag spellings | Ben Boeckel | 2023-08-14 | 1 | -2/+12 |
| * | | ci: update to Fedora 38 for GCC C++ module container | Ben Boeckel | 2023-08-14 | 1 | -1/+1 |
| * | | ci: update to v7 of the GCC p1689r5 patches | Ben Boeckel | 2023-08-14 | 1 | -1/+1 |
* | | | Merge topic 'improve_rpath_removal_message' | Brad King | 2023-08-16 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | file: Clarify CMake only drops RPATHS's it added | Robert Maynard | 2023-08-15 | 1 | -2/+4 |
* | | | | Merge topic 'ExternalProject-build-jobserver' | Brad King | 2023-08-16 | 14 | -113/+165 |
|\ \ \ \ | |||||
| * | | | | ExternalProject: Enable Make Job Server with Explicit Build Command | Chris Mahoney | 2023-08-15 | 8 | -1/+121 |
| * | | | | Tests/RunCMake/Make: simplify GNUMakeJobSeverAware check function | Chris Mahoney | 2023-08-15 | 6 | -112/+44 |
* | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-16 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'unity_c_no_extensions' into release-3.27 | Brad King | 2023-08-16 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'unity_c_no_extensions' | Brad King | 2023-08-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Unity: use C-style comments to work both with C and C++ | Sylvain Joubert | 2023-08-15 | 1 | -1/+1 |
* | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-16 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'ghs-escape-custom-command-comments' into release-3.27 | Brad King | 2023-08-16 | 1 | -1/+3 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'ghs-escape-custom-command-comments' | Brad King | 2023-08-16 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | GHS: Escape custom command comments | William Sciaroni | 2023-08-15 | 1 | -1/+3 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-16 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'clang_c23' into release-3.27 | Brad King | 2023-08-16 | 1 | -1/+4 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'clang_c23' | Brad King | 2023-08-16 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Clang: use -std=c23 for Clang 18+ | Raul Tambre | 2023-08-15 | 1 | -1/+4 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-16 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'FindPython-3.13' into release-3.27 | Brad King | 2023-08-16 | 3 | -3/+3 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'FindPython-3.13' | Brad King | 2023-08-16 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | FindPython: add support for Python 3.13 | Vasily Ryabov | 2023-08-15 | 3 | -3/+3 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-16 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-15 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'TAPI-is-Apple-only' into release-3.27 | Brad King | 2023-08-15 | 2 | -7/+7 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'TAPI-is-Apple-only' | Brad King | 2023-08-15 | 2 | -7/+7 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Apple Text Stubs (.tbd): various fixes | Marc Chevrier | 2023-08-11 | 2 | -7/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-15 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'FindJNI-no-xcode' into release-3.27 | Brad King | 2023-08-15 | 1 | -5/+9 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'FindJNI-no-xcode' | Brad King | 2023-08-15 | 1 | -5/+9 |
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | | | |||||
| * | | | | FindJNI: Restore support for macOS without Xcode | Brad King | 2023-08-11 | 1 | -5/+9 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-15 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'test-properties-directory' | Kyle Edwards | 2023-08-14 | 29 | -30/+333 |
|\ \ \ |