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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'fix_2.6_check'
Brad King
2021-08-19
1
-1/+1
|
\
|
*
Config File Gen: When requiring >= 2.6, don't check < 2.5
Marcus Müller
2021-08-16
1
-1/+1
*
|
Merge topic 'android-build-host'
Brad King
2021-08-19
1
-2/+4
|
\
\
|
*
|
Fix build on Android (host)
leha-bot
2021-08-13
1
-2/+4
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-19
1
-1/+1
*
|
|
Merge topic 'while-regression'
Brad King
2021-08-18
2
-45/+52
|
\
\
\
|
*
|
|
Refactor: Get rid of `isTrue` variable in the `while` block execution
Alex Turbov
2021-08-11
1
-5/+3
|
*
|
|
Refactor: Keep `cmWhileFunctionBlocker` members private
Alex Turbov
2021-08-11
1
-11/+10
|
*
|
|
Refactor: Transform `while` loop into `for`
Alex Turbov
2021-08-11
1
-16/+22
|
*
|
|
Fix: `while()` reports an error the same way as `if()`
Alex Turbov
2021-08-09
1
-7/+5
|
*
|
|
Fix: `while()` can silently ignore incorrect condition
Alex Turbov
2021-08-09
1
-18/+18
|
*
|
|
Fix: Regression in the `cmConditionEvaluator::HandleLevel0`
Alex Turbov
2021-08-09
1
-1/+7
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-18
1
-1/+1
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-17
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-16
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-15
1
-1/+1
*
|
|
Merge topic 'refactor-cmStandardLevelResolver_ComputeFeaturesAvailable-return...
Marc Chevrier
2021-08-14
3
-6/+6
|
\
\
\
|
*
|
|
Refactor: cmStandardLevelResolver::ComputeFeaturesAvailable returns cmProp
Marc Chevrier
2021-08-12
3
-6/+6
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-14
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-13
1
-1/+1
|
/
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-12
1
-1/+1
*
|
Merge topic 'refactor-cmTest_GetProperty-returns-cmProp'
Brad King
2021-08-11
4
-14/+19
|
\
\
|
*
|
Refactor: cmTest::GetProperty returns cmProp
Marc Chevrier
2021-08-09
4
-14/+19
|
|
/
*
|
Merge topic 'refactor-cmGeneratorTarget_GetSourcesProperty-returns-cmProp'
Brad King
2021-08-11
2
-4/+4
|
\
\
|
*
|
Refactor: cmGeneratorTarget::GetSourcesProperty returns cmProp
Marc Chevrier
2021-08-09
2
-4/+4
|
|
/
*
|
Merge topic 'refactor-cmCommonTargetGenerator_GetFeature-returns-cmProp'
Brad King
2021-08-11
2
-5/+6
|
\
\
|
*
|
Refactor: cmCommonTargetGenerator::GetFeature returns cmProp
Marc Chevrier
2021-08-09
2
-5/+6
|
|
/
*
|
Merge topic 'refactor-cmGlobalGenerator_GetGlobalSetting-returns-cmProp'
Brad King
2021-08-11
2
-4/+5
|
\
\
|
*
|
Refactor: cmGlobalGenerator::GetGlobalSetting returns cmProp
Marc Chevrier
2021-08-09
2
-4/+5
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-11
1
-1/+1
*
|
Merge topic 'symlinks-rebase-master'
Brad King
2021-08-10
4
-3/+142
|
\
\
|
*
|
Alternative symlink-creating mode for file(INSTALL ...)
Felix Lelchuk
2021-08-02
4
-3/+142
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-10
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'cmProp-class'
Brad King
2021-08-09
39
-224/+481
|
\
\
|
*
|
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
39
-224/+481
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-09
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-08
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-08-07
1
-1/+1
|
/
/
*
|
Merge topic 'refactor-conditions-evaluation'
Brad King
2021-08-06
2
-474/+520
|
\
\
|
*
|
Refactor: Move version compare op table out of the function
Alex Turbov
2021-08-03
1
-7/+7
|
*
|
Refactor: Remove redundant checks for `0` and `1` literals
Alex Turbov
2021-08-03
1
-9/+1
|
*
|
Refactor: Copy exactly required count of args and avoid `pop_back()`
Alex Turbov
2021-08-03
1
-6/+7
|
*
|
Style: Better names of local vars for `IN_LIST` handler
Alex Turbov
2021-08-03
1
-4/+6
|
*
|
Refactor: Extract the logic of testing for special variable to func
Alex Turbov
2021-08-03
1
-14/+27
|
*
|
Refactor: Introduce `cmArgumentList` container class
Alex Turbov
2021-08-03
2
-154/+209
|
*
|
Refactor: Reduce one more condition checking on handling math compare
Alex Turbov
2021-08-03
1
-12/+13
|
*
|
Refactor: Avoid `if` → `else if` → … for compare operators
Alex Turbov
2021-08-03
2
-62/+104
|
*
|
Refactor: Set `const` to `cmConditionEvaluator::IsKeyword` parameters
Alex Turbov
2021-08-03
2
-3/+4
|
*
|
Refactor: No need to move iterators after match
Alex Turbov
2021-08-03
1
-40/+28
|
*
|
Refactor: Replace `std::to_string` w/ more specialized `bool2string`
Alex Turbov
2021-08-03
1
-5/+9
[next]