summaryrefslogtreecommitdiffstats
path: root/Source/cmUVProcessChain.cxx
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-3/+0
* cmUVProcessChain::Wait(): Treat timeout of 0 as no timeoutKyle Edwards2023-07-261-2/+2
* cmUVProcessChain: Return output and error streams as file descriptorsKyle Edwards2023-06-141-48/+12
* cmUVProcessChain: Add support for SetExternalStream(Stream_INPUT)Kyle Edwards2023-06-121-5/+22
* cmUVProcessChain: Add Status::SpawnResult fieldKyle Edwards2023-06-081-33/+28
* cmUVProcessChain: Manually create pipes between processesKyle Edwards2023-06-081-23/+68
* cmUVProcessChain: Do some internal refactoringKyle Edwards2023-06-081-26/+20
* cmUVProcessChain: Add Status::GetException() methodKyle Edwards2023-06-051-0/+248
* cmUVProcessChain: Add Finished() methodKyle Edwards2023-05-311-0/+5
* cmUVProcessChain: Add option for merged output and errorKyle Edwards2023-05-261-22/+37
* cmUVProcessChain: Add working directory optionKyle Edwards2023-05-261-0/+10
* Make vector operations more efficientRose2022-12-101-0/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+6
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+1
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* cmUVProcessChain: Add assert() for static analysis toolsKyle Edwards2019-05-141-1/+4
* cmUVProcessChain: Add cmUVProcessChainKyle Edwards2019-05-071-0/+392