summaryrefslogtreecommitdiff
path: root/Source/cmListCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmCommand refactor: cmListCommandGabor Bencze2019-08-201-48/+3
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* list: add sub-commands PREPEND, POP_BACK, POP_FRONTAlex Turbov2019-02-191-0/+3
* list: Add TRANSFORM sub-commandMarc Chevrier2018-04-161-0/+1
* list: Add SUBLIST sub-commandMarc Chevrier2018-03-211-0/+1
* list(): add `JOIN` sub-commandMarc Chevrier2018-03-201-0/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+6
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-13/+7
* list: Add FILTER subcommand (#3986)Ashley Whetter2016-02-031-0/+6
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-2/+2
* Drop builtin command documentationBrad King2013-10-161-60/+0
* list: Fix docs for APPEND to show that elements are optionalРоман Донченко2013-10-141-1/+1
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* Clarify list subcommand documentation (#8154)David Cole2011-02-071-0/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* some white space fixes for the bookKen Martin2009-09-031-2/+2
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...Sebastien Barre2008-03-121-0/+3
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* BUG: fix for bug 6207 explain list index values betterBill Hoffman2008-01-021-4/+9
* BUG: fix bug 6081Bill Hoffman2007-12-141-0/+5
* ENH: make commands lower case by defaultKen Martin2007-10-101-10/+10
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-151-3/+4
* ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel...Alexander Neundorf2007-07-121-1/+6
* STYLE: use "items" instead od "item"Alexander Neundorf2007-05-241-2/+2
* BUG: Add missing APIAndy Cedilnik2006-08-221-0/+2
* STYLE: Fix styleAndy Cedilnik2006-05-161-9/+9
* ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEMAndy Cedilnik2006-05-151-5/+5
* ENH: Remove some errors, fix append to work on nonexisting listsAndy Cedilnik2006-05-151-1/+1
* ENH: Some documentation and add APPENDAndy Cedilnik2006-05-111-6/+9
* STYLE: fix line lengthsBill Hoffman2006-03-101-3/+4
* ENH: Add initial implementation of the list commandAndy Cedilnik2006-02-101-0/+99