ObjFW  History of src/OFXMLComment.h of e40729d406606caf

History of the file that is called src/OFXMLComment.h at check-in e40729d406606caf

2024-04-03
02:16
[8ae3b4a96b] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1515) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[6613178669] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1307) [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
[0ac62de2c0] part of check-in [6ce0093f8d] 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: 1307) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[ccfce93aa5] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1372) [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
[566c15f0b8] part of check-in [1038191a03] Restrict subclassing on more classes (check-in: [1038191a03] user: js, branch: trunk, size: 1372) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[cf96f4e7b5] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1381) [annotate] [blame] [check-ins using] [diff]
2021-04-08
19:30
[48d39c6a70] part of check-in [f7713f3033] OFXMLComment: Add a property for the text (check-in: [f7713f3033] user: js, branch: trunk, size: 1381) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[bf4f3dc402] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1319) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[ca8a1afadc] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 1408) [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
[7dfa74168c] part of check-in [ef614a225d] 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. (check-in: [ef614a225d] user: js, branch: trunk, size: 1408) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[be992dbbcc] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1394) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[7604b96e68] part of check-in [496695d778] Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. (check-in: [496695d778] user: js, branch: trunk, size: 1391) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[cff55f0a1f] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1370) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[e8f29a6da9] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1364) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[955209304a] 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: 1341) [annotate] [blame] [check-ins using] [diff]

2017-05-07
23:14
[a0ed4a3c91] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 1313) [annotate] [blame] [check-ins using] [diff]
20:10
[bbf17f1ff7] 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: 1262) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[2461477eef] 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: 1260) [annotate] [blame] [check-ins using] [diff]

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

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

2015-06-13
22:26
[d8d36ce46e] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 1250) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[607f77da02] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1202) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[a8e01595f6] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 1196) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[25c07ae67a] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1134) [annotate] [blame] [check-ins using] [diff]
2013-02-12
18:22
[11e800d409] part of check-in [e40729d406] Prefix all ivars with an underscore. (check-in: [e40729d406] user: js, branch: trunk, size: 1128) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[8e29ccb3e9] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1127) [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
[ec0321adf2] part of check-in [1ad9565253] Switch to a headerdoc-compatible doc format. (check-in: [1ad9565253] user: js, branch: trunk, size: 1121) [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
[22d9c30afb] part of check-in [fb515e8e24] Make use of instancetype. (check-in: [fb515e8e24] user: js, branch: trunk, size: 1121) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[8f073bc8a9] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 1107) [annotate] [blame] [check-ins using] [diff]
2011-10-04
13:14
Added: [0c7a7275dc] part of check-in [03f14bf019] Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. (check-in: [03f14bf019] user: js, branch: trunk, size: 1101) [annotate] [blame] [check-ins using]