ObjFW  History of src/OFTLSKey.h of 0b441e52d6269942

History of the file that is called src/OFTLSKey.h at check-in 0b441e52d6269942

2024-05-01
15:19
[4742ef8bb4] part of check-in [0c3c3b6efa] Document a lot of undocumented functions & macros

Also fixes Doxygen not creating documentation for `static OF_INLINE`
functions. (check-in: [0c3c3b6efa] user: js, branch: trunk, size: 3258) [annotate] [blame] [check-ins using] [diff]

2024-04-03
02:16
[0f3980a25d] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2443) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[3e85dcff17] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2235) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[3b323cb13b] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2235) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[daee12b5cc] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2235) [annotate] [blame] [check-ins using] [diff]
2021-04-29
23:24
[befb515045] part of check-in [2fcf5a3052] Clean up struct and enum typedefs

With TYPEDEF_HIDES_STRUCT set, Doxygen properly handles anonymous
structs and enums that are typedef'd. (check-in: [2fcf5a3052] user: js, branch: trunk, size: 2235) [annotate] [blame] [check-ins using] [diff]

2021-04-18
20:51
Renamed src/tlskey.h → src/OFTLSKey.h. [7ddd0f3e02] part of check-in [35de667566] Rename everything in several smaller files (check-in: [35de667566] user: js, branch: new-naming-convention, size: 2233) [annotate] [blame] [check-ins using] [diff]
2021-04-17
15:45
[7ddd0f3e02] part of check-in [cc3a4a7b43] of_tlskey_t -> OFTLSKey (check-in: [cc3a4a7b43] user: js, branch: new-naming-convention, size: 2233) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[d958bbae58] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2297) [annotate] [blame] [check-ins using] [diff]
2020-12-20
21:26
[bf467b6736] part of check-in [5b37fbeb82] Return error instead of using errno for threading

errno is problematic for Amiga libraries and is also not thread-safe on
some systems, even though it should. (check-in: [5b37fbeb82] user: js, branch: trunk, size: 2386) [annotate] [blame] [check-ins using] [diff]

2020-12-06
01:54
[19e6f1fad4] part of check-in [c75596237e] Use OS-native TLS keys on MorphOS (check-in: [c75596237e] user: js, branch: trunk, size: 2349) [annotate] [blame] [check-ins using] [diff]
2020-01-25
20:04
[32bd25a13e] part of check-in [49aee5736e] tlskey.m: Use hashtable from runtime on AmigaOS

tlskey.m used OFMapTable only on AmigaOS. This became a problem when
autorelease pools were moved into the runtime, as autorelease pools use
TLS. The build then broke, as there suddenly was a dependency from the
runtime on ObjFW.

This now uses the hashtable from the runtime and also no longer uses
OFList, thus fixing the build. As we always use the runtime on AmigaOS
anyway, this is fine. (check-in: [49aee5736e] user: js, branch: trunk, size: 2046) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[ae536e54d4] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2062) [annotate] [blame] [check-ins using] [diff]
2019-08-03
18:13
[7c0440c23c] part of check-in [da383f4f03] Add threads for AmigaOS (check-in: [da383f4f03] user: js, branch: trunk, size: 2059) [annotate] [blame] [check-ins using] [diff]
2019-08-02
02:16
[a0b1148f7c] part of check-in [acc67b0bb6] tlskey: Create OFMapTable lazily

of_tlskey_new() is called in constructors, but at that time, OFMapTable
might not be available yet. (check-in: [acc67b0bb6] user: js, branch: trunk, size: 2033) [annotate] [blame] [check-ins using] [diff]

2019-08-01
21:31
[bf8d4b8a75] part of check-in [abaf310373] Add thread-local storage for AmigaOS (check-in: [abaf310373] user: js, branch: trunk, size: 2295) [annotate] [blame] [check-ins using] [diff]
21:05
[35d619259b] part of check-in [c26426e80f] Add missing extern "C" (check-in: [c26426e80f] user: js, branch: trunk, size: 1650) [annotate] [blame] [check-ins using] [diff]
20:14
Added: [b6004072bd] part of check-in [5358e9ea6a] Split threading.[hm] into multiple files

This allows the runtime to only link against the parts it needs, without
pulling in unnecessary parts like thread spawning, TLS and conditions. (check-in: [5358e9ea6a] user: js, branch: trunk, size: 1582) [annotate] [blame] [check-ins using]