Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 1 | -4/+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 | -1/+1 |
| | |||||
* | cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable | Ben Boeckel | 2023-06-01 | 1 | -5/+0 |
| | | | | It is now subsumed by the UUID setting completely. | ||||
* | Tests/RunCMake/CXXModules: add a test with duplicate modules | Ben Boeckel | 2022-10-11 | 1 | -0/+9 |
Not in the same executable (as that is IFNDR), but in the same project. This tests to make sure that there's not some project-wide cache that gets confused. |