Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmDyndepCollation: update template module database files if requested | Ben Boeckel | 2024-08-27 | 1 | -0/+34 |
| | |||||
* | cmBuildDatabase: support writing template files | Ben Boeckel | 2024-08-27 | 1 | -0/+86 |
| | |||||
* | cmcmd: add a tool to manage module compilation databases | Ben Boeckel | 2024-08-27 | 1 | -0/+87 |
| | | | | Includes verification and merging subcommands to start with. | ||||
* | cmBuildDatabase: add initial structures | Ben Boeckel | 2024-08-27 | 1 | -0/+374 |
This class represents a build database as introduced by P2977R0. It includes support for reading, writing, and merging. See: http://wg21.link/p2977r0 |