History of file src/OFMessagePackExtension.h at check-in 1ad52a2f2cefbfea
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [24a9b6c749] check-in: [164f2fb4bf] user: js, branch: trunk, size: 2067 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [20e8ca070d] check-in: [7413a728a7] user: js, branch: trunk, size: 2091 [annotate] [blame] [check-ins using] [diff] | |
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 | |
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 | |
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 | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
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: | |
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] | |