summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon1-0/+1
2017-08-14Fixed bug 2360 - Wrong -rpath setting includes DESTDIR rather that only the l...Sam Lantinga1-3/+3
2017-08-12Fixed bug 3208 - Minor improvements to the configure scriptSam Lantinga1-10/+6
2017-08-09Fixed bug 3651 - CMake build does not install CMake package configurationSam Lantinga1-1/+1
2017-08-09Fixed bug 3733 - Makefile sleeps for 3 seconds if configure is out of dateSam Lantinga1-3/+1
2016-06-23wayland: Build own version of core protocolJonas Ådahl1-2/+9
2015-07-02Added missing file to the release archive.Philipp Wiesemann1-1/+1
2015-06-29Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.inSam Lantinga1-0/+3
2015-06-20Added missing file and folder to the release archive.Philipp Wiesemann1-1/+1
2015-06-20Added the docs directory to the release archiveSam Lantinga1-1/+1
2014-06-19Make autoconf-based build quiet by default.Sam Clegg1-5/+14
2014-06-05Added missing headers that should be installed.Sam Lantinga1-1/+6
2014-06-05Added SDL_opengl_glext.h to the list of headers to install.Ryan C. Gordon1-0/+1
2014-04-19Set the tag type in libtool invocationsSteven Stewart-Gallus1-1/+1
2013-08-20Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.Ryan C. Gordon1-0/+1
2013-07-09Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/Ryan C. Gordon1-0/+1
2013-07-08Removed deprecated SDL_types.h header.Ryan C. Gordon1-1/+0
2013-05-26Renamed WhatsNew so it can be easily read on WindowsSam Lantinga1-1/+1
2013-05-26Renamed documentation files to .txt and converted them to DOS line endings so...Sam Lantinga1-25/+2
2013-02-19The input API was never implemented, so removing it before release.Sam Lantinga1-1/+0
2013-02-15Added native Debian package informationSam Lantinga1-1/+2
2013-02-12Don't clobber refcounting in SDL_Init.Jørgen P. Tjernø1-0/+1
2013-01-13We don't have Visual CE support anymoreSam Lantinga1-1/+1
2012-11-26Added hotplug joystick support and simplified game controller API, courtesy o...Sam Lantinga1-0/+1
2012-11-26Include all the test headers in the test library header installSam Lantinga1-2/+1
2012-11-26Work in progress on an SDL test librarySam Lantinga1-4/+17
2012-10-23Needed to add SDL_messagebox.h to installed headersSam Lantinga1-0/+1
2012-06-23Added SDL_system.h to the various projectsSam Lantinga1-0/+1
2012-01-22Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga1-1/+0
2012-01-22Removed unsupported Watcom filesSam Lantinga1-1/+1
2012-01-22Removed unsupported Borland related filesSam Lantinga1-1/+1
2012-01-22Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2Sam Lantinga1-22/+21
2012-01-19Switched back to configure generating SDL_config.hSam Lantinga1-9/+2
2012-01-14Make sure that we use consistent configuration options on platforms like Wind...Sam Lantinga1-2/+9
2012-01-09Fixed bug 1366 - SDL_opengles2.h is not installed in "include/SDL" under LinuxSam Lantinga1-0/+1
2012-01-05Updated iOS projects and renamed iPhoneOS to iOSSam Lantinga1-1/+1
2011-03-15Make it possible to run "make dist" from a separate build directory.Sam Lantinga1-2/+4
2011-02-24SDL 1.3 doesn't use nasm anymore. :)Sam Lantinga1-1/+0
2011-02-18update-revision is still phony. :)Sam Lantinga1-1/+1
2011-02-18Added a better way to include build rules in the MakefileSam Lantinga1-8/+10
2011-02-17Don't remove the pseudo-generated headers because this command might be run f...Sam Lantinga1-1/+1
2011-02-17Fixed make installSam Lantinga1-1/+1
2011-02-16The library target directly depends on SDL_revision.hSam Lantinga1-2/+2
2011-02-16Fixed SDL_revision.h dependenciesSam Lantinga1-3/+3
2011-02-16Building SDL_revision.h is a dependency of installing the headers. :)Sam Lantinga1-1/+1
2011-02-16Made it possible to build SDL from a fresh checkout without any additional st...Sam Lantinga1-11/+4
2011-02-07Added a simple log message APISam Lantinga1-0/+1
2011-02-05Added a hint system to allow configuration hints to be specified by the appli...Sam Lantinga1-0/+1
2011-02-01Split the rendering API out into a separate header file.Sam Lantinga1-0/+1
2011-01-31Making the API simpler, scaling is always defined as linear interpolation and...Sam Lantinga1-1/+0