History for src/atomic_powerpc.h
2022-07-15
| ||
18:09 | Renamed to src/platform/PowerPC/OFAtomic.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/OFAtomic_powerpc.h.
Change the naming convention
This follows more closely what most ObjC developers are used to and | |
2021-04-18
| ||
20:51 | Renamed to src/OFAtomic_powerpc.h. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0 | |
2021-04-17
| ||
20:47 | Rename atomic operations file: [fb429fc6e7] check-in: [dfaf287249] user: js, branch: new-naming-convention, size: 7154 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [a52241434a] check-in: [374e1a1bfa] user: js, branch: trunk, size: 7146 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [11a109fab0] check-in: [c7f0229795] user: js, branch: trunk, size: 7235 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [eee9e07a46] check-in: [0509d7a844] user: js, branch: trunk, size: 7232 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [ed16c86eaa] check-in: [7e5c81e186] user: js, branch: trunk, size: 7226 [annotate] [blame] [check-ins using] [diff] | |
2017-05-16
| ||
22:19 |
Use .long 0x7C2004AC instead of lwsync
binutils on MorphOS is too old for lwsync. file: [f1efda9615] check-in: [7fc5ab38ad] user: js, branch: trunk, size: 7203 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
19:31 | atomic_powerpc.h: Add cc & memory to clobber list file: [b80d8be5cc] check-in: [2ae547a69a] user: js, branch: trunk, size: 7134 [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: [1547de0695] check-in: [4af49a13c3] user: js, branch: trunk, size: 6752 [annotate] [blame] [check-ins using] [diff] | |
2017-04-14
| ||
05:13 | atomic_*.h: Add missing _Nullable file: [56d99bc409] check-in: [6f9c0e8eb2] user: js, branch: trunk, size: 6750 [annotate] [blame] [check-ins using] [diff] | |
2017-04-13
| ||
13:19 | Clean up memory barriers file: [3babc72639] check-in: [48ffea9a9a] user: js, branch: trunk, size: 6730 [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 | |