index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmListCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-4/+4
*
cmListCommand: handle empty lists for list(REMOVE_AT)
Ben Boeckel
2018-10-16
1
-7/+11
*
cmListCommand: make list(ACTION not_a_list) succeed when idempotent
Ben Boeckel
2018-10-16
1
-11/+5
*
cmListCommand: check list(FILTER) operation before the list
Ben Boeckel
2018-10-11
1
-8/+8
*
list: Allow inserting at the end of a list
Daniel Chabrowski
2018-07-05
1
-4/+2
*
list: Add options to control the SORT comparison operation
Daniel Franke
2018-06-13
1
-3/+189
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+2
*
list: Add TRANSFORM sub-command
Marc Chevrier
2018-04-16
1
-0/+556
*
list: Add SUBLIST sub-command
Marc Chevrier
2018-03-21
1
-0/+52
*
list(): add `JOIN` sub-command
Marc Chevrier
2018-03-20
1
-0/+31
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-6/+6
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-6/+13
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-230/+162
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-15/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
list: Add FILTER subcommand (#3986)
Ashley Whetter
2016-02-03
1
-0/+109
*
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
1
-6/+6
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-4/+2
*
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
[next]