summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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
* 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