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
/
cmLoadCommandCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+2
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-4/+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-4/+4
*
cmCommand refactor: cmLoadCommandCommand
Gabor Bencze
2019-08-25
1
-14/+14
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-12/+9
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-1/+1
*
cmState: Add scripted commands by value
Regina Pfeifer
2019-07-21
1
-1/+2
*
cmLoadCommandCommand: Port away from FinalPass
Daniel Pfeifer
2019-07-18
1
-19/+5
*
cmLoadCommandCommand: Code cleanup
Regina Pfeifer
2019-07-18
1
-73/+91
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-5/+9
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-1/+1
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-5/+5
*
use static_cast<> for casts from void*
Rolf Eike Beer
2017-09-01
1
-1/+1
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-9/+7
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-6/+6
*
cmCommand: remove unused methods from interface and all implementations
Daniel Pfeifer
2017-05-11
1
-5/+0
*
cmState: introduce method for adding scripted commands
Daniel Pfeifer
2017-05-11
1
-1/+1
*
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-7/+6
*
cmDisallowedCommand: extract policy checking from cmCommand
Daniel Pfeifer
2017-02-13
1
-5/+0
*
Remove redundant c_str() calls
Daniel Pfeifer
2016-10-30
1
-4/+4
*
Merge topic 'remove-cmobject-uses'
Brad King
2016-10-24
1
-2/+0
|
\
|
*
Make cmCommand not inherit from cmObject
Daniel Pfeifer
2016-10-22
1
-2/+0
*
|
Fix newly discovered clang-tidy issues
Daniel Pfeifer
2016-10-21
1
-1/+1
*
|
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
1
-2/+9
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5/+5
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-7/+7
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-107/+88
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Port cmCommand consumers to cmState.
Stephen Kelly
2015-04-15
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-5/+5
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-1/+1
*
Add policy CMP0031 to disallow load_command
Brad King
2013-10-22
1
-0/+3
*
Drop builtin command documentation
Brad King
2013-10-16
1
-35/+0
*
Revert "load_command: Deprecate and document pending removal"
Brad King
2013-01-07
1
-4/+0
*
load_command: Deprecate and document pending removal
Brad King
2012-11-07
1
-0/+4
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-16/+16
*
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-3/+3
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Keep only FinalPass commands in memory
Brad King
2009-07-24
1
-0/+2
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-3/+6
*
BUG: Reverting previous change. It did not account for the possibility that ...
Brad King
2007-04-20
1
-1/+8
*
ENH: Removed code unnecessary now that DynamicLoader is implemented better.
Brad King
2007-04-19
1
-8/+1
*
COMP: Added missing includes. This partially addresses bug#3556.
Brad King
2006-08-01
1
-0/+6
[next]