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
*
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
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-5/+6
*
BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanni...
Brad King
2006-05-03
1
-3/+4
*
ENH: a warning fix and some more cleanup
Ken Martin
2006-03-16
1
-6/+6
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-60/+60
*
STYLE: Fix some style issues
Andy Cedilnik
2006-03-10
1
-20/+25
*
BUG: Fix for scanning generated headers included with double-quotes. Also fi...
Brad King
2006-01-05
1
-5/+32
*
ENH: try to fix hp build problem
Bill Hoffman
2005-12-10
1
-2/+2
*
ENH: clean up style a bit
Bill Hoffman
2005-12-09
1
-8/+10
*
PERF: apply patch for bug 2575 speeds up depend scanning
Bill Hoffman
2005-12-09
1
-22/+153
*
ENH: Improve performance of check build system by creating another file that ...
Andy Cedilnik
2005-10-12
1
-144/+6
*
COMP: Work-around iterator/const_iterator comparison problem on Borland 5.5.
Brad King
2005-08-18
1
-1/+2
*
ENH: Adding support for automatically adding the OBJECT_DEPENDS for generated...
Brad King
2005-08-17
1
-6/+36
*
ENH: fix bug in depend file removing for deleted depend files
Bill Hoffman
2005-08-10
1
-2/+3
*
ENH: reduce the number of files produced still needs a bit more cleanup
Ken Martin
2005-07-27
1
-10/+18
*
ENH: string += is very slow, so don't use it
Bill Hoffman
2005-07-22
1
-4/+10
*
ENH: some changes to the depends signature to be more flexible
Ken Martin
2005-05-11
1
-10/+3
[next]