summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+2
|\
| * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-0/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-0/+12
|\|
| * QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-0/+12
* | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-111-0/+41
* | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-111-0/+19
* | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-111-81/+253
* | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-111-1/+0
* | QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-5/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+3
|\|
| * Blacklist and skip failing tests for Boot2Qt / 64 bit armSami Nurmenniemi2017-10-211-0/+3
* | QRandomGenerator: improve floating-point random generationThiago Macieira2017-10-201-1/+49
* | configure: make C++11 <random> a required functionalityThiago Macieira2017-10-161-23/+3
* | QRandomGenerator: update API to better nameThiago Macieira2017-09-221-28/+28
* | Long live qEnvironmentVariable()Thiago Macieira2017-08-041-3/+64
* | Fix use of getentropy on larger blocksThiago Macieira2017-07-271-1/+1
* | QRandomGenerator: use getentropy on Linux & OpenBSDThiago Macieira2017-06-301-1/+1
* | Move qle_bitfield to qendian_p.hAllan Sandfeld Jensen2017-06-272-1/+85
* | QRandomGenerator: don't internally rely on QT_HAS_INCLUDEThiago Macieira2017-06-201-7/+10
* | 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