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
/
cmIfCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmCommand: De-virtualize function InvokeInitialPass
Regina Pfeifer
2019-07-21
1
-8/+9
*
cmCommand: deprecate functions GetMakefile and SetError
Daniel Pfeifer
2019-07-21
1
-1/+1
*
cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr
Sebastian Holtermann
2019-07-17
1
-8/+14
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-2/+0
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-7/+8
*
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
-9/+7
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-2/+4
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-21/+17
*
cmExecutionStatus: Remove arguments from setters
Daniel Pfeifer
2017-05-09
1
-3/+3
*
cmIfCommand: Reject duplicate else() and misplaced elseif()
Gregor Jasny
2017-03-22
1
-0/+20
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-7/+6
*
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
-2/+1
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-2/+1
*
cmIfCommand: Don't rely on NestedError logic to issue messages
Stephen Kelly
2016-06-13
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-97/+64
*
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
*
cmIfCommand: Simplify execution context construction
Brad King
2016-04-15
1
-8/+2
*
cmConditionEvaluator: Remove GetConditionContext method
Brad King
2016-03-29
1
-4/+4
*
Merge topic 'fix-CMP0054-elseif-warning'
Brad King
2015-10-21
1
-2/+18
|
\
|
*
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
Stephen Kelly
2015-10-20
1
-2/+18
*
|
Add cmOutputConverter include where needed.
Stephen Kelly
2015-10-05
1
-0/+1
|
/
*
Port static calls from cmLocalGenerator to cmOutputConverter.
Stephen Kelly
2015-06-06
1
-1/+1
*
cmMakefile: Add API for elseif to create backtrace.
Stephen Kelly
2015-06-02
1
-5/+2
*
Don't use a cmLocalGenerator instance to call static methods.
Stephen Kelly
2015-05-14
1
-5/+4
*
if(): avoid one needless string compare for all if() statements
Rolf Eike Beer
2015-02-22
1
-1/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
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/+5
*
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
Nils Gladitz
2014-09-11
1
-5/+5
*
If: Extract cmConditionEvaluator from if() implementation
Nils Gladitz
2014-09-11
1
-701/+12
*
ClearMatches: Only clear matches which were actually set
Ben Boeckel
2014-04-29
1
-2/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-6/+6
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-9/+9
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-1/+1
*
De-duplicate version comparison code.
Stephen Kelly
2013-06-12
1
-36/+4
*
if: Compare up to 8 components in VERSION tests
Brad King
2012-09-11
1
-6/+10
*
Print any evaluated 'elseif'/'else' commands in trace mode (#13220)
Brian Helba
2012-05-16
1
-0/+13
*
fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")
Rolf Eike Beer
2012-01-22
1
-0/+1
*
Remove unreachable code in cmIfCommand
Brad King
2009-10-28
1
-1/+0
*
Fix if() command and CMP0012 OLD/NEW behavior
Brad King
2009-10-27
1
-73/+93
*
Report expanded arguments in if() command errors
Brad King
2009-10-27
1
-20/+18
*
Add IS_SYMLINK test to if command
Brad King
2009-10-21
1
-0/+7
*
Clarify documentation and message for CMP0012
Brad King
2009-10-02
1
-6/+4
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Improve format of if() command messages
Brad King
2009-06-17
1
-6/+4
[next]