ObjFW  History of src/OFXMLNode.h of d5236bb40eb246cd

History of the file that is called src/OFXMLNode.h at check-in d5236bb40eb246cd

2024-04-03
02:16
[7a1414d4b6] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3431) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[923d5f4802] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3223) [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
[ed1c4fdaa7] 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: 3223) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[b1cf55fec8] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 3369) [annotate] [blame] [check-ins using] [diff]
2022-10-20
13:16
[5f2e542386] part of check-in [9cc462339e] Document more exceptions (check-in: [9cc462339e] user: js, branch: trunk, size: 3369) [annotate] [blame] [check-ins using] [diff]
2022-09-04
13:17
[7374215293] part of check-in [eed200181b] OFXMLElement: Remove defaultNamespace property (check-in: [eed200181b] user: js, branch: trunk, size: 2874) [annotate] [blame] [check-ins using] [diff]
2022-08-29
22:07
[202ae69295] part of check-in [4d03f6f1a5] Make the base for parsing numbers an unsigned char (check-in: [4d03f6f1a5] user: js, branch: trunk, size: 3617) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[506d741d52] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 3597) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[579b21ad6b] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 3597) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[ec230c5902] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 3686) [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
[08c0c19b97] 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: 3686) [annotate] [blame] [check-ins using] [diff]

2020-08-11
19:45
[fb7dfbb539] part of check-in [b6ee372b98] OFString: Rework number parsing API

This solves the old signed vs. unsigned problem and allows for more
bases than just 8, 10 and 16, as well as auto-detection of the base (if
base is 0). (check-in: [b6ee372b98] user: js, branch: trunk, size: 3675) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[d1608da1d3] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2643) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[81d926c432] 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: 2640) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[cba2a7e188] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2614) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[7be8eb8671] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2608) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[59a112a637] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2585) [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
[54f69129e9] part of check-in [f3ccf14461] Convert methods to properties where appropriate

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

2017-10-17
00:33
[2716730e4a] 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: 2962) [annotate] [blame] [check-ins using] [diff]

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

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

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

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

2015-06-13
22:26
[ec948ed45d] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 2807) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[92923cf6b5] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2759) [annotate] [blame] [check-ins using] [diff]
2014-05-04
23:57
[e5dd70c54e] part of check-in [bb63873748] Move -[setStringValue:] to OFXMLNode (check-in: [bb63873748] user: js, branch: trunk, size: 2753) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[40bf5e90f9] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 2445) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[9dd628e160] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2392) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[e1706fbb7c] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 2386) [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
[666bc65512] part of check-in [1ad9565253] Switch to a headerdoc-compatible doc format. (check-in: [1ad9565253] user: js, branch: trunk, size: 2380) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[5a18b5fda7] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 2380) [annotate] [blame] [check-ins using] [diff]
2011-10-04
13:14
[868c921e6d] part of check-in [03f14bf019] Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. (check-in: [03f14bf019] user: js, branch: trunk, size: 2374) [annotate] [blame] [check-ins using] [diff]
2011-09-28
00:05
Added: [708d83d554] part of check-in [96c3df8f67] Add OFXMLNode as a common base class for OFXMLElement & OFXMLAttribute. (check-in: [96c3df8f67] user: js, branch: trunk, size: 1956) [annotate] [blame] [check-ins using]