index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
other
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove compiler test
Allan Sandfeld Jensen
2020-10-02
10
-1759
/
+0
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-09-23
2
-2
/
+2
*
Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGS
Edward Welbourne
2020-09-14
1
-4
/
+0
*
Remove most compiler warnings about missing overrides
Lars Knoll
2020-09-11
1
-1
/
+1
*
Avoid inifinite recursion call in tst_Compiler::cxx11_noexcept
Tor Arne Vestbø
2020-08-28
1
-1
/
+2
*
Automatically register data/debug stream operations in QMetaType
Lars Knoll
2020-08-24
1
-37
/
+0
*
Disable warning about self-move and self-assign-overload
Tor Arne Vestbø
2020-07-26
1
-0
/
+3
*
CMake: Regenerate tests with new qt_ prefixed APIs
Alexandru Croitor
2020-07-09
2
-2
/
+2
*
Use QList instead of QVector in other tests
Jarek Kobus
2020-06-25
1
-21
/
+6
*
Make utf8_source the default for qmake builds
Lars Knoll
2020-05-14
1
-0
/
+16
*
Merge remote-tracking branch 'origin/dev' into wip/cmake
Leander Beernaert
2019-11-19
1
-2
/
+2
|
\
|
*
Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword
Volker Hilsheimer
2019-10-29
1
-2
/
+2
*
|
Regenerate tests/auto/other
Alexandru Croitor
2019-11-13
1
-0
/
+16
*
|
Convert tests/auto/other
Leander Beernaert
2019-10-28
1
-0
/
+17
|
/
*
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-1
/
+1
*
set attribute specifier before namespace name
Alexander Shevchenko
2018-03-09
1
-1
/
+1
*
Tests: Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-04
1
-3
/
+0
*
Change almost all other uses of qrand() to QRandomGenerator
Thiago Macieira
2017-11-08
1
-5
/
+5
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-05
1
-1
/
+4
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-05
1
-1
/
+4
|
|
\
|
|
*
qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015
Marc Mutz
2016-09-03
1
-1
/
+4
*
|
|
Use qtConfig throughout in qtbase
Lars Knoll
2016-08-19
1
-2
/
+2
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-06
1
-3
/
+4
|
\
|
|
*
Force the use of the C++11 alignof keyword instead of an extension
Thiago Macieira
2016-05-29
1
-3
/
+4
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-29
1
-5
/
+85
|
\
|
|
*
tst_compiler: Expand the attribute test
Thiago Macieira
2016-04-28
1
-5
/
+85
*
|
Update the Intel copyright year
Thiago Macieira
2016-01-21
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-21
6
-102
/
+72
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-12-02
1
-1
/
+2
|
\
|
|
*
Use correct test to add C++14 to the project configuration
James McDonnell
2015-12-01
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-11-23
1
-14
/
+173
|
\
|
|
*
tst_compiler: check more cases for RVALUE_REFS
Marc Mutz
2015-11-22
1
-11
/
+75
|
*
tst_compiler: check more cases for RANGE_FOR
Marc Mutz
2015-11-20
1
-0
/
+93
|
*
tst_compiler: make the check for C++14 return type deduction harder
Marc Mutz
2015-11-19
1
-3
/
+5
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-11-18
1
-0
/
+1
|
\
|
|
*
tst_compiler: Silence MSVC 2015 warning about unused variable
Thiago Macieira
2015-11-18
1
-0
/
+1
*
|
Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.
Friedemann Kleint
2015-09-01
1
-1
/
+0
|
/
*
Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
Friedemann Kleint
2015-07-28
1
-2
/
+2
*
Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).
Friedemann Kleint
2015-07-27
1
-6
/
+6
*
Update copyright headers
Jani Heikkinen
2015-02-11
6
-41
/
+41
*
Gcc 4.5.* build fix.
Tomasz Olszak
2014-10-10
1
-3
/
+12
*
Update license headers and add new license files
Matti Paaso
2014-09-24
6
-113
/
+65
*
Expand the compiler test with C++11 and C++14 compiler tests
Thiago Macieira
2014-06-27
3
-2
/
+811
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
5
-5
/
+5
*
QMetaType build fix with Q_NO_CURSOR and friends.
Jędrzej Nowacki
2012-09-27
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
5
-124
/
+124
*
Set the Qt API level to compatibility mode in all tests.
Thiago Macieira
2012-08-01
1
-0
/
+1
*
Remove ARMFPA support and Q_DOUBLE_FORMAT detection
Bradley T. Hughes
2012-03-01
1
-10
/
+0
*
Reduce QtCore lib binary size by around ~3KB, by removing template code
Jędrzej Nowacki
2012-02-27
1
-3
/
+1
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
5
-5
/
+5
[next]