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
/
cmWhileCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-3
/
+3
*
clang-tidy: fix warnings from version 7
Regina Pfeifer
2018-11-20
1
-1
/
+1
*
Revise implementation of case-insensitive command names
Florian Jacomme
2018-05-22
1
-3
/
+3
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-26
1
-2
/
+4
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-7
/
+6
*
cmExecutionStatus: Remove arguments from setters
Daniel Pfeifer
2017-05-09
1
-1
/
+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0
/
+5
*
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
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-3
/
+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1
/
+1
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-2
/
+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-71
/
+51
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+1
*
cmWhileCommand: Simplify context construction
Brad King
2016-04-15
1
-6
/
+2
*
cmConditionEvaluator: Remove GetConditionContext method
Brad King
2016-03-29
1
-2
/
+2
*
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
Stephen Kelly
2015-10-20
1
-1
/
+14
*
Fix assertion failure on unmatched function or macro
Brad King
2015-06-22
1
-5
/
+12
*
Replace foo.size() 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
-1
/
+1
*
continue: Add a new CMake language command for loop continuation (#14013)
Gregor Jasny
2014-12-01
1
-0
/
+4
*
Track nested loop levels in CMake language with a stack of counters
Gregor Jasny
2014-11-25
1
-0
/
+4
*
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
Nils Gladitz
2014-09-11
1
-1
/
+1
*
If: Extract cmConditionEvaluator from if() implementation
Nils Gladitz
2014-09-11
1
-7
/
+8
*
cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
Brad King
2013-08-08
1
-2
/
+2
*
-remove trailing whitespace
Alex Neundorf
2012-02-21
1
-9
/
+9
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
ENH: modified the if command to address bug 9123 some
Ken Martin
2009-06-12
1
-2
/
+27
*
BUG: fix for #9014, FATAL_ERROR not ending loops
Bill Hoffman
2009-05-13
1
-0
/
+4
*
ENH: Better handling of mismatched blocks
Brad King
2009-01-21
1
-1
/
+2
*
ENH: Better error message for unclosed blocks
Brad King
2009-01-21
1
-9
/
+0
*
ENH: Refactor function blocker deletion
Brad King
2009-01-20
1
-11
/
+4
*
BUG: fix memory leak and cleanup error string code
Ken Martin
2008-06-28
1
-3
/
+3
*
ENH: fix warnings
Bill Hoffman
2008-02-29
1
-1
/
+1
*
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...
Bill Hoffman
2008-02-29
1
-3
/
+4
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-4
/
+18
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-1
/
+2
*
ENH: reduce string construct delete ops
Ken Martin
2006-05-31
1
-3
/
+3
*
ENH: allow loose loop constructs
Ken Martin
2006-05-18
1
-21
/
+36
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-12
/
+12
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-2
/
+4
*
ENH: converted macro to use variables and fixed some case issues with some fu...
Ken Martin
2005-06-23
1
-2
/
+2
*
COMP: fix unused var warning
Ken Martin
2005-01-21
1
-1
/
+1
*
ENH: split up cmCommands into two files
Bill Hoffman
2005-01-21
1
-0
/
+1
*
ENH: added while command
Ken Martin
2005-01-21
1
-0
/
+99