summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Long live QRandomGeneratorThiago Macieira2017-06-123-0/+705
* qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-1/+25
* Fix tst_qmessagehandler for configurations without process supportOliver Wolff2017-05-311-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-2/+57
|\
| * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-2/+57
* | tst_qmessagehandler: fix qMessagePattern for arm with optimizations onSami Nurmenniemi2017-05-081-1/+1
|/
* Fix test build with ICC: QFlags does not auto cast to uintThiago Macieira2017-04-281-9/+9
* tst_qmessagehandler: fix qMessagePattern for armSami Nurmenniemi2017-04-071-2/+4
* tests: Unify license to GPL-EXCEPTKai Koehne2017-04-032-49/+15
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-6/+8
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-6/+8
* | New qfloat16 classGlen Mabey2017-01-313-0/+271
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-4/+4
* | Long live QTest::addRow()!Marc Mutz2017-01-101-4/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-0/+70
|\|
| * tst_qhooks: test that it's possible to chain multiple hooks togetherMitch Curtis2016-11-181-0/+70
* | foreach: do not use operators that trigger non-evaluated contextsGiuseppe D'Angelo2016-12-101-0/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-172-100/+4
|\|
| * Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-091-4/+4
| * Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-091-95/+0
| * Replace custom type traits with std one'sKai Koehne2016-11-081-3/+2
* | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-232-2/+1
|/
* Use qtConfig throughout in qtbaseLars Knoll2016-08-192-4/+4
* tests/auto/corelib/global: clean upMarc Mutz2016-08-062-10/+10
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-3/+24
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+11
| |\
| | * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-0/+11
| * | Unify license header usage.Jani Heikkinen2016-03-291-3/+13
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-4/+0
|/ /
* | tst_qglobal.cpp: fix compilation with an actual C++14 compilerMarc Mutz2016-03-051-2/+2
* | Add qOverload to select overloaded functionsPeter Kümmel2016-02-151-0/+122
* | Add setFlag method to QFlagsAndre Somers2016-02-081-0/+14
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-212-0/+2
* | Updated license headersJani Heikkinen2016-01-2110-169/+119
* | Fixed qtbase tests to pass with updated license headerJani Heikkinen2016-01-211-8/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-4/+4
|\|
| * Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-2/+4
|\|
| * Use correct test to add C++14 to the project configurationJames McDonnell2015-12-012-2/+4
* | Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-201-0/+31
* | Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-301-0/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+2
|\|
| * Skip tst_QNumeric::addOverflow() for MSVC2015.Friedemann Kleint2015-09-301-2/+2
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-1/+161
|\|
| * Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-1/+161
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-059-9/+9
* | Add a qtHookData field for Qt Creator's data displayhjk2015-09-031-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-019-9/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-1/+1
|/