Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 year ago |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
1 year ago |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
1 year ago |
Anonymous Maarten
|
c11b58ead7
Increase maximum line length of SDLTest_LogAllocations
|
1 year ago |
Anonymous Maarten
|
ea0ab2647a
SDL_test: print no procname when SDL_TRACKMEM_SYMBOL_NAMES is false
|
1 year ago |
Anonymous Maarten
|
384afa378c
SDL_test: fix proc names on older libunwind
|
1 year ago |
Sam Lantinga
|
de30400a7b
Fixed uninitialized variable warning
|
1 year ago |
Anonymous Maarten
|
c7a1876536
SDL_test: use mutex based on SDL_AtomicInt in memory tracking
|
1 year ago |
Anonymous Maarten
|
4c00433b69
SDL_test: format tracked allocation names during report generation
|
1 year ago |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
1 year ago |
Anonymous Maarten
|
9601d98e7f
SDL_test: always use symbols with 64-suffix from DbgHelp
|
1 year ago |
Brick
|
9c2e4f52e6
Fixed misuse of entry->size in SDL_TrackAllocation
|
2 years ago |
Ozkan Sezer
|
1c79edbe02
SDL_test_memory.c: adjust for new SDL_PLATFORM_WINDOWS meaning.
|
2 years ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 years ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 years ago |
Mathieu Eyraud
|
e54c5e0204
Fix condition in SDLTest_TrackAllocations()
|
2 years ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 years ago |
Ozkan Sezer
|
338974bb29
SDL_test_memory.c: fix build against older windows SDKs.
|
2 years ago |
Anonymous Maarten
|
f42bbeca24
SDL_test: track stack frames of allocations on Windows
|
2 years ago |
Anonymous Maarten
|
98da2dd303
SDL_test: don't warn about expected allocations when running with --trackmem
|
2 years ago |
Brick
|
82e481b520
Added --randmem test parameter
|
2 years ago |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 years ago |
Sylvain
|
c963f02571
More fix warnings about static function and prototype
|
3 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 years ago |
Sylvain
|
764b899a13
Fix Conditional jump or move depends on uninitialised value(s)
|
3 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 years ago |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |