Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmList: Fix performance regression in Join / to_string | Nicolas van Kempen | 2023-07-06 | 1 | -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 string | Marc Chevrier | 2023-06-22 | 1 | -3/+38 |
| | |||||
* | list(): restore SUBLIST behavior | Marc Chevrier | 2023-06-16 | 1 | -1/+1 |
| | | | | Fixes: #25002 | ||||
* | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 1 | -0/+19 |
| | |||||
* | cmList class: various enhancements | Marc Chevrier | 2023-04-29 | 1 | -85/+170 |
| | |||||
* | cmExpandList and cmExpandLists rely on cmList class | Marc Chevrier | 2023-04-23 | 1 | -3/+53 |
| | |||||
* | cmList: CMake list implementation | Marc Chevrier | 2023-04-05 | 1 | -0/+1198 |
Fixes: #24548 |