index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
corelib
/
serialization
Commit message (
Expand
)
Author
Age
Files
Lines
*
RSS listing example: prefer setDevice() over addData(readAll())
Edward Welbourne
2023-05-16
1
-13
/
+9
*
Shrink the CBOR dumper example's image
Edward Welbourne
2023-05-15
1
-0
/
+0
*
rsslisting example: fix bug in construction of title string
Edward Welbourne
2023-05-15
1
-4
/
+3
*
rsslisting example: shuffle parts of constructor for clarity
Edward Welbourne
2023-05-15
1
-8
/
+4
*
rsslisting example: move default URL to main()
Edward Welbourne
2023-05-15
3
-4
/
+5
*
rsslisting example: Tidy up #include usage
Edward Welbourne
2023-05-15
3
-7
/
+4
*
rsslisting example (coding style): split a long line, purge stray braces
Edward Welbourne
2023-05-15
1
-5
/
+4
*
rsslisting example (coding style): fix horizontal spacing
Edward Welbourne
2023-05-15
2
-3
/
+3
*
rsslisting example: remove unused include and surplus blank lines
Edward Welbourne
2023-05-15
2
-7
/
+0
*
savegame example: clarify that CBOR can be read
Edward Welbourne
2023-05-15
1
-5
/
+6
*
Add metadata to serialization examples
Edward Welbourne
2023-05-15
3
-0
/
+4
*
rsslisting example: don't leak the RSSListing object
Edward Welbourne
2023-05-09
1
-2
/
+2
*
Update cbordump image to a higher-resolution one
Edward Welbourne
2023-05-09
1
-0
/
+0
*
Doc: Add XML, Json, CBOR examples to IO category
Kai Köhne
2023-05-09
4
-0
/
+4
*
savegame ex.: revamp the way print() works
Marc Mutz
2023-05-09
8
-20
/
+29
*
Flip string comparisons in savegame example
Edward Welbourne
2023-05-04
1
-2
/
+2
*
savegame ex.: revamp the way we (de)serialize JSON
Marc Mutz
2023-05-03
7
-113
/
+166
*
Replace runic XSLT with a python script and tidy cbordump code
Edward Welbourne
2023-05-02
3
-201
/
+276
*
Update table of CBOR tag descriptions in cbordump example
Edward Welbourne
2023-04-19
2
-46
/
+185
*
Remove excess namespaces from XSLT
Edward Welbourne
2023-04-19
1
-1
/
+2
*
savegame ex.: give some TLC to main()
Marc Mutz
2023-04-11
1
-8
/
+11
*
Move streambookmarks example into corelibe/serialization
Øystein Heskestad
2023-03-31
16
-0
/
+769
*
Move rsslisting example into corelibe/serialization
Øystein Heskestad
2023-03-21
7
-0
/
+346
*
Rework documentation of cbordump example
Edward Welbourne
2023-03-20
1
-23
/
+24
*
Use local names to make some numeric_limits references more readable
Edward Welbourne
2023-03-20
1
-5
/
+7
*
savegame ex.: fix include order [2/2]: game.h
Marc Mutz
2023-02-08
1
-3
/
+3
*
savegame ex.: make Level ctor explicit
Marc Mutz
2023-02-08
1
-1
/
+1
*
savegame ex.: use ranged instead of indexed loops
Marc Mutz
2023-02-08
2
-4
/
+4
*
savegame ex.: use NSDMI, =default the default ctor
Marc Mutz
2023-02-08
2
-6
/
+4
*
savegame ex.: fix include order
Marc Mutz
2023-02-08
2
-3
/
+4
*
savegame ex.: fix extra ';' after Q_GADGET
Marc Mutz
2023-02-08
1
-1
/
+1
*
Examples: Fix CMake Unity (Jumbo) builds
Friedemann Kleint
2023-02-01
4
-12
/
+14
*
Link update for Data Input Output in the save game example
Jaishree Vyas
2023-01-05
1
-1
/
+1
*
Use const reference in loop in JSON Save Game example
Aleksandr Reviakin
2022-12-05
1
-1
/
+1
*
Examples: Use PRIVATE CMake linkage
Kai Köhne
2022-11-30
3
-3
/
+3
*
Examples: Use qt_standard_project_setup()
Kai Köhne
2022-11-17
3
-6
/
+6
*
Examples: Use Qt6:: to qualify Qt CMake packages
Kai Köhne
2022-11-17
3
-3
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
2
-7
/
+7
*
Add CBOR documentation
Øystein Heskestad
2022-09-01
7
-5
/
+145
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
4
-4
/
+4
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
4
-0
/
+12
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
23
-1104
/
+46
*
Examples: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Examples: Remove unneeded CMake options
Kai Köhne
2022-01-24
3
-12
/
+0
*
Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties
Kai Köhne
2021-12-17
3
-15
/
+0
*
Examples: Fix whitespace issues in CMakeLists.txt
Kai Köhne
2021-12-13
3
-3
/
+9
*
Examples: Remove remaining conversion markers in CMakeLists.txt
Kai Köhne
2021-12-13
4
-8
/
+0
*
Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Kai Köhne
2021-12-10
3
-3
/
+3
*
Doc: Centralize RFC documentation-links in rfc.qdoc
Luca Di Sera
2021-09-16
1
-1
/
+1
*
Raise cmake_minimum_required to VERSION 3.16 in examples
Joerg Bornemann
2021-08-17
3
-3
/
+3
[next]