| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LICENSE: Replace references to Copyright.txt with LICENSE.rst | Kitware Robot | 2025-03-03 | 1 | -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 requested | Ben Boeckel | 2024-08-27 | 1 | -0/+8 |
| | | |||||
| * | cmBuildDatabase: support writing template files | Ben Boeckel | 2024-08-27 | 1 | -0/+4 |
| | | |||||
| * | cmBuildDatabase: add initial structures | Ben Boeckel | 2024-08-27 | 1 | -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 | |||||
