aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/launcherpackets.h
Commit message (Expand)AuthorAgeFilesLines
* Process: Get rid of process launcher implementationJarek Kobus2024-11-011-210/+0
* Debugger: Prevent showing the windows error on debugger detectionDavid Schulz2024-06-121-0/+1
* Terminal: Use QtcProcess to start terminal windowMarcus Tillmanns2023-03-211-0/+1
* QtcProcess: Add closeWriteChannel()Jarek Kobus2023-01-241-4/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QtcProcess: Make reaper timeout customizableJarek Kobus2022-06-081-0/+1
* QtcProcess: Fix behavior of kill()Jarek Kobus2022-06-011-2/+3
* Utils: Preserve output order with merged channelsAaron Barany2022-04-191-0/+1
* ProcessInterface: Add done() signalJarek Kobus2022-04-121-19/+6
* QtcProcess: Fix terminate() for process launcherJarek Kobus2022-04-121-0/+7
* StartProcessPacket: Get rid of m_processChannelModeJarek Kobus2022-03-311-1/+0
* ProcessReaper: Implement custom terminate for CtrlCStub caseJarek Kobus2022-03-311-0/+1
* QtcProcess: Extract QtcProcess specific enums into separate headerJarek Kobus2022-02-181-1/+1
* Reuse ProcessSetupData in CallerHandleJarek Kobus2022-02-161-1/+1
* Drop ::ExitStatus:: and ::ProcessError::Jarek Kobus2022-02-141-2/+2
* Conform to Creator's include styleJarek Kobus2021-08-191-3/+3
* Reuse ProcessHelper in process launcherJarek Kobus2021-08-091-0/+2
* Handle setNativeArguments inside process launcherJarek Kobus2021-08-091-0/+1
* Handle belowNormalPriority inside process launcher on WindowsJarek Kobus2021-08-091-0/+1
* Refactor openMode/keepWriteChannelOpen/closeWriteChannelJarek Kobus2021-08-091-1/+4
* Implement writing to process inside process launcherJarek Kobus2021-08-061-0/+13
* Implement readyRead inside process launcherJarek Kobus2021-08-051-1/+37
* Implement setStandardInputFile() in ProcessLauncherImplJarek Kobus2021-08-021-0/+1
* Pass the OpenMode to process launcherJarek Kobus2021-07-141-1/+2
* ProcessStartedPacket: Initialize processIdJarek Kobus2021-07-141-1/+1
* Implement ProcessLauncher::processId()Jarek Kobus2021-07-121-1/+13
* Support ProcessChannelMode in ProcessLauncherImplJarek Kobus2021-07-121-0/+1
* Initial import of processlauncher copy from qbs projectJarek Kobus2021-07-081-0/+161