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
*
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
*
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-5/+1
*
cmDepends: Refactor object file path conversion
Brad King
2014-07-22
1
-2/+8
*
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
Brad King
2014-07-22
1
-1/+1
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-8/+8
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-1/+1
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-3/+4
*
cmDependsC: Collapse relative include paths
Pavel Shramov
2013-06-26
1
-14/+4
*
cmDepends: allow multiple dependees per depender
Alex Neundorf
2012-11-06
1
-12/+21
*
cmDependsC: fix indentation
Alex Neundorf
2012-11-06
1
-105/+105
*
cmDependsC: remove code duplication
Alex Neundorf
2012-11-03
1
-14/+8
*
Add comment about one more problem of the C depency scanner.
Alex Neundorf
2011-12-18
1
-0/+3
*
Remove trailing whitespace
Alex Neundorf
2011-12-18
1
-8/+8
*
Normalize slashes in scanned #include lines (#10281)
Brad King
2011-01-17
1
-0/+1
*
speedup C dependency scanning even more
Alexander Neundorf
2009-10-06
1
-23/+7
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Major optimization of C/C++ dependency scanning.
Alexander Neundorf
2009-09-23
1
-2/+33
*
ENH: Teach cmDependsC about user-configured macro transformations.
Brad King
2008-05-14
1
-0/+114
*
ENH: Light refactoring of implicit dependency scanning configuration implemen...
Brad King
2008-05-08
1
-22/+46
*
BUG: fix for bug 6136 make sure includes are not directories
Bill Hoffman
2007-12-15
1
-3/+3
*
STYLE: Fixed line-too-long.
Brad King
2007-02-07
1
-3/+6
*
BUG: Patch from Alex to recompute dependencies when the include regex changes...
Brad King
2007-02-05
1
-2/+40
*
STYLE: Fixed line-too-long.
Brad King
2006-09-27
1
-1/+2
*
BUG: Handle header file dependencies for objective C
Andy Cedilnik
2006-09-26
1
-3/+3
*
STYLE: Fixed line-too-long.
Brad King
2006-09-16
1
-1/+2
*
ENH: Patch from Alex to speed dependency scanning approximately 2x.
Brad King
2006-09-13
1
-14/+43
*
ENH: Make sure all custom command outputs are up to date before scanning depe...
Brad King
2006-08-31
1
-62/+4
*
ENH: line lengths
Ken Martin
2006-06-05
1
-4/+4
*
BUG: Updated Makefile dependency scanning to provide a full local generator t...
Brad King
2006-05-25
1
-5/+12
[next]