ObjFW  History of src/OFXMLNode.h of 2f4e0df8be4b4750

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

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

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

2020-08-11
19:45
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). file: [fb7dfbb539] check-in: [b6ee372b98] user: js, branch: trunk, size: 3675 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [d1608da1d3] check-in: [c7f0229795] user: js, branch: trunk, size: 2643 [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: [81d926c432] check-in: [496695d778] user: js, branch: trunk, size: 2640 [annotate] [blame] [check-ins using] [diff]

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

This improves Swift compatibility. file: [54f69129e9] check-in: [f3ccf14461] user: js, branch: trunk, size: 2543 [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: [2716730e4a] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2962 [annotate] [blame] [check-ins using] [diff]

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

Casts are now written like types in variable declarations. file: [a5851a48bd] check-in: [4af49a13c3] user: js, branch: trunk, size: 2823 [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: [ffe6f2a2b2] check-in: [44f45c2e35] user: js, branch: trunk, size: 2817 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

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