| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Build testUVProcessChainHelper with WIN32_LEAN_AND_MEAN | Kyle Edwards | 2024-02-27 | 1 | -0/+1 |
|
|
* | Range-for loop with const reference | Christoph Grüninger | 2024-02-14 | 1 | -1/+1 |
|
|
* | Merge topic 'cmuvprocesschain' | Brad King | 2024-01-25 | 2 | -4/+5 |
|\ |
|
| * | cmUVProcessChain: Simplify SetExternalStream usage | Brad King | 2024-01-24 | 1 | -4/+1 |
|
|
| * | Tests: Add missing include in testUVProcessChainHelper on Windows | Brad King | 2024-01-24 | 1 | -0/+4 |
|
|
* | | cmUVProcessChain: Add option for external uv_loop_t | Kyle Edwards | 2023-12-05 | 1 | -1/+52 |
|
|
* | | cmUVJobServerClient: Add libuv-based job server integration client | Brad King | 2023-12-03 | 2 | -0/+180 |
|
|
* | | cmUVHandlePtr: Fix conversion to bool on Oracle Studio compiler | Brad King | 2023-12-02 | 1 | -0/+16 |
|
|
* | | cmUVHandlePtr: Add uv_write wrapper to manage request lifetime | Brad King | 2023-11-22 | 1 | -0/+51 |
|
|
* | | cmUVHandlePtr: Add uv_idle_ptr::{start,stop} methods | Brad King | 2023-11-20 | 1 | -1/+12 |
|
|
* | | cmUVHandlePtr: Add uv_timer_ptr::stop method | Brad King | 2023-11-20 | 1 | -0/+10 |
|
|
* | | Tests: Add dedicated test case for uv_timer_ptr | Brad King | 2023-11-20 | 1 | -0/+27 |
|
|
* | | Tests: Factor out callback in uv_idle_ptr test case | Brad King | 2023-11-20 | 1 | -4/+6 |
|
|
* | | Tests: Add dedicated test to cover cmUVHandlePtr types | Brad King | 2023-11-20 | 3 | -25/+37 |
|
|
* | | cmUVHandlePtr: Add uv_idle_ptr | Brad King | 2023-11-17 | 1 | -0/+26 |
|
|
* | | cmUVHandlePtr: Add explicit conversion to bool | Brad King | 2023-11-17 | 1 | -3/+3 |
|
|
* | | Merge topic 'cxx23' | Brad King | 2023-11-08 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | Tests: Avoid compiling call to dap::optional<dap::string>(nullptr) | Brad King | 2023-11-07 | 2 | -3/+3 |
|
|
* | | Merge topic 'debugger-function-name-in-stacktrace' | Brad King | 2023-10-27 | 2 | -0/+34 |
|\ \ |
|
| * | | Debugger: report function name in DAP stackframes | Dmitry.Neverov | 2023-10-26 | 2 | -0/+34 |
| |/ |
|
* | | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 1 | -1/+1 |
|/ |
|
* | cmDebugTools: add header | Ben Boeckel | 2023-10-01 | 2 | -0/+34 |
|
|
* | cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChain | Kyle Edwards | 2023-08-29 | 1 | -4/+0 |
|
|
* | cmUVStreamRead: Return RAII handle to avoid memory leak | Kyle Edwards | 2023-08-25 | 1 | -2/+56 |
|
|
* | CMakeLibTests: Compile with WIN32_LEAN_AND_MEAN | Kyle Edwards | 2023-08-21 | 1 | -0/+6 |
|
|
* | Merge topic 'debugger-pipe-connections' | Brad King | 2023-08-19 | 2 | -4/+11 |
|\ |
|
| * | Debugger: Replace libuv with platform-specific connection code | Paul Maybee | 2023-08-17 | 2 | -4/+11 |
|
|
* | | Merge topic 'test-debugger-named-pipe-fix' | Brad King | 2023-08-16 | 1 | -7/+7 |
|\ \ |
|
| * | | testDebuggerNamedPipe: fix for cppdap with nlohmann_json | Đoàn Trần Công Danh | 2023-08-16 | 1 | -7/+7 |
|
|
| * | | cmList: Fix performance regression in append/prepend | Marc Chevrier | 2023-08-04 | 1 | -4/+4 |
|
|
* | | | Merge topic 'add-cm-fileno' | Brad King | 2023-08-09 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | Source: Add cm_fileno wrapper | Kyle Edwards | 2023-08-07 | 1 | -1/+4 |
|
|
* | | | | cmList: Fix performance regression in append/prepend | Marc Chevrier | 2023-08-04 | 1 | -4/+4 |
|/ / / |
|
* | | | Merge topic 'test_utf8_improve' | Brad King | 2023-08-01 | 1 | -58/+49 |
|\ \ \ |
|
| * | | | testUTF8: Improve using string_view | Vitaly Stakhovsky | 2023-07-30 | 1 | -58/+49 |
|
|
* | | | | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 7 | -7/+1 |
|/ / / |
|
* | | | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeout | Kyle Edwards | 2023-07-26 | 1 | -0/+19 |
| |/
|/| |
|
* | | cmCMakePath: workarounds for Sunpro/sparc compiler | Marc Chevrier | 2023-07-18 | 2 | -0/+442 |
|
|
* | | Merge topic 'debugger-breakpoints' | Brad King | 2023-07-14 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Debugger: Always clear existing breakpoints on setBreakpoints | Ben McMorran | 2023-07-13 | 1 | -0/+13 |
|
|
* | | Merge topic 'debugger-no-supportsVariableType' | Brad King | 2023-07-13 | 3 | -4/+38 |
|\ \
| |/ |
|
| * | Debugger: Correctly handle clients without supportsVariableType | Ben McMorran | 2023-07-12 | 3 | -4/+38 |
|
|
* | | Tests: Improve order of CMakeLibTests link libraries | Brad King | 2023-07-07 | 1 | -1/+1 |
|
|
* | | Merge topic 'debugger-segfault' | Brad King | 2023-06-30 | 1 | -1/+29 |
|\ \
| |/ |
|
| * | Debugger: Fix threads request segfault after thread exited event | Ben McMorran | 2023-06-29 | 1 | -1/+29 |
|
|
* | | CMakeLibTests: Precompile common expensive headers | Clemens Wasser | 2023-06-22 | 1 | -0/+4 |
|
|
* | | cmUVStream: Add cmUVStreamRead() function | Kyle Edwards | 2023-06-14 | 1 | -0/+57 |
|
|
* | | cmUVProcessChain: Return output and error streams as file descriptors | Kyle Edwards | 2023-06-14 | 1 | -21/+30 |
|
|
* | | cmUVPipeIStream: Add cmUVPipeIStream | Kyle Edwards | 2023-06-14 | 1 | -0/+40 |
|
|
* | | cmUVProcessChain: Add support for SetExternalStream(Stream_INPUT) | Kyle Edwards | 2023-06-12 | 2 | -0/+34 |
|
|