index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
autotest
/
testframeworkmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoTests: Aspectify parts of main settings
hjk
2023-05-12
1
-2
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-4
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Autotest: Convert to Tr::tr
hjk
2022-08-01
1
-1
/
+0
*
TestFrameworkManager: Don't leak test tools on shutdown
Jarek Kobus
2022-06-28
1
-0
/
+1
*
AutoTest: Support some ctest settings
Christian Stenger
2021-09-21
1
-0
/
+4
*
Autotest: Partially aspectify autotest settings
hjk
2021-03-31
1
-2
/
+2
*
AutoTest: Handle test tools inside project settings
Christian Stenger
2021-01-15
1
-0
/
+8
*
AutoTest: Allow registering ITestTools
Christian Stenger
2020-11-27
1
-3
/
+30
*
AutoTest: Clean up header mess
Christian Stenger
2020-11-09
1
-1
/
+1
*
AutoTest: Rename IFrameworkSettings to ITestSettings
Christian Stenger
2020-11-09
1
-2
/
+2
*
Core/Utils: Migrate further to Utils::Id
hjk
2020-07-06
1
-0
/
+1
*
AutoTest: Add a itestframework.cpp
hjk
2020-04-22
1
-6
/
+0
*
Autotest: Slim down TestFrameworkManager interface
hjk
2020-03-27
1
-47
/
+4
*
Autotest: Keep track of generating framework in TestTreeItem
hjk
2020-03-27
1
-8
/
+0
*
Autotest: Move Test{FrameWorkManager,Runner} singletons
hjk
2020-03-26
1
-5
/
+1
*
AutoTest: Simplify TestFrameworkManager
hjk
2020-03-25
1
-27
/
+19
*
AutoTest: Move TestCodeParser and TestTreeModel ownership to plugin pimpl
hjk
2020-03-20
1
-2
/
+0
*
AutoTest: Use ITestFramework * instead of its id in some cases
hjk
2020-03-16
1
-74
/
+13
*
AutoTest: Provide easy Id<->ITestFramework * mapping
hjk
2020-03-16
1
-1
/
+6
*
AutoTest: Tie framework settings explicitly to ITestFramework instance
hjk
2020-03-13
1
-12
/
+5
*
AutoTest: Use normal object for settings
hjk
2020-03-02
1
-1
/
+1
*
AutoTest: Drop ITestSettingsPage intermediate class
hjk
2020-01-15
1
-1
/
+8
*
AutoTest: De-noise code a bit
Christian Stenger
2019-09-02
1
-20
/
+22
*
AutoTest: Shuffle namespaces for clearer separation
Christian Stenger
2019-09-02
1
-5
/
+3
*
AutoTest: Unify container usage in TestFrameworkManager
Christian Stenger
2019-08-22
1
-4
/
+11
*
Remove hard-coded disabling of debug logs
Orgad Shaneh
2018-10-13
1
-1
/
+1
*
AutoTest: Allow framework specific tool tip on settings
Christian Stenger
2018-04-12
1
-0
/
+7
*
AutoTest: Access plugin singleton through static functions
Christian Stenger
2018-02-01
1
-1
/
+1
*
AutoTest: Avoid global object pool
Christian Stenger
2018-02-01
1
-4
/
+3
*
AutoTest: Allow grouping of test cases
Christian Stenger
2018-01-15
1
-1
/
+15
*
TestFrameworkManager: Add missing static keyword
Eike Ziller
2017-10-17
1
-1
/
+1
*
AutoTest: Modernize code
Christian Stenger
2017-02-17
1
-6
/
+6
*
AutoTest: Simplify settingspage creation for frameworks
Christian Stenger
2016-10-26
1
-1
/
+1
*
AutoTest: Separate settings pages
Christian Stenger
2016-10-10
1
-0
/
+6
*
AutoTest: Move framework settings into framework manager
Christian Stenger
2016-10-10
1
-0
/
+24
*
AutoTest: Display hint if no framework is active
Christian Stenger
2016-06-14
1
-0
/
+9
*
AutoTest: Delete framework if it cannot get registered
Christian Stenger
2016-06-14
1
-1
/
+1
*
AutoTest: Introduce active state for test frameworks
Christian Stenger
2016-06-14
1
-7
/
+51
*
AutoTest: Add test frame work handling
Christian Stenger
2016-06-09
1
-0
/
+111