aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/processinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-12/+12
* Replace most expected_str by Utils::Resulthjk2025-04-111-6/+6
* Utils: Fix include orderMarcus Tillmanns2025-04-101-1/+3
* ProjectExplorer: Fix hang on ProcessList updateMarcus Tillmanns2025-04-101-17/+12
* Utils: Fix Windows version of ProcessListMarcus Tillmanns2025-04-101-35/+31
* Utils: Improve speed of ProcessListMarcus Tillmanns2025-04-101-28/+81
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* Libs: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* ProcessInfo: Add a debug info in case the assert is triggeredJarek Kobus2024-09-171-4/+19
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Utils: Add iterator checkMarcus Tillmanns2024-01-261-2/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* ProjectExplorer: Consolidate ProcessListMarcus Tillmanns2023-03-141-71/+104
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Fix build with MinGWBjörn Schäpers2022-09-021-0/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProcessInfo: Don't use QtcProcess::readDataFromProcess()Jarek Kobus2022-07-111-17/+13
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-1/+1
* Utils: More forward declarations / drop unused headers [P-R]Jarek Kobus2022-05-251-1/+1
* QtcProcess: Fix terminate() for process launcherJarek Kobus2022-04-121-1/+1
* Introduce Utils::ProcessInfoJarek Kobus2022-02-251-0/+205