ObjFW  History of src/OFInvocation.m of e91cba848b550271

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

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