summaryrefslogtreecommitdiffstats
path: root/Source/cmList.h
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmList-swap-fix'Brad King2025-08-271-2/+0
|\
| * cmList: fix swap function definitionMarc Chevrier2025-08-211-2/+0
* | source: Pass small and trivially copyable types by valueDaniel Pfeifer2025-08-011-1/+1
|/
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* regex: Match ^ at most once in repeated searchesNikita Nemkin2025-02-131-0/+4
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-33/+33
* clang-tidy: fix `readability-redundant-*` warningsDaniel Pfeifer2024-10-111-2/+2
* cmList: Use ptrdiff_t for index_typeAlex Richardson2024-03-081-2/+2
* cmList: Avoid using operator-> on input iteratorBrad King2023-11-071-1/+1
* Reduce sign conversion warningsMatthew Woehlke2023-08-291-4/+6
* Merge topic 'cmList-INSERT-regression'Brad King2023-08-191-2/+13
|\
| * list(INSERT): restore old behaviorMarc Chevrier2023-08-171-2/+13
| * cmList: Fix performance regression in append/prependMarc Chevrier2023-08-041-16/+41
* | cmList: Fix performance regression in append/prependMarc Chevrier2023-08-041-18/+20
* | cmList: Fix performance regression in Join / to_stringNicolas van Kempen2023-07-061-7/+6
* | cmList: Add container conversion to stringMarc Chevrier2023-06-221-3/+38
|/
* list(): restore SUBLIST behaviorMarc Chevrier2023-06-161-1/+1
* 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