Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule | Brad King | 2021-05-28 | 1 | -1/+2 |
| | | | | | | | | | | Extend the fix from commit 67e2130c96 (Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule, 2020-11-20, v3.19.1~8^2) to work for the `<FLAGS>` placeholder too. Also fix the test case to actually enable `EXPORT_COMPILE_COMMANDS` on the test target. Fixes: #22261 | ||||
* | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target | Shannon Booth | 2021-01-05 | 5 | -0/+69 |
| | | | | | | | | The new target property `EXPORT_COMPILE_COMMANDS` associated with the existing global variable can be used to optionally configure targets for their compile commands to be exported. Fixes: #19462 | ||||
* | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule | Brad King | 2020-11-20 | 2 | -0/+6 |
| | | | | Fixes: #21471 | ||||
* | Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set already | Brad King | 2020-05-12 | 6 | -0/+14 |
Also de-duplicate its initialization code. Fixes: #16588 |