History of file src/OFRecursiveMutex.m at check-in 23e3ffff7a75aae2
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [ed601fd944] check-in: [7413a728a7] user: js, branch: trunk, size: 2335 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [0f680fdecc] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2127 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [4be56fc602] check-in: [8939cbdb52] user: js, branch: trunk, size: 2127 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [cb58226e3c] check-in: [1a86b8175b] user: js, branch: trunk, size: 2127 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
15:55 | Rename all functions in macros.h file: [00172c34e4] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 2127 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
16:24 |
of_mutex_t -> OFPlainMutex
Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [f6b5e7fc87] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 2128 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [14f9082e7e] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2073 [annotate] [blame] [check-ins using] [diff] | |
2020-12-20
| ||
21:26 |
Return error instead of using errno for threading
errno is problematic for Amiga libraries and is also not thread-safe on | |
2020-01-02
| ||
01:51 | Update copyright file: [3739c89b37] check-in: [c7f0229795] user: js, branch: trunk, size: 2057 [annotate] [blame] [check-ins using] [diff] | |
2019-09-01
| ||
12:50 | {condition,mutex,thread}.m: Set errno on error file: [9a715b3943] check-in: [d7fd999fee] user: js, branch: trunk, size: 2054 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [2beeb530a3] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1800 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [866049a019] check-in: [0509d7a844] user: js, branch: trunk, size: 1814 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [214a099b27] check-in: [7e5c81e186] user: js, branch: trunk, size: 1808 [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-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [5791a36f8a] check-in: [4af49a13c3] user: js, branch: trunk, size: 1771 [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 | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [c1a93fa6cd] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1855 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [c6e7818c21] check-in: [2a27cf3000] user: js, branch: trunk, size: 1764 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-01-03
| ||
20:57 | Update copyright file: [68e0559f83] check-in: [cfd374b906] user: js, branch: trunk, size: 1851 [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 | |
2014-01-04
| ||
00:24 | Update copyright. file: [98dcd7a3d1] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1865 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [42996d602b] check-in: [e40729d406] user: js, branch: trunk, size: 1954 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [216e595238] check-in: [813c00ccf0] user: js, branch: trunk, size: 1936 [annotate] [blame] [check-ins using] [diff] | |
2012-12-09
| ||
12:13 | Split OFHTTPRequest into OFHTTP{Client,Request}. file: [959b4c16f6] check-in: [2b7a70e246] user: js, branch: trunk, size: 1930 [annotate] [blame] [check-ins using] [diff] | |
2012-12-05
| ||
12:22 | OFLocking: Add property for lock name. file: [fe2de7b87a] check-in: [5918fe8ab2] user: js, branch: trunk, size: 1932 [annotate] [blame] [check-ins using] [diff] | |
2012-10-26
| ||
11:23 | Add OFLocking protocol. file: [2706783ddc] check-in: [7c33158c22] user: js, branch: trunk, size: 1602 [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: [ef20679bce] check-in: [0a55edad35] user: js, branch: trunk, size: 1585 [annotate] [blame] [check-ins using] | |