summaryrefslogtreecommitdiff
path: root/VisualC
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Disable C++ exceptions, use debug format that includes debug information in t...Sam Lantinga9-361/+407
2013-05-01Add pixels test suite; add a test to pixel suite; minor updates to test code ...Andreas Schiffler2-2/+4
2013-03-13Reformat SDL_VS2010.sln so WindowsExplorer VS type detection works againAndreas Schiffler1-197/+160
2013-03-03Fied bug 1719 - Remove unnecessary PrecompiledHeaderOutputFile.Sam Lantinga4-7/+1
2013-02-27Generate debug info for all configurations on all platformsSam Lantinga3-1780/+487
2013-02-19Removed SDL_input.h from various projectsSam Lantinga3-11/+1
2013-02-13New SDL_MSBIndex, updated VS projects, cleanup gamecontroller.Jørgen P. Tjernø32-5549/+6926
2013-02-12Fix linker error for Win32 tests.Jørgen P. Tjernø2-2/+4
2013-02-12Don't clobber refcounting in SDL_Init.Jørgen P. Tjernø3-1/+7
2013-02-08Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler ...Andreas Schiffler2-0/+2
2013-01-14Added timer test suiteAndreas Schiffler2-0/+2
2013-01-06Add new test suite (mouse) with a few new testsAndreas Schiffler2-0/+2
2013-01-06Add new test suites (events, keyboard, syswm, video) with a few new tests eachAndreas Schiffler2-0/+8
2012-12-31Fix VS buildbot buildsAndreas Schiffler6-18/+6
2012-12-31Fix VS2010 and VS2012 solutions.Andreas Schiffler8-6/+24
2012-12-31Fixed building tests with Visual Studio 2008Sam Lantinga7-26/+542
2012-12-30Add missing VS project dependencies to fix buildbot build; fix surface suite;...Andreas Schiffler4-0/+46
2012-12-30Add testautomation to VS project; remove automated from VS project; minor upd...Andreas Schiffler5-41/+388
2012-12-22Test lib updates: updated harness to support filtering, added surface compare...Andreas Schiffler2-0/+4
2012-12-20Add image data definitions (for render tests) to test libAndreas Schiffler2-0/+12
2012-12-09Added existing common.c/.h functions to test lib; minor assert refactoringAndreas Schiffler2-0/+4
2012-12-01Update VS2012 solution - add missing files; fix some static analysis warningsAndreas Schiffler1-0/+2
2012-12-01Update assert API in test lib; add to and harness; add test lib to VS2010 and...Andreas Schiffler4-1/+385
2012-11-26Fixed Visual Studio 2008 buildSam Lantinga1-0/+12
2012-11-26Revert incorrect change to automated_VS2010Andreas Schiffler1-4/+0
2012-11-26Added hotplug joystick support and simplified game controller API, courtesy o...Sam Lantinga2-4/+233
2012-11-25Fix VS2012 solution; remove accidentally submitted .patch fileAndreas Schiffler3-2/+10
2012-11-08Added VS2012 project filesAndreas Schiffler13-0/+3098
2012-10-30Updated the Visual Studio 2010 project with the new message box functionality.Sam Lantinga1-0/+2
2012-10-30Added Windows message box implementation, but it needs a little work on layout.Sam Lantinga1-0/+8
2012-10-01Whoops, that's a header!Sam Lantinga2-2/+2
2012-09-30Added SDL_dropevents.c to the Visual C projectsSam Lantinga2-0/+10
2012-07-11Patched to compile on Windows with VS2008 and VS2010.Ryan C. Gordon2-324/+0
2012-06-23Added SDL_system.h to the various projectsSam Lantinga2-1/+6
2012-06-19Fixed compiling with Visual StudioSam Lantinga2-1/+11
2012-02-04Updated VS2010 project for the new version.rc location - thanks to Rainer DeykeSam Lantinga1-1/+1
2012-01-22Removed old compat files from Visual Studio and Xcode projectsSam Lantinga2-10/+0
2012-01-22Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2Sam Lantinga28-52/+57
2012-01-21Added testscale and testrendertarget projectsSam Lantinga5-0/+916
2012-01-21Added the correct version.rc to the Visual Studio build.Sam Lantinga3-121/+1
2012-01-16Added spaces for the include pathSam Lantinga1-4/+4
2012-01-09Don't hardcode output paths, Visual Studio does the right thing.Sam Lantinga25-225/+81
2012-01-09Removing test projects for Visual Studio 2005Sam Lantinga23-5082/+0
2012-01-09I can't test Visual Studio 2005 configurations anymore, and I don't think any...Sam Lantinga3-1784/+0
2012-01-08Fixed bug 1287 - VS2010 project doesn't include the SDL_syscond.c fileSam Lantinga3-40/+49
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-12-04Updated VS2010 project filesAndreas Schiffler21-116/+120
2011-08-22Removed SDL_xaudio2.h ... no real need for this to be separate.Ryan C. Gordon3-9/+0
2011-08-04Implemented XAudio2 target for Windows (and Xbox360, theoretically!).Ryan C. Gordon3-0/+18
2011-08-04Reworked Windows waveOut code.Ryan C. Gordon3-6/+6