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
/
testcodeparser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoTest: Output time taken when parsing tests
Marcus Tillmanns
2023-05-12
1
-0
/
+2
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
Tasking::Async: Rename Async into AsyncTask
Jarek Kobus
2023-05-03
1
-3
/
+3
*
FutureSynchronizer: Change the default value of cancelOnWait to true
Jarek Kobus
2023-04-26
1
-1
/
+0
*
AutoTest: Optimize starting task tree in TestCodeParser::scanForTests()
Jarek Kobus
2023-04-25
1
-5
/
+2
*
AutoTest: Further optimize TestCodeParser::scanForTests()
Jarek Kobus
2023-04-25
1
-30
/
+29
*
AutoTest: Only handle document updates if necessary
Christian Stenger
2023-04-25
1
-2
/
+13
*
AutoTest: Optimize TestCodeParser::scanForTests
Jarek Kobus
2023-04-24
1
-9
/
+5
*
TestCodeParser: Apply priority to thead pool
Jarek Kobus
2023-03-10
1
-1
/
+1
*
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-7
/
+7
*
Autotest: Use QPromise for async calls
Jarek Kobus
2023-02-27
1
-4
/
+4
*
TestCodeParser: Reuse TaskTree
Jarek Kobus
2023-02-06
1
-44
/
+47
*
AutoTest: Use using namespace Utils more often
Jarek Kobus
2023-01-27
1
-21
/
+21
*
AutoTest: Reduce parsing attempts
Christian Stenger
2023-01-23
1
-5
/
+13
*
AutoTest: Only scan necessary files for tests
Marcus Tillmanns
2023-01-23
1
-4
/
+25
*
Autotest: Add ITestParser::supportedExtensions
Marcus Tillmanns
2023-01-23
1
-2
/
+2
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
AutoTest: Pass context object to lambda connections
Jarek Kobus
2022-12-08
1
-3
/
+3
*
CPlusPlus: Proliferate FilePath use
hjk
2022-11-22
1
-1
/
+1
*
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-11-03
1
-0
/
+4
|
\
|
*
Autotest: Don't parse tests without files
Marcus Tillmanns
2022-10-26
1
-0
/
+4
*
|
Utils: Add sorted() function
Christian Kandeler
2022-10-25
1
-2
/
+2
|
/
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Autotest: Convert to Tr::tr
hjk
2022-08-01
1
-3
/
+2
*
qmljs: (QString -> Utils::FilePath)++
Fawzi Mohamed
2022-07-13
1
-2
/
+2
*
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-4
/
+4
*
Replace two bool flags with one enum
Jarek Kobus
2021-07-02
1
-24
/
+23
*
Simplify the assert condition
Jarek Kobus
2021-07-01
1
-3
/
+3
*
AutoTest: Use Utils::FilePath for files and directories
Christian Stenger
2021-05-27
1
-17
/
+17
*
AutoTest: Prefer ITestParser to ITestFramework in TestCodeParser
Bernhard Beschow
2021-02-08
1
-26
/
+19
*
AutoTest: Turn global variable into attribute
Bernhard Beschow
2021-01-06
1
-10
/
+6
*
Don't access static functions/fields via instance
Alessandro Portale
2020-11-27
1
-4
/
+4
*
AutoTest: Introduce ITestTool
Christian Stenger
2020-11-16
1
-6
/
+10
*
AutoTest: Clean up header mess
Christian Stenger
2020-11-09
1
-4
/
+4
*
Core/Utils: Migrate further to Utils::Id
hjk
2020-07-06
1
-2
/
+2
*
AutoTest: Restore former check state on reparse
Christian Stenger
2020-06-18
1
-0
/
+1
*
AutoTest: Move TestCodeParser and TestTreeModel ownership to plugin pimpl
hjk
2020-03-20
1
-7
/
+4
*
AutoTest: Use ITestFramework * instead of its id in some cases
hjk
2020-03-16
1
-28
/
+20
*
AutoTest: Reparse only newly added frameworks
Christian Stenger
2019-09-18
1
-1
/
+0
*
AutoTest: Remove leftover code and message
Christian Stenger
2019-09-17
1
-11
/
+1
*
AutoTest: Allow re-parsing with a sub-set of parsers
Christian Stenger
2019-09-17
1
-32
/
+40
*
AutoTest: Re-order responsibilities
Christian Stenger
2019-09-06
1
-0
/
+1
*
AutoTest: Unify container usage in TestFrameworkManager
Christian Stenger
2019-08-22
1
-1
/
+1
*
Autotest: Avoid a deprecation warning
hjk
2019-07-05
1
-1
/
+1
*
Avoid more deprecation warnings
hjk
2019-07-05
1
-2
/
+2
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-2
/
+2
*
AutoTest: Remove scan filter capability
Christian Stenger
2019-03-18
1
-23
/
+0
*
Remove hard-coded disabling of debug logs
Orgad Shaneh
2018-10-13
1
-1
/
+1
*
Utils: Purge qtcfallthrough.h
Orgad Shaneh
2018-04-09
1
-1
/
+0
[next]