ObjFW  History of src/OFInvocation.m of b52c4a41e4c688ce

History of the file that is called src/OFInvocation.m at check-in b52c4a41e4c688ce

2024-04-03
02:16
[cdbf3ef879] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2825) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[7d5d9bca30] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2617) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[9633190806] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2617) [annotate] [blame] [check-ins using] [diff]
2022-11-07
00:27
[db110d9e33] part of check-in [96c24a6b6c] Merge trunk into branch "invoke-invocation" (check-in: [96c24a6b6c] user: js, branch: invoke-invocation, size: 2791) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[5937b080ad] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2617) [annotate] [blame] [check-ins using] [diff]
2021-04-30
22:26
[da0c0349d7] part of check-in [efca87b509] Merge trunk into branch "invoke-invocation" (check-in: [efca87b509] user: js, branch: invoke-invocation, size: 2791) [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
[a2a3075eb5] part of check-in [e73c65a849] Rename all symbols marked extern (check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 2617) [annotate] [blame] [check-ins using] [diff]
2021-03-30
21:23
[ea63101931] part of check-in [564d6d6b6f] Merge trunk into 1.0 branch (check-in: [564d6d6b6f] user: js, branch: 1.0, size: 2623) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[fa4bb596dc] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 2801) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[85fef7c394] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2813) [annotate] [blame] [check-ins using] [diff]
2020-01-08
02:29
[4b44ca7411] part of check-in [e7e1e1c6c5] Merge branch 'master' into 1.0 (check-in: [e7e1e1c6c5] user: js, branch: 1.0, size: 2724) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[f9deea1e14] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2902) [annotate] [blame] [check-ins using] [diff]
2019-09-29
15:25
[1dec106e92] part of check-in [fc521f01cc] Remove incomplete -[OFInvocation invoke] support (check-in: [fc521f01cc] user: js, branch: 1.0, size: 2721) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[a9afe182d2] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2899) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[df81aa2e85] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2905) [annotate] [blame] [check-ins using] [diff]
2018-11-26
22:04
[d943af9714] part of check-in [7c1614461e] OFInvocation: Fix void return (check-in: [7c1614461e] user: js, branch: trunk, size: 2899) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[366a242dd0] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2868) [annotate] [blame] [check-ins using] [diff]
2017-10-22
15:05
[2bd671288a] part of check-in [a06354b42a] Make Apple GCC with -Wshadow happy (check-in: [a06354b42a] user: js, branch: trunk, size: 2845) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[de7b955371] part of check-in [2f4e0df8be] 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. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 2853) [annotate] [blame] [check-ins using] [diff]

2017-09-11
02:05
[a554855707] part of check-in [95797a4d1c] 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. (check-in: [95797a4d1c] user: js, branch: trunk, size: 2839) [annotate] [blame] [check-ins using] [diff]

2017-09-10
22:32
Added: [d28fd7d86d] part of check-in [d6553b4578] Add OFInvocation

Only support for storing an invocation, no support for invoking yet. (check-in: [d6553b4578] user: js, branch: trunk, size: 2661) [annotate] [blame] [check-ins using]