summaryrefslogtreecommitdiff
path: root/Source/cmDepends.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-2/+1
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-3/+4
* cmDepends: Update types to always use a Makefile generatorBrad King2020-04-131-2/+2
* Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-19/+12
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+5
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+3
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+4
* cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-5/+5
* cmDepends: Refactor cmDepends::CheckDependencies methodSebastian Holtermann2019-03-271-73/+71
* Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::CompareSebastian Holtermann2019-03-181-4/+3
* Substitute FileComparison in variable names with FileTimeCacheSebastian Holtermann2019-03-181-4/+4
* Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-1/+1
* cmDepends: Reduce temporary object lifetime with local scopesSebastian Holtermann2019-03-121-17/+17
* cmFileTimeComparison: use std::string argumentsVitaly Stakhovsky2019-01-281-4/+4
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* Merge topic 'stdout-string'Brad King2019-01-221-4/+4
|\
| * cmSystemTools: Stdout(),Stderr() accept std::string argumentVitaly Stakhovsky2019-01-201-4/+4
* | cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-7/+8
|/
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-3/+0
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* cmDepends: Remove attempt to change directory that always failsCraig Scott2018-03-081-6/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+2
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-12/+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/+3
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-4/+5
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-113/+84
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-9/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* cmDepends: Refactor object file path conversionBrad King2014-07-221-6/+1
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* 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-1/+2
* cmDepends: No dependency-vector erasure in CheckDependenciesMichael Wild2012-11-061-2/+4
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-3/+10
* -fix line lengthAlex Neundorf2012-08-201-2/+2
* fix #13474: also rescan dependencies if the depender does not existAlex Neundorf2012-08-171-17/+46
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Fix compiler warning reported on older Borland dashboard.David Cole2012-02-221-2/+4