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
/
cmForEachCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-4/+5
*
return(): Propagate variables to result scope
Marc Chevrier
2022-09-03
1
-1/+1
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-4/+4
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-2/+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-1/+1
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-0/+1
*
foreach(): loop variables are only available in the loop scope
Marc Chevrier
2021-04-28
1
-10/+27
*
cmListFileCache: Make cmListFileFunction a shared pointer
Oleksandr Koval
2020-10-01
1
-1/+1
*
Merge topic 'foreach-int-parse-range-check'
Brad King
2020-09-21
1
-0/+6
|
\
|
*
foreach: Fix crash parsing integer out of range
Ben McMorran
2020-09-18
1
-0/+6
*
|
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-4/+5
|
/
*
GetDefinition: avoid duplicate calls
Vitaly Stakhovsky
2020-05-29
1
-4/+4
*
Merge topic 'stl-support'
Brad King
2020-05-01
1
-2/+1
|
\
|
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
|
IWYU: mark <cstddef> as needed
Ben Boeckel
2020-04-29
1
-1/+1
|
/
*
foreach: Set fatal error on invalid range
Kyle Edwards
2020-02-27
1
-0/+1
*
foreach: Fix crash when parsing invalid integer
Kyle Edwards
2020-02-27
1
-6/+35
*
foreach: Allow multiple iteration variables for `ZIP_LIST` mode
Alex Turbov
2019-12-07
1
-20/+87
*
foreach: Introduce `IN ZIP_LISTS` mode
Alex Turbov
2019-12-01
1
-27/+171
*
Refactor: Modernize `foreach` code and fix some bugs
Alex Turbov
2019-11-06
1
-70/+75
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-2/+3
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-9/+6
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
cmCommand refactor: cmForEachCommand
Gabor Bencze
2019-08-20
1
-12/+18
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+2
*
cmExecutionStatus: Remove function Clear
Regina Pfeifer
2019-08-06
1
-2/+1
*
cmFunctionBlocker: Recycle functions
Regina Pfeifer
2019-07-31
1
-3/+2
*
cmFunctionBlocker: Move check for matching args
Regina Pfeifer
2019-07-30
1
-14/+8
*
cmFunctionBlocker: Move common logic to base
Regina Pfeifer
2019-07-30
1
-36/+7
*
cm*FunctionBlocker: Extract function Replay
Regina Pfeifer
2019-07-30
1
-38/+48
*
cm*FunctionBlocker: Move to source file
Regina Pfeifer
2019-07-30
1
-0/+19
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-4/+4
*
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
-11/+11
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-2/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-4/+2
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-1/+1
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-2/+2
*
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
*
cmForEachCommand: prevent leakage
Matthias Maennich
2017-10-30
1
-2/+3
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-4/+5
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-2/+2
*
cmExecutionStatus: Remove arguments from setters
Daniel Pfeifer
2017-05-09
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-2/+8
*
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+2
*
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
[next]