| Commit message (Expand) | Author | Age | Files | Lines |
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | cmAlgorithms: Add cmReverseRange adaptor. | Stephen Kelly | 2015-02-20 | 1 | -2/+1 |
|
|
* | cmListCommand: Move size variable out of loop. | Stephen Kelly | 2015-02-17 | 1 | -6/+6 |
|
|
* | cmListCommand: Avoid needlessly erasing from vectors. | Stephen Kelly | 2015-02-15 | 1 | -17/+21 |
|
|
* | cmListCommand: Replace remove duplicates loop with algorithm. | Stephen Kelly | 2015-02-15 | 1 | -18/+3 |
|
|
* | cmListCommand: Implement REMOVE_ITEM in terms of cmRemoveMatching. | Stephen Kelly | 2015-02-15 | 1 | -16/+6 |
|
|
* | cmListCommand: Replace joining loop with cmJoin algorithm. | Stephen Kelly | 2015-02-15 | 1 | -8/+2 |
|
|
* | cmListCommand: Use cmRemoveIndices for REMOVE_AT subcommand. | Stephen Kelly | 2015-02-15 | 1 | -16/+9 |
|
|
* | cmListCommand: Convert loop to find algorithm. | Stephen Kelly | 2015-02-15 | 1 | -12/+1 |
|
|
* | cmListCommand: Implement REVERSE subcommand with std::reverse. | Stephen Kelly | 2015-02-15 | 1 | -9/+2 |
|
|
* | cmListCommand: Use std::find algorithm for FIND subcommand. | Stephen Kelly | 2015-02-15 | 1 | -11/+7 |
|
|
* | Convert loops to cmJoin algorithm with cmRange. | Stephen Kelly | 2015-02-11 | 1 | -8/+1 |
|
|
* | Convert loops populating maybe-empty content into the common pattern. | Stephen Kelly | 2015-02-11 | 1 | -4/+8 |
|
|
* | Merge topic 'consistent-empty-method' | Brad King | 2015-01-19 | 1 | -5/+5 |
|\ |
|
| * | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
| * | cmListCommand: Use empty() and expand whitespace. | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
| * | Replace 'foo.size() != 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
| * | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|
* | | cmListCommand: Replace loop with member algorithm. | Stephen Kelly | 2015-01-18 | 1 | -7/+3 |
|/ |
|
* | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -27/+3 |
|\ |
|
| * | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -27/+3 |
|
|
* | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -4/+4 |
|/ |
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -28/+28 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -6/+4 |
|
|
* | Consolidate list() argument count testing | Petr Kmoch | 2012-11-02 | 1 | -26/+10 |
|
|
* | list command: error on too many arguments | Rolf Eike Beer | 2012-08-15 | 1 | -0/+18 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | list: Handle errors on empty lists more gracefully (#13138) | Brad King | 2012-04-17 | 1 | -1/+14 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: fix failing test | Bill Hoffman | 2008-05-20 | 1 | -3/+4 |
|
|
* | BUG: fix bugs in new style list command that handles empty stuff | Bill Hoffman | 2008-05-20 | 1 | -57/+24 |
|
|
* | ENH: fix sort to work with CMP0007 | Bill Hoffman | 2008-05-07 | 1 | -0/+6 |
|
|
* | ENH: handle empty lists correctly | Bill Hoffman | 2008-04-23 | 1 | -0/+5 |
|
|
* | ENH: fix list command with empty elements | Bill Hoffman | 2008-04-21 | 1 | -2/+56 |
|
|
* | STYLE: yeah yeah. | Sebastien Barre | 2008-03-14 | 1 | -2/+4 |
|
|
* | ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl... | Sebastien Barre | 2008-03-12 | 1 | -0/+66 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: Allow LIST(APPEND) command to append nothing. | Brad King | 2008-01-16 | 1 | -2/+8 |
|
|
* | ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index | Alexander Neundorf | 2007-08-15 | 1 | -7/+11 |
|
|
* | ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel... | Alexander Neundorf | 2007-07-12 | 1 | -0/+37 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2006-08-26 | 1 | -1/+1 |
|
|
* | BUG: Add missing API | Andy Cedilnik | 2006-08-22 | 1 | -0/+78 |
|
|
* | BUG: Fix error messages and fix remove item to actually remove all instances ... | Andy Cedilnik | 2006-08-22 | 1 | -3/+8 |
|
|
* | STYLE: Fix style | Andy Cedilnik | 2006-05-16 | 1 | -11/+12 |
|
|
* | ENH: Fix INSERT to allow inserting to empty list | Andy Cedilnik | 2006-05-15 | 1 | -14/+17 |
|
|
* | ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEM | Andy Cedilnik | 2006-05-15 | 1 | -5/+5 |
|
|
* | ENH: Remove some errors, fix append to work on nonexisting lists | Andy Cedilnik | 2006-05-15 | 1 | -17/+15 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -5/+13 |
|
|
* | ENH: Some documentation and add APPEND | Andy Cedilnik | 2006-05-11 | 1 | -1/+1 |
|
|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war... | Bill Hoffman | 2006-03-30 | 1 | -9/+9 |
|
|