summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qcborvalue
Commit message (Expand)AuthorAgeFilesLines
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-261-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-0/+62
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-1/+14
|\
| * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-071-1/+14
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+200
|\|
| * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-0/+8
| * QCborValue: add tests of parsing invalid ISO date-time stringsThiago Macieira2020-04-301-4/+72
| * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-0/+15
| * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-0/+109
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-0/+12
|\|
| * QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-0/+12
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-0/+125
|\|
| * QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-0/+54
| * QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-0/+71
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-083-15/+111
|\|
| * tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
| * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-272-11/+43
| * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-0/+54
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-13/+91
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
| * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
| * QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-12/+59
| * Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-0/+3
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+2
|\|
| * Featurize support for signaling NaNEdward Welbourne2019-09-301-0/+2
* | cmake: add tests in corelib/serializationFrederik Gladhorn2019-10-071-1/+10
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-10/+69
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-10/+69
| |\
| | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-10/+69
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-3/+58
|\| |
| * | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-011-2/+57
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-1/+1
| |\|
| | * tst_QCborValue: Disable support for spaceship operatorJüri Valdmann2018-10-311-1/+1
* | | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+6
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-0/+3
|\|
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-081-0/+3
* | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-031-0/+81
|/
* tst_QCborValue: eliminate unused lambdaEdward Welbourne2018-09-251-1/+0
* QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-0/+6
* QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-301-0/+165
* QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-051-3/+4
* QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-041-0/+31
* Long live DOM API for CBOR!Thiago Macieira2018-06-082-0/+1501