Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 жил өмнө |
Sam Lantinga
|
a2665f54c8
Updated the atomic API for SDL 3.0 naming conventions
|
2 жил өмнө |
Sam Lantinga
|
31f34e9504
Removed SDL_ATOMIC_DISABLED
|
2 жил өмнө |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 жил өмнө |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 жил өмнө |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
2 жил өмнө |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 жил өмнө |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
2 жил өмнө |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 жил өмнө |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 жил өмнө |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 жил өмнө |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 жил өмнө |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 жил өмнө |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 жил өмнө |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 жил өмнө |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 жил өмнө |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
3 жил өмнө |
Sam Lantinga
|
a635a485bc
Re-added WinRT support until we're sure that it's no longer being used
|
3 жил өмнө |
Ozkan Sezer
|
dc2a3e06e9
removed WinRT support.
|
3 жил өмнө |
David Carlier
|
16e699a761
Proposing exposing as public api the various arch dependent
|
3 жил өмнө |
Chris Mumford
|
98411c0d33
Added include: libkern/OSAtomic.h
|
3 жил өмнө |
chalonverse
|
3b191580c3
Windows GDK Support (#5830)
|
3 жил өмнө |
Francisco Javier Trujillo Mata
|
273d9e4640
Fix atomic support for PS2
|
3 жил өмнө |
Ozkan Sezer
|
67f12ede3b
move bug #5333 fix to headers
|
4 жил өмнө |
Ozkan Sezer
|
9b817248c5
SDL_spinlock.c: define HAVE_GCC_ATOMICS for windows/clang builds,
|
4 жил өмнө |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 жил өмнө |
Ozkan Sezer
|
53aa8eec5f
minor cleanup for watcom _inline keyword.
|
4 жил өмнө |
Ryan C. Gordon
|
f4eb7f329e
spinlock: Favor gcc-style atomics over MSVC interfaces.
|
4 жил өмнө |
Cameron Gutman
|
014f507c40
Use specific acquire and release variants of InterlockedExchange on ARM
|
5 жил өмнө |
Cameron Gutman
|
59594a7891
Implement PAUSE_INSTRUCTION() for Windows ARM platforms
|
5 жил өмнө |