summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
| * | | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-241-3/+3
| * | | Implement qFpClassify(qfloat16)Edward Welbourne2019-04-241-0/+19
| * | | Implement std::numeric_limits<qfloat16>Edward Welbourne2019-04-241-0/+142
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-169-30/+141
|\| | |
| * | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
| * | | Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-6/+0
| * | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-8/+0
| * | | Replace a misguided test with a valid oneEdward Welbourne2019-03-271-1/+1
| * | | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-1/+31
| * | | Refine and extend tst_qnumeric's checks on infinity and NaNEdward Welbourne2019-03-191-7/+24
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-2/+1
| |\|
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-0/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-0/+4
| | |\
| | | * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-261-0/+4
| * | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-3/+37
| |\| |
| | * | qendian: Fix float conversionsIvan Komissarov2018-10-281-3/+37
| * | | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-312-0/+41
| |/ /
| * | Fix odd test in tst_qflagsAllan Sandfeld Jensen2018-10-171-1/+1
* | | Begin port of qtbase to CMakeSimon Hausmann2018-11-0113-0/+40
* | | Set qlogging test helper executable name via defineTobias Hunger2018-10-242-2/+3
|/ /
* | Avoid signed/unsigned warning in templateEdward Welbourne2018-08-161-1/+1
* | QRandomGenerator: remove unnecessary cast to float in RandomValueFPThiago Macieira2018-07-291-1/+1
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-2/+4
* | Add qbswap for a memory regionThiago Macieira2018-07-041-0/+136
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-022-3/+17
|\|
| * Android: fix tst_qloggingMÃ¥rten Nordheim2018-06-282-1/+19
| * Make tests compile for AndroidLiang Qi2018-06-252-2/+2
* | tst_qlogging: Fix execution for WinRTOliver Wolff2018-06-273-12/+26
* | Declare the operator| in the Qt namespace for QFlags in that namespacesOlivier Goffart2018-04-081-0/+22
|/
* Fix thread_local testSamuli Piippo2018-02-231-1/+1
* Update the overflow functions to include qsizetypeThiago Macieira2018-01-241-9/+145
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-5/+0
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-1/+3
|\
| * 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
* | | Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-021-2/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-0/+12
|\| |
| * | 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
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-301-82/+313
|\| |
| * | 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
* | | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-212-0/+44
* | | Add support for C11 static_assert and thread_localThiago Macieira2017-11-213-1/+129
|/ /
* | 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
|\|