index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmListCommand.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4
/
+1
*
cmCommand refactor: cmListCommand
Gabor Bencze
2019-08-20
1
-48
/
+3
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-1
/
+6
*
list: add sub-commands PREPEND, POP_BACK, POP_FRONT
Alex Turbov
2019-02-19
1
-0
/
+3
*
list: Add TRANSFORM sub-command
Marc Chevrier
2018-04-16
1
-0
/
+1
*
list: Add SUBLIST sub-command
Marc Chevrier
2018-03-21
1
-0
/
+1
*
list(): add `JOIN` sub-command
Marc Chevrier
2018-03-20
1
-0
/
+1
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-2
/
+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1
/
+1
*
cmCommand: remove unused methods from interface and all implementations
Daniel Pfeifer
2017-05-11
1
-5
/
+0
*
cmCommand: remove IsScriptable
Daniel Pfeifer
2017-05-08
1
-5
/
+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1
/
+1
*
cmConfigure: Ensure separate include block in headers
Daniel Pfeifer
2017-04-11
1
-0
/
+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0
/
+6
*
Make cmCommand not inherit from cmObject
Daniel Pfeifer
2016-10-23
1
-2
/
+0
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-5
/
+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-13
/
+7
*
list: Add FILTER subcommand (#3986)
Ashley Whetter
2016-02-03
1
-0
/
+6
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-1
/
+1
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-2
/
+2
*
Drop builtin command documentation
Brad King
2013-10-16
1
-60
/
+0
*
list: Fix docs for APPEND to show that elements are optional
Роман Донченко
2013-10-14
1
-1
/
+1
*
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-4
/
+4
*
Clarify list subcommand documentation (#8154)
David Cole
2011-02-07
1
-0
/
+8
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
some white space fixes for the book
Ken Martin
2009-09-03
1
-2
/
+2
*
ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...
Sebastien Barre
2008-03-12
1
-0
/
+3
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1
/
+2
*
BUG: fix for bug 6207 explain list index values better
Bill Hoffman
2008-01-02
1
-4
/
+9
*
BUG: fix bug 6081
Bill Hoffman
2007-12-14
1
-0
/
+5
*
ENH: make commands lower case by default
Ken Martin
2007-10-10
1
-10
/
+10
*
ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index
Alexander Neundorf
2007-08-15
1
-3
/
+4
*
ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel...
Alexander Neundorf
2007-07-12
1
-1
/
+6
*
STYLE: use "items" instead od "item"
Alexander Neundorf
2007-05-24
1
-2
/
+2
*
BUG: Add missing API
Andy Cedilnik
2006-08-22
1
-0
/
+2
*
STYLE: Fix style
Andy Cedilnik
2006-05-16
1
-9
/
+9
*
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
-1
/
+1
*
ENH: Some documentation and add APPEND
Andy Cedilnik
2006-05-11
1
-6
/
+9
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-3
/
+4
*
ENH: Add initial implementation of the list command
Andy Cedilnik
2006-02-10
1
-0
/
+99