aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Improve error messageMarcus Tillmanns2025-02-251-1/+1
* CMake: Improve error reportingMarcus Tillmanns2025-02-251-7/+20
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* CMakePM: Add AUTOGEN output parsingCristian Adam2024-10-081-1/+2
* CMakePM: Rename CMakeParser to CMakeOutputParserCristian Adam2024-10-011-2/+2
* Utils: Centralize aspect macro expansion setup and handlinghjk2024-06-101-0/+1
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-1/+1
* CMakePM: Add project CMake settings supportCristian Adam2024-05-281-5/+6
* CMake: Use theme colors for text prefixMarcus Tillmanns2024-05-071-10/+3
* CMake: Add hint about missing docker mountsMarcus Tillmanns2024-04-041-2/+6
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* CMakePM: Use junctions for source/build dirs on WindowsCristian Adam2024-02-021-1/+5
* Process: Refactor timeout handlingJarek Kobus2024-01-221-27/+10
* ProcessProgress: Add setExpectedDuration() methodJarek Kobus2024-01-211-1/+0
* CMakePM: Allow usage of custom output parsers for CMake outputCristian Adam2023-12-111-0/+1
* CMakePM: print newline before the messageCristian Adam2023-10-061-6/+6
* CMakePM: Theme the CMake output prefixAlessandro Portale2023-10-051-1/+12
* CMakePM: Add "[cmake] " prefix to all output messagesCristian Adam2023-10-051-10/+22
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-1/+0
* Merge remote-tracking branch 'origin/11.0'hjk2023-08-101-1/+1
|\
| * FilePath: Use isSameDeviceMarcus Tillmanns2023-08-081-1/+1
* | CMakeProcess: Remove unused functionJarek Kobus2023-07-141-5/+0
* | DAP: Add CMake debug to the debug panelArtem Sokolovskii2023-07-141-14/+2
* | CMake: Use current pattern to access main settings pagehjk2023-07-071-1/+1
* | DAP: Add CMake support to DAP engineArtem Sokolovskii2023-07-051-0/+24
|/
* 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