Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce sign conversion warnings | Matthew Woehlke | 2023-08-29 | 1 | -4/+6 |
| | | | | | | | | | | Add some static casts to make explicit some sign conversions in order to avoid warnings about the same. This is by no means an attempt to fix all such warnings, but these instances were especially egregious as they would be raised across many source files. Also change a post-increment of an iterator to pre-increment. At worst, this does nothing, but pre-increment is potentially more efficient. | ||||
* | Merge topic 'cmList-INSERT-regression' | Brad King | 2023-08-19 | 1 | -2/+13 |
|\ | | | | | | | | | | | | | | | 45ed175f08 list(INSERT): restore old behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8732 | ||||
| * | list(INSERT): restore old behavior | Marc Chevrier | 2023-08-17 | 1 | -2/+13 |
| | | | | | | | | Fixes: #25191 | ||||
| * | cmList: Fix performance regression in append/prepend | Marc Chevrier | 2023-08-04 | 1 | -16/+41 |
| | | | | | | | | Fixes: #25147 | ||||
* | | cmList: Fix performance regression in append/prepend | Marc Chevrier | 2023-08-04 | 1 | -18/+20 |
| | | | | | | | | Fixes: #25147 | ||||
* | | 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 |