Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmList: Fix performance regression in append/prepend | Marc Chevrier | 2023-08-04 | 1 | -4/+4 |
| | | | | Fixes: #25147 | ||||
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -1/+0 |
| | | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12. | ||||
* | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 1 | -1/+0 |
| | |||||
* | cmList class: various enhancements | Marc Chevrier | 2023-04-29 | 1 | -34/+35 |
| | |||||
* | cmList: CMake list implementation | Marc Chevrier | 2023-04-05 | 1 | -0/+995 |
Fixes: #24548 |