ObjFW  History of src/OFThread+Private.h of c7f0229795431423

History of the file that is called src/OFThread+Private.h at check-in c7f0229795431423

2024-01-02
17:17
Update copyright file: [d8525a6662] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 699 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [727172a96e] check-in: [8939cbdb52] user: js, branch: trunk, size: 699 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [b87af72459] check-in: [1a86b8175b] user: js, branch: trunk, size: 699 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [0b3b7c4f06] check-in: [374e1a1bfa] user: js, branch: trunk, size: 699 [annotate] [blame] [check-ins using] [diff]
2020-06-28
15:03
Use OF_DIRECT(_MEMBERS) where appropriate file: [5ab3745dfa] check-in: [b6cb3addd0] user: js, branch: trunk, size: 788 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [5617fb7048] check-in: [c7f0229795] user: js, branch: trunk, size: 770 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [456f35c8f6] check-in: [0509d7a844] user: js, branch: trunk, size: 767 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [1643717646] check-in: [7e5c81e186] user: js, branch: trunk, size: 761 [annotate] [blame] [check-ins using] [diff]
2017-05-21
21:28
Prefix private methods with of_ instead of OF_

This matches Apple's style. file: [880b9d9aa8] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 738 [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: [3056c9ce56] check-in: [44f45c2e35] user: js, branch: trunk, size: 738 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [45eed9c100] check-in: [cec0f072f8] user: js, branch: 0.8, size: 751 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

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

2015-11-29
14:23
Clean up class extensions

Now that we can require GCC >= 4.6, we no longer need to fall back to
using a category on old compilers. file: [d3b39888a7] check-in: [2aca549d60] user: js, branch: trunk, size: 728 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [0c17908055] check-in: [9e76144ef8] user: js, branch: trunk, size: 747 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [7aa9919aa4] check-in: [cfd374b906] user: js, branch: trunk, size: 699 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [cf8fa48c2c] check-in: [13ee56edf3] user: js, branch: trunk, size: 693 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [9f2c900420] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 713 [annotate] [blame] [check-ins using] [diff]
2013-12-01
02:08
Port to DOS/DJGPP.

The port was much easier than expected. The only changes that were
required were defining the missing lrint() and useconds_t, the rest was
optional (like using backslashes for paths, even though slashes work
fine). file: [5fe8f6ca74] check-in: [a0b63a8df4] user: js, branch: trunk, size: 707 [annotate] [blame] [check-ins using] [diff]

2013-08-15
19:00
Added: Move private methods into private headers. file: [b0ccbc3e19] check-in: [1d7a1cbca0] user: js, branch: trunk, size: 677 [annotate] [blame] [check-ins using]