Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file-api: support exporting file set information | Ben Boeckel | 2022-11-08 | 1 | -0/+2 |
| | | | | | | | This includes listing the filesets themselves as well as which file set (if any) each source file is associated with. Fixes: #24128 | ||||
* | fileapi: Add INTERFACE libraries with SOURCES to codemodel-v2 | Brad King | 2020-08-07 | 1 | -0/+67 |
INTERFACE libraries with SOURCES now appear in the generated buildsystem, so include them in the codemodel output too. We do not need to bump the `codemodel-v2` object kind minor version because that was already done in post-3.18 development by commit 7d6861f367 (fileapi: Extend codemodel targets with language standard, 2020-06-18). Fixes: #18608 |