summaryrefslogtreecommitdiffstats
path: root/Source/cmList.h
Commit message (Collapse)AuthorAgeFilesLines
* cmList: Fix performance regression in Join / to_stringNicolas van Kempen2023-07-061-7/+6
| | | | | | Refactoring in commit 45f17e5a85 (cmList: Add container conversion to string, 2023-06-20) accidentally introduced unnecessary string copies and allocations. Remove unnecessary copies.
* cmList: Add container conversion to stringMarc Chevrier2023-06-221-3/+38
|
* list(): restore SUBLIST behaviorMarc Chevrier2023-06-161-1/+1
| | | | Fixes: #25002
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-0/+19
|
* cmList class: various enhancementsMarc Chevrier2023-04-291-85/+170
|
* cmExpandList and cmExpandLists rely on cmList classMarc Chevrier2023-04-231-3/+53
|
* cmList: CMake list implementationMarc Chevrier2023-04-051-0/+1198
Fixes: #24548