History of file src/platform/GCC4/OFAtomic.h at check-in 2d14df1979e6e1f6
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [db656cd0ac] check-in: [7413a728a7] user: js, branch: trunk, size: 3464 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [acade4fce3] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3256 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [44e663e978] check-in: [8939cbdb52] user: js, branch: trunk, size: 3256 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [46ae36c82b] check-in: [1a86b8175b] user: js, branch: trunk, size: 3256 [annotate] [blame] [check-ins using] [diff] | |
2021-05-01
| ||
03:21 | Renamed src/OFAtomic_sync_builtins.h → src/platform/GCC4/OFAtomic.h. Move OFAtomic.h variants to src/platform file: [16dfce6eb3] check-in: [1aedad1588] user: js, branch: trunk, size: 3256 [annotate] [blame] [check-ins using] [diff] | |
02:47 | Fix compiling for MorphOS file: [16dfce6eb3] check-in: [bb294c079c] user: js, branch: trunk, size: 3256 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
23:41 | of_memory_barrier -> OFMemoryBarrier file: [cebe486547] check-in: [1cdf56dc9e] user: js, branch: new-naming-convention, size: 3253 [annotate] [blame] [check-ins using] [diff] | |
20:51 | Renamed src/atomic_sync_builtins.h → src/OFAtomic_sync_builtins.h. Rename everything in several smaller files file: [ca7c72a3e0] check-in: [35de667566] user: js, branch: new-naming-convention, size: 3261 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
20:47 | Rename atomic operations file: [ca7c72a3e0] check-in: [dfaf287249] user: js, branch: new-naming-convention, size: 3261 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [7ba8dbb2f0] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3253 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [9b099e15cf] check-in: [c7f0229795] user: js, branch: trunk, size: 3342 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [decb6cb429] check-in: [0509d7a844] user: js, branch: trunk, size: 3339 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [3c34c7f94d] check-in: [7e5c81e186] user: js, branch: trunk, size: 3333 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [228897fe83] check-in: [4af49a13c3] user: js, branch: trunk, size: 3310 [annotate] [blame] [check-ins using] [diff] | |
2017-04-14
| ||
05:13 | atomic_*.h: Add missing _Nullable file: [b3ae278d63] check-in: [6f9c0e8eb2] user: js, branch: trunk, size: 3308 [annotate] [blame] [check-ins using] [diff] | |
2017-04-13
| ||
13:19 | Clean up memory barriers file: [cd9ea173f9] check-in: [48ffea9a9a] user: js, branch: trunk, size: 3288 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-07-31
| ||
23:04 |
Added:
Split atomic.h into multiple files
Having one file per implementation reduces the #ifdef hell and makes it | |