ObjFW  History of src/platform/windows/thread.m of 374e1a1bfa30d767

History of the file that is called src/platform/windows/thread.m at check-in 374e1a1bfa30d767

2024-04-03
02:16
Change license to LGPLv3 only file: [2ecb1d0001] check-in: [7413a728a7] user: js, branch: trunk, size: 2854 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [8447cf3b9e] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2646 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [b7a41fe84f] check-in: [8939cbdb52] user: js, branch: trunk, size: 2646 [annotate] [blame] [check-ins using] [diff]
2022-12-18
09:45
Make GCC 5.3.0 on MinGW happy again file: [8435804c16] check-in: [4e7252f5cd] user: js, branch: trunk, size: 2646 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [d2bc6a9806] check-in: [1a86b8175b] user: js, branch: trunk, size: 2637 [annotate] [blame] [check-ins using] [diff]
2021-05-01
03:02
Renamed src/platform/windows/OFPlainThread.m → src/platform/Windows/OFPlainThread.m. Rename directories in src/platform file: [eb57469e6d] check-in: [4a6e3b42f5] user: js, branch: trunk, size: 2637 [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Renamed src/platform/windows/thread.m → src/platform/windows/OFPlainThread.m. Rename everything in several smaller files file: [eb57469e6d] check-in: [35de667566] user: js, branch: new-naming-convention, size: 2637 [annotate] [blame] [check-ins using] [diff]
15:55
Rename all functions in macros.h file: [7d9732a8f6] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 2632 [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:03
of_thread_t -> OFPlainThread file: [a014c5e905] check-in: [65510fa56b] user: js, branch: new-naming-convention, size: 2636 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [5512169ec5] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2602 [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: [ea501b1747] check-in: [5b37fbeb82] user: js, branch: trunk, size: 2691 [annotate] [blame] [check-ins using] [diff]

2020-06-14
16:07
Check thread attributes before spawning the thread file: [d3d9eb9ec8] check-in: [164475afdb] user: js, branch: trunk, size: 2788 [annotate] [blame] [check-ins using] [diff]
15:50
Add a function wrapper for threads on Windows

This is necessary because CreateThread() expects the function to be
stdcall, while the one we get passed is cdecl. file: [ec067e732d] check-in: [e342aa8358] user: js, branch: trunk, size: 2723 [annotate] [blame] [check-ins using] [diff]

15:30
Make threads work on Windows 98

Windows 98 does not like the pointer to a DWORD to store the thread ID
being NULL. file: [6d8493f63f] check-in: [e16590dcb7] user: js, branch: trunk, size: 2299 [annotate] [blame] [check-ins using] [diff]

2020-02-29
14:49
Added: Move platform specific files into a subdirectory file: [890723e850] check-in: [109db78ecd] user: js, branch: trunk, size: 2277 [annotate] [blame] [check-ins using]