Sam Lantinga
|
51a0b58f75
GPU logging should be quiet by default
|
1 yıl önce |
Anonymous Maarten
|
63e58e5d66
SDL_Log: always use WriteFile/WriteConsole on Windows
|
1 yıl önce |
Anonymous Maarten
|
8ffc1c2705
SDL_Log: don't rely on printf to forward stderr to the debug stream
|
1 yıl önce |
cosmonaut
|
2e7d5bb429
Add the SDL_GPU API
|
2 yıl önce |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 yıl önce |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 yıl önce |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 yıl önce |
Anonymous Maarten
|
125ce71379
SDL_Log: avoid sending text to the debug stream twice
|
1 yıl önce |
Sam Lantinga
|
fe5dcf79be
Reset log prefixes on SDL_Quit()
|
1 yıl önce |
Sam Lantinga
|
6161c437c7
Added SDL_SetLogPriorityPrefix()
|
2 yıl önce |
Sam Lantinga
|
f080336fa6
Fixed memory leak if logging is done after SDL_Quit()
|
1 yıl önce |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
1 yıl önce |
Sam Lantinga
|
d65ae710a1
Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention
|
2 yıl önce |
Sam Lantinga
|
12bdb2b4d0
Added the environment variable SDL_LOGGING to control default log output
|
2 yıl önce |
Sam Lantinga
|
4fba663368
Simplified the default log category logic
|
2 yıl önce |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 yıl önce |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 yıl önce |
Sam Lantinga
|
3775d9be4b
Fixed warning C28251: Inconsistent annotation for 'SDL_LogMessageV_REAL': this instance has no annotations.
|
2 yıl önce |
Ozkan Sezer
|
5730eb67f0
add HAVE_GCC_DIAGNOSTIC_PRAGMA to SDL_internal.h, use it
|
2 yıl önce |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 yıl önce |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 yıl önce |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
2 yıl önce |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 yıl önce |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 yıl önce |
Sam Lantinga
|
14695a714f
Set the default priority level of SDL_LOG_CATEGORY_ERROR to SDL_LOG_PRIORITY_ERROR
|
3 yıl önce |
Anonymous Maarten
|
67d517907b
log: fix unused-variable warning when configuring SDL with -DSDL_LIBC=OFF
|
3 yıl önce |
Sam Lantinga
|
237086c917
Fixed Xcode 14.2 warnings
|
3 yıl önce |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 yıl önce |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 yıl önce |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 yıl önce |