| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fileapi: Extend codemodel targets/compileGroups with Apple frameworks | Marc Chevrier | 2023-05-19 | 2 | -1/+17 |
| | | | | | Fixes: #19897 | ||||
| * | Tests: Add FileAPI case for cross-directory target_* commands | Brad King | 2022-08-22 | 1 | -1/+3 |
| | | | | | | | | | | | | The backtraces for some of the commands incorrectly come from the target's directory instead of the caller's directory. Expect the incorrect backtraces in test results for now. Increase the minimum required version of CMake in the test case to enable policy CMP0079 to support cross-directory calls. Issue: #23873 | ||||
| * | FileAPI: Add information on file set installers | Kyle Edwards | 2021-10-27 | 1 | -2/+5 |
| | | |||||
| * | fileapi: Add INTERFACE libraries with SOURCES to codemodel-v2 | Brad King | 2020-08-07 | 2 | -0/+14 |
| | | | | | | | | | | | | | 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 | ||||
| * | fileapi: Extend codemodel targets with language standard | Justin Goshi | 2020-06-26 | 1 | -0/+2 |
| | | |||||
| * | FileAPI test: Break gen_check_projects() into JSON files | Kyle Edwards | 2020-02-07 | 7 | -0/+120 |
