summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildDatabase.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmDyndepCollation: update template module database files if requestedBen Boeckel2024-08-271-0/+34
|
* cmBuildDatabase: support writing template filesBen Boeckel2024-08-271-0/+86
|
* cmcmd: add a tool to manage module compilation databasesBen Boeckel2024-08-271-0/+87
| | | | Includes verification and merging subcommands to start with.
* cmBuildDatabase: add initial structuresBen Boeckel2024-08-271-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