summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qtendian/tst_qtendian.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QtEndian: rewrite the ENDIAN_TEST macros to support FPMarc Mutz2023-12-111-30/+32
* Fix return value of qbswap(qint128)Marc Mutz2023-12-111-0/+29
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Endian: Remove old special integer bitfieldsUlf Hermann2022-06-161-29/+0
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-021-1/+11
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-071-1/+105
* Suppress gcc warning -Wmemset-elt-size on test codeEdward Welbourne2021-06-141-1/+5
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* qendian: Fix float conversionsIvan Komissarov2018-10-281-3/+37
* Avoid signed/unsigned warning in templateEdward Welbourne2018-08-161-1/+1
* Add qbswap for a memory regionThiago Macieira2018-07-041-0/+136
* Move qle_bitfield to qendian_p.hAllan Sandfeld Jensen2017-06-271-0/+84
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add Q_UINT64_C to 64 bit integer literal.Carl Schumann2012-05-151-1/+1
* Enable endianness conversions on q(u)int8João Abecasis2012-03-251-0/+146