ObjFW  History of src/platform/windows/thread.m of 7392685ffce2004010643b94982a8b4d31db8523cf158d673047bc0aad546fa1

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

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

2020-06-14
16:07
[d3d9eb9ec8] part of check-in [164475afdb] Check thread attributes before spawning the thread (check-in: [164475afdb] user: js, branch: trunk, size: 2788) [annotate] [blame] [check-ins using] [diff]
15:50
[ec067e732d] part of check-in [e342aa8358] 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. (check-in: [e342aa8358] user: js, branch: trunk, size: 2723) [annotate] [blame] [check-ins using] [diff]

15:30
[6d8493f63f] part of check-in [e16590dcb7] Make threads work on Windows 98

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

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