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
/
cmConditionEvaluator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-2/+1
*
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+2
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-1/+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-6/+6
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-2/+1
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-2/+1
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-5/+5
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
cmState: Hold commands by value
Regina Pfeifer
2019-07-21
1
-2/+2
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-5/+2
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-2/+2
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-4/+5
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-16/+18
*
If: Support the 'DEFINED CACHE{}' syntax
Robert Maynard
2018-11-09
1
-0/+6
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5/+5
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-2/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-1/+11
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+1
*
Fix newly discovered clang-tidy issues
Daniel Pfeifer
2016-10-21
1
-6/+6
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-10/+10
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+1
*
Add additional <= and >= comparison operators
Chuck Atkins
2016-08-09
1
-3/+29
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-441/+305
*
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
*
Merge topic 'preallocate-condition-keywords'
Brad King
2016-04-11
1
-4/+4
|
\
|
*
cmConditionEvaluator: Use pre-allocated keywords in more places
Brad King
2016-04-08
1
-4/+4
*
|
Merge topic 'preallocate-condition-keywords'
Brad King
2016-03-31
1
-31/+58
|
\
\
|
|
/
|
*
cmConditionEvaluator: Pre-allocate keyword strings
Brad King
2016-03-29
1
-31/+58
*
|
cmConditionEvaluator: Remove GetConditionContext method
Brad King
2016-03-29
1
-12/+0
*
|
cmConditionEvaluator: Drop unnecessary path conversion
Brad King
2016-03-29
1
-8/+1
|
/
*
cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944)
Brad King
2016-02-01
1
-0/+10
*
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
Stephen Kelly
2015-10-20
1
-5/+35
*
if: Add "TEST <test>" condition
Matt McCormick
2015-08-03
1
-1/+25
*
cmConditionEvaluator: Remove superfluous spaces in expressions
Sebastian Schuberth
2015-07-27
1
-8/+8
*
cmMakefile: Simplify CMP0054 handling.
Stephen Kelly
2015-05-18
1
-8/+2
*
cmMakefile: Add access to the top-level execution context.
Stephen Kelly
2015-05-18
1
-2/+2
[next]