summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib
Commit message (Expand)AuthorAgeFilesLines
* cmDebugTools: add headerBen Boeckel2023-10-012-0/+34
* cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-4/+0
* cmUVStreamRead: Return RAII handle to avoid memory leakKyle Edwards2023-08-251-2/+56
* CMakeLibTests: Compile with WIN32_LEAN_AND_MEANKyle Edwards2023-08-211-0/+6
* Merge topic 'debugger-pipe-connections'Brad King2023-08-192-4/+11
|\
| * Debugger: Replace libuv with platform-specific connection codePaul Maybee2023-08-172-4/+11
* | Merge topic 'test-debugger-named-pipe-fix'Brad King2023-08-161-7/+7
|\ \
| * | testDebuggerNamedPipe: fix for cppdap with nlohmann_jsonĐoàn Trần Công Danh2023-08-161-7/+7
| * | cmList: Fix performance regression in append/prependMarc Chevrier2023-08-041-4/+4
* | | Merge topic 'add-cm-fileno'Brad King2023-08-091-1/+4
|\ \ \
| * | | Source: Add cm_fileno wrapperKyle Edwards2023-08-071-1/+4
* | | | cmList: Fix performance regression in append/prependMarc Chevrier2023-08-041-4/+4
|/ / /
* | | Merge topic 'test_utf8_improve'Brad King2023-08-011-58/+49
|\ \ \
| * | | testUTF8: Improve using string_viewVitaly Stakhovsky2023-07-301-58/+49
* | | | IWYU: Update for Debian 12 CI jobBrad King2023-07-287-7/+1
|/ / /
* | | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeoutKyle Edwards2023-07-261-0/+19
| |/ |/|
* | cmCMakePath: workarounds for Sunpro/sparc compilerMarc Chevrier2023-07-182-0/+442
* | Merge topic 'debugger-breakpoints'Brad King2023-07-141-0/+13
|\ \ | |/
| * Debugger: Always clear existing breakpoints on setBreakpointsBen McMorran2023-07-131-0/+13
* | Merge topic 'debugger-no-supportsVariableType'Brad King2023-07-133-4/+38
|\ \ | |/
| * Debugger: Correctly handle clients without supportsVariableTypeBen McMorran2023-07-123-4/+38
* | Tests: Improve order of CMakeLibTests link librariesBrad King2023-07-071-1/+1
* | Merge topic 'debugger-segfault'Brad King2023-06-301-1/+29
|\ \ | |/
| * Debugger: Fix threads request segfault after thread exited eventBen McMorran2023-06-291-1/+29
* | CMakeLibTests: Precompile common expensive headersClemens Wasser2023-06-221-0/+4
* | cmUVStream: Add cmUVStreamRead() functionKyle Edwards2023-06-141-0/+57
* | cmUVProcessChain: Return output and error streams as file descriptorsKyle Edwards2023-06-141-21/+30
* | cmUVPipeIStream: Add cmUVPipeIStreamKyle Edwards2023-06-141-0/+40
* | cmUVProcessChain: Add support for SetExternalStream(Stream_INPUT)Kyle Edwards2023-06-122-0/+34
* | cmUVProcessChain: Add Status::SpawnResult fieldKyle Edwards2023-06-082-64/+203
|/
* cmUVProcessChain: Add Status::GetException() methodKyle Edwards2023-06-052-14/+65
* cmUVProcessChain: Add Finished() methodKyle Edwards2023-05-311-0/+12
* cmake: Add debuggerGlen Chung2023-05-3012-0/+1733
* cmUVProcessChain: Add option for merged output and errorKyle Edwards2023-05-261-0/+60
* cmUVProcessChain: Add working directory optionKyle Edwards2023-05-263-0/+70
* iwyu: ignore `std::remove_reference` requirementsBen Boeckel2023-05-161-2/+1
* Link step: use linker dependency linker fileMarc Chevrier2023-05-032-19/+19
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-1/+0
* cmList class: various enhancementsMarc Chevrier2023-04-291-34/+35
* cmList: CMake list implementationMarc Chevrier2023-04-052-0/+996
* Merge topic 'presets-json-errors'Brad King2023-03-303-167/+167
|\
| * presets: Improve JSON parser and error messagesMartin Duffy2023-03-293-167/+167
* | Utilities/Sphinx: Add 'cref' roleMatthew Woehlke2023-03-142-2/+12
* | cmRST: Fix cmake domain directives with newline before argumentBrad King2023-03-092-10/+20
* | Utilities/Sphinx: Add a directive to document command signaturesMatthew Woehlke2023-03-032-0/+16
|/
* Remove component size limit for version comparisonsDavid Gobbi2023-02-201-2/+20
* Tests: Add cases for cmSystemTools::VersionCompareDavid Gobbi2023-02-201-0/+29
* Tests: Remove references to dropped KWSys SharedForward componentBrad King2023-02-072-17/+0
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-1821-27/+27
* cmStrCat(): allow any argument to be an rvalue stringKyle Edwards2022-12-061-4/+14