History of file src/OFTLSKey.h at check-in ddcef349e53b0a77
2024-05-01
| ||
15:19 |
Document a lot of undocumented functions & macros
Also fixes Doxygen not creating documentation for `static OF_INLINE` | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [0f3980a25d] check-in: [7413a728a7] user: js, branch: trunk, size: 2443 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [3e85dcff17] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2235 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [3b323cb13b] check-in: [8939cbdb52] user: js, branch: trunk, size: 2235 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [daee12b5cc] check-in: [1a86b8175b] user: js, branch: trunk, size: 2235 [annotate] [blame] [check-ins using] [diff] | |
2021-04-29
| ||
23:24 |
Clean up struct and enum typedefs
With TYPEDEF_HIDES_STRUCT set, Doxygen properly handles anonymous | |
2021-04-18
| ||
20:51 | Renamed src/tlskey.h → src/OFTLSKey.h. Rename everything in several smaller files file: [7ddd0f3e02] check-in: [35de667566] user: js, branch: new-naming-convention, size: 2233 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
15:45 | of_tlskey_t -> OFTLSKey file: [7ddd0f3e02] check-in: [cc3a4a7b43] user: js, branch: new-naming-convention, size: 2233 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [d958bbae58] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2297 [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-12-06
| ||
01:54 | Use OS-native TLS keys on MorphOS file: [19e6f1fad4] check-in: [c75596237e] user: js, branch: trunk, size: 2349 [annotate] [blame] [check-ins using] [diff] | |
2020-01-25
| ||
20:04 |
tlskey.m: Use hashtable from runtime on AmigaOS
tlskey.m used OFMapTable only on AmigaOS. This became a problem when This now uses the hashtable from the runtime and also no longer uses | |
2020-01-02
| ||
01:51 | Update copyright file: [ae536e54d4] check-in: [c7f0229795] user: js, branch: trunk, size: 2062 [annotate] [blame] [check-ins using] [diff] | |
2019-08-03
| ||
18:13 | Add threads for AmigaOS file: [7c0440c23c] check-in: [da383f4f03] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff] | |
2019-08-02
| ||
02:16 |
tlskey: Create OFMapTable lazily
of_tlskey_new() is called in constructors, but at that time, OFMapTable | |
2019-08-01
| ||
21:31 | Add thread-local storage for AmigaOS file: [bf8d4b8a75] check-in: [abaf310373] user: js, branch: trunk, size: 2295 [annotate] [blame] [check-ins using] [diff] | |
21:05 | Add missing extern "C" file: [35d619259b] check-in: [c26426e80f] user: js, branch: trunk, size: 1650 [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 | |