ObjFW  History of src/OFInvocation.h of b37858358e5c88a4

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

2024-01-02
17:17
Update copyright file: [3b94fe4d77] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2482 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [ce48bec833] check-in: [8939cbdb52] user: js, branch: trunk, size: 2482 [annotate] [blame] [check-ins using] [diff]
2022-11-07
00:28
Merge trunk into branch "invoke-invocation" file: [76f156403c] check-in: [a43377bd13] user: js, branch: invoke-invocation, size: 2762 [annotate] [blame] [check-ins using] [diff]
00:27
Merge trunk into branch "invoke-invocation" file: [7cc36c2eaa] check-in: [96c24a6b6c] user: js, branch: invoke-invocation, size: 2771 [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
Restrict subclassing on more classes file: [ab7d9433d5] check-in: [1038191a03] user: js, branch: trunk, size: 2482 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [324ba0dca4] check-in: [1a86b8175b] user: js, branch: trunk, size: 2491 [annotate] [blame] [check-ins using] [diff]
2021-03-30
21:23
Merge trunk into 1.0 branch file: [8c29c4a2ab] check-in: [564d6d6b6f] user: js, branch: 1.0, size: 2491 [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
*.h: Fold methods into one line where it fits file: [14d19be34a] check-in: [1948e7e972] user: js, branch: trunk, size: 2771 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [0b22e6a97b] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2781 [annotate] [blame] [check-ins using] [diff]
2020-10-04
14:39
Merge trunk into 1.0 branch file: [eaf0bab701] check-in: [a9f08709d2] user: js, branch: 1.0, size: 2590 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [86507cef33] check-in: [163a4a5a2e] user: js, branch: trunk, size: 2870 [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: [e893ac091c] check-in: [ef614a225d] user: js, branch: trunk, size: 2870 [annotate] [blame] [check-ins using] [diff]

2020-01-08
02:29
Merge branch 'master' into 1.0 file: [0e97c35a12] check-in: [e7e1e1c6c5] user: js, branch: 1.0, size: 2576 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [119fc1c29a] check-in: [c7f0229795] user: js, branch: trunk, size: 2856 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:57
Merge branch 'master' into 1.0 file: [a768f545d5] check-in: [76245b4665] user: js, branch: 1.0, size: 2573 [annotate] [blame] [check-ins using] [diff]
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [8d5d38dc1e] check-in: [496695d778] user: js, branch: trunk, size: 2853 [annotate] [blame] [check-ins using] [diff]

15:25
Remove incomplete -[OFInvocation invoke] support file: [24df5b6a45] check-in: [fc521f01cc] user: js, branch: 1.0, size: 2552 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [26aac59c99] check-in: [0509d7a844] user: js, branch: trunk, size: 2832 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [337e8d620e] check-in: [7e5c81e186] user: js, branch: trunk, size: 2826 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [d8a720996e] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2803 [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: [045df89640] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2796 [annotate] [blame] [check-ins using] [diff]

2017-09-16
19:11
OFInvocation: Support for invoking on x86_64/ELF file: [123d15423c] check-in: [6d2f81aea9] user: js, branch: trunk, size: 2782 [annotate] [blame] [check-ins using] [diff]
2017-09-11
02:05
OFInvocation: Initial support for invoking

So far this is only for x86_64 with the Apple runtime and does not yet
support all types. It also does not yet support passing arguments via
the stack. file: [c3fa8975c2] check-in: [95797a4d1c] user: js, branch: trunk, size: 2689 [annotate] [blame] [check-ins using] [diff]

2017-09-10
22:32
Added: Add OFInvocation

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