summaryrefslogtreecommitdiff
path: root/Source/cmProcessTools.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-3/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-151-1/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-1/+5
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+15
* cmProcessTools: Re-arrange data layout.Stephen Kelly2015-06-071-3/+3
* CTest: Parse empty Git commits correctlyBrad King2010-06-231-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: New OutputParser::Process() signatureBrad King2009-07-101-0/+2
* COMP: cmProcessTools::OutputParser virtual dtorBrad King2009-02-241-0/+2
* ENH: Create cmProcessTools to parse child outputBrad King2009-02-241-0/+82