summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/cbordump
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-221-9/+10
* Correct license for examples filesLucie Gérard2024-03-071-1/+1
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-081-9/+7
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-081-26/+26
* Core serialization examples: spacing-only clang-format changesEdward Welbourne2023-09-052-12/+12
* Exclude some examples from Android buildElias Hautala2023-08-281-0/+4
* examples/: implicit capture of `this` via [=] is deprecated in C++20Ahmad Samir2023-08-181-2/+2
* Doc: Update example category namesKai Köhne2023-07-101-1/+1
* Shrink the CBOR dumper example's imageEdward Welbourne2023-05-151-0/+0
* Add metadata to serialization examplesEdward Welbourne2023-05-151-0/+1
* Update cbordump image to a higher-resolution oneEdward Welbourne2023-05-091-0/+0
* Doc: Add XML, Json, CBOR examples to IO categoryKai Köhne2023-05-091-0/+1
* Replace runic XSLT with a python script and tidy cbordump codeEdward Welbourne2023-05-023-201/+276
* Update table of CBOR tag descriptions in cbordump exampleEdward Welbourne2023-04-192-46/+185
* Remove excess namespaces from XSLTEdward Welbourne2023-04-191-1/+2
* Rework documentation of cbordump exampleEdward Welbourne2023-03-201-23/+24
* Use local names to make some numeric_limits references more readableEdward Welbourne2023-03-201-5/+7
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Add CBOR documentationØystein Heskestad2022-09-013-0/+54
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-49/+2
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-171-5/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-1/+3
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-1/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Regenerate examplesAlexandru Croitor2020-02-041-2/+2
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-1/+1
|\
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-0/+1
* | Allow to build examples as standalone projectKevin Funk2019-06-051-15/+22
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-2/+1
|\|
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
* | CMake: Add more examplesTobias Hunger2019-03-261-0/+19
|/
* cbordump: Fix build with linux-clang-libc++Jüri Valdmann2018-07-121-0/+1
* Example: add a simple CBOR dumper toolThiago Macieira2018-05-283-0/+803