index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmDependsC.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-3
/
+3
*
cmLocalGenerator: Factor out relative path conversion helpers
Brad King
2021-05-13
1
-5
/
+2
*
cmDepends: merge dependers of depend makefile
Kai Wang
2021-01-05
1
-9
/
+22
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-4
/
+5
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-3
/
+1
*
Makefiles: Factor out makefile target path escaping and quoting
Brad King
2020-04-15
1
-2
/
+2
*
cmDepends: Update types to always use a Makefile generator
Brad King
2020-04-13
1
-3
/
+4
*
Merge topic 'cleanup-endls-2'
Brad King
2020-03-26
1
-9
/
+9
|
\
|
*
Refactor: Avoid `std::endl` where it's not necessary (part 2)
Alex Turbov
2020-03-24
1
-9
/
+9
*
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-4
/
+4
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1
/
+2
*
cmDependsC: remove cmDeleteAll call
Tushar Maheshwari
2019-09-20
1
-12
/
+8
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2
/
+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-14
/
+9
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1
/
+2
*
cmDepends: Define DependencyMap instead of DependencyVector
Sebastian Holtermann
2019-03-27
1
-5
/
+3
*
Replace use of CollapseCombinedPath with CollapseFullPath
Brad King
2019-03-19
1
-2
/
+2
*
cmDependsC: Read cache file modification time only once
Sebastian Holtermann
2019-03-18
1
-4
/
+8
*
cmDependsC: Use faster cmSystemTools::FileTimeCompare
Sebastian Holtermann
2019-03-13
1
-3
/
+2
*
cmDependsC: Use auto for long type names
Sebastian Holtermann
2019-03-12
1
-3
/
+2
*
cmDependsC: Remove useless string preallocation artifact
Sebastian Holtermann
2019-03-12
1
-13
/
+6
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-2
/
+1
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-3
/
+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3
/
+1
*
|
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-2
/
+4
|
\
\
|
*
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-2
/
+4
*
|
|
cmFileTimeComparison: use std::string arguments
Vitaly Stakhovsky
2019-01-28
1
-2
/
+1
|
|
/
|
/
|
*
|
cmDepends: all members accept std::string arguments
Vitaly Stakhovsky
2019-01-18
1
-9
/
+9
|
/
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-1
/
+0
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-4
/
+4
*
Makefile: Restore use of dependency scanning cache
tsecer harry
2018-03-20
1
-3
/
+8
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-13
/
+10
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1
/
+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-40
/
+27
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-1
/
+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5
/
+5
*
Remove second arg: npos in substr usages
Pavel Solodovnikov
2017-06-01
1
-1
/
+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2
/
+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1
/
+1
*
UseSWIG: Automatically scan dependencies of SWIG files for Makefiles
Alexey Sokolov
2017-01-10
1
-2
/
+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-4
/
+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
Convert: Move access to BinaryDirectory out of loops
Stephen Kelly
2016-09-19
1
-9
/
+7
*
Convert: Inline HOME_OUTPUT MAKERULE conversion
Stephen Kelly
2016-09-19
1
-3
/
+5
*
Convert: Inline MAKERULE conversions
Stephen Kelly
2016-09-19
1
-2
/
+1
*
Convert: Avoid HOME_OUTPUT enum when converting to relative paths
Stephen Kelly
2016-09-19
1
-1
/
+1
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-2
/
+3
*
Convert: Replace trivial conversion with new method
Stephen Kelly
2016-08-27
1
-2
/
+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5
/
+5
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-1
/
+2
[next]