ObjFW  History of src/OFXMLCDATA.h of 374e1a1bfa30d767

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

2024-01-02
17:17
Update copyright file: [3e696dc76c] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1221 [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
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. file: [0b1ca7487a] check-in: [6ce0093f8d] user: js, branch: trunk, size: 1221 [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
Update copyright file: [cbe6268a21] check-in: [8939cbdb52] user: js, branch: trunk, size: 1286 [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
Restrict subclassing on more classes file: [45c442f70d] check-in: [1038191a03] user: js, branch: trunk, size: 1286 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [566e9353f4] check-in: [1a86b8175b] user: js, branch: trunk, size: 1293 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [4bd6ae4143] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1293 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [5fd6a953ec] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1382 [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. file: [3b99291420] check-in: [ef614a225d] user: js, branch: trunk, size: 1382 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [62c157a7ba] check-in: [c7f0229795] user: js, branch: trunk, size: 1370 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [6b5be91b20] check-in: [496695d778] user: js, branch: trunk, size: 1367 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [55264b0e38] check-in: [0509d7a844] user: js, branch: trunk, size: 1346 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [f2ca8d3fed] check-in: [7e5c81e186] user: js, branch: trunk, size: 1340 [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: [6e6e36905e] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1317 [annotate] [blame] [check-ins using] [diff]

2017-05-07
23:14
Add OF_UNAVAILABLE file: [180a9b9155] check-in: [16c05e87e1] user: js, branch: trunk, size: 1289 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

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

2017-02-04
17:45
Fix typos in comments and strings found by aspell file: [304bae9f03] check-in: [5a31a537a1] user: js, branch: trunk, size: 1236 [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: [d5a66e28e5] check-in: [44f45c2e35] user: js, branch: trunk, size: 1235 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-06-13
22:26
Add support for and use the new nullability file: [1ebcd2d0d8] check-in: [9e76144ef8] user: js, branch: trunk, size: 1225 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [adae2369d2] check-in: [cfd374b906] user: js, branch: trunk, size: 1177 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [c0471ef024] check-in: [246cfe0807] user: js, branch: trunk, size: 1171 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [00135efe85] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1115 [annotate] [blame] [check-ins using] [diff]
2013-02-12
18:22
Prefix all ivars with an underscore. file: [948e1d4299] check-in: [e40729d406] user: js, branch: trunk, size: 1109 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [9531b00aa3] check-in: [813c00ccf0] user: js, branch: trunk, size: 1108 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [f44a02374d] check-in: [1ad9565253] user: js, branch: trunk, size: 1102 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [f8c9c1d9fa] check-in: [fb515e8e24] user: js, branch: trunk, size: 1102 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [3e523a6a67] check-in: [ce70e17b38] user: js, branch: trunk, size: 1088 [annotate] [blame] [check-ins using] [diff]
2011-10-04
13:14
Added: Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. file: [dd9a948976] check-in: [03f14bf019] user: js, branch: trunk, size: 1082 [annotate] [blame] [check-ins using]