ObjFW  All files named "src/tlskey.h"

History for src/tlskey.h

2022-07-15
18:09
Renamed to src/OFTLSKey.h. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0
2021-04-25
11:29
Renamed to src/OFTLSKey.h. Change the naming convention

This follows more closely what most ObjC developers are used to and
hence makes it easier for people coming from the OpenStep world to get
used to ObjFW. check-in: [2b74ff13b0] user: js, branch: trunk, size: 0

2021-04-18
20:51
Renamed to src/OFTLSKey.h. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0
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
some systems, even though it should. file: [bf467b6736] check-in: [5b37fbeb82] user: js, branch: trunk, size: 2386 [annotate] [blame] [check-ins using] [diff]

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
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. file: [32bd25a13e] check-in: [49aee5736e] user: js, branch: trunk, size: 2046 [annotate] [blame] [check-ins using] [diff]

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
might not be available yet. file: [a0b1148f7c] check-in: [acc67b0bb6] user: js, branch: trunk, size: 2033 [annotate] [blame] [check-ins using] [diff]

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
pulling in unnecessary parts like thread spawning, TLS and conditions. file: [b6004072bd] check-in: [5358e9ea6a] user: js, branch: trunk, size: 1582 [annotate] [blame] [check-ins using]