ObjFW  History of src/OFSerialization.h of 374e1a1bfa30d767

History of the file that is called src/OFSerialization.h at check-in 374e1a1bfa30d767

2023-07-15
20:57
Deleted: Merge trunk into branch "amiga-library" check-in: [860b0bf1e9] user: js, branch: amiga-library, size: 0
2023-04-10
19:22
Deleted: Remove OFSerialization

While the idea sounds nice that the tag name is the class, this means the
serialization includes whether something is mutable or immutable. This means
doing as much as making something immutable changes the serialization, which
can then cause issues after being deserialized. check-in: [6ce0093f8d] user: js, branch: trunk, size: 0

2023-01-06
09:04
Update copyright file: [81b4f05430] check-in: [8939cbdb52] user: js, branch: trunk, size: 1408 [annotate] [blame] [check-ins using] [diff]
2022-09-24
15:32
Do not document exceptions that are obvious

Otherwise every second method would need to have
OFInvalidArgumentException documented. file: [6c8c4c9563] check-in: [96e0a91a06] user: js, branch: trunk, size: 1408 [annotate] [blame] [check-ins using] [diff]

2022-09-23
13:51
Document more exceptions file: [8b5a4db1ad] check-in: [a204ef424b] user: js, branch: trunk, size: 1596 [annotate] [blame] [check-ins using] [diff]
11:45
Document more exceptions file: [731b8b64f8] check-in: [26e5fbf02a] user: js, branch: trunk, size: 1396 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [6913e132ee] check-in: [1a86b8175b] user: js, branch: trunk, size: 1299 [annotate] [blame] [check-ins using] [diff]
2021-10-31
15:50
Make OFSerializationNS an OFConstantString file: [d27513e6b2] check-in: [d5ed52ec5b] user: js, branch: trunk, size: 1299 [annotate] [blame] [check-ins using] [diff]
2021-04-19
21:54
Rename a few more constants file: [e824a5f7ee] check-in: [458420998c] user: js, branch: new-naming-convention, size: 1266 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [4e7cb4c5a0] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1223 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [dd863e03f3] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1312 [annotate] [blame] [check-ins using] [diff]
2020-01-05
02:05
Update URL in a few places file: [c2b9f7cc16] check-in: [0f99128a67] user: js, branch: trunk, size: 1312 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [f1a3c81864] check-in: [c7f0229795] user: js, branch: trunk, size: 1317 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [0b06813353] check-in: [0509d7a844] user: js, branch: trunk, size: 1314 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [b60f46cab8] check-in: [7e5c81e186] user: js, branch: trunk, size: 1308 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [77b9f279a8] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1285 [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
Convert methods to properties where appropriate

This improves Swift compatibility. file: [4ac25035a0] check-in: [f3ccf14461] user: js, branch: trunk, size: 1278 [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [678a1fbe4d] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1313 [annotate] [blame] [check-ins using] [diff]

2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [140cf6aa4f] check-in: [4af49a13c3] user: js, branch: trunk, size: 1299 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [e6befb1e9b] check-in: [44f45c2e35] user: js, branch: trunk, size: 1297 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

While at it, also update the mail address. file: [9cd99f3e69] check-in: [2a27cf3000] user: js, branch: trunk, size: 1291 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [5d272a4583] check-in: [9e76144ef8] user: js, branch: trunk, size: 1287 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [03c0d6da44] check-in: [cfd374b906] user: js, branch: trunk, size: 1239 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [2542d982c8] check-in: [246cfe0807] user: js, branch: trunk, size: 1233 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [f5243bc67a] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1159 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [aabb62d98e] check-in: [813c00ccf0] user: js, branch: trunk, size: 1153 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [989b553d8c] check-in: [1ad9565253] user: js, branch: trunk, size: 1147 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [4ef5a34a02] check-in: [ce70e17b38] user: js, branch: trunk, size: 1147 [annotate] [blame] [check-ins using] [diff]
2011-08-22
09:58
Clean up the class hierarchy in the doxygen generated documentation. file: [fbbc513813] check-in: [367bf4117b] user: js, branch: trunk, size: 1141 [annotate] [blame] [check-ins using] [diff]
2011-06-05
22:26
Nicer API for serialization. file: [34e6599afb] check-in: [29988c434b] user: js, branch: trunk, size: 1152 [annotate] [blame] [check-ins using] [diff]
2011-06-03
15:14
Add deserialization. file: [9b361d0e27] check-in: [dca3061dfc] user: js, branch: trunk, size: 2008 [annotate] [blame] [check-ins using] [diff]
2011-05-14
12:26
Use XML for serialization.

This way, we don't need a new parser and don't use a new format. file: [14e103c34d] check-in: [494dca4ae4] user: js, branch: trunk, size: 913 [annotate] [blame] [check-ins using] [diff]

2011-05-08
19:55
Added: Add support for serialization.
No deserialization yet.
file: [c6e17d739a] check-in: [b27b3aa3e3] user: js, branch: trunk, size: 750 [annotate] [blame] [check-ins using]