summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qcborstreamreader/tst_qcborstreamreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Skip test that fails with Address Sanitizer enabledDimitrios Apostolou2022-04-121-0/+7
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-071-3/+9
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-061-1/+4
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-271-4/+45
* Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-9/+99
* QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-2/+2
* QCborStreamReader: use QByteArray directly if possibleThiago Macieira2018-06-061-11/+167
* Long live QCborStreamReader!Thiago Macieira2018-05-271-0/+935