index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
cmakeprojectmanager
/
cmakeprocess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Improve error message
Marcus Tillmanns
2025-02-25
1
-1
/
+1
*
CMake: Improve error reporting
Marcus Tillmanns
2025-02-25
1
-7
/
+20
*
Utils: Add FilePath::isLocal() and use it instead of !needsDevice()
hjk
2024-12-09
1
-1
/
+1
*
CMakePM: Add AUTOGEN output parsing
Cristian Adam
2024-10-08
1
-1
/
+2
*
CMakePM: Rename CMakeParser to CMakeOutputParser
Cristian Adam
2024-10-01
1
-2
/
+2
*
Utils: Centralize aspect macro expansion setup and handling
hjk
2024-06-10
1
-0
/
+1
*
Utils: Introduce a convenience function creatorColor()
hjk
2024-05-29
1
-1
/
+1
*
CMakePM: Add project CMake settings support
Cristian Adam
2024-05-28
1
-5
/
+6
*
CMake: Use theme colors for text prefix
Marcus Tillmanns
2024-05-07
1
-10
/
+3
*
CMake: Add hint about missing docker mounts
Marcus Tillmanns
2024-04-04
1
-2
/
+6
*
Utils: Fix build with MSVC with C++20
Eike Ziller
2024-02-28
1
-1
/
+1
*
CMakePM: Use junctions for source/build dirs on Windows
Cristian Adam
2024-02-02
1
-1
/
+5
*
Process: Refactor timeout handling
Jarek Kobus
2024-01-22
1
-27
/
+10
*
ProcessProgress: Add setExpectedDuration() method
Jarek Kobus
2024-01-21
1
-1
/
+0
*
CMakePM: Allow usage of custom output parsers for CMake output
Cristian Adam
2023-12-11
1
-0
/
+1
*
CMakePM: print newline before the message
Cristian Adam
2023-10-06
1
-6
/
+6
*
CMakePM: Theme the CMake output prefix
Alessandro Portale
2023-10-05
1
-1
/
+12
*
CMakePM: Add "[cmake] " prefix to all output messages
Cristian Adam
2023-10-05
1
-10
/
+22
*
Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunData
Jarek Kobus
2023-08-17
1
-1
/
+0
*
Merge remote-tracking branch 'origin/11.0'
hjk
2023-08-10
1
-1
/
+1
|
\
|
*
FilePath: Use isSameDevice
Marcus Tillmanns
2023-08-08
1
-1
/
+1
*
|
CMakeProcess: Remove unused function
Jarek Kobus
2023-07-14
1
-5
/
+0
*
|
DAP: Add CMake debug to the debug panel
Artem Sokolovskii
2023-07-14
1
-14
/
+2
*
|
CMake: Use current pattern to access main settings page
hjk
2023-07-07
1
-1
/
+1
*
|
DAP: Add CMake support to DAP engine
Artem Sokolovskii
2023-07-05
1
-0
/
+24
|
/
*
Process: Rename QtcProcessPrivate -> ProcessPrivate
Jarek Kobus
2023-05-10
1
-1
/
+1
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
1
-1
/
+1
*
Utils: Rename QtcProcess -> Process
Jarek Kobus
2023-05-04
1
-2
/
+2
*
ProjectExplorer: Create BuildDirectory on device
Marcus Tillmanns
2023-04-04
1
-1
/
+1
*
Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()
hjk
2023-04-04
1
-2
/
+2
*
CMakePM: Copy auto package-manager to ${buildDir}/.qtc/ directory
Cristian Adam
2023-02-08
1
-0
/
+12
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
CMakeProcess: Do some cleanup
Jarek Kobus
2022-11-17
1
-17
/
+15
*
CMakeProcess: Simplify implementation by using ProcessProgress
Jarek Kobus
2022-11-17
1
-37
/
+9
*
CMake: Allow parser to run remotely
hjk
2022-10-04
1
-1
/
+1
*
CMake: Be a bit more specific on what is not reachable
hjk
2022-09-30
1
-3
/
+12
*
CMake: Move to Tr::tr
hjk
2022-09-30
1
-22
/
+14
*
CMake: Make sure source/build directories are reachable
Marcus Tillmanns
2022-09-19
1
-0
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Fix lupdate issues
Eike Ziller
2022-06-27
1
-12
/
+21
*
CMakeProcess: Delete the watcher prior to finishing the future
Jarek Kobus
2022-05-19
1
-4
/
+9
*
CMakeProcess: Don't use QTimer for checking the canceled state
Jarek Kobus
2022-05-16
1
-42
/
+23
*
CMakeProcess: Fix stopping the CMake process
Jarek Kobus
2022-05-16
1
-55
/
+31
*
CMakePM: Use CtrlC stub for the CMake process
Cristian Adam
2022-05-11
1
-0
/
+1
*
QtcProcess: Limit the inclusion of qtcprocess.h
Jarek Kobus
2022-03-02
1
-0
/
+1
*
CMakePM: Add ability to stop CMake run in Settings
Cristian Adam
2022-01-07
1
-0
/
+8
*
Docker: Map build directory to device in cmake calls
David Schulz
2021-10-26
1
-6
/
+6
*
CMake: Use FilePath::mapToDevicePath for construction cmake line
hjk
2021-10-13
1
-4
/
+8
*
Move ProcessReaper into lib/utils
Jarek Kobus
2021-09-06
1
-6
/
+1
*
CMake: Bark about missing build directory
hjk
2021-08-25
1
-8
/
+18
[next]