summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
Commit message (Expand)AuthorAgeFilesLines
* 3rdparty/lzma: Updated to LZMA SDK version 22.01 Vas Crabb2023-05-041-8/+23
* 3rdparty: Another attempt to satisfy Windows Clang. [R. Belmont] arbee2023-04-011-1/+2
* 3rdparty.lua: Windows Clang needs another warning suppression for PortAudio. ... arbee2023-04-011-0/+1
* 3rdparty.lua: Fix clang build after portaudio update AJR2023-04-011-0/+2
* PortAudio: sync to upstream GitHub revision 0e9b386a1053261340bc8bb32335484ef... arbee2023-04-011-5/+0
* Reduce warnings that need to be suppressed to build linenoise. Vas Crabb2023-03-071-6/+0
* Updated forked linenoise to latest upstream. Vas Crabb2023-03-071-343/+348
* 3rdparty: Avoid the need for -fpermissive since clang doesn't like it. Vas Crabb2023-03-071-6/+5
* Various updates, mostly around Lua: Vas Crabb2023-03-071-9/+23
* Removed local copy of SDL source and update Android build support. (#10899) Miodrag Milanović2023-02-271-507/+5
* 3rdpary/bimg: Just disable SSE on all 32-bit builds to be safe. Vas Crabb2023-02-201-2/+2
* 3rdparty/bimg: Try to keep all the builds working. Vas Crabb2023-02-191-1/+1
* 3rdparty/bimg: Disable SSE on 32-bit x86 - it assumes x86-64 integer ALU is a... Vas Crabb2023-02-191-1/+8
* srcclean and bump copyright date on language files to 2023 Vas Crabb2023-02-191-1/+1
* 3rdparty: Suppress unused variabe warnings for SQLite3 - clang 15.0.5 for Win... Vas Crabb2023-01-131-0/+1
* Fix compile error on mingw due to invalid setting for ASTCENC_SSE (#10824) Justin Kerk2023-01-111-1/+1
* i386: fix fpu log2 and atan cracyc2023-01-091-0/+1
* Fix parameters for mingw build Miodrag Milanovic2023-01-051-0/+7
* Update BGFX, BX and BIMG (#10789) Miodrag Milanović2023-01-051-14/+51
* Revert "Update BGFX, BX and BIMG (#10750)" (#10787) R. Belmont2023-01-041-51/+14
* Update BGFX, BX and BIMG (#10750) Miodrag Milanović2023-01-041-14/+51
* fix visual studio builds after bdb9404c08908249210be53ddd640c165e6df1ed smf-2022-09-151-1/+1
* fixes for clang 15.0 on windows [smf] smf-2022-09-151-0/+6
* srcclean in preparation for release Vas Crabb2022-05-221-1/+1
* Suppress compile warnings in asmjit with GCC 7. (#9675) couriersud2022-05-041-0/+7
* Re-enabled some compiler warnings and cleaned up some Python scripts a little. Vas Crabb2022-02-241-4/+23
* asmjit: mame integration Patrick Mackinlay2022-02-131-20/+49
* 3rdparty.lua: fix msvc build by reordering configuration statements Patrick Mackinlay2021-11-301-10/+10
* fixes for variables set but not used smf-2021-11-071-0/+10
* Remove uwp from build system Miodrag Milanovic2021-10-261-14/+1
* Remove of winstore/winphone Miodrag Milanovic2021-10-261-24/+0
* vs2019_clang target is now used instead of vsllvm Miodrag Milanovic2021-10-261-27/+0
* xcode4 and ios removal Miodrag Milanovic2021-10-261-3/+3
* mips platform is not supported for Android for some time Miodrag Milanovic2021-10-261-6/+0
* rpi target was not used, but regular linux one anyway Miodrag Milanovic2021-10-261-8/+0
* Remove steamlink Miodrag Milanovic2021-10-261-5/+1
* Remove pnacl remains Miodrag Milanovic2021-10-261-11/+1
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-4/+1
* Update bgfx, bx and bimg to latest upstream (fixes issue #8057) (#8645) Julian Sikorski2021-10-021-0/+1
* fixes for building with clang 12.0.1 on windows smf-2021-09-041-0/+1
* Compile bgfx Miodrag Milanovic2021-08-101-2/+3
* Implement 68k FPU FATAN instruction (#8287) Calvin Buckley2021-07-181-0/+1
* ymfm: Sync with upstream: Aaron Giles2021-06-011-0/+2
* ymfm: Sync with latest, add complete YMF278B support (#8090) Aaron Giles2021-05-221-0/+2
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-0/+34
* 3rdparty: use -Wno-strict-prototypes when building SDL2 on macOS [R. Belmont] arbee2020-12-131-0/+1
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-181-18/+17
* macOS: Disable BGFX threading, which causes crashes and wrong drawing on Cata... arbee2020-11-161-0/+1
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-9/+0
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+5