summaryrefslogtreecommitdiff
path: root/config.lib
AgeCommit message (Expand)Author
2019-10-07Fix: [MINGW32] Fix launch on Windows 7 x64Joe Stringer
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-09-19Add #6173: New SDL 2 based video and sound drivers (#7086)nikolas
2019-08-31Fix: Allow git worktree in version detection; drop svn, hg.George Koehler
2019-05-14Add: [Win32] GDI engine for font glyph rendering as a replacement for includi...Michael Lutz
2019-03-24Cleanup: Stop OSX compilation complaining about C++11 extensionsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-19Remove: DOS supportPatric Stout
2019-03-11Codechange: ICU_SORT is in reality ICU_I18N (according to their CMake files)Patric Stout
2019-03-11Codechange: ICU_LAYOUT is in reality ICU_LX (according to their CMake files)Patric Stout
2019-03-11Codechange: liblzma is called liblzma, how ever strange that might bePatric Stout
2019-03-05Remove: libtimidity support (NOT timidity support)Patric Stout
2019-03-05Remove: BeOS support (deprecated by Haiku)Patric Stout
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
2019-03-03Fix #7308: SDL linker flags were not added on MinGWCharles Pigott
2019-03-03Fix 95ccddd6: SDL static library flags was not updated to use pkg-config formatCharles Pigott
2019-03-03Fix: Wrong variable was used in zlib detectionCharles Pigott
2019-01-17Codechange: Don't explicitly link with -lstdc++, causes linking issues with f...Charles Pigott
2019-01-16Fix: deps calculation call could fail due to command line lengthglx
2019-01-16Fix: make reconfigure warningglx
2019-01-05Codechange: Always compile with C++11Charles Pigott
2019-01-05Fix #6880: [OSX] Clang version detectionCharles Pigott
2019-01-05Fix: [OSX] Check all search paths for iconv.hCharles Pigott
2018-12-08Add: [OSX] Text layout using the native CoreText API.Michael Lutz
2018-11-01Add: Fluidsynth music driver support (jmak)Charles Pigott
2018-07-24Fix: dmusic detectionglx
2018-07-22Codechange: detect native Apple clang correctly in config.lib #6773Jonathan G Rennison
2018-07-19Codechange: Ensure that -lfreetype is always last when linking staticallyCharles Pigott
2018-06-17Fix: library detection on MSYS2 file systemglx
2018-06-06Add: [Win32] Uniscribe configure options for MinGW targets.Michael Lutz
2018-05-17Feature: Add XAudio2 driverOwen Rudge
2018-04-29Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) (#...Patric Stout
2018-04-29Remove: WinCE supportPatric Stout
2018-04-29Remove: PSP supportPatric Stout
2018-04-15Fix e614357: Ask the compiler who it is, instead of using symlinks (#6727)Charles Pigott
2018-04-14Fix 6ac0790: don't show the location to / failure of 'realpath' every time (#...Patric Stout
2018-04-14Change: [Build] prioritize cc-build over build (based on patch by woutershep2...Patric Stout
2018-04-14Change: [Build] use flags set by env at the end, not at the start (based on p...Patric Stout
2018-04-12Fix e614357: MingW/MacOS/MacPorts don't have realpath, use reallink in those ...Victor Sergienko
2018-04-11Fix e61435774b: Some systems don't have realpath (#6705)Charles Pigott
2018-04-11Fix: Resolve symlinks when working out which compiler is being usedCharles Pigott
2018-04-11Codechange: Remove outdated assumption about FreeBSD's C compilerCharles Pigott
2017-08-27(svn r27902) -Feature [FS#6614]: Preserve PKG_CONFIG_PATH and PKG_CONFIG_LIBD...adf88
2017-01-08(svn r27727) -Fix(-or-not) [FS#6295]: [OSX] Out-of-the-box compilation on new...michi_cc
2016-12-25(svn r27709) -Fix-ish: Silence some warnings. (adf88)frosch
2016-12-22(svn r27703) -Change [FS#6532]: [gcc] Wnarrowing and Wfree-nonheap-object do ...frosch
2016-09-05(svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro)frosch
2016-07-24(svn r27623) -Fix (r27616) [FS#6492]: Missed two version checks, and messed o...frosch
2016-07-17(svn r27616) -Codechange [FS#6487]: [Build] Change the GCC version detection ...frosch
2016-06-27(svn r27606) -Change/fix: GCC6 defaults to C++14, but our configure limits it...rubidium