History of file src/OFPlainCondition.h at check-in 3b440aa16a4ed571
2024-05-01
| ||
15:19 |
Document a lot of undocumented functions & macros
Also fixes Doxygen not creating documentation for `static OF_INLINE` | |
2024-04-29
| ||
21:42 | Properly hide private symbols file: [c4030c17c8] check-in: [f16bccc7b3] user: js, branch: trunk, size: 2306 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [bbdacbeb4f] check-in: [7413a728a7] user: js, branch: trunk, size: 2304 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [04d5d12d8a] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2096 [annotate] [blame] [check-ins using] [diff] | |
2023-08-05
| ||
10:12 | Make platform-specific methods show up in Doxygen file: [d2cd398f52] check-in: [de6dbcf928] user: js, branch: trunk, size: 2096 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [f98542ce7c] check-in: [8939cbdb52] user: js, branch: trunk, size: 2070 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [fd9b66a9ca] check-in: [1a86b8175b] user: js, branch: trunk, size: 2070 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
20:51 | Renamed src/condition.h → src/OFPlainCondition.h. Rename everything in several smaller files file: [cb66a320ac] check-in: [35de667566] user: js, branch: new-naming-convention, size: 2070 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
16:36 | of_condition_t -> OFPlainCondition file: [d04b4d971e] check-in: [20bfedd0b7] user: js, branch: new-naming-convention, size: 2064 [annotate] [blame] [check-ins using] [diff] | |
16:24 |
of_mutex_t -> OFPlainMutex
Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [1ee99bce0d] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 2008 [annotate] [blame] [check-ins using] [diff] | |
00:51 | of_time_interval_t -> OFTimeInterval file: [0d9f4192a1] check-in: [8c0d76f782] user: js, branch: new-naming-convention, size: 2000 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [61428a9c46] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2012 [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-10-10
| ||
21:54 | More type cleanups file: [ed39b78cbd] check-in: [ac004e624d] user: js, branch: trunk, size: 2109 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [1ae822cd57] check-in: [c7f0229795] user: js, branch: trunk, size: 2103 [annotate] [blame] [check-ins using] [diff] | |
2019-09-01
| ||
18:50 |
condition.h: Remove OF_ASSUME_NONNULL_{BEGIN,END}
This must not be here as then everything would need to have nullability | |
13:49 | OFCondition: Support waiting for Exec Signals file: [788d08f5c1] check-in: [92d63d6367] user: js, branch: trunk, size: 2148 [annotate] [blame] [check-ins using] [diff] | |
2019-08-06
| ||
00:48 | Add conditions for AmigaOS file: [e69c1f857d] check-in: [dd5a900e3b] user: js, branch: trunk, size: 1821 [annotate] [blame] [check-ins using] [diff] | |
2019-08-01
| ||
21:05 | Add missing extern "C" file: [586159d8cd] check-in: [c26426e80f] user: js, branch: trunk, size: 1567 [annotate] [blame] [check-ins using] [diff] | |
20:14 |
Added:
Split threading.[hm] into multiple files
This allows the runtime to only link against the parts it needs, without | |