History of file src/OFInvocation.h at check-in ca9b843d3711c1c0
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [dff693b1f9] check-in: [164f2fb4bf] user: js, branch: trunk, size: 2683 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [ba0216248b] check-in: [7413a728a7] user: js, branch: trunk, size: 2690 [annotate] [blame] [check-ins using] [diff] | |
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 | |
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 | |
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 | |
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] | |