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
/
autotest
/
testcodeparser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ProjectExplorer: Add convenience accessors to some classes
Christian Kandeler
2025-01-23
1
-1
/
+1
*
TaskTree: Refactor For loops
Jarek Kobus
2024-09-16
1
-2
/
+1
*
TaskTree: Introduce For element
Jarek Kobus
2024-07-10
1
-3
/
+3
*
AutoTest: Allow limiting scan inside project settings
Christian Stenger
2024-04-30
1
-0
/
+34
*
AutoTest: Suppress progress bar more aggressively
Christian Stenger
2024-02-28
1
-1
/
+1
*
AutoTest: Delay reparsing of postponed files
Christian Stenger
2024-02-28
1
-21
/
+5
*
AutoTest: Reuse TaskTreeRunner for test scanner
Jarek Kobus
2024-01-17
1
-15
/
+15
*
AutoTest: Pass a list of results inside testParseResultsReady()
Jarek Kobus
2024-01-15
1
-3
/
+3
*
AutoTest: Use LoopRepeat for test scanner
Jarek Kobus
2024-01-15
1
-15
/
+21
*
TaskTree: Unify done / errorOccurred signals
Jarek Kobus
2023-11-07
1
-4
/
+4
*
TaskTree: Introduce CallDoneIf enum
Jarek Kobus
2023-11-07
1
-2
/
+2
*
AutoTest: Add report helper function
Christian Stenger
2023-09-07
1
-0
/
+13
*
AutoTest: Allow temporarily disabling of functionality
Christian Stenger
2023-08-30
1
-5
/
+20
*
Merge remote-tracking branch 'origin/11.0'
Eike Ziller
2023-07-13
1
-1
/
+1
|
\
|
*
AutoTest: Retrigger scan if active frameworks change
Christian Stenger
2023-07-11
1
-1
/
+1
*
|
CppEditor: Make a few CppModelManager functions static
hjk
2023-07-12
1
-1
/
+1
*
|
Autotest: Adapt to changed settings access pattern again
hjk
2023-07-10
1
-1
/
+1
*
|
AutoTest: Make scan thread limit customizable
Christian Stenger
2023-07-04
1
-1
/
+6
|
/
*
TaskTree: Rename TaskItem into GroupItem
Jarek Kobus
2023-06-06
1
-1
/
+1
*
AutoTest: Tweak postponing parse once more
Christian Stenger
2023-06-05
1
-1
/
+1
*
TaskTree: Refactor Group internal data
Jarek Kobus
2023-05-19
1
-1
/
+1
*
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
[next]