index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
atomic
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-04
Updated copyright for 2019
Sam Lantinga
2
-2
/
+2
2018-09-27
SDL_atomic.c, SDL_spinlock.c: use lock prefix with xchg in Watcom asm.
Ozkan Sezer
2
-2
/
+3
2018-06-30
correct the comment correction..
Ozkan Sezer
1
-1
/
+1
2018-06-30
comment correction
Ozkan Sezer
1
-1
/
+1
2018-06-29
Corrected a comment.
Ryan C. Gordon
1
-1
/
+1
2018-06-25
Patched to compile on Visual Studio (typo).
Ryan C. Gordon
1
-1
/
+1
2018-06-25
atomic: Fight with all the assemblers that don't like REP NOP. :/
Ryan C. Gordon
1
-3
/
+4
2018-06-25
atomic: Spin locks now try to use the x86 PAUSE instruction for short waits.
Ryan C. Gordon
1
-1
/
+24
2018-01-03
Updated copyright for 2018
Sam Lantinga
2
-2
/
+2
2017-08-18
Add atomics for Watcom/x86 as inline asm
Ozkan Sezer
2
-1
/
+53
2017-04-13
atomic: Patched to compile on Android.
Ryan C. Gordon
1
-1
/
+5
2017-04-13
atomic: favor compiler intrinsics for compare-and-swap over macOS APIs.
Ryan C. Gordon
1
-6
/
+6
2017-04-13
atomic: let Clang always use atomic_load_n if available.
Ryan C. Gordon
1
-2
/
+15
2017-03-30
__atomic_load_n() appears to be available in GCC 5 but not GCC 4
Sam Lantinga
1
-4
/
+2
2017-03-29
Patched to compile on some platforms.
Ryan C. Gordon
1
-2
/
+4
2017-03-29
Use GCC's atomic loads in SDL_AtomicGet and SDL_AtomicGetPtr
James Legg
1
-0
/
+8
2017-02-10
Make sure the memory barrier functions are always available, and now they are...
Sam Lantinga
1
-14
/
+11
2017-01-01
Updated copyright for 2017
Sam Lantinga
2
-2
/
+2
2016-01-02
Updated copyright to 2016
Sam Lantinga
2
-2
/
+2
2015-05-26
Updated the copyright year to 2015
Sam Lantinga
2
-2
/
+2
2014-07-07
Fixed bug 2618 - incomplete pthread-based lock support should be removed
Sam Lantinga
1
-7
/
+0
2014-07-05
2620 solaris port missing atomics if not using gcc
Shawn Walker
2
-1
/
+42
2014-03-09
Integrated David Ludwig's support for Windows RT
Sam Lantinga
1
-1
/
+1
2014-03-09
Fixed line endings on WinRT source code
Sam Lantinga
1
-126
/
+126
2014-02-02
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
2
-2
/
+2
2014-01-08
Patched to compile on Android (I think).
Ryan C. Gordon
1
-0
/
+2
2013-11-24
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
Ryan C. Gordon
2
-2
/
+2
2013-12-09
Patched stdlib changes to compile on Windows.
Ryan C. Gordon
1
-1
/
+3
2013-11-24
Moved atomic API implementation out of headers.
Ryan C. Gordon
1
-12
/
+111
2013-10-27
WinRT: build fixes, post SDL 2.0.1 update
David Ludwig
1
-1
/
+1
2013-10-27
WinRT: merged with SDL 2.0.1 codebase
David Ludwig
2
-128
/
+128
2013-10-20
Fixed bug 2129 - fix for bug 2121 breaks linking for mingw and throws multipl...
Sam Lantinga
1
-2
/
+2
2013-10-17
Fixed building using MinGW
Sam Lantinga
1
-4
/
+4
2013-08-12
WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)
David Ludwig
2
-8
/
+22
2013-07-10
Added PowerPC and ARM versions of the memory barrier functions.
Sam Lantinga
1
-0
/
+14
2013-05-18
File style cleanup for the SDL 2.0 release
Sam Lantinga
2
-8
/
+8
2013-04-14
WinRT: merged with latest, official, SDL 2.x sources (at rev. bea100d73d13)
David Ludwig
2
-7
/
+9
2013-03-07
Put the real SDL_AtomicCAS() and SDL_AtomicCASPtr() symbols into the library.
Sam Lantinga
1
-4
/
+6
2013-03-07
Changed the name of SDL_mutexP() SDL_mutexV()
Sam Lantinga
1
-3
/
+3
2013-02-23
WinRT: merged with latest, official, SDL 2.x code
David Ludwig
2
-2
/
+2
2013-02-15
Happy New Year!
Sam Lantinga
2
-2
/
+2
2012-10-17
Got a bare-bones version of SDL compiling for Windows RT. Dummy drivers are ...
David Ludwig
1
-1
/
+1
2012-09-27
Removed executable bit from source files
Sam Lantinga
2
-0
/
+0
2012-01-14
Make sure that we use consistent configuration options on platforms like Wind...
Sam Lantinga
2
-2
/
+2
2011-12-31
Happy New Year!
Sam Lantinga
2
-2
/
+2
2011-10-16
Check for __ARM_ARCH_5TEJ__ in spinlock atomics.
Ryan C. Gordon
1
-1
/
+2
2011-10-16
Let iOS use OSAtomicCompareAndSwap32Barrier() if nothing else is available.
Ryan C. Gordon
1
-1
/
+1
2011-09-18
Implemented x86 and x86-64 spinlock inline asm.
Ryan C. Gordon
1
-4
/
+13
2011-09-18
Use an actual #error instead of a bogus symbol if there's no spinlock support.
Ryan C. Gordon
1
-3
/
+2
2011-06-22
Implemented pthread spinlocks.
Nathan Heisey
1
-2
/
+9
[next]