summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/list
Commit message (Expand)AuthorAgeFilesLines
* Deprecate compatibility with CMake versions older than 3.5Brad King2023-02-111-6/+6
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-1/+1
* Tests: add tests to check claims in the documentationAdriaan de Groot2021-12-212-0/+48
* cmListCommand: Handle invalid FOR selector rangesNick Muggio2021-12-0810-0/+27
* list(REMOVE_ITEM): Make removal of an empty item a no-op.Asit Dhal2021-01-122-0/+6
* Deprecate compatibility with CMake versions older than 2.8.12Brad King2020-06-181-1/+10
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-181-1/+1
* list(POP_FRONT): Fix always assigning first item to output varsAlex Turbov2019-06-301-0/+13
* Help: Clarify ordering of list(REMOVE_DUPLICATES)Kyle Edwards2019-02-272-0/+7
* list: add sub-commands PREPEND, POP_BACK, POP_FRONTAlex Turbov2019-02-1913-0/+212
* cmListCommand: handle empty lists for list(REMOVE_AT)Ben Boeckel2018-10-167-2/+19
* cmListCommand: make list(ACTION not_a_list) succeed when idempotentBen Boeckel2018-10-1615-25/+20
* list: Allow inserting at the end of a listDaniel Chabrowski2018-07-052-2/+2
* list: Add options to control the SORT comparison operationDaniel Franke2018-06-1327-5/+178
* list: Add TRANSFORM sub-commandMarc Chevrier2018-04-1696-0/+589
* list: Add SUBLIST sub-commandMarc Chevrier2018-03-2117-0/+86
* list(): add `JOIN` sub-commandMarc Chevrier2018-03-2011-0/+41
* list: Add FILTER subcommand (#3986)Ashley Whetter2016-02-0325-0/+61
* Tests: Move command failure cases into RunCMake infrastructureBrad King2015-07-1445-0/+126
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-1/+1
* list: Handle errors on empty lists more gracefully (#13138)Brad King2012-04-1711-0/+29