Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 1 | -6/+0 |
| | | | | | | | All the major compilers now have scheduled releases with support for scanning, so remove the experimental gate. Fixes: #18355 | ||||
* | Tests/CXXModules: relax line number matching in stderr | Ben Boeckel | 2023-09-26 | 1 | -2/+2 |
| | |||||
* | cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable | Ben Boeckel | 2023-06-01 | 1 | -6/+1 |
| | | | | It is now subsumed by the UUID setting completely. | ||||
* | cmNinjaTargetGenerator: write out export information for the collator | Ben Boeckel | 2022-07-06 | 1 | -0/+11 |
The collator will use this to know where the target's export information needs to go so that module properties may be provided. |