summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testUVProcessChain.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmuvprocesschain'Brad King2024-01-251-4/+1
|\
| * cmUVProcessChain: Simplify SetExternalStream usageBrad King2024-01-241-4/+1
* | cmUVProcessChain: Add option for external uv_loop_tKyle Edwards2023-12-051-1/+52
|/
* Source: Add cm_fileno wrapperKyle Edwards2023-08-071-1/+4
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-1/+0
* cmUVProcessChain::Wait(): Treat timeout of 0 as no timeoutKyle Edwards2023-07-261-0/+19
* cmUVProcessChain: Return output and error streams as file descriptorsKyle Edwards2023-06-141-21/+30
* cmUVProcessChain: Add support for SetExternalStream(Stream_INPUT)Kyle Edwards2023-06-121-0/+33
* cmUVProcessChain: Add Status::SpawnResult fieldKyle Edwards2023-06-081-62/+201
* cmUVProcessChain: Add Status::GetException() methodKyle Edwards2023-06-051-11/+59
* cmUVProcessChain: Add Finished() methodKyle Edwards2023-05-311-0/+12
* cmUVProcessChain: Add option for merged output and errorKyle Edwards2023-05-261-0/+60
* cmUVProcessChain: Add working directory optionKyle Edwards2023-05-261-0/+62
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-8/+10
* test/CMakeLib: make testUVProcessChain work with qemuEicke Herbertz2020-10-291-0/+4
* 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-10/+8
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+0
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+1
* cmUVProcessChain: Add cmUVProcessChainKyle Edwards2019-05-071-0/+335