summaryrefslogtreecommitdiff
path: root/Source/cmListCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-6/+6
* Port to static cmPolicies API.Stephen Kelly2015-05-041-4/+2
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* cmAlgorithms: Add cmReverseRange adaptor.Stephen Kelly2015-02-201-2/+1
* cmListCommand: Move size variable out of loop.Stephen Kelly2015-02-171-6/+6
* cmListCommand: Avoid needlessly erasing from vectors.Stephen Kelly2015-02-151-17/+21
* cmListCommand: Replace remove duplicates loop with algorithm.Stephen Kelly2015-02-151-18/+3
* cmListCommand: Implement REMOVE_ITEM in terms of cmRemoveMatching.Stephen Kelly2015-02-151-16/+6
* cmListCommand: Replace joining loop with cmJoin algorithm.Stephen Kelly2015-02-151-8/+2
* cmListCommand: Use cmRemoveIndices for REMOVE_AT subcommand.Stephen Kelly2015-02-151-16/+9
* cmListCommand: Convert loop to find algorithm.Stephen Kelly2015-02-151-12/+1
* cmListCommand: Implement REVERSE subcommand with std::reverse.Stephen Kelly2015-02-151-9/+2
* cmListCommand: Use std::find algorithm for FIND subcommand.Stephen Kelly2015-02-151-11/+7
* Convert loops to cmJoin algorithm with cmRange.Stephen Kelly2015-02-111-8/+1
* Convert loops populating maybe-empty content into the common pattern.Stephen Kelly2015-02-111-4/+8
* Merge topic 'consistent-empty-method'Brad King2015-01-191-5/+5
|\
| * Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
| * cmListCommand: Use empty() and expand whitespace.Stephen Kelly2015-01-181-1/+1
| * Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
| * Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* | cmListCommand: Replace loop with member algorithm.Stephen Kelly2015-01-181-7/+3
|/
* Merge topic 'join-algorithm'Brad King2015-01-121-27/+3
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-27/+3
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
|/
* Remove some c_str() calls.Stephen Kelly2014-03-111-28/+28
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-6/+4
* Consolidate list() argument count testingPetr Kmoch2012-11-021-26/+10
* list command: error on too many argumentsRolf Eike Beer2012-08-151-0/+18
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* list: Handle errors on empty lists more gracefully (#13138)Brad King2012-04-171-1/+14
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix failing testBill Hoffman2008-05-201-3/+4
* BUG: fix bugs in new style list command that handles empty stuffBill Hoffman2008-05-201-57/+24
* ENH: fix sort to work with CMP0007Bill Hoffman2008-05-071-0/+6
* ENH: handle empty lists correctlyBill Hoffman2008-04-231-0/+5
* ENH: fix list command with empty elementsBill Hoffman2008-04-211-2/+56
* STYLE: yeah yeah.Sebastien Barre2008-03-141-2/+4
* ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...Sebastien Barre2008-03-121-0/+66
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Allow LIST(APPEND) command to append nothing.Brad King2008-01-161-2/+8
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-151-7/+11
* ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel...Alexander Neundorf2007-07-121-0/+37
* STYLE: Fixed line-too-long.Brad King2006-08-261-1/+1
* BUG: Add missing APIAndy Cedilnik2006-08-221-0/+78
* BUG: Fix error messages and fix remove item to actually remove all instances ...Andy Cedilnik2006-08-221-3/+8
* STYLE: Fix styleAndy Cedilnik2006-05-161-11/+12
* ENH: Fix INSERT to allow inserting to empty listAndy Cedilnik2006-05-151-14/+17
* 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-17/+15
* STYLE: fix line lengthKen Martin2006-05-121-5/+13