ObjFW  History of src/OFPair.h of 86f8767eca8d0fb9

History of the file that is called src/OFPair.h at check-in 86f8767eca8d0fb9

2024-01-02
17:17
Update copyright file: [fed105f267] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2137 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [c7c95c202e] check-in: [8939cbdb52] user: js, branch: trunk, size: 2137 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [96e09802be] check-in: [1a86b8175b] user: js, branch: trunk, size: 2137 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [6f03d14de7] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2137 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [b104780bae] check-in: [163a4a5a2e] user: js, branch: trunk, size: 2226 [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: [f5f94a2f19] check-in: [ef614a225d] user: js, branch: trunk, size: 2226 [annotate] [blame] [check-ins using] [diff]

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

2019-01-03
19:13
Update copyright file: [a91c3b2a6f] check-in: [0509d7a844] user: js, branch: trunk, size: 2194 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [1e861d9763] check-in: [7e5c81e186] user: js, branch: trunk, size: 2188 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [026145d55f] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2165 [annotate] [blame] [check-ins using] [diff]
2017-10-17
21:06
OF{Pair,Triple}: Add designated initializer file: [af50510417] check-in: [262b3c5801] user: js, branch: trunk, size: 2151 [annotate] [blame] [check-ins using] [diff]
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: [2a7841384c] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2121 [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
Many nullability fixes file: [e6ee23e713] check-in: [52011fbfd6] user: js, branch: trunk, size: 2100 [annotate] [blame] [check-ins using] [diff]
2017-09-05
21:47
Added: Add OF(Mutable)Pair file: [039325702d] check-in: [72837c3426] user: js, branch: trunk, size: 1994 [annotate] [blame] [check-ins using]