summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-243-12/+0
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-173-15/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-163-3/+9
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-154-8/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-103-3/+3
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-173-3/+3
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-3/+3
* Doc: Fix link issues for QtCoreTopi Reinio2020-10-291-3/+2
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-273-0/+12
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-193-3/+3
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-242-3/+0
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-4/+4
* CMake: Regenerate examplesAlexandru Croitor2020-07-093-3/+15
* Use QList instead of QVector in examplesJarek Kobus2020-06-237-17/+17
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Regenerate examplesAlexandru Croitor2020-02-043-6/+6
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-294-18/+18
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-18/+18
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-247-87/+15
|\|
| * Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-094-82/+10
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-153-5/+5
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-143-3/+3
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-123-0/+3
* | Allow to build examples as standalone projectKevin Funk2019-06-053-55/+76
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-4/+4
|\|
| * Prefix textstream operators with Qt::Lars Knoll2019-05-022-4/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-167-12/+8
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-3/+3
| |\
| | * Examples: properly parse more than one element in maps and listsThiago Macieira2019-03-221-3/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-193-6/+3
| |\|
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-183-6/+3
| * | Cleanup QtCore examplesChristian Ehrlicher2019-02-063-3/+2
| * | Examples: cleanup foreach usageChristian Ehrlicher2019-02-022-2/+2
* | | CMake: Add more examplesTobias Hunger2019-03-264-0/+72
|/ /
* / Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-031-13/+0
|/
* cbordump: Fix build with linux-clang-libc++Jüri Valdmann2018-07-121-0/+1
* 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-0416-0/+2494
* Example: add a simple CBOR dumper toolThiago Macieira2018-05-284-1/+806
* Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-15/+15
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-2610-0/+1005