ObjFW  History of src/OFTriple.h of 374e1a1bfa30d767

History of the file that is called src/OFTriple.h at check-in 374e1a1bfa30d767

2024-04-03
02:16
Change license to LGPLv3 only file: [cecff833a5] check-in: [7413a728a7] user: js, branch: trunk, size: 2811 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [59a4d46a1e] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2603 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [dcc8ac4f6a] check-in: [8939cbdb52] user: js, branch: trunk, size: 2603 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [190f8c3dbc] check-in: [1a86b8175b] user: js, branch: trunk, size: 2603 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [78c2fb94c5] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2603 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [cbb4c88048] check-in: [163a4a5a2e] user: js, branch: trunk, size: 2692 [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: [9aae804fb9] check-in: [ef614a225d] user: js, branch: trunk, size: 2692 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [0d5fe56f7f] check-in: [c7f0229795] user: js, branch: trunk, size: 2682 [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: [a3365ec37e] check-in: [496695d778] user: js, branch: trunk, size: 2679 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [b9adc8ff29] check-in: [0509d7a844] user: js, branch: trunk, size: 2658 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [a99cd81b27] check-in: [7e5c81e186] user: js, branch: trunk, size: 2652 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [86d2cc6d0d] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2629 [annotate] [blame] [check-ins using] [diff]
2017-10-17
21:06
OF{Pair,Triple}: Add designated initializer file: [90e5e31d41] check-in: [262b3c5801] user: js, branch: trunk, size: 2608 [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: [5e36a777ce] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2578 [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
Many nullability fixes file: [7b5e9acbc5] check-in: [52011fbfd6] user: js, branch: trunk, size: 2557 [annotate] [blame] [check-ins using] [diff]
2017-09-05
22:02
Added: Add OF(Mutable)Triple file: [184ac8d54d] check-in: [dc6c271897] user: js, branch: trunk, size: 2398 [annotate] [blame] [check-ins using]