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
/
quick
/
quicktestparser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoTest: Further optimize TestCodeParser::scanForTests()
Jarek Kobus
2023-04-25
1
-1
/
+1
*
QmlJS: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-14
1
-4
/
+2
*
AutoTest: Fix missing includes
Christian Stenger
2023-03-02
1
-0
/
+2
*
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-3
/
+6
*
Autotest: Use QPromise for async calls
Jarek Kobus
2023-02-27
1
-12
/
+9
*
AutoTest: Use using namespace Utils more often
Jarek Kobus
2023-01-27
1
-23
/
+19
*
AutoTest: Use TestResult as value type
Jarek Kobus
2023-01-27
1
-2
/
+2
*
AutoTest: Add option to disable derived checks
Marcus Tillmanns
2023-01-23
1
-4
/
+18
*
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
-14
/
+14
*
CPlusPlus: Return FilePaths from Document::includedFile
hjk
2022-11-25
1
-2
/
+2
*
CPlusPlus: Proliferate FilePath use
hjk
2022-11-22
1
-6
/
+7
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Autotest: Save a lookup in quicktestparser.cpp
hjk
2022-08-29
1
-6
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Merge remote-tracking branch 'origin/8.0'
hjk
2022-08-03
1
-2
/
+2
|
\
|
*
AutoTest: Do not use reference for file content
Christian Stenger
2022-08-02
1
-1
/
+1
|
*
AutoTest: Prevent possible crash
Christian Stenger
2022-08-02
1
-1
/
+1
*
|
Autotest: Convert to Tr::tr
hjk
2022-08-01
1
-1
/
+1
*
|
qmljs: (QString -> Utils::FilePath)++
Fawzi Mohamed
2022-07-13
1
-13
/
+22
|
/
*
Merge remote-tracking branch 'origin/5.0'
Eike Ziller
2021-09-07
1
-0
/
+1
|
\
|
*
AutoTest: Do not unnecessarily update QmlJS code model
Christian Stenger
2021-09-02
1
-0
/
+1
*
|
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-6
/
+6
*
|
Pass QFutureInterface by reference
Jarek Kobus
2021-08-30
1
-3
/
+3
*
|
CppTools: Use only const pointers for ProjectInfo and ProjectPart
Christian Kandeler
2021-08-27
1
-2
/
+2
|
/
*
AutoTest: More filepathification
Christian Stenger
2021-06-17
1
-7
/
+7
*
AutoTest: Take precompiled headers into account
Christian Stenger
2021-06-07
1
-5
/
+37
*
AutoTest: Use Utils::FilePath for files and directories
Christian Stenger
2021-05-27
1
-16
/
+16
*
Use qAsConst with non-const Qt containers in range-loops
Alessandro Portale
2021-02-17
1
-1
/
+1
*
AutoTest: Improve type safety in TestParseResult
Bernhard Beschow
2021-02-04
1
-1
/
+1
*
AutoTest: Use working copy of own parser
Bernhard Beschow
2021-01-22
1
-7
/
+6
*
Merge remote-tracking branch 'origin/4.14'
Eike Ziller
2020-11-19
1
-4
/
+3
|
\
|
*
Fix a warning about const signal
Jarek Kobus
2020-11-17
1
-4
/
+3
*
|
Use const iterator with std::find_if where possible
Jarek Kobus
2020-11-19
1
-3
/
+3
*
|
Don't access static functions/fields via instance
Alessandro Portale
2020-11-19
1
-2
/
+3
*
|
AutoTest: Clean up header mess
Christian Stenger
2020-11-09
1
-0
/
+1
*
|
AutoTest: Use base of framework inside TestTreeItem
Christian Stenger
2020-11-09
1
-1
/
+2
|
/
*
AutoTest: performance-for-range-copy
Alessandro Portale
2020-06-12
1
-1
/
+1
*
AutoTest: Use QMap::keys() return type directly
hjk
2020-04-29
1
-1
/
+1
*
Autotest: Keep track of generating framework in TestTreeItem
hjk
2020-03-27
1
-1
/
+1
*
AutoTest: Use ITestFramework * instead of its id in some cases
hjk
2020-03-16
1
-10
/
+10
*
AutoTest: De-noise code a bit
Christian Stenger
2019-09-02
1
-24
/
+26
*
AutoTest: fine tune quick test case specs
David Schulz
2019-07-30
1
-18
/
+18
*
AutoTest: Fix parsing of multiple test cases in single qml file
Christian Stenger
2019-07-30
1
-20
/
+21
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-2
/
+2
*
AutoTest: Code cosmetics
Christian Stenger
2018-07-20
1
-5
/
+1
*
AutoTest: Handle direct usage of quick_test_main
Christian Stenger
2018-07-12
1
-3
/
+15
*
AutoTest: Fix handling of cpp files for Quick tests
Christian Stenger
2018-07-11
1
-3
/
+21
*
AutoTest: Fix wrong behavior when rescan is triggered
Christian Stenger
2018-01-16
1
-3
/
+4
*
Convert macros from plain QByteArray to a vector of structs
Marco Bubke
2017-09-14
1
-12
/
+13
[next]