Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Allow help for arbitrary keywords | Martin Duffy | 2023-09-27 | 5 | -12/+101 |
* | Merge branch 'release-3.27' | Brad King | 2023-08-23 | 1 | -3/+3 |
|\ | |||||
| * | CMake 3.27.4v3.27.4 | Brad King | 2023-08-23 | 2 | -4/+4 |
* | | Merge topic 'update-kwsys' | Brad King | 2023-08-23 | 3 | -25/+31 |
|\ \ | |||||
| * \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2023-08-22 | 2 | -24/+30 |
| |\ \ | |||||
| | * | | KWSys 2023-08-22 (7f82ad45) | KWSys Upstream | 2023-08-22 | 2 | -24/+30 |
| * | | | Tests: Run CTestTest2 in explicit configuration | Brad King | 2023-08-22 | 1 | -1/+1 |
* | | | | Merge branch 'release-3.27' | Brad King | 2023-08-23 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge topic 'FindZLIB-1.3' into release-3.27 | Brad King | 2023-08-23 | 1 | -18/+17 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'FindZLIB-1.3' | Brad King | 2023-08-23 | 1 | -18/+17 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | FindZLIB: Fix extraction of two-component version number 1.3 | Brad King | 2023-08-22 | 1 | -18/+17 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-23 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'ci-linkcheck' | Brad King | 2023-08-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Help: Update link to Qt 5 CMake docs | Brad King | 2023-08-22 | 1 | -1/+1 |
* | | | | Merge topic 'libuv-bootstrap-sigchld' | Kyle Edwards | 2023-08-22 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | libuv: Use SIGCHLD in bootstrap mode | Kyle Edwards | 2023-08-21 | 1 | -1/+3 |
| |/ / / | |||||
* | | | | Merge topic 'cmakelibtests-lean-and-mean' | Kyle Edwards | 2023-08-22 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | CMakeLibTests: Compile with WIN32_LEAN_AND_MEAN | Kyle Edwards | 2023-08-21 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | Merge topic 'doc' | Brad King | 2023-08-22 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Help:CheckCXXSymbolExists: refer to CheckSourceCompiles | scivision | 2023-08-21 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-22 | 1 | -1/+1 |
* | | | | | Merge topic 'ep-svn-trust-cert-non-interactive' | Craig Scott | 2023-08-21 | 1 | -2/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | ExternalProject: Ensure svn --trust-server-cert has dependent options | Craig Scott | 2023-08-20 | 1 | -2/+4 |
* | | | | | Merge topic 'imported-cxxmodules' | Brad King | 2023-08-21 | 76 | -75/+1681 |
|\ \ \ \ \ | |||||
| * | | | | | cmExperimental: recycle the C++ modules API UUID | Ben Boeckel | 2023-08-17 | 14 | -14/+14 |
| * | | | | | gitlab-ci: declare `bmionly` support for modules where possible | Ben Boeckel | 2023-08-17 | 6 | -6/+6 |
| * | | | | | Tests/RunCMake/CXXModules: add tests which use modules from imported targets | Ben Boeckel | 2023-08-17 | 11 | -0/+102 |
| * | | | | | Ninja: generate scanning and build rules for C++20 module synthetic targets | Ben Boeckel | 2023-08-17 | 5 | -24/+322 |
| * | | | | | CXXModules: add a variable for BMI-only compilation | Ben Boeckel | 2023-08-17 | 4 | -0/+9 |
| * | | | | | cxxmodules: generate synthetic targets as an initial pass | Ben Boeckel | 2023-08-17 | 8 | -1/+344 |
| * | | | | | cmSyntheticTargetCache: add a struct for synthetic target caching | Ben Boeckel | 2023-08-17 | 2 | -0/+16 |
| * | | | | | cmCxxModuleUsageEffects: add a class to capture module usage effects | Ben Boeckel | 2023-08-17 | 4 | -0/+46 |
| * | | | | | cmDyndepCollation: add initializers for POD types | Ben Boeckel | 2023-08-17 | 1 | -2/+2 |
| * | | | | | 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 branch 'release-3.27' | Brad King | 2023-08-21 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge topic 'doc-cmake_minimum_required-deprecation' into release-3.27 | Brad King | 2023-08-21 | 3 | -0/+19 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'doc-cmake_minimum_required-deprecation' | Brad King | 2023-08-21 | 3 | -0/+19 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Help: Document cmake_minimum_required deprecation of old versions | Brad King | 2023-08-19 | 3 | -0/+19 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-21 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-08-20 | 1 | -1/+1 |
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-08-19 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'LLVMFlang-Fortran-flags' into release-3.27 | Brad King | 2023-08-19 | 1 | -0/+4 |
| |\ \ \ \ \ |