aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprocess.h
Commit message (Expand)AuthorAgeFilesLines
* Process: Refactor timeout handlingJarek Kobus2024-01-221-2/+0
* CMakePM: Add "[cmake] " prefix to all output messagesCristian Adam2023-10-051-0/+3
* DAP: Add CMake debug to the debug panelArtem Sokolovskii2023-07-141-0/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMakeProcess: Do some cleanupJarek Kobus2022-11-171-5/+1
* CMakeProcess: Simplify implementation by using ProcessProgressJarek Kobus2022-11-171-8/+0
* CMake: Move to Tr::trhjk2022-09-301-4/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CMakeProcess: Don't use QTimer for checking the canceled stateJarek Kobus2022-05-161-8/+6
* CMakeProcess: Fix stopping the CMake processJarek Kobus2022-05-161-13/+11
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+3
* CMakePM: Add ability to stop CMake run in SettingsCristian Adam2022-01-071-0/+1
* CMake: Use line based QtcProcess callbacks in CMakeProcesshjk2021-06-221-4/+0
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-1/+2
* CMake: Simplify CMakeProcess::finished signaturehjk2021-06-081-2/+3
* CMakePM: Start integrating ctestChristian Stenger2020-11-091-0/+2
* Merge output formatters and output parsersChristian Kandeler2020-04-231-3/+2
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-0/+2
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* CMakeProjectManager: Add elapsed timerCristian Adam2020-02-281-0/+2
* CMake: Write creators settings into build directoryTobias Hunger2019-10-181-2/+0
* CMake: Allow cancellation of CMake processTobias Hunger2019-06-191-0/+4
* CMake: Factor out code to run cmake from tealeafreaderTobias Hunger2019-06-071-0/+77