Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cxxmodules: scan C++ sources for imports by default | Ben Boeckel | 2023-10-02 | 1 | -1/+1 |
| | | | | | Existing projects are not using C++ modules in their sources, so introduce policy CMP0155 to enable scanning by default. | ||||
* | VS: Fix C++ modules in source files with the same name | Brad King | 2023-06-28 | 4 | -0/+37 |
When multiple source files in a single target have the same name, we already set `ObjectFileName` explicitly to avoid a `.obj` collision. For C++ module sources, set `Module{Output,Dependencies}File` to avoid `.ifc` and `.module.json` collisions. Fixes: #25038 |