ObjFW  History of src/OFThreadPool.h of 374e1a1bfa30d767

History of the file that is called src/OFThreadPool.h at check-in 374e1a1bfa30d767

2022-10-18
22:17
Deleted: Merge trunk into branch "amiga-library" check-in: [ac19ed9d40] user: js, branch: amiga-library, size: 0
2022-07-15
18:09
Deleted: Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0
2022-06-18
17:41
Deleted: Remove OFThreadPool

Ever since the introduction of OFRunLoop, this wasn't terribly useful
anymore, and even things such as OFHTTPServer that have a thread pool
don't use it. check-in: [06763e3c67] user: js, branch: trunk, size: 0

2022-02-12
07:46
Update copyright file: [2c0219fb7b] check-in: [1a86b8175b] user: js, branch: trunk, size: 3116 [annotate] [blame] [check-ins using] [diff]
2021-04-17
03:21
Rename all blocks file: [4da774feaf] check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 3116 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [7948e1d39c] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3126 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [9825eb68b1] check-in: [163a4a5a2e] user: js, branch: trunk, size: 3215 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [3b31a441b4] check-in: [c7f0229795] user: js, branch: trunk, size: 3215 [annotate] [blame] [check-ins using] [diff]
2019-12-15
15:37
Deleted: Remove OFThreadPool

This should not be part of the 1.0 API, as it's unclear how useful it
actually is. check-in: [38cf0b9cef] user: js, branch: 1.0, size: 0

2019-09-29
19:35
Either restrict subclassing or reserve ivar space

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

2019-01-03
19:13
Update copyright file: [881b26bdcb] check-in: [0509d7a844] user: js, branch: trunk, size: 3186 [annotate] [blame] [check-ins using] [diff]
2018-06-16
14:15
Wrap a few @public in #ifdefs file: [e9887d0397] check-in: [7d86d2dd2b] user: js, branch: trunk, size: 3180 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [65bacd71be] check-in: [7e5c81e186] user: js, branch: trunk, size: 3149 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [65dbfb3b70] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 3126 [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
Convert methods to properties where appropriate

This improves Swift compatibility. file: [ddc1820eca] check-in: [f3ccf14461] user: js, branch: trunk, size: 3119 [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: [eee48469e5] check-in: [2f4e0df8be] user: js, branch: trunk, size: 3147 [annotate] [blame] [check-ins using] [diff]

2017-06-05
18:56
Doxyfile: Add missing defines file: [5da8ae2890] check-in: [4b6dfe02f2] user: js, branch: trunk, size: 3133 [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [952657173f] check-in: [469a496cd2] user: js, branch: trunk, size: 3156 [annotate] [blame] [check-ins using] [diff]
2017-02-04
17:45
Fix typos in comments and strings found by aspell file: [e644d679dd] check-in: [5a31a537a1] user: js, branch: trunk, size: 3130 [annotate] [blame] [check-ins using] [diff]
15:28
Minor documentation improvements file: [3d952d667b] check-in: [6328d96718] user: js, branch: trunk, size: 3130 [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: [4830a48c57] check-in: [44f45c2e35] user: js, branch: trunk, size: 3402 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-06-13
22:26
Add support for and use the new nullability file: [3d5d69ac3c] check-in: [9e76144ef8] user: js, branch: trunk, size: 3392 [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
Add support for and use the new ObjC generics file: [e4268d9aa1] check-in: [5329fe7c1a] user: js, branch: trunk, size: 3335 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [ebd5f6cfdd] check-in: [cfd374b906] user: js, branch: trunk, size: 3266 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [db13fd5200] check-in: [246cfe0807] user: js, branch: trunk, size: 3260 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [4cc3952ecd] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 3198 [annotate] [blame] [check-ins using] [diff]
2013-03-08
22:44
Document the block types.

This also removes "bool *stop" from some blocks where it does not make
sense. file: [0f1bb8fc11] check-in: [e8473b9db8] user: js, branch: trunk, size: 3192 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [0db8d807f8] check-in: [e40729d406] user: js, branch: trunk, size: 3099 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [646e84b6f4] check-in: [813c00ccf0] user: js, branch: trunk, size: 3092 [annotate] [blame] [check-ins using] [diff]
2012-10-29
13:37
Documentation improvements (add references). file: [10a91b11db] check-in: [1bcd4b3d46] user: js, branch: 0.7, size: 3086 [annotate] [blame] [check-ins using] [diff]
13:35
Documentation improvements (add references). file: [f7a65bf244] check-in: [e685b742d9] user: js, branch: trunk, size: 3086 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [1c5160c994] check-in: [1ad9565253] user: js, branch: trunk, size: 3437 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [9c891bd73d] check-in: [fb515e8e24] user: js, branch: trunk, size: 3437 [annotate] [blame] [check-ins using] [diff]
2012-10-02
00:07
Remove -[OFThreadPool dispatchWithBlock:object:]. file: [b5511b4c56] check-in: [54e323d0c9] user: js, branch: trunk, size: 3409 [annotate] [blame] [check-ins using] [diff]
2012-09-25
09:44
Selector name consistency. file: [1c2b5c4b19] check-in: [bb5822582b] user: js, branch: trunk, size: 3663 [annotate] [blame] [check-ins using] [diff]
2012-05-18
15:59
Add -[OFThreadPool size]. file: [a3f951f884] check-in: [6729a18ba0] user: js, branch: trunk, size: 3675 [annotate] [blame] [check-ins using] [diff]
2012-03-21
15:39
OFThreadPool: Terminate threads on deallocation.

Threads will not terminate instantly, but after finishing their current
job. file: [2701771c31] check-in: [4ac1256458] user: js, branch: trunk, size: 3561 [annotate] [blame] [check-ins using] [diff]

10:45
Added: Add OFThreadPool. file: [7a259d1129] check-in: [420e3c09c6] user: js, branch: trunk, size: 3409 [annotate] [blame] [check-ins using]