SDL2/src/stdlib
Anonymous Maarten ae7446a959 stlib: Extract SDL_memcpy and SDL_memset to its own file respectively
This is done such that we can disable LTO for these 2 functions when
building with MSVC.

This is due to a limitation of Link Time Code Generation (LTCG).
Code generation might generate a new reference to memset after linking
has started. The LTCG must make assumptions about where memset is
defined which is normally the C runtime.
2022-06-15 14:17:35 -07:00
..
SDL_crc32.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_getenv.c use != '\0' comparison instead of SDL_strlen in the functions of SDL_getenv 2022-03-22 12:17:50 -07:00
SDL_iconv.c Add clang-format on/off comments where necessary. 2022-05-19 01:31:29 -07:00
SDL_malloc.c Use SDLCALL for callbacks in public APIs 2022-05-18 15:01:27 -07:00
SDL_memcpy.c stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 2022-06-15 14:17:35 -07:00
SDL_memset.c stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 2022-06-15 14:17:35 -07:00
SDL_qsort.c add SDL_bsearch 2022-04-26 04:03:25 +03:00
SDL_stdlib.c Don't define memcpy(), memset() when using static VC runtime. 2022-05-07 08:10:52 -07:00
SDL_string.c stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 2022-06-15 14:17:35 -07:00
SDL_strtokr.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_vacopy.h Fixed building with Visual Studio 2013 2022-05-06 10:51:55 -07:00