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
/
cmListFileCache.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-3/+4
*
Add new flow-control commands for variables and policies scopes management
Marc Chevrier
2022-08-22
1
-0/+11
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-2/+2
*
clang-tidy: address `modernize-use-default-member-init` lints
Ben Boeckel
2022-05-24
1
-2/+1
*
cmConstStack: Factor out of cmListFileBacktrace
Brad King
2022-04-02
1
-48/+3
*
cmListFileBacktrace: Clarify call sites that only push a file path
Brad King
2022-04-01
1
-11/+0
*
Trace: include `line_end` field in json-v1 format
Braulio Valdivielso Martinez
2022-02-09
1
-1/+3
*
cmExpandListWithBacktrace: add handling of empty elements.
Marc Chevrier
2022-02-06
1
-3/+3
*
cmListFileCache: Rename FromCommandContext to FromListFileFunction
Brad King
2022-01-25
1
-14/+14
*
cmListFileBacktrace: Remove unused "Depth" method
Brad King
2021-12-08
1
-11/+0
*
cmListFileBacktrace: Remove unused "bottom" entry
Brad King
2021-12-08
1
-46/+4
*
cmMessenger: Adopt backtrace printing functions
Brad King
2021-12-08
1
-48/+0
*
cmake: Model normal and try-compile project kinds explicitly
Brad King
2021-07-12
1
-2/+2
*
cmListFileCache: Simplify relative path conversion in backtraces
Brad King
2021-05-17
1
-3/+2
*
cmStateDirectory: Rename ConvertToRelPathIf{Not => }Contained
Brad King
2021-05-12
1
-2/+2
*
cmake: Fix loading CMake sources from long paths on Windows
Matt Jaeger
2021-03-25
1
-1/+11
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-2/+2
*
cmListFileCache: Enforce proper nesting of flow control statements
Kyle Edwards
2020-10-22
1
-0/+118
*
cmListFileCache: Make cmListFileFunction a shared pointer
Oleksandr Koval
2020-10-01
1
-14/+9
*
cmake_language: Add signature to DEFER calls to later times
Brad King
2020-09-29
1
-2/+5
*
cmake_command: Add command to EVAL a CMake script as a string
Cristian Adam
2020-03-03
1
-8/+43
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-5/+5
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: Resolve performance-unnecessary-value-param diagnostics
Brad King
2019-09-09
1
-0/+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+2
*
cmListFileCache: When missing ending ) print starting line instead of last one
Bartosz Kosiorek
2019-06-03
1
-5/+2
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+2
*
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-5/+3
|
\
|
*
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-5/+3
*
|
Silence -Wcomma warning
Brad King
2019-01-23
1
-2/+3
*
|
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-4/+3
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-6/+7
*
cmLocalGenerator::AppendDefines: Remove const char* overloads
Vitaly Stakhovsky
2018-10-26
1
-1/+1
*
cmListFileCache: Add ExpandListWithBacktrace helper
Brad King
2018-10-17
1
-0/+13
*
cmListFileCache: Add wrapper template for values with a backtrace
Brad King
2018-10-17
1
-1/+6
*
cmListFileCache: Add missing assertion in backtrace Top method
Brad King
2018-09-26
1
-0/+1
*
cmListFileCache: Refactor cmListFileBacktrace internals
Brad King
2018-09-24
1
-89/+75
*
Revise implementation of case-insensitive command names
Florian Jacomme
2018-05-22
1
-0/+8
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+1
*
misc: Added utility method to allow working with stacks
Justin Berger
2017-11-01
1
-0/+13
*
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
-4/+4
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-3/+5
*
clang-tidy: avoid copy
Daniel Pfeifer
2017-04-21
1
-2/+3
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
cmListFileLexer: bail out on seek-errors
Gregor Jasny
2017-02-27
1
-0/+7
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-3/+3
[next]