summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 3rdparty/sol2: Fixed build with clang 19. Vas Crabb2024-11-181-6/+3
* m68k: add FPU instructions `FETOX`, `FETOXM1`, `FTWOTOX`, `FTENTOX` (#12903) kms12122024-10-242-19/+327
* cpu/m68000: FPU now sets the NaN flag for all NaNs, not just signalling. Fix... arbee2024-05-302-0/+6
* cpu/m68000: Updated 680x0 FPU to Softfloat 3 from 2. (MT5411 and MT8793). [R.... arbee2024-05-2715-22/+2468
* 3rdparty/sol2: Work around another place where noexcept depends on class temp... Vas Crabb2024-05-081-1/+7
* 3rdparty/sol2: Worked around apparent regression in clang 18. Vas Crabb2024-05-081-1/+7
* 3rdparty/asio: Patch config.hpp to hopefully work with strict preprocessor wa... Vas Crabb2024-04-221-4/+4
* 3rdparty/asio: Updated to 1.30.2 Vas Crabb2024-04-221403-58793/+71490
* 3rdparty/asmjit: Updated to upstream version 1.13.0. (#12228) Patrick Mackinlay2024-04-11176-22416/+32090
* Fix compile error in 3rdparty/bx with newer Emscripten versions (#12098) Justin Kerk2024-03-131-1/+7
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-11595-2/+163485
* 3rdparty: Renamed libflac to flac - it's a full FLAC distribution, libFLAC is... Vas Crabb2023-12-06581-0/+0
* 3rdparty/libflac: Updated to version 1.4.3. Vas Crabb2023-12-06983-172355/+99720
* 3rdparty/lzma: Updated to version 23.01. Vas Crabb2023-12-06507-12993/+21718
* 3rdparty/utf8proc: Updated to 2.9.0. Vas Crabb2023-12-0626-12411/+13482
* 3rdparty/zlib: Updated to 1.3.0. Vas Crabb2023-12-06124-4182/+2818
* 3rdparty/libjpeg: Updated to version 9e. Vas Crabb2023-12-06136-8054/+15346
* 3rdpary/asio: Fixed error check in sockatmark(). (#11656) Alex Brown2023-10-281-1/+1
* 3rdparty/portaudio: Fixed inadvertent assignment in PulseAudio callback. Vas Crabb2023-10-241-1/+1
* 3rdparty/portaudio: Updated to latest upstream version. (#11604) invertego2023-10-0944-687/+5444
* 3rdparty/bgfx: Fixed duplicate import of GL functions on Linux when using GLE... Romain TISSERAND2023-10-041-0/+2
* 3rdparty/bgfx: Cherry-picked upstream commits needed to support Wayland on Li... Julian Sikorski2023-09-2970-591/+432
* Revert "Updated bgfx, bx and bimg to current upstream versions. (#11493)" Vas Crabb2023-09-081058-56657/+39693
* Updated bgfx, bx and bimg to current upstream versions. (#11493) Julian Sikorski2023-09-061058-39693/+56657
* bgfx: Hopefully fix glslang build with newer GNU C/C++ standard library veris... Vas Crabb2023-05-311-0/+2
* namco/namcos10.cpp: Add MP3 decoder support to the MEM(P3) board. (#11210) 9871238791132023-05-152-1401/+17
* 3rdparty/nanosvg: Re-base on latest upstream. Vas Crabb2023-05-055-64/+242
* 3rdparty/lzma: Updated to LZMA SDK version 22.01 Vas Crabb2023-05-04457-13372/+56752
* taptun: fix adapter detection on windows for newer versions of taptun driver Patrick Mackinlay2023-04-251-0/+7
* 3rdparty/linenoise: Support keypad Enter on Windows. (#11109) feos2023-04-181-0/+2
* 3rdparty/portmidi: Fix compile with Clang 14.0.3 on macOS Curt Coder2023-04-173-7/+7
* PortAudio: sync to upstream GitHub revision 0e9b386a1053261340bc8bb32335484ef... arbee2023-04-01241-16773/+23008
* Reduce warnings that need to be suppressed to build linenoise. Vas Crabb2023-03-071-1/+1
* Updated forked linenoise to latest upstream. Vas Crabb2023-03-0712-916/+2158
* 3rdparty: Avoid the need for -fpermissive since clang doesn't like it. Vas Crabb2023-03-074-12/+12
* Various updates, mostly around Lua: Vas Crabb2023-03-07114-11995/+21445
* Removed local copy of SDL source and update Android build support. (#10899) Miodrag Milanović2023-02-271090-381573/+0
* gcc: prevent use-after-free warning. Olivier Galibert2023-02-221-1/+1
* Update rapidjson to 012be8528783cdbf4b7a9e64f78bd8f056b97e24 (#10842) Miodrag Milanović2023-01-20132-2313/+13451
* i386: fix fpu log2 and atan cracyc2023-01-093-2/+272
* Update BGFX, BX and BIMG (#10789) Miodrag Milanović2023-01-053215-213582/+157952
* Revert "Update BGFX, BX and BIMG (#10750)" (#10787) R. Belmont2023-01-043215-157952/+213582
* Update BGFX, BX and BIMG (#10750) Miodrag Milanović2023-01-043215-213582/+157952
* Update 3rdparty/ymfm to latest. (#10583) Aaron Giles2022-11-259-19/+167
* Update ymfm library to latest version (a78b567): [Aaron Giles, hyano] (#10052) Aaron Giles2022-07-0814-66/+164
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-6491/+0
* 3rdparty/portmidi: Fixed windows MIDI callback signatures. (#9781) Devin Acker2022-05-201-16/+16
* asmjit: sync with upstream Patrick Mackinlay2022-05-1726-1687/+2193
* 3rdparty: Updated zlib to version 1.2.12. Vas Crabb2022-04-1486-7854/+12197
* asmjit: mame integration Patrick Mackinlay2022-02-131-0/+2