summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildDatabase.h
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
| | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ```
* cmDyndepCollation: update template module database files if requestedBen Boeckel2024-08-271-0/+8
|
* cmBuildDatabase: support writing template filesBen Boeckel2024-08-271-0/+4
|
* cmBuildDatabase: add initial structuresBen Boeckel2024-08-271-0/+49
This class represents a build database as introduced by P2977R0. It includes support for reading, writing, and merging. See: http://wg21.link/p2977r0