summaryrefslogtreecommitdiff
path: root/Source/cmDependsC.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-3/+4
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-5/+2
* cmDepends: merge dependers of depend makefileKai Wang2021-01-051-9/+22
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-4/+5
* cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-3/+1
* Makefiles: Factor out makefile target path escaping and quotingBrad King2020-04-151-2/+2
* cmDepends: Update types to always use a Makefile generatorBrad King2020-04-131-3/+4
* Merge topic 'cleanup-endls-2'Brad King2020-03-261-9/+9
|\
| * Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-9/+9
* | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-4/+4
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmDependsC: remove cmDeleteAll callTushar Maheshwari2019-09-201-12/+8
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-14/+9
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-5/+3
* Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-2/+2
* cmDependsC: Read cache file modification time only onceSebastian Holtermann2019-03-181-4/+8
* cmDependsC: Use faster cmSystemTools::FileTimeCompareSebastian Holtermann2019-03-131-3/+2
* cmDependsC: Use auto for long type namesSebastian Holtermann2019-03-121-3/+2
* cmDependsC: Remove useless string preallocation artifactSebastian Holtermann2019-03-121-13/+6
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-2/+1
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-3/+1
|\
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-2/+4
|\ \
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-2/+4
* | | cmFileTimeComparison: use std::string argumentsVitaly Stakhovsky2019-01-281-2/+1
| |/ |/|
* | cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-9/+9
|/
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-1/+0
* Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-4/+4
* Makefile: Restore use of dependency scanning cachetsecer harry2018-03-201-3/+8
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-13/+10
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-40/+27
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* 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