Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Consolidate 3.20 release notes | Brad King | 2021-02-10 | 1 | -6/+0 |
| | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.20.rst`. | ||||
* | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target | Shannon Booth | 2021-01-05 | 1 | -0/+6 |
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 |