ObjFW  History of src/OFBlock.h of e91cba848b550271

History of the file that is called src/OFBlock.h at check-in e91cba848b550271

2024-01-02
17:17
Update copyright file: [e14a5320ba] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2088 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [f1e51ec3d8] check-in: [8939cbdb52] user: js, branch: trunk, size: 2088 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [ae09bf0d6b] check-in: [1a86b8175b] user: js, branch: trunk, size: 2088 [annotate] [blame] [check-ins using] [diff]
2021-05-09
14:45
Merge trunk into branch "amiga-library"

All necessary changes to adjust for the changes made in trunk are
included in the merge commit. file: [d0a30cd463] check-in: [3c88df0ce4] user: js, branch: amiga-library, size: 2088 [annotate] [blame] [check-ins using] [diff]

2021-04-17
15:20
Clean up blocks a little file: [b2fc8f8283] check-in: [03ea273cb3] user: js, branch: new-naming-convention, size: 2060 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [f6b4954bd3] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1045 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [f83ccaa46b] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1134 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [fd926a1291] check-in: [c7f0229795] user: js, branch: trunk, size: 1134 [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: [83c8b8b8fe] check-in: [496695d778] user: js, branch: trunk, size: 1131 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [ace9ad8531] check-in: [0509d7a844] user: js, branch: trunk, size: 1053 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [5a5196dbbf] check-in: [7e5c81e186] user: js, branch: trunk, size: 1047 [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: [b550d02e6f] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1024 [annotate] [blame] [check-ins using] [diff]

2017-05-07
23:14
Add OF_UNAVAILABLE file: [6289b76304] check-in: [16c05e87e1] user: js, branch: trunk, size: 996 [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [f5cf0f9ba9] check-in: [44f45c2e35] user: js, branch: trunk, size: 949 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

While at it, also update the mail address. file: [49d17ee2bf] check-in: [2a27cf3000] user: js, branch: trunk, size: 943 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [01e4fda855] check-in: [9e76144ef8] user: js, branch: trunk, size: 939 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [5b982e6c1a] check-in: [cfd374b906] user: js, branch: trunk, size: 891 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [8b79a84526] check-in: [246cfe0807] user: js, branch: trunk, size: 885 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [0ba2570f98] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 838 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [e7f3f029c3] check-in: [813c00ccf0] user: js, branch: trunk, size: 832 [annotate] [blame] [check-ins using] [diff]
2012-12-20
01:10
Move block structs and functions to block.h.

This makes it possible to use the blocks runtime from C. file: [f133e0140c] check-in: [b5e1ba0f94] user: js, branch: trunk, size: 826 [annotate] [blame] [check-ins using] [diff]

2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [b8e1a2deb4] check-in: [1ad9565253] user: js, branch: trunk, size: 1472 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [57ad6e55f9] check-in: [ce70e17b38] user: js, branch: trunk, size: 1472 [annotate] [blame] [check-ins using] [diff]
2011-05-05
21:17
More documentation improvements. file: [bf2b3b26d3] check-in: [8490c927d2] user: js, branch: trunk, size: 1466 [annotate] [blame] [check-ins using] [diff]
2011-05-01
14:24
Move structs and enums only needed internally to .m files. file: [9fe373d7f9] check-in: [69ebd2ccbf] user: js, branch: trunk, size: 1387 [annotate] [blame] [check-ins using] [diff]
2011-02-01
22:11
Use extern "C" where useful.
Improves ObjC++ compatibility.
file: [bf216ad41d] check-in: [03d1b71d10] user: js, branch: trunk, size: 2128 [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
Change license. file: [966a359b27] check-in: [da6b3d26cb] user: js, branch: trunk, size: 2061 [annotate] [blame] [check-ins using] [diff]
2010-12-10
11:21
Documentation fixes. file: [cb68d0b220] check-in: [fada60d54c] user: js, branch: trunk, size: 1805 [annotate] [blame] [check-ins using] [diff]
2010-11-12
14:06
More compatibility with other blocks runtimes. file: [0076f81009] check-in: [c0863afedf] user: js, branch: trunk, size: 1851 [annotate] [blame] [check-ins using] [diff]
2010-11-11
21:55
OFBlock is now based on OFObject. file: [5c02ac3636] check-in: [56393a3fbd] user: js, branch: trunk, size: 1698 [annotate] [blame] [check-ins using] [diff]
2010-10-05
20:01
Remove -[autorelease] from OFBlock.

The reason is that a block might be an NSBlock on OS X where it would
add the block to an NSAutoreleasePool. This change forces the developer
to use [OFAutoreleasePool addObject: block], which will also work if
the block is an NSBlock. Thus, this change is to force developers to
write portable code. file: [78089d079f] check-in: [f78e4e4714] user: js, branch: trunk, size: 1831 [annotate] [blame] [check-ins using] [diff]

2010-09-19
01:49
Add +[class] to OFBlock. file: [b3a64f1a53] check-in: [ac3f7882e5] user: js, branch: trunk, size: 1846 [annotate] [blame] [check-ins using] [diff]
2010-09-16
00:00
Documentation improvements. file: [4ef0807806] check-in: [0f04c85a63] user: js, branch: trunk, size: 1830 [annotate] [blame] [check-ins using] [diff]
2010-09-08
09:58
Add some #ifdefs to make OFBlocks.m compile with the Apple runtime. file: [8a28a2dbc7] check-in: [0c55736c5d] user: js, branch: trunk, size: 1766 [annotate] [blame] [check-ins using] [diff]
2010-09-07
09:45
More compatibility with Apple's Blocks runtime. file: [383899c068] check-in: [3e8d3a2668] user: js, branch: trunk, size: 1647 [annotate] [blame] [check-ins using] [diff]
2010-09-06
20:51
Add missing definitions of Block_{copy,release} to OFBlock.h. file: [a646593991] check-in: [3f655d43f6] user: js, branch: trunk, size: 1490 [annotate] [blame] [check-ins using] [diff]
20:27
Added: Blocks can be used like normal ObjC objects now. file: [31cbc5c2b5] check-in: [ccf87e1ffb] user: js, branch: trunk, size: 1381 [annotate] [blame] [check-ins using]