summaryrefslogtreecommitdiff
path: root/Source/cmDependsC.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmDependsC: Collapse relative include pathsPavel Shramov2013-06-261-14/+4
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-12/+21
* cmDependsC: fix indentationAlex Neundorf2012-11-061-105/+105
* cmDependsC: remove code duplicationAlex Neundorf2012-11-031-14/+8
* Add comment about one more problem of the C depency scanner.Alex Neundorf2011-12-181-0/+3
* Remove trailing whitespaceAlex Neundorf2011-12-181-8/+8
* Normalize slashes in scanned #include lines (#10281)Brad King2011-01-171-0/+1
* speedup C dependency scanning even moreAlexander Neundorf2009-10-061-23/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Major optimization of C/C++ dependency scanning.Alexander Neundorf2009-09-231-2/+33
* ENH: Teach cmDependsC about user-configured macro transformations.Brad King2008-05-141-0/+114
* ENH: Light refactoring of implicit dependency scanning configuration implemen...Brad King2008-05-081-22/+46
* BUG: fix for bug 6136 make sure includes are not directoriesBill Hoffman2007-12-141-3/+3
* STYLE: Fixed line-too-long.Brad King2007-02-071-3/+6
* BUG: Patch from Alex to recompute dependencies when the include regex changes...Brad King2007-02-051-2/+40
* STYLE: Fixed line-too-long.Brad King2006-09-271-1/+2
* BUG: Handle header file dependencies for objective CAndy Cedilnik2006-09-261-3/+3
* STYLE: Fixed line-too-long.Brad King2006-09-161-1/+2
* ENH: Patch from Alex to speed dependency scanning approximately 2x.Brad King2006-09-131-14/+43
* ENH: Make sure all custom command outputs are up to date before scanning depe...Brad King2006-08-311-62/+4
* ENH: line lengthsKen Martin2006-06-051-4/+4
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-5/+12
* STYLE: fix line lengthKen Martin2006-05-101-5/+6
* BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanni...Brad King2006-05-031-3/+4
* ENH: a warning fix and some more cleanupKen Martin2006-03-161-6/+6
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-60/+60
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-20/+25
* BUG: Fix for scanning generated headers included with double-quotes. Also fi...Brad King2006-01-051-5/+32
* ENH: try to fix hp build problemBill Hoffman2005-12-091-2/+2
* ENH: clean up style a bitBill Hoffman2005-12-091-8/+10
* PERF: apply patch for bug 2575 speeds up depend scanningBill Hoffman2005-12-091-22/+153
* ENH: Improve performance of check build system by creating another file that ...Andy Cedilnik2005-10-121-144/+6
* COMP: Work-around iterator/const_iterator comparison problem on Borland 5.5.Brad King2005-08-181-1/+2
* ENH: Adding support for automatically adding the OBJECT_DEPENDS for generated...Brad King2005-08-171-6/+36
* ENH: fix bug in depend file removing for deleted depend filesBill Hoffman2005-08-101-2/+3
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-10/+18
* ENH: string += is very slow, so don't use itBill Hoffman2005-07-221-4/+10
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-10/+3
* BUG: Re-implemented dependency line parsing to deal with quoted paths and esc...Brad King2005-05-101-44/+63
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-8/+41
* BUG: Fixed scanning to account for double-quote includes.Brad King2005-03-031-18/+46
* BUG: Avoid putting a leading ./ on the dependency names.Brad King2005-02-241-1/+12
* ENH: Removing collapsing of files to full path before checking. The current ...Brad King2005-02-171-14/+0
* ENH: Implemented support for include/complain regular expressions for depende...Brad King2005-02-071-13/+29
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-0/+247