SDL/VisualC
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 stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 2022-06-15 14:17:35 -07:00
SDLmain Automatically select the default platform toolset for MSVC builds 2021-07-24 16:06:54 -07:00
SDLtest Automatically select the default platform toolset for MSVC builds 2021-07-24 16:06:54 -07:00
pkg-support/cmake cmake: make VisualC's sdl2-config.cmake compatible with the one from autotools 2022-06-03 12:41:36 -07:00
tests Test: Add math suite to Visual Studio solution. 2022-06-15 12:05:30 -07:00
visualtest fixes to visual test MSVC project files. 2021-12-21 20:12:20 +03:00
SDL.sln testsurround: Add surround sound channel tester 2021-10-30 21:26:03 -07:00
clean.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00