summaryrefslogtreecommitdiff
path: root/Source/cmDepends.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* 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-4/+8
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-8/+7
* cmDepends: Refactor cmDepends::CheckDependencies methodSebastian Holtermann2019-03-271-5/+0
* Substitute FileComparison in variable names with FileTimeCacheSebastian Holtermann2019-03-181-2/+2
* Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-6/+3
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-1/+1
* cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-5/+8
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-3/+3
* cmDepends: Remove attempt to change directory that always failsCraig Scott2018-03-081-6/+0
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+6
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-13/+16
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-2/+4
* fix #13474: also rescan dependencies if the depender does not existAlex Neundorf2012-08-171-0/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Major optimization of C/C++ dependency scanning.Alexander Neundorf2009-09-231-4/+9
* ENH: Light refactoring of implicit dependency scanning configuration implemen...Brad King2008-05-081-1/+6
* ENH: Implement Fortran module dependencies across targets and directories.Brad King2007-12-281-0/+4
* ENH: Convert cmDepends object interface to scan an entire target at once.Brad King2007-12-221-2/+12
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-3/+6
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-9/+10
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
* BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanni...Brad King2006-05-031-1/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-10/+11
* ENH: Improve performance of check build system by creating another file that ...Andy Cedilnik2005-10-121-5/+16
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-25/+7
* BUG: a fix for constant recomputing of dependsKen Martin2005-05-251-0/+4
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-2/+9
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-1/+4
* ENH: Implemented support for include/complain regular expressions for depende...Brad King2005-02-071-1/+1
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-0/+82