summaryrefslogtreecommitdiff
path: root/Source/cmDependsC.cxx
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Tolerate a BOM while scanning source dependencies (#15493)Brad King2015-04-031-6/+15
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-6/+1
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-5/+1
* cmDepends: Refactor object file path conversionBrad King2014-07-221-2/+8
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-1/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-8/+8
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+4
* 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