ObjFW  History of src/OFMethodSignature.h of b37858358e5c88a4

History of the file that is called src/OFMethodSignature.h at check-in b37858358e5c88a4

2024-01-02
17:17
Update copyright file: [11d7ad667f] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3281 [annotate] [blame] [check-ins using] [diff]
2023-08-17
14:53
Add more designated initializers file: [a9827bf762] check-in: [abc315cc89] user: js, branch: trunk, size: 3281 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [074e9c24c2] check-in: [8939cbdb52] user: js, branch: trunk, size: 3213 [annotate] [blame] [check-ins using] [diff]
2022-09-26
20:32
Document more exceptions file: [996cafd8b2] check-in: [4b8c89a6fe] user: js, branch: trunk, size: 3213 [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
Restrict subclassing on more classes file: [91b0f20982] check-in: [1038191a03] user: js, branch: trunk, size: 2957 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [6c7eab90df] check-in: [1a86b8175b] user: js, branch: trunk, size: 2971 [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
Rename all symbols marked extern file: [11b966e495] check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 2971 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [02180a8d88] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2973 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [b2c0b2e4d6] check-in: [163a4a5a2e] user: js, branch: trunk, size: 3062 [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: [8389043b64] check-in: [ef614a225d] user: js, branch: trunk, size: 3062 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [e0e9fda46c] check-in: [c7f0229795] user: js, branch: trunk, size: 3043 [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: [18c94d6350] check-in: [496695d778] user: js, branch: trunk, size: 3040 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [35a14e0813] check-in: [0509d7a844] user: js, branch: trunk, size: 3019 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [5c595f5586] check-in: [7e5c81e186] user: js, branch: trunk, size: 3013 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [91dab49699] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2990 [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: [4e07660cca] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2969 [annotate] [blame] [check-ins using] [diff]

2017-09-10
22:32
Add OFInvocation

Only support for storing an invocation, no support for invoking yet. file: [c54083e3fd] check-in: [d6553b4578] user: js, branch: trunk, size: 2955 [annotate] [blame] [check-ins using] [diff]

20:39
Add of_{sizeof,alignof}_type_encoding() file: [cd19d5ba8b] check-in: [b03cff2f49] user: js, branch: trunk, size: 2982 [annotate] [blame] [check-ins using] [diff]
00:45
OFMethodSignature: Add frame length and offsets file: [009831faed] check-in: [3c740455b5] user: js, branch: trunk, size: 2425 [annotate] [blame] [check-ins using] [diff]
2017-09-09
22:03
Added: Replace type encodings with OFMethodSignature file: [c5568c9fc1] check-in: [55f1b21ae7] user: js, branch: trunk, size: 1894 [annotate] [blame] [check-ins using]