summaryrefslogtreecommitdiff
path: root/Source/cmDependsC.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmDepends: Update types to always use a Makefile generatorBrad King2020-04-131-2/+2
* clang-format: fix erroneous handling of header <queue>Marc Chevrier2020-01-061-2/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+6
* cmDependsC: remove cmDeleteAll callTushar Maheshwari2019-09-201-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-3/+2
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-2/+2
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-6/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+9
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-6/+11
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-8/+8
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+2
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-2/+2
* cmDependsC: remove unused member variableAlex Neundorf2012-09-301-3/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Major optimization of C/C++ dependency scanning.Alexander Neundorf2009-09-231-1/+3
* ENH: Teach cmDependsC about user-configured macro transformations.Brad King2008-05-141-0/+9
* ENH: Light refactoring of implicit dependency scanning configuration implemen...Brad King2008-05-081-9/+4
* BUG: Patch from Alex to recompute dependencies when the include regex changes...Brad King2007-02-051-0/+3
* ENH: Patch from Alex to speed dependency scanning approximately 2x.Brad King2006-09-131-1/+2
* ENH: Make sure all custom command outputs are up to date before scanning depe...Brad King2006-08-311-11/+0
* ENH: a warning fix and some more cleanupKen Martin2006-03-161-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-13/+13
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-4/+6
* BUG: Fix for scanning generated headers included with double-quotes. Also fi...Brad King2006-01-051-0/+3
* ENH: try to fix hp build problemBill Hoffman2005-12-091-1/+1
* ENH: fix compile errorAndy Cedilnik2005-12-091-2/+2
* ENH: clean up style a bitBill Hoffman2005-12-091-3/+3
* PERF: apply patch for bug 2575 speeds up depend scanningBill Hoffman2005-12-091-2/+16
* ENH: Improve performance of check build system by creating another file that ...Andy Cedilnik2005-10-121-7/+6
* ENH: Adding support for automatically adding the OBJECT_DEPENDS for generated...Brad King2005-08-171-2/+11
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-14/+5
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-4/+5
* BUG: Re-implemented dependency line parsing to deal with quoted paths and esc...Brad King2005-05-101-0/+5
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-1/+1
* BUG: Fixed scanning to account for double-quote includes.Brad King2005-03-031-2/+7
* ENH: Implemented support for include/complain regular expressions for depende...Brad King2005-02-071-3/+9
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-0/+70