aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | CMake: Write creators settings into build directoryTobias Hunger2019-10-181-7/+0
|/
* CMake: Make CMakeParser work againTobias Hunger2019-07-251-0/+1
* CMake: Allow cancellation of CMake processTobias Hunger2019-06-191-5/+32
* Make: Fake progress when running cmakeTobias Hunger2019-06-171-3/+4
* CMake: Use Utils::CommandLine in CMakeProcessTobias Hunger2019-06-111-8/+7
* CMake: Factor out code to run cmake from tealeafreaderTobias Hunger2019-06-071-0/+230