Eddy Jansson
|
df145a9649
log: Fix unlikely out-of-bounds issue.
|
3 miesięcy temu |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 rok temu |
Sam Lantinga
|
1cc85c912b
Check return value of SDL_small_alloc()
|
1 rok temu |
Sam Lantinga
|
a8ca024495
Added SDL_GetDefaultLogOutputFunction()
|
1 rok temu |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 rok temu |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
1 rok temu |
Sam Lantinga
|
9275c533ca
Added thread-safe initialization/cleanup support
|
1 rok temu |
Sam Lantinga
|
231ea07617
Added SDL_LogTrace()
|
1 rok temu |
Sam Lantinga
|
6180da00e1
Skip a lock/unlock when logging known categories
|
1 rok temu |
Sam Lantinga
|
dc639956ba
Improve logging performance and make log priorities thread-safe
|
1 rok temu |
Sam Lantinga
|
37c9fb490e
Changed enums to use XXX_COUNT for the count or number of values
|
1 rok temu |
Sam Lantinga
|
cf9613fe63
The GPU log category ate one of the SDL reserved categories
|
1 rok temu |
Ryan C. Gordon
|
ac08dde1b2
windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`.
|
1 rok temu |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
1 rok temu |
Anonymous Maarten
|
360bc667a8
SDL_Log: restore SDL2's SDL_LogCategory order
|
1 rok temu |
Sam Lantinga
|
eacf119923
Renamed SDL_size_add_overflow() and SDL_size_mul_overflow()
|
1 rok temu |
Sam Lantinga
|
51a0b58f75
GPU logging should be quiet by default
|
1 rok temu |
Anonymous Maarten
|
63e58e5d66
SDL_Log: always use WriteFile/WriteConsole on Windows
|
1 rok temu |
Anonymous Maarten
|
8ffc1c2705
SDL_Log: don't rely on printf to forward stderr to the debug stream
|
1 rok temu |
cosmonaut
|
2e7d5bb429
Add the SDL_GPU API
|
1 rok temu |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 rok temu |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 rok temu |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 rok temu |
Anonymous Maarten
|
125ce71379
SDL_Log: avoid sending text to the debug stream twice
|
1 rok temu |
Sam Lantinga
|
fe5dcf79be
Reset log prefixes on SDL_Quit()
|
1 rok temu |
Sam Lantinga
|
6161c437c7
Added SDL_SetLogPriorityPrefix()
|
1 rok temu |
Sam Lantinga
|
f080336fa6
Fixed memory leak if logging is done after SDL_Quit()
|
1 rok temu |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
1 rok temu |
Sam Lantinga
|
d65ae710a1
Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention
|
1 rok temu |
Sam Lantinga
|
12bdb2b4d0
Added the environment variable SDL_LOGGING to control default log output
|
2 lat temu |