History of file src/OFMutex.m at check-in 4a5822e7c06e3585
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [e26fea3ad3] check-in: [7413a728a7] user: js, branch: trunk, size: 2267 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [64408a13e1] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [02f32d24e6] check-in: [8939cbdb52] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [91291c7344] check-in: [1a86b8175b] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
15:55 | Rename all functions in macros.h file: [80f846e417] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 2059 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
16:24 |
of_mutex_t -> OFPlainMutex
Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [beea68f36f] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 2060 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [8256799039] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2045 [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: [2c5bdb0793] check-in: [c7f0229795] user: js, branch: trunk, size: 2029 [annotate] [blame] [check-ins using] [diff] | |
2019-09-01
| ||
12:50 | {condition,mutex,thread}.m: Set errno on error file: [2faea18a32] check-in: [d7fd999fee] user: js, branch: trunk, size: 2026 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [99a3d0e9e5] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1772 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [08bcd2f7b5] check-in: [0509d7a844] user: js, branch: trunk, size: 1786 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [fdefaa7d33] check-in: [7e5c81e186] user: js, branch: trunk, size: 1780 [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: [fcee48ecda] check-in: [4af49a13c3] user: js, branch: trunk, size: 1743 [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: [5f6b85e7ad] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1827 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [98f14fbc8c] check-in: [2a27cf3000] user: js, branch: trunk, size: 1736 [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: [37a9b75801] check-in: [cfd374b906] user: js, branch: trunk, size: 1823 [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: [9762b9a489] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1837 [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: [d5036265a2] check-in: [e40729d406] user: js, branch: trunk, size: 1926 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [03afd45a89] check-in: [813c00ccf0] user: js, branch: trunk, size: 1908 [annotate] [blame] [check-ins using] [diff] | |
2012-12-09
| ||
12:13 | Split OFHTTPRequest into OFHTTP{Client,Request}. file: [dc1f59fb34] check-in: [2b7a70e246] user: js, branch: trunk, size: 1902 [annotate] [blame] [check-ins using] [diff] | |
2012-12-05
| ||
12:22 | OFLocking: Add property for lock name. file: [0fa68d097c] check-in: [5918fe8ab2] user: js, branch: trunk, size: 1904 [annotate] [blame] [check-ins using] [diff] | |
2012-10-26
| ||
11:23 | Add OFLocking protocol. file: [e9519677f8] check-in: [7c33158c22] user: js, branch: trunk, size: 1574 [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: [3c3018edf4] check-in: [0a55edad35] user: js, branch: trunk, size: 1662 [annotate] [blame] [check-ins using] | |