summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/execute_process
Commit message (Expand)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
* execute_process: Warn on unknown ENCODING valueBrad King2024-09-173-0/+7
* execute_process: Change default ENCODING to UTF-8Brad King2024-09-168-2/+21
* execute_process: Document and test ENCODING defaultBrad King2024-09-133-0/+6
* Tests/RunCMake/execute_process: Add test for ENCODING AUTOBrad King2024-09-136-5/+37
* Tests/RunCMake/execute_process: Improve test for ENCODING UTF-8Brad King2024-09-126-6/+12
* Merge topic 'execute_process-child-startup-info'Brad King2024-05-282-0/+5
|\
| * Tests/RunCMake/execute_process: Check STARTUPINFOW reserved membersBrad King2024-05-242-0/+5
* | Tests: Cover execute_process with abnormal exit on all platformsBrad King2024-05-146-16/+11
|/
* Tests: Add case to cover execute_process support for no extension on WindowsKyle Edwards2023-11-306-0/+56
* execute_process(): Restore opening files relative to WORKING_DIRECTORYKyle Edwards2023-10-166-0/+22
* cmExecuteProcessCommand: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-294-0/+4
* cmExecuteProcessCommand: Report keyword errors via argument parser resultsBrad King2022-07-222-2/+7
* CMake: Use FindPython instead of FindPythonInterp to build CMake itselfKyle Edwards2022-04-214-9/+9
* execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenariosAsit Dhal2020-12-1020-10/+126
* execute_process: add options for fatal errors on subprocess failureAsit Dhal2020-10-0110-0/+32
* execute_process: Add ECHO_(OUTPUT|ERROR)_VARIABLE optionsCristian Adam2020-02-245-0/+31
* execute_process: Add option to echo command linesBill Hoffman2019-04-1910-0/+88
* execute_process: Allow UTF-8 as a synonym for the UTF8 keywordCraig Scott2017-12-272-0/+2
* execute_process: Add option to get results of every childAdam Weisi2017-06-103-0/+138
* execute_process: Add ENCODING option for Windows child process outputDāvis Mosāns2016-11-307-0/+21
* execute_process: Improve stdout/stderr mergingBrad King2015-05-077-0/+55