| Commit message (Expand) | Author | Age | Files | Lines |
* | importstd: clarify when the experimental UUID must be available | Ben Boeckel | 2024-05-15 | 1 | -1/+2 |
|
|
* | Experimental: add an experimental feature gate for `import std` | Ben Boeckel | 2024-04-12 | 1 | -0/+21 |
|
|
* | EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gate | Brad King | 2024-03-12 | 1 | -0/+25 |
|
|
* | Help: Convert http URLs to https | scivision | 2024-03-07 | 2 | -5/+5 |
|
|
* | Help/dev: Add informal governance section to maintainer guide | Brad King | 2023-12-06 | 1 | -0/+7 |
|
|
* | Help/dev: Update UseJava export policy version in post-release development | Gold856 | 2023-11-27 | 1 | -4/+5 |
|
|
* | Merge branch 'backport-ci-fedora-39' into ci-fedora-39 | Brad King | 2023-11-17 | 1 | -1/+1 |
|\ |
|
| * | codespell: Fix typos | Brad King | 2023-11-17 | 1 | -1/+1 |
|
|
* | | try_{compile,run}: add LINKER_LANGUAGE option | scivision | 2023-10-16 | 1 | -0/+6 |
|/ |
|
* | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 1 | -130/+0 |
|
|
* | cmExperimental: recycle the C++ modules API UUID | Ben Boeckel | 2023-08-17 | 1 | -1/+1 |
|
|
* | CXXModules: add a variable for BMI-only compilation | Ben Boeckel | 2023-08-17 | 1 | -0/+6 |
|
|
* | Merge topic 'cmExperimental-uuid-doc' | Brad King | 2023-08-08 | 1 | -1/+1 |
|\ |
|
| * | Help/experimental: fix UUID documentation | Ben Boeckel | 2023-08-07 | 1 | -1/+1 |
|
|
* | | Help/dev: Extend documentation guide with another section nesting level | Brad King | 2023-07-31 | 1 | -0/+1 |
|/ |
|
* | cmExperimental: refresh the C++ modules UUID | Ben Boeckel | 2023-07-13 | 1 | -1/+1 |
|
|
* | cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable | Ben Boeckel | 2023-06-01 | 1 | -7/+0 |
|
|
* | cxxmodules: update the experimental UUID | Ben Boeckel | 2023-05-31 | 1 | -1/+1 |
|
|
* | Utilities/Sphinx: Add 'cref' role | Matthew Woehlke | 2023-03-14 | 1 | -0/+4 |
|
|
* | Merge topic 'smart-wrap-signatures' | Brad King | 2023-03-14 | 1 | -0/+17 |
|\ |
|
| * | Utilities/Sphinx: Improve word wrap of signatures | Matthew Woehlke | 2023-03-13 | 1 | -0/+17 |
|
|
* | | Utilities/Sphinx: Allow explicit target for genex | Matthew Woehlke | 2023-03-13 | 1 | -0/+4 |
|/ |
|
* | Utilities/Sphinx: Make signatures linkable | Matthew Woehlke | 2023-03-09 | 1 | -3/+3 |
|
|
* | Merge topic 'improve-doc-signatures' | Brad King | 2023-03-07 | 1 | -38/+152 |
|\ |
|
| * | Utilities/Sphinx: Add a directive to document command signatures | Matthew Woehlke | 2023-03-03 | 1 | -13/+82 |
|
|
| * | Help/dev: Add per-directive sections in CMake Documentation Guide | Brad King | 2023-02-24 | 1 | -25/+70 |
|
|
* | | Clang: Record Clang 16.0 flags for our experimental C++ modules support | Brad King | 2023-03-03 | 1 | -11/+30 |
|
|
* | | ccmake: Update minimum required version of CMake for curses check | Brad King | 2023-03-01 | 1 | -0/+1 |
|/ |
|
* | Help/dev: Update source code guide to specify clang-format version 15 | Brad King | 2023-01-19 | 1 | -1/+1 |
|
|
* | cxxmodules: support new round of Clang patches | Ben Boeckel | 2022-12-15 | 1 | -1/+1 |
|
|
* | Merge topic 'cxx-module-map-clang' | Brad King | 2022-12-06 | 1 | -3/+6 |
|\ |
|
| * | cmCxxModuleMapper: support the `clang` module map format | Ben Boeckel | 2022-12-02 | 1 | -3/+6 |
|
|
* | | cmExperimental: recycle C++20 module support UUID | Ben Boeckel | 2022-12-01 | 1 | -1/+1 |
|
|
* | | Help/dev/experimental: document C++20 module limitations | Ben Boeckel | 2022-12-01 | 1 | -0/+25 |
|/ |
|
* | MSVC: don't opt into dyndep support | Ben Boeckel | 2022-11-28 | 1 | -1/+2 |
|
|
* | Help/dev/experimental: document the `msvc` module map format | Ben Boeckel | 2022-11-21 | 1 | -2/+7 |
|
|
* | msvc: bless MSVC 19.34 support for C++ modules as experimental | Ben Boeckel | 2022-11-11 | 1 | -0/+4 |
|
|
* | cmScanDepFormat: support P1689R5 | Ben Boeckel | 2022-07-26 | 1 | -2/+2 |
|
|
* | cmExperimental: update `CXX_MODULE_CMAKE_API` UUID | Ben Boeckel | 2022-07-06 | 1 | -1/+1 |
|
|
* | cmTarget: add support for C++ module fileset types | Ben Boeckel | 2022-06-16 | 1 | -5/+0 |
|
|
* | cmExperimental: add an experimental feature to handle C++ modules | Ben Boeckel | 2022-06-14 | 1 | -0/+17 |
|
|
* | stl containers: enhance compatibility with C++14, C++17 and C++20 | Marc Chevrier | 2022-05-07 | 1 | -9/+95 |
|
|
* | Merge topic 'cpp-modules-prep' | Brad King | 2022-05-03 | 1 | -1/+8 |
|\ |
|
| * | cmNinjaTargetGenerator: support msvc-style deps discovery for scanning | Ben Boeckel | 2022-04-27 | 1 | -1/+3 |
|
|
| * | cmNinjaTargetGenerator: add flags for scanning based on the fileset type | Ben Boeckel | 2022-04-27 | 1 | -0/+5 |
|
|
* | | cm::enum_set: container that contains a set of unique enum values. | Marc Chevrier | 2022-04-27 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'backport-3.22-ci-package-uploads' into ci-package-uploads | Brad King | 2022-04-04 | 1 | -17/+1 |
|\ |
|
| * | gitlab-ci: distinguish release and development pipeline schedules | Brad King | 2022-04-04 | 1 | -17/+1 |
|
|
* | | Help/dev: Clarify maintainer guide step for DEVEL_CMAKE_VERSION | Brad King | 2022-02-04 | 1 | -2/+2 |
|
|
* | | Help/dev: Cover module function naming in CMake Documentation Guide | Brad King | 2021-12-08 | 1 | -4/+57 |
|/ |
|