Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 1 | -1/+0 |
| | | | | | | | All the major compilers now have scheduled releases with support for scanning, so remove the experimental gate. Fixes: #18355 | ||||
* | cmExperimental: support forwarding associated variables to `try_compile` | Ben Boeckel | 2023-07-31 | 1 | -0/+2 |
| | | | | | Other variables may be needed to make experimental features actually work. List them with the experimental flag. | ||||
* | cmExperimental: only forward C++ module support to non-ABI checks | Ben Boeckel | 2023-07-31 | 1 | -0/+1 |
| | | | | | ABI checks never use modules, so don't forward the experimental status through. | ||||
* | cmExperimental: use an `enum` for whether to forward to try_compile | Ben Boeckel | 2023-07-31 | 1 | -1/+7 |
| | |||||
* | Windows: Add experimental WindowsKernelModeDriver platform | Kyle Edwards | 2023-07-17 | 1 | -0/+1 |
| | |||||
* | try_compile(): Pass down CMAKE_EXPERIMENTAL_* feature flags | Kyle Edwards | 2023-07-17 | 1 | -0/+1 |
| | |||||
* | cmake_language(): Add undocumented GET_EXPERIMENTAL_FEATURE_ENABLED mode | Kyle Edwards | 2023-07-17 | 1 | -0/+1 |
| | |||||
* | cmExperimental: Expose feature data API | Kyle Edwards | 2023-07-17 | 1 | -0/+11 |
| | |||||
* | cmExperimental: add an experimental feature to handle C++ modules | Ben Boeckel | 2022-06-14 | 1 | -0/+2 |
| | |||||
* | cmExperimental: add a mechanism for experimental CMake features | Ben Boeckel | 2022-06-14 | 1 | -0/+19 |