summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/ListTest.cmake.in
Commit message (Expand)AuthorAgeFilesLines
* list(REMOVE_ITEM): Make removal of an empty item a no-op.Asit Dhal2021-01-121-2/+1
* list: add NATURAL sorting on SORT sub-commandJohnny Jazeix2020-04-131-0/+23
* list: Allow inserting at the end of a listDaniel Chabrowski2018-07-051-0/+4
* Tests: Move command failure cases into RunCMake infrastructureBrad King2015-07-141-53/+0
* Fix test failures caused by regexp-sensitive characters in the build pathsModestas Vainius2013-06-031-9/+12
* list: add tests for CMP0007 behaviorRolf Eike Beer2012-11-021-0/+14
* Consolidate list() argument count testingPetr Kmoch2012-11-021-11/+19
* Add tests for list() invalid argumentsPetr Kmoch2012-11-021-0/+22
* Add tests for list() argument countPetr Kmoch2012-11-021-0/+44
* CMake.List test: explicitely test with lists containing only an empty stringRolf Eike Beer2012-08-151-0/+11
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-3/+3
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-45/+45
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...Sebastien Barre2008-03-121-0/+4
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-151-4/+6
* ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel...Alexander Neundorf2007-07-121-0/+14
* ENH: Fix INSERT to allow inserting to empty listAndy Cedilnik2006-05-151-2/+6
* ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEMAndy Cedilnik2006-05-151-7/+11
* ENH: Remove some errors, fix append to work on nonexisting listsAndy Cedilnik2006-05-151-2/+12
* ENH: Add initial implementation of the list commandAndy Cedilnik2006-02-101-0/+50