summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/convert/cborconverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework documentation of the serialization converter exampleEdward Welbourne2023-11-011-8/+5
* Eliminate duplicate overrides of Converter methods in exampleEdward Welbourne2023-11-011-14/+0
* Replace confusing member variable with a predicateEdward Welbourne2023-11-011-1/+1
* Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...)Edward Welbourne2023-10-301-12/+10
* Split VariantOrderedMap out of Converter's header in exampleEdward Welbourne2023-10-161-0/+1
* Turn Directions enum into an enum class in serialization converterEdward Welbourne2023-09-081-2/+2
* Turn Converter::Direction into a QFlags enumEdward Welbourne2023-09-081-2/+2
* Serialization converter example: const-ify the Converter typeEdward Welbourne2023-09-081-14/+14
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-081-5/+6
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-081-2/+4
* Core examples: consistent #include orderEdward Welbourne2023-06-161-3/+3
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-3/+3
* Add CBOR documentationØystein Heskestad2022-09-011-4/+10
* Use SPDX license identifiersLucie Gérard2022-05-161-49/+2
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-2/+0
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-2/+2
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Cleanup QtCore examplesChristian Ehrlicher2019-02-061-1/+0
* Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-031-13/+0
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-3/+0
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-10/+0
* Examples: add an example that converts between different file formatsThiago Macieira2018-07-041-0/+406