summaryrefslogtreecommitdiff
path: root/Source/cmProcessTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-4/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+4
* Fixed all but one clang -Wcomma warningSean McBride2019-01-111-1/+1
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-4/+1
* cmProcessTools: fix minor issue introduced by 595feb3Matthias Maennich2017-10-051-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-7/+7
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-151-2/+2
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-2/+19
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-0/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-32/+24
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* cmProcessTools: Re-arrange data layout.Stephen Kelly2015-06-071-1/+1
* CTest: Parse empty Git commits correctlyBrad King2010-06-231-2/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Create cmProcessTools to parse child outputBrad King2009-02-241-0/+93