summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.cxx
Commit message (Expand)AuthorAgeFilesLines
* UseSWIG: Automatically scan dependencies of SWIG files for MakefilesAlexey Sokolov2017-01-101-2/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Move access to BinaryDirectory out of loopsStephen Kelly2016-09-191-9/+7
* Convert: Inline HOME_OUTPUT MAKERULE conversionStephen Kelly2016-09-191-3/+5
* Convert: Inline MAKERULE conversionsStephen Kelly2016-09-191-2/+1
* Convert: Avoid HOME_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-1/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+3
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-2/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-3/+3
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-3/+3
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-260/+182
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-10/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Makefile: Tolerate a BOM while scanning source dependencies (#15493)Brad King2015-04-031-6/+15
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-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-151-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