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
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+2
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-69/+42
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-18/+14
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
IWYU: Add missing cstddef includes for size_t and nullptr_t
Brad King
2019-09-03
1
-0/+1
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-3/+3
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+3
*
|
Merge topic 'list-subcommand-table'
Brad King
2019-08-26
1
-111/+43
|
\
\
|
|
/
|
/
|
|
*
cmListCommand: Use cmSubcommandTable
Regina Pfeifer
2019-08-22
1
-111/+43
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-8/+6
|
/
*
Merge topic 'cmCommand_refactor'
Brad King
2019-08-22
1
-175/+240
|
\
|
*
cmCommand refactor: cmListCommand
Gabor Bencze
2019-08-20
1
-175/+240
*
|
Merge topic 'isolate-declarations'
Brad King
2019-08-22
1
-4/+9
|
\
\
|
*
|
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-4/+9
|
|
/
*
|
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-1/+1
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3/+3
*
Merge topic 'tidy_inefficient_string'
Brad King
2019-08-07
1
-28/+23
|
\
|
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-28/+23
*
|
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-1/+1
|
/
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-20/+18
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-0/+2
*
list(POP_FRONT): Fix always assigning first item to output vars
Alex Turbov
2019-06-30
1
-1/+1
*
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
1
-0/+1
|
\
|
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
|
list: add sub-commands PREPEND, POP_BACK, POP_FRONT
Alex Turbov
2019-02-19
1
-4/+134
|
/
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-2/+2
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-2/+2
*
|
cmListCommand: Avoid std::function move constructor on aarch64
Brad King
2019-01-24
1
-0/+5
|
/
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-6/+5
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-3/+3
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
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
[next]