ObjFW  History of src/runtime/OFOnce.m of de552578e7675553

History of the file that is called src/runtime/OFOnce.m at check-in de552578e7675553

2024-04-03
02:16
[4cc1e7e57e] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 817) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[991be429bb] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 609) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[4007f33455] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 609) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[9cc54fa246] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 609) [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Renamed src/runtime/once.m → src/runtime/OFOnce.m. [faf23e6bb2] part of check-in [35de667566] Rename everything in several smaller files (check-in: [35de667566] user: js, branch: new-naming-convention, size: 609) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[d69450279b] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 607) [annotate] [blame] [check-ins using] [diff]
2020-11-22
19:08
Added: [fbcc5fceb4] part of check-in [c1354656bc] runtime: Compile a copy of {mutex,once,tlskey}.m

This makes sure they are compiled with the flags that are required for
objfwrt(68k).library, while being compiled with the regular flags for
ObjFW itself.

This does not cause problems for static libraries or shared libraries,
as there the same flags are used for the runtime and ObjFW, resulting in
in two identical .o files, just as before. (check-in: [c1354656bc] user: js, branch: trunk, size: 696) [annotate] [blame] [check-ins using]