summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
Commit message (Expand)AuthorAgeFilesLines
* 3rdparty/expat: Updated to expat 2.6.4. Vas Crabb2025-03-121-1/+9
* DRC cleanup and minor optimisation: [Windy Fairy, Vas Crabb] Vas Crabb2025-01-161-7/+0
* cpu/drcbearm64.cpp: Added a 64-bit ARMv8 (AArch64) DRC back-end. (#13162) 9871238791132025-01-141-30/+40
* build: adjust msvc warning settings Patrick Mackinlay2025-01-031-0/+3
* 3rdparty/lzma: Don't treat K&R function definitions as an error. (#13080) FlykeSpice2025-01-011-0/+1
* Fixed cross-compiling bgfx for MinGW under Linux. (#13073) FlykeSpice2024-12-141-1/+1
* fix windows build Patrick Mackinlay2024-11-281-1/+1
* scripts/3rdparty.lua: Enabled -Wno-tautological-compare for BGFX in order to ... arbee2024-10-261-0/+1
* cpu/m68000: Updated 680x0 FPU to Softfloat 3 from 2. (MT5411 and MT8793). [R.... arbee2024-05-271-0/+13
* 3rdparty/asmjit: Updated to upstream version 1.13.0. (#12228) Patrick Mackinlay2024-04-111-1/+5
* Add C compiler flags for Wayland EGL backend to bgfx build options (#12216) Julian Sikorski2024-04-071-0/+3
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-111-5/+58
* Tied up loose ends: Vas Crabb2023-12-061-22/+2
* 3rdparty: Renamed libflac to flac - it's a full FLAC distribution, libFLAC is... Vas Crabb2023-12-061-30/+30
* 3rdparty/libflac: Updated to version 1.4.3. Vas Crabb2023-12-061-10/+72
* 3rdparty/lzma: Updated to version 23.01. Vas Crabb2023-12-061-11/+7
* 3rdparty/utf8proc: Updated to 2.9.0. Vas Crabb2023-12-061-5/+0
* 3rdparty/zlib: Updated to 1.3.0. Vas Crabb2023-12-061-6/+0
* Revert "3rdparty/portaudio: Enabled PulseAudio backend for Linux. [invertego]" Vas Crabb2023-11-201-11/+0
* 3rdparty/portaudio: Suppress clang unused label warning. Vas Crabb2023-10-241-1/+2
* 3rdparty/portaudio: Enabled PulseAudio backend for Linux. [invertego] Vas Crabb2023-10-241-0/+11
* 3rdparty/portaudio: Updated to latest upstream version. (#11604) invertego2023-10-091-0/+8
* render/drawbgfx.cpp: Added initial support for Wayland on Linux. (#11451) Julian Sikorski2023-09-291-0/+5
* 3rdparty/bgfx: Cherry-picked upstream commits needed to support Wayland on Li... Julian Sikorski2023-09-291-1/+0
* Revert "Updated bgfx, bx and bimg to current upstream versions. (#11493)" Vas Crabb2023-09-081-0/+2
* Updated bgfx, bx and bimg to current upstream versions. (#11493) Julian Sikorski2023-09-061-2/+0
* Fixed MinGW AArch64 issues: (#11521) invertego2023-09-021-1/+1
* js_sound.js: fix sound level default for underrunning case (#11317) holub2023-07-241-0/+8
* 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