summaryrefslogtreecommitdiff
path: root/Source/cmOutputRequiredFilesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-3/+4
* cmOutputRequiredFilesCommand: Modernize memory managementMarc Chevrier2019-11-151-28/+26
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-3/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-4/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-2/+2
* Merge topic 'cmCommand_refactor_disallowed'Brad King2019-08-281-17/+24
|\
| * cmCommand refactor: cmOutputRequiredFilesCommandGabor Bencze2019-08-261-17/+24
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-23/+13
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTargetSebastian Holtermann2019-05-231-2/+1
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-3/+3
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-2/+2
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-1/+1
|\
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-1/+1
|/
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-7/+3
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-3/+3
* Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-2/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-11/+11
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-45/+19
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-1/+1
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-2/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-1/+0
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-5/+0
* Avoid some copiesDaniel Pfeifer2016-10-301-9/+6
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+3
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-1/+11
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-11/+10
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-254/+175
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmMakeDepend: Inline into inheriting class.Stephen Kelly2015-10-211-175/+128
* cmMakeDepend: Inline into only user.Stephen Kelly2015-10-211-1/+438