ObjFW  History of src/OFMessagePackExtension.h of e2284a0f02b9d535

History of the file that is called src/OFMessagePackExtension.h at check-in e2284a0f02b9d535

2024-01-02
17:17
Update copyright file: [1bc2759629] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1883 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [5d5c88f0d0] check-in: [8939cbdb52] user: js, branch: trunk, size: 1883 [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
Restrict subclassing on more classes file: [99c89d24f1] check-in: [1038191a03] user: js, branch: trunk, size: 1883 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [45f0ba641f] check-in: [1a86b8175b] user: js, branch: trunk, size: 1902 [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
*.h: Fold methods into one line where it fits file: [312db63f78] check-in: [1948e7e972] user: js, branch: trunk, size: 1902 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [bde5fd00c0] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1910 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [d7cac48dd4] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1999 [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: [1750d9881f] check-in: [ef614a225d] user: js, branch: trunk, size: 1999 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [7968668859] check-in: [c7f0229795] user: js, branch: trunk, size: 1975 [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: [bdf36008e7] check-in: [496695d778] user: js, branch: trunk, size: 1972 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [947608cec6] check-in: [0509d7a844] user: js, branch: trunk, size: 1951 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [92dcf55646] check-in: [7e5c81e186] user: js, branch: trunk, size: 1945 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [d2a86b16c7] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1922 [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: [c032ad54fa] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1916 [annotate] [blame] [check-ins using] [diff]

2017-07-22
20:50
Split OFDataArray into OFData and OFMutableData file: [8e4fd57b89] check-in: [c8f7b90082] user: js, branch: trunk, size: 1888 [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
Also use nonatomic for non-object properties file: [1838881d73] check-in: [f663d40cbd] user: js, branch: trunk, size: 1913 [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [1d2cd153ce] check-in: [469a496cd2] user: js, branch: trunk, size: 1902 [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
Add OF_UNAVAILABLE file: [c6fa58099b] check-in: [16c05e87e1] user: js, branch: trunk, size: 1876 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

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

2017-04-30
13:35
Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. file: [386dd06c1d] check-in: [0a73af49f0] user: js, branch: trunk, size: 1850 [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: [dfd1b561fa] check-in: [44f45c2e35] user: js, branch: trunk, size: 1847 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [f2ea088517] check-in: [cec0f072f8] user: js, branch: 0.8, size: 2020 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

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

2015-11-29
11:43
Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). file: [27e2b5097b] check-in: [48980f2297] user: js, branch: trunk, size: 1837 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [62dc4c8908] check-in: [9e76144ef8] user: js, branch: trunk, size: 2016 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [059cbd7345] check-in: [cfd374b906] user: js, branch: trunk, size: 1968 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [1abe8909d3] check-in: [246cfe0807] user: js, branch: trunk, size: 1962 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [6fd732f70e] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1863 [annotate] [blame] [check-ins using] [diff]
2013-06-20
08:13
Added: Add support for MessagePack extensions. file: [c22f0a2e3b] check-in: [5ec11e8b56] user: js, branch: trunk, size: 1857 [annotate] [blame] [check-ins using]