summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-5/+1
* cmDepends: Refactor object file path conversionBrad King2014-07-221-2/+8
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-1/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-8/+8
* 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-3/+4
* cmDependsC: Collapse relative include pathsPavel Shramov2013-06-261-14/+4
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-12/+21
* cmDependsC: fix indentationAlex Neundorf2012-11-061-105/+105
* cmDependsC: remove code duplicationAlex Neundorf2012-11-031-14/+8