ObjFW  History of src/OFSerialization.h of 7169decdefe4ea7d

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

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
[81b4f05430] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1408) [annotate] [blame] [check-ins using] [diff]
2022-09-24
15:32
[6c8c4c9563] part of check-in [96e0a91a06] Do not document exceptions that are obvious

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

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

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

2017-10-17
00:33
[678a1fbe4d] part of check-in [2f4e0df8be] 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. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 1313) [annotate] [blame] [check-ins using] [diff]

2017-05-07
20:10
[140cf6aa4f] part of check-in [4af49a13c3] Small code style change

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

2017-01-09
17:36
[e6befb1e9b] part of check-in [44f45c2e35] Update copyright

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

2016-01-03
00:41
[9cd99f3e69] part of check-in [2a27cf3000] Update copyright

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

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

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

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