summaryrefslogtreecommitdiff
path: root/Source/cmExecuteProcessCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-5/+5
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* execute_process: Add option to get results of every childAdam Weisi2017-06-101-1/+52
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* execute_process: Restore no-decoding default behaviorBrad King2017-02-131-1/+1
* execute_process: Add ENCODING option for Windows child process outputDāvis Mosāns2016-11-301-1/+10
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-2/+21
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-3/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-3/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-207/+109
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* execute_process: Improve stdout/stderr mergingBrad King2015-05-071-5/+19
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* execute_process: Send stderr through cmSystemTools::StderrBrad King2014-05-151-5/+5
* Remove some c_str() calls.Stephen Kelly2014-03-111-8/+8
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-2/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* BUG: Work around bug when calling insert on an empty vector of char on midwor...Brad King2007-10-151-2/+22
* ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPA...Brad King2006-10-161-4/+46
* STYLE: fix line lengthKen Martin2006-05-101-5/+10
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-1/+1
* ENH: do not dereference empty stl vectorsBill Hoffman2006-03-221-2/+2
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+9
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-6/+6
* ENH: Remove extra windows newline characters from process output. Centralize...Brad King2006-02-101-11/+27
* ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process Exec...Brad King2006-02-031-0/+335