aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/processutils.h
Commit message (Expand)AuthorAgeFilesLines
* Process: Rename processutils.{cpp,h} into processhelper.{cpp,h}Jarek Kobus2024-01-171-60/+0
* Utils: Fix (Q)Process::interruptMarcus Tillmanns2024-01-151-1/+0
* ProcessHelper: Fix setChildProcessModifier()Jarek Kobus2023-09-121-2/+3
* Clean up legacy content from Qt 5's QProcess::setupChildProcess()Thiago Macieira2023-04-181-1/+0
* Terminal: Use QtcProcess to start terminal windowMarcus Tillmanns2023-03-211-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Adapt ProcessHelper to move to Qt 6.2hjk2022-07-141-11/+3
* Utils: More forward declarations / drop unused headers [P-R]Jarek Kobus2022-05-251-1/+0
* Utils: Remove Debug restriction for useCtrlCStubCristian Adam2022-05-111-1/+1
* ProcessReaper: Implement custom terminate for CtrlCStub caseJarek Kobus2022-03-311-0/+11
* QtcProcess: Extract QtcProcess specific enums into separate headerJarek Kobus2022-02-181-8/+2
* Fix a possible crash in process launcherJarek Kobus2021-12-211-5/+11
* Make all objects created by QtcProcess children of itJarek Kobus2021-09-031-1/+1
* Reuse ProcessHelper in process launcherJarek Kobus2021-08-091-4/+25
* 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-0/+58