Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmCxxModuleMapper: support MSVC module map format | Ben Boeckel | 2022-08-02 | 1 | -1/+82 |
| | | | | | | THis is a set of flags stored in a response file which informs the compiler about where to place output BMI files as well as find the required BMIs. | ||||
* | cmCxxModuleMapper: track transitive modules for MSVC | Ben Boeckel | 2022-08-02 | 1 | -0/+151 |
| | | | | MSVC needs the transitive closure of module usage to compile. | ||||
* | cmCxxModuleMapper: implement support for GCC's module map format | Ben Boeckel | 2022-06-16 | 1 | -0/+46 |
| | |||||
* | cmCxxModuleMapper: add source to handle module mapper contents | Ben Boeckel | 2022-06-16 | 1 | -0/+30 |
This will allow all generators to share an implementation for actually writing out the module map formats. |