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
/
perfprofiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
RunWorker: Merge RecipeRunner with RunWorker
Jarek Kobus
2025-04-28
1
-1
/
+1
*
PerfProfiler: Reuse PERFPROFILER_RUNNER from ProjectExplorer
Jarek Kobus
2025-04-25
2
-4
/
+2
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
1
-1
/
+1
*
Transform ProcessRunner into RecipeRunner
Jarek Kobus
2025-04-10
1
-5
/
+3
*
PerfProfiler: Use QList instead of QVector
hjk
2025-04-10
10
-35
/
+34
*
ProcessRunner: Modify start modifier signature
Jarek Kobus
2025-04-04
1
-4
/
+4
*
PerfProfiler: Remove downcast in PerfProfilerRunWorkerFactory
Jarek Kobus
2025-04-01
1
-13
/
+11
*
Merge "Merge remote-tracking branch 'origin/16.0'"
The Qt Project
2025-04-01
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-04-01
1
-1
/
+1
|
|
\
|
|
*
PerfProfiler: Fix stopping with red square button
Jarek Kobus
2025-04-01
1
-1
/
+1
*
|
|
PerfProfiler: Transform PerfParserWorker into RecipeRunner
Jarek Kobus
2025-04-01
2
-47
/
+46
*
|
|
PerfProfiler: Hide PerfParserWorker::reader() getter
Jarek Kobus
2025-04-01
1
-13
/
+9
|
/
/
*
|
PerfProfiler: Use Constants consistently
Jarek Kobus
2025-03-24
1
-1
/
+1
*
|
ProjectExplorer: Make run config aspects take a BuildConfiguration
Christian Kandeler
2025-03-11
2
-4
/
+4
*
|
ProjectExplorer: Make run configurations per build configuration
Christian Kandeler
2025-03-06
1
-1
/
+1
*
|
RunWorker: Use postMessage instead of appendMessage
Jarek Kobus
2025-03-06
1
-5
/
+5
*
|
PerfProfiler: More cleanup
Jarek Kobus
2025-03-03
39
-175
/
+93
*
|
PerfProfiler: Clean includes and forward declarations
Jarek Kobus
2025-02-27
3
-16
/
+10
*
|
PerfProfiler: Add missing constant for perf profiler run mode
Jarek Kobus
2025-02-20
2
-3
/
+5
*
|
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-02-19
1
-0
/
+4
|
\
|
|
*
Perf: White-list supported device types
hjk
2025-02-17
1
-0
/
+4
*
|
Docker: Move DOCKER_DEVICE_TYPE constant to ProjectExplorer
hjk
2025-02-18
1
-1
/
+1
|
/
*
ProjectExplorer: Add convenience accessors to some classes
Christian Kandeler
2025-01-23
3
-13
/
+10
*
ProjectExplorer: Add and make use of forwarding accessors in Project
Christian Kandeler
2025-01-20
1
-2
/
+1
*
PerfProfiler: Replace essential with reverse dependency
Jarek Kobus
2025-01-17
1
-4
/
+1
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
3
-4
/
+4
*
PerfProfiler: Get rid of dummy worker
Jarek Kobus
2025-01-10
1
-15
/
+10
*
RunWorker: Remove RunWorker's perf channel getters
Jarek Kobus
2025-01-10
1
-2
/
+2
*
PerfProfiler: Call suppressDefaultStdOutHandling() just once
Jarek Kobus
2025-01-10
1
-2
/
+1
*
Perf: disentangle record and parse worker construction
hjk
2025-01-08
1
-24
/
+48
*
PerfProfiler: Dismantle PerfProfilerRunner
Jarek Kobus
2025-01-07
1
-62
/
+58
*
PerfProfiler: Remove private fields of PerfProfilerRunner
Jarek Kobus
2025-01-07
1
-21
/
+18
*
PerfProfiler: Remove unused friend declaration
Jarek Kobus
2025-01-07
1
-3
/
+0
*
PerfProfiler: Remove PerfProfilerRunner::start() reimplementation
Jarek Kobus
2025-01-07
1
-8
/
+3
*
ProfProfiler: Simplify setting dependency
Jarek Kobus
2025-01-07
1
-5
/
+3
*
PE: Get rid of ProcessRunner::process()
Jarek Kobus
2025-01-07
1
-12
/
+5
*
PerfProfiler: Get rid of LocalPerfRecordWorker
Jarek Kobus
2025-01-07
1
-67
/
+21
*
PerfProfiler: Replace LocalPerfRecordWorker::recorder with property
Jarek Kobus
2025-01-07
1
-9
/
+2
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
2
-5
/
+4
*
Debugger/ProjectExplorer: Promote run configuration aspect widgets
hjk
2024-12-20
1
-3
/
+5
*
Debugger: Merge analyzerconstants.h into debuggerconstants.h
hjk
2024-12-20
1
-1
/
+1
*
Debugger: Merge analyzermanager.h into analyzerutils.h
hjk
2024-12-20
1
-1
/
+1
*
PE: Return Result from canRunStartupProject()
Jarek Kobus
2024-12-19
1
-1
/
+1
*
ProjectExplorer: Dissolve kitaspects.{h,cpp}
Christian Kandeler
2024-11-20
5
-5
/
+6
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-11-19
1
-0
/
+1
*
Core: Provide settings categories centrally
Christian Kandeler
2024-11-15
1
-5
/
+0
*
ProjectExplorer: Rename DeviceKitAspect to RunDeviceKitAspect
Christian Kandeler
2024-11-07
2
-2
/
+2
*
PerfProfiler: Apply environment before starting
Christian Stenger
2024-10-28
1
-0
/
+1
*
Revert "Plugins: Improve display names of plugins"
Eike Ziller
2024-10-16
1
-1
/
+1
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-10-16
1
-1
/
+1
[next]