Age | Commit message (Expand) | Author | Files | Lines |
2014-03-09 | Visual Studio 2013 project updates | Sam Lantinga | 2 | -482/+483 |
2014-02-20 | Fixes #2408, VS2013: several projects of release build are not built | Gabriel Jacobo | 1 | -9/+19 |
2014-02-19 | Fixes #2403, add SDL2 dependency to testgles2 (thanks Hiroyuki Iwatsuki) | Gabriel Jacobo | 1 | -0/+5 |
2013-12-09 | Implemented the Dynamic API magic. | Ryan C. Gordon | 4 | -0/+28 |
2013-11-22 | OpenGL ES support for Windows | Gabriel Jacobo | 9 | -472/+1452 |
2013-11-16 | Fixed bug 2232 - Version Mismatch in VS2013 Solution File | Sam Lantinga | 5 | -11/+6 |
2013-11-14 | Fixed visualtest build on VS2012 | Apoorv Upreti | 1 | -0/+5 |
2013-11-10 | Added project files for Visual Studio 2013 | Sam Lantinga | 21 | -0/+5093 |
2013-11-10 | Added Apoorv Upreti's GSoC2013 work: visual test suite. | Ryan C. Gordon | 3 | -0/+571 |
2013-10-14 | Fixed project conflict during commit | Sam Lantinga | 1 | -465/+678 |
2013-10-14 | Adding static lib to SDL builds on Windows. | Sam Lantinga | 1 | -255/+417 |
2013-08-20 | Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. | Ryan C. Gordon | 3 | -1/+13 |
2013-08-14 | Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution... | Andreas Schiffler | 2 | -9/+17 |
2013-08-07 | SDL_*Parachute() are no-ops, remove them. | Ryan C. Gordon | 3 | -12/+0 |
2013-08-07 | Fix building the tests with Visual Studio 2012 (thanks Isaac!) | Sam Lantinga | 3 | -8/+8 |
2013-07-23 | Finished updating testoverlay2 for the new API and added it to the Visual Stu... | Sam Lantinga | 3 | -469/+485 |
2013-07-22 | Fix bug 1494: add missing test projects to VS2010/VS2010 solution | Andreas Schiffler | 10 | -375/+1334 |
2013-07-10 | Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S... | Sam Lantinga | 3 | -2/+8 |
2013-07-09 | Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/ | Ryan C. Gordon | 3 | -0/+6 |
2013-07-08 | Removed deprecated SDL_types.h header. | Ryan C. Gordon | 3 | -6/+0 |
2013-06-28 | Added testgamecontroller to the Visual Studio 2012 solution. | Sam Lantinga | 2 | -0/+247 |
2013-06-23 | Add VS Express Edition sln files (drop the unsupported solution folders for t... | Andreas Schiffler | 2 | -0/+387 |
2013-06-05 | Removed obsolete NoStdio configurations. | Sam Lantinga | 1 | -55/+0 |
2013-06-05 | Added testautomation to the Visual Studio 2008 project. | Sam Lantinga | 2 | -0/+294 |
2013-06-03 | Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update ... | Andreas Schiffler | 8 | -158/+1057 |
2013-06-03 | Remove deprecated/deleted VS test projects | Andreas Schiffler | 20 | -4373/+0 |
2013-05-30 | Fix bug 1492: Visual Studio builds sdl.lib and sdl.dll for version 2.0 (contr... | Andreas Schiffler | 15 | -74/+74 |
2013-05-24 | Fixed Windows build | Sam Lantinga | 2 | -14/+16 |
2013-05-18 | Deprecate test/automated and test/test-automation (replaced by test/testautom... | Andreas Schiffler | 3 | -645/+0 |
2013-05-06 | Disable C++ exceptions, use debug format that includes debug information in t... | Sam Lantinga | 9 | -361/+407 |
2013-05-01 | Add pixels test suite; add a test to pixel suite; minor updates to test code ... | Andreas Schiffler | 2 | -2/+4 |
2013-03-13 | Reformat SDL_VS2010.sln so WindowsExplorer VS type detection works again | Andreas Schiffler | 1 | -197/+160 |
2013-03-03 | Fied bug 1719 - Remove unnecessary PrecompiledHeaderOutputFile. | Sam Lantinga | 4 | -7/+1 |
2013-02-27 | Generate debug info for all configurations on all platforms | Sam Lantinga | 3 | -1780/+487 |
2013-02-19 | Removed SDL_input.h from various projects | Sam Lantinga | 3 | -11/+1 |
2013-02-13 | New SDL_MSBIndex, updated VS projects, cleanup gamecontroller. | Jørgen P. Tjernø | 32 | -5549/+6926 |
2013-02-12 | Fix linker error for Win32 tests. | Jørgen P. Tjernø | 2 | -2/+4 |
2013-02-12 | Don't clobber refcounting in SDL_Init. | Jørgen P. Tjernø | 3 | -1/+7 |
2013-02-08 | Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler ... | Andreas Schiffler | 2 | -0/+2 |
2013-01-14 | Added timer test suite | Andreas Schiffler | 2 | -0/+2 |
2013-01-06 | Add new test suite (mouse) with a few new tests | Andreas Schiffler | 2 | -0/+2 |
2013-01-06 | Add new test suites (events, keyboard, syswm, video) with a few new tests each | Andreas Schiffler | 2 | -0/+8 |
2012-12-31 | Fix VS buildbot builds | Andreas Schiffler | 6 | -18/+6 |
2012-12-31 | Fix VS2010 and VS2012 solutions. | Andreas Schiffler | 8 | -6/+24 |
2012-12-31 | Fixed building tests with Visual Studio 2008 | Sam Lantinga | 7 | -26/+542 |
2012-12-30 | Add missing VS project dependencies to fix buildbot build; fix surface suite;... | Andreas Schiffler | 4 | -0/+46 |
2012-12-30 | Add testautomation to VS project; remove automated from VS project; minor upd... | Andreas Schiffler | 5 | -41/+388 |
2012-12-22 | Test lib updates: updated harness to support filtering, added surface compare... | Andreas Schiffler | 2 | -0/+4 |
2012-12-20 | Add image data definitions (for render tests) to test lib | Andreas Schiffler | 2 | -0/+12 |
2012-12-09 | Added existing common.c/.h functions to test lib; minor assert refactoring | Andreas Schiffler | 2 | -0/+4 |