Anonymous Maarten
|
d81d986858
cmake: fix uses of undefined macro identifiers (-Wundef)
|
2 лет назад |
Sam Lantinga
|
3f1fd5abff
Updated source to match SDL function prototype style
|
2 лет назад |
Sam Lantinga
|
0479df53ca
Updated copyright for 2023
|
3 лет назад |
Sam Lantinga
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
3 лет назад |
Sylvain Becker
|
fb0ce375f0
Cleanup add brace (#6545)
|
3 лет назад |
pionere
|
e5c599f8c6
fix SOLARIS_ATOMICS
|
3 лет назад |
pionere
|
b095df7f5c
simplify MSC_ATOMICS
|
3 лет назад |
pionere
|
eb670742f5
better SDL_AtomicGet(Ptr) implementation
|
3 лет назад |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 лет назад |
Ozkan Sezer
|
53aa8eec5f
minor cleanup for watcom _inline keyword.
|
4 лет назад |
Alex R
|
ebdfd0e175
atomic: detect clang separately
|
4 лет назад |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 лет назад |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 лет назад |
Sam Lantinga
|
959cfc428e
Fixed memory barrier macro check so it isn't quite so fragile
|
6 лет назад |
Sam Lantinga
|
a8bea85810
Limit the compile error to the case where we actually define the memory barrier macro as the function
|
6 лет назад |
Sam Lantinga
|
cc47810d36
Fixed bug 4683 - SDL_atomic infinite recursion on armv6/armv5 w/ thumb
|
6 лет назад |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 лет назад |
Ozkan Sezer
|
d9fb77a3c1
SDL_atomic.c, SDL_spinlock.c: use lock prefix with xchg in Watcom asm.
|
7 лет назад |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 лет назад |
Ozkan Sezer
|
500378eb52
Add atomics for Watcom/x86 as inline asm
|
8 лет назад |
Ryan C. Gordon
|
1d1a0d7f03
atomic: Patched to compile on Android.
|
9 лет назад |
Ryan C. Gordon
|
1c9c7633d9
atomic: favor compiler intrinsics for compare-and-swap over macOS APIs.
|
9 лет назад |
Ryan C. Gordon
|
8c00de57f6
atomic: let Clang always use atomic_load_n if available.
|
9 лет назад |
Sam Lantinga
|
7891e72dca
__atomic_load_n() appears to be available in GCC 5 but not GCC 4
|
9 лет назад |
Ryan C. Gordon
|
f2179944cc
Patched to compile on some platforms.
|
9 лет назад |
James Legg
|
1dc9ae5c1e
Use GCC's atomic loads in SDL_AtomicGet and SDL_AtomicGetPtr
|
9 лет назад |
Sam Lantinga
|
06ccb71bcd
Make sure the memory barrier functions are always available, and now they are implemented on Android __ARM_ARCH_5TE__
|
9 лет назад |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 лет назад |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 лет назад |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 лет назад |