summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborvalue.h
Commit message (Expand)AuthorAgeFilesLines
* CBOR: remove the X11 True and False for goodThiago Macieira2020-11-181-2/+2
* QCborValue: streamline some code with qExchangeGiuseppe D'Angelo2020-10-131-3/+1
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-6/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-3/+3
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-061-0/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-3/+2
|\
| * QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-3/+2
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* | Make QCborValue::toCbor() constLars Knoll2020-03-251-2/+2
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+2
|\
| * Resolve a build error for ICC 19Inho Lee2020-01-091-2/+2
* | Split cborstream feature in twoUlf Hermann2019-12-121-2/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-3/+3
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-3/+3
* | Reimplement JSON support on top of CborUlf Hermann2019-10-211-0/+4
* | Provide a feature for CBOR stream I/OUlf Hermann2019-10-161-0/+4
* | Cbor: Avoid QUrl in bootstrap codeUlf Hermann2019-10-151-0/+4
|/
* Cbor: Add overloads for QStringViewUlf Hermann2019-08-221-0/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+9
|\
| * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-1/+9
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+1
|\|
| * Fix warning about missing initializer for a struct memberThiago Macieira2018-11-081-1/+1
* | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-011-0/+12
* | doc: Revert to documenting the actual functionsMartin Smith2018-10-161-10/+0
* | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-031-0/+6
|/
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+2
* QCborValue: Disable support for spaceship operatorThiago Macieira2018-07-291-3/+3
* CBOR: Use "noexcept" directlyThiago Macieira2018-07-141-11/+11
* QCborArray & Map: implement move semanticsThiago Macieira2018-07-051-2/+11
* QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-051-3/+7
* CBOR: Avoid conflicts with X11 #defines in our enumsMichael Pyne2018-07-041-0/+11
* QCborValue: implement move semantics for QCbor{Array,Map} constructorsThiago Macieira2018-07-041-0/+2
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-0/+4
* QCborValue: fix warning about shadowing membersThiago Macieira2018-06-181-4/+4
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-081-0/+8
* Long live DOM API for CBOR!Thiago Macieira2018-06-081-0/+427