summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* ProjectExplorer: Create BuildDirectory on deviceMarcus Tillmanns2023-04-041-1/+1
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-2/+2
* CMakePM: Copy auto package-manager to ${buildDir}/.qtc/ directoryCristian Adam2023-02-081-0/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMakeProcess: Do some cleanupJarek Kobus2022-11-171-17/+15
* CMakeProcess: Simplify implementation by using ProcessProgressJarek Kobus2022-11-171-37/+9
* CMake: Allow parser to run remotelyhjk2022-10-041-1/+1
* CMake: Be a bit more specific on what is not reachablehjk2022-09-301-3/+12
* CMake: Move to Tr::trhjk2022-09-301-22/+14
* CMake: Make sure source/build directories are reachableMarcus Tillmanns2022-09-191-0/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Fix lupdate issuesEike Ziller2022-06-271-12/+21
* CMakeProcess: Delete the watcher prior to finishing the futureJarek Kobus2022-05-191-4/+9
* CMakeProcess: Don't use QTimer for checking the canceled stateJarek Kobus2022-05-161-42/+23
* CMakeProcess: Fix stopping the CMake processJarek Kobus2022-05-161-55/+31
* CMakePM: Use CtrlC stub for the CMake processCristian Adam2022-05-111-0/+1
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-0/+1
* CMakePM: Add ability to stop CMake run in SettingsCristian Adam2022-01-071-0/+8
* Docker: Map build directory to device in cmake callsDavid Schulz2021-10-261-6/+6
* CMake: Use FilePath::mapToDevicePath for construction cmake linehjk2021-10-131-4/+8
* Move ProcessReaper into lib/utilsJarek Kobus2021-09-061-6/+1
* CMake: Bark about missing build directoryhjk2021-08-251-8/+18
* CMake: Bark when selected cmake binary and build dir on different hostshjk2021-08-251-0/+7
* CMake: Use line based QtcProcess callbacks in CMakeProcesshjk2021-06-221-45/+18
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-2/+3
* CMakePM: Always create build directoriesCristian Adam2021-06-101-5/+5
* CMake: Simplify CMakeProcess::finished signaturehjk2021-06-081-1/+1
* Docker/CMake: Use (device-)local paths for build and source directorieshjk2021-06-081-2/+2
* CMake: Duplicate CMake output in Projects modeEike Ziller2021-06-041-6/+6
* Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePathhjk2021-06-031-1/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-3/+5
* Utils: Move SynchronousProcess::normalizeNewlines to QtcProcesshjk2021-05-041-3/+1
* CMake: Use new MessageManager APIEike Ziller2020-12-041-9/+8
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-101-1/+1
|\
| * CMakePM: Improve error output handlingChristian Stenger2020-11-061-1/+1
* | CMakePM: Start integrating ctestChristian Stenger2020-11-091-0/+1
|/
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-5/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-12/+1
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-5/+0
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-8/+6
* ProjectExplorer: Let IOutputParser handle newlinesChristian Kandeler2020-04-071-1/+1
* Deduplicate elapsed time formattingAndre Hartmann2020-02-291-5/+3
* CMakeProjectManager: Add elapsed timerCristian Adam2020-02-281-0/+8
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-1/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-011-3/+3
|\
| * CMake: Fix UI textLeena Miettinen2019-10-281-3/+3
* | CMake: Put source directory last when running cmakeTobias Hunger2019-10-181-1/+2