ObjFW  History of src/OFRecursiveMutex.h of b37858358e5c88a4

History of the file that is called src/OFRecursiveMutex.h at check-in b37858358e5c88a4

2024-01-02
17:17
Update copyright file: [4610d1dd76] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1401 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [24a5da54a3] check-in: [8939cbdb52] user: js, branch: trunk, size: 1401 [annotate] [blame] [check-ins using] [diff]
2022-10-14
19:36
Document more exceptions file: [e91aa73730] check-in: [6c6c413432] user: js, branch: trunk, size: 1401 [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
Either restrict subclassing or reserve ivars file: [b2370c565d] check-in: [c40a295629] user: js, branch: trunk, size: 1138 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [5662e5ef58] check-in: [1a86b8175b] user: js, branch: trunk, size: 1099 [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Rename everything in several smaller files file: [c862616f60] check-in: [35de667566] user: js, branch: new-naming-convention, size: 1099 [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:24
of_mutex_t -> OFPlainMutex

Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [7583593446] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 1093 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [d6ed860e64] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1083 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [ebcc3c2a34] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1172 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [2ab4174b82] check-in: [c7f0229795] user: js, branch: trunk, size: 1172 [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: [14cd0ab792] check-in: [496695d778] user: js, branch: trunk, size: 1169 [annotate] [blame] [check-ins using] [diff]

2019-08-01
20:14
Split threading.[hm] into multiple files

This allows the runtime to only link against the parts it needs, without
pulling in unnecessary parts like thread spawning, TLS and conditions. file: [f3a0853f17] check-in: [5358e9ea6a] user: js, branch: trunk, size: 1143 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [f7e792d83e] check-in: [0509d7a844] user: js, branch: trunk, size: 1147 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [d6af485376] check-in: [7e5c81e186] user: js, branch: trunk, size: 1141 [annotate] [blame] [check-ins using] [diff]
2017-09-26
21:53
Many nullability fixes file: [6ef5e2c06f] check-in: [52011fbfd6] user: js, branch: trunk, size: 1118 [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: [8408c300d0] check-in: [44f45c2e35] user: js, branch: trunk, size: 1108 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-06-13
22:26
Add support for and use the new nullability file: [1999595e1e] check-in: [9e76144ef8] user: js, branch: trunk, size: 1098 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [159cca8cc8] check-in: [cfd374b906] user: js, branch: trunk, size: 1050 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [33212f3347] check-in: [246cfe0807] user: js, branch: trunk, size: 1044 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [94d7fb7f3f] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 970 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [ee1a699091] check-in: [c5ef582958] user: js, branch: trunk, size: 964 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [5b6f8dec9f] check-in: [e40729d406] user: js, branch: trunk, size: 964 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [b00b0eb498] check-in: [813c00ccf0] user: js, branch: trunk, size: 961 [annotate] [blame] [check-ins using] [diff]
2012-12-05
12:22
OFLocking: Add property for lock name. file: [6f9a6cfc49] check-in: [5918fe8ab2] user: js, branch: trunk, size: 955 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [6d98d1fbf7] check-in: [1ad9565253] user: js, branch: trunk, size: 938 [annotate] [blame] [check-ins using] [diff]
2012-10-26
11:23
Add OFLocking protocol. file: [6e1334c23c] check-in: [7c33158c22] user: js, branch: trunk, size: 938 [annotate] [blame] [check-ins using] [diff]
11:04
Added: Split OFThread.m into multiple files.

It was time to finally have one file per class. file: [dd0c304280] check-in: [0a55edad35] user: js, branch: trunk, size: 737 [annotate] [blame] [check-ins using]