History for src/platform/windows/mutex.m
2022-07-15
| ||
18:09 | Renamed to src/platform/Windows/OFPlainMutex.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-04-25
| ||
11:29 |
Renamed to
src/platform/windows/OFPlainMutex.m.
Change the naming convention
This follows more closely what most ObjC developers are used to and | |
2021-04-18
| ||
20:51 | Renamed to src/platform/windows/OFPlainMutex.m. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0 | |
2021-04-17
| ||
16:24 |
of_mutex_t -> OFPlainMutex
Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [32f709f554] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 1592 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [ed38f771ab] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1447 [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-02-29
| ||
14:49 | Added: Move platform specific files into a subdirectory file: [c67aeb237e] check-in: [109db78ecd] user: js, branch: trunk, size: 1583 [annotate] [blame] [check-ins using] | |