summaryrefslogtreecommitdiff
path: root/VisualC/SDLtest
Commit message (Collapse)AuthorAgeFilesLines
* windows: Remove /ARCH:SSE option from x64 Visual Studio builds.Ryan C. Gordon2019-10-151-2/+0
| | | | Fixes Bugzilla #4561.
* Added functions to query and set the SDL memory allocation functions:Sam Lantinga2017-10-121-1/+2
| | | | | | SDL_GetMemoryFunctions() SDL_SetMemoryFunctions() SDL_GetNumAllocations()
* Good bye, Visual Studio 2008Sam Lantinga2017-09-221-350/+0
|
* Fixed compiler option warning for 64-bit builds on Visual Studio 2008Sam Lantinga2016-10-141-2/+0
|
* Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .slnDavid Ludwig2015-09-071-4/+4
|
* Fixed 2010 solution and removed Release_NoSTDIO build configurationSam Lantinga2015-06-142-187/+0
|
* Updated Visual Studio projectsSam Lantinga2015-06-144-494/+125
| | | | There is now a single solution used by Visual Studio 2010 and newer
* Turned on OmitDefaultLibName for SDL, SDLmain and SDLtestSam Lantinga2014-07-274-2/+18
|
* Fixed Visual Studio 2008 projectsSam Lantinga2014-06-151-480/+480
| | | | | | | | Added missing files to SDL2 project Added missing Visual Studio 2008 tests to the solution Added output paths which match the 2010+ projects Added SDL project references instead of old style project dependencies Removed post-build copy step and added data files to projects
* Updated projects for Visual Studio 2010, 2012 and 2013Sam Lantinga2014-06-073-390/+391
| | | | | | | | * Test programs use project references instead of hard-coding SDL library dependencies * Test data files are copied only when needed. * Copying SDL2.dll is no longer necessary * Fixed /SAFESEH warning * Fixed attempted rebuild of SDL every time a test program is run
* Added project files for Visual Studio 2013Sam Lantinga2013-11-101-0/+196
| | | | Added /arch:SSE code generation option to prevent SSE2 floating point functions from being implicitly called (which aren't linked in SDL)
* Fix bug 1492: Visual Studio builds sdl.lib and sdl.dll for version 2.0 ↵Andreas Schiffler2013-05-301-1/+1
| | | | (contributed by Jan Reitz); update SDL_bool handling in test_common to fix VS compiler warnings
* Disable C++ exceptions, use debug format that includes debug information in ↵Sam Lantinga2013-05-063-191/+211
| | | | the static libraries, and standardize on Program Database / Program Database with edit and continue for the DLL debug format.
* Fied bug 1719 - Remove unnecessary PrecompiledHeaderOutputFile.Sam Lantinga2013-03-031-1/+0
| | | | | Hiroyuki Iwatsuki Patch for removing unnecessary PrecompiledHeaderOutputFile.
* New SDL_MSBIndex, updated VS projects, cleanup gamecontroller.J?rgen P. Tjern?2013-02-132-655/+656
| | | | | | - Updated Visual Studio 2010 project with SDL 2.0 library names - Don't use a 256 byte LUT, but rather <32 bytes of data on the stack. - Cleanups in SDL_gamecontroller.h
* Fixed building tests with Visual Studio 2008Sam Lantinga2012-12-311-0/+469
|
* Test lib updates: updated harness to support filtering, added surface ↵Andreas Schiffler2012-12-222-0/+4
| | | | comparer, updated interface to test images; added Render test suite from GSOC project
* Add image data definitions (for render tests) to test libAndreas Schiffler2012-12-202-0/+12
|
* Added existing common.c/.h functions to test lib; minor assert refactoringAndreas Schiffler2012-12-092-0/+4
|
* Update assert API in test lib; add to and harness; add test lib to VS2010 ↵Andreas Schiffler2012-12-012-0/+358
and VS2012 solution; fix VS2012 solution; fix compiler warning