summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testList.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmList: Fix performance regression in append/prependMarc Chevrier2023-08-041-4/+4
| | | | Fixes: #25147
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-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 Chevrier2023-04-291-1/+0
|
* cmList class: various enhancementsMarc Chevrier2023-04-291-34/+35
|
* cmList: CMake list implementationMarc Chevrier2023-04-051-0/+995
Fixes: #24548