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
*
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
*
CMake: Bark when selected cmake binary and build dir on different hosts
hjk
2021-08-25
1
-0
/
+7
*
CMake: Use line based QtcProcess callbacks in CMakeProcess
hjk
2021-06-22
1
-45
/
+18
*
Utils: Drop QProcess specific parameters from QtcProcess::finished()
hjk
2021-06-14
1
-2
/
+3
*
CMakePM: Always create build directories
Cristian Adam
2021-06-10
1
-5
/
+5
*
CMake: Simplify CMakeProcess::finished signature
hjk
2021-06-08
1
-1
/
+1
*
Docker/CMake: Use (device-)local paths for build and source directories
hjk
2021-06-08
1
-2
/
+2
*
CMake: Duplicate CMake output in Projects mode
Eike Ziller
2021-06-04
1
-6
/
+6
*
Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePath
hjk
2021-06-03
1
-1
/
+1
*
Utils: Move QProcess base to QtcProcessPrivate
hjk
2021-06-02
1
-3
/
+5
*
Utils: Move SynchronousProcess::normalizeNewlines to QtcProcess
hjk
2021-05-04
1
-3
/
+1
*
CMake: Use new MessageManager API
Eike Ziller
2020-12-04
1
-9
/
+8
*
Merge remote-tracking branch 'origin/4.14'
Eike Ziller
2020-11-10
1
-1
/
+1
|
\
|
*
CMakePM: Improve error output handling
Christian Stenger
2020-11-06
1
-1
/
+1
*
|
CMakePM: Start integrating ctest
Christian Stenger
2020-11-09
1
-0
/
+1
|
/
*
CMake: Remove magic configuration from CMake
Tobias Hunger
2020-06-09
1
-5
/
+1
*
Merge output formatters and output parsers
Christian Kandeler
2020-04-23
1
-12
/
+1
*
CMake: Fix includes all over the CMake plugin
Tobias Hunger
2020-04-20
1
-5
/
+0
*
ProjectExplorer: Split up the IOutputParser class
Christian Kandeler
2020-04-16
1
-8
/
+6
*
ProjectExplorer: Let IOutputParser handle newlines
Christian Kandeler
2020-04-07
1
-1
/
+1
*
Deduplicate elapsed time formatting
Andre Hartmann
2020-02-29
1
-5
/
+3
*
CMakeProjectManager: Add elapsed timer
Cristian Adam
2020-02-28
1
-0
/
+8
*
ProjectManager: Add convenience Task subclasses
hjk
2020-01-20
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.11'
Eike Ziller
2019-11-01
1
-3
/
+3
|
\
|
*
CMake: Fix UI text
Leena Miettinen
2019-10-28
1
-3
/
+3
*
|
CMake: Put source directory last when running cmake
Tobias Hunger
2019-10-18
1
-1
/
+2
*
|
CMake: Write creators settings into build directory
Tobias Hunger
2019-10-18
1
-7
/
+0
|
/
*
CMake: Make CMakeParser work again
Tobias Hunger
2019-07-25
1
-0
/
+1
*
CMake: Allow cancellation of CMake process
Tobias Hunger
2019-06-19
1
-5
/
+32
*
Make: Fake progress when running cmake
Tobias Hunger
2019-06-17
1
-3
/
+4
*
CMake: Use Utils::CommandLine in CMakeProcess
Tobias Hunger
2019-06-11
1
-8
/
+7
*
CMake: Factor out code to run cmake from tealeafreader
Tobias Hunger
2019-06-07
1
-0
/
+230