summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/list
Commit message (Expand)AuthorAgeFilesLines
* 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