Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9130f7c3 | 2021-01-02 10:25:38 | Updated copyright for 2021 | ||
| a8780c6a | 2020-01-16 20:49:25 | Updated copyright date for 2020 | ||
| 4953e050 | 2019-07-31 05:11:40 | use SDL_zeroa at more places where the argument is an array. | ||
| 5e13087b | 2019-01-04 22:01:14 | Updated copyright for 2019 | ||
| b815ad56 | 2018-11-12 16:42:49 | Fixed bug 4366 - Compile throws a warning on RPI (Raspbian Stretch) midwan When trying to compile on a Raspberry Pi 3, running Raspbian Stretch (fully updated), a warning appears: /home/pi/projects/SDL/src/test/SDL_test_memory.c: In function ?SDL_TrackAllocation?: /home/pi/projects/SDL/src/test/SDL_test_memory.c:112:109: warning: format ?%llx? expects argument of type ?long long unsigned int?, but argument 5 has type ?unw_word_t {aka unsigned int}? [-Wformat=] snprintf(entry->stack_names[stack_index], sizeof(entry->stack_names[stack_index]), "%s+0x%llx", sym, offset); | ||
| e3cc5b2c | 2018-01-03 10:03:25 | Updated copyright for 2018 | ||
| cf923648 | 2017-10-13 09:50:04 | Fixed bug 3879 - add missing SDLCALL to SDLTest_TrackedMalloc & co. Ozkan Sezer The attached trivial patch adds missing SDLCALL to SDLTest_TrackedMalloc & co. | ||
| 22b6df51 | 2017-10-12 14:46:28 | Use the lower-case hex output to match other stack trace printouts | ||
| 70791956 | 2017-10-12 14:44:54 | Fixed compiler warning | ||
| 41a60394 | 2017-10-12 14:20:17 | Added missing file |