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
/
cmDependsC.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-19
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
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-3/+3
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-3/+3
*
Use enums defined in cmOutputConverter using their fully qualified name.
Daniel Pfeifer
2016-05-25
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-260/+182
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-10/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Makefile: Tolerate a BOM while scanning source dependencies (#15493)
Brad King
2015-04-03
1
-6/+15
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-6/+1
[next]