summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "conflict resolution (nw)" andreasnaive2019-03-2515-163/+63
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* 3rdparty/lua: Fix clang 9 compile. (nw) couriersud2019-02-231-1/+1
|
* plugins/console: command history (nw) cracyc2019-02-172-1/+15
|
* silence MS-LLVM (nw) Peter Ferrie2019-02-161-1/+1
|
* Fix 3rdparty/asio to compile with libc++ 9.0. (nw) couriersud2019-02-131-1/+6
|
* enable sub-second snapshot timers (nw) (#4493) Peter Ferrie2019-02-046-54/+135
| | | | | | | | | | | | | | * enable sub-second snapshot timers (nw) * switch to attotime, accept doubles * support LLVM extension in MSVC make vsllvm using extension from here: https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain
* fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-064-5/+5
| | | | | | - conditionally uninitialised variables in PortAudio; - floats passed to attotime; - unsigned->signed enums (this one is technically still wrong)
* Android compile fix (#4395) Miodrag Milanović2018-12-111-0/+1
| | | | | | | | | | * Fix compile for Android, set API to 24 * Update Android Studio project to API 24 * Fixed project file to latest Android Studio * fix build with gradle alone
* fixes, gee (nw) Olivier Galibert2018-12-061-1/+2
|
* 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] mooglyguy2018-12-052514-97448/+608549
|
* GENie: support for macOS Mojave (10.14) [R. Belmont] arbee2018-09-281-12/+12
|
* fixed typo (nw) smf-2018-08-292-2/+2
|
* default to 64 bit microsoft compiler (nw) smf-2018-08-292-36/+39
|
* workround so you can still compile if you install the 15.8 update, as long ↵ smf-2018-08-262-36/+39
| | | | as you install the 14.14.26428 compiler as well (nw)
* taptun: add support for Windows (#3790) Patrick Mackinlay2018-07-303-0/+436
| | | | | | | | | | | | | | | | | | | * taptun: add support for Windows Looking for feedback only at this point, because it's the first time I've attempted any OSD stuff - be gentle. This extends the existing taptun OSD module to support Windows through the TAP-Windows6 driver (https://github.com/OpenVPN/tap-windows6). * TAP-Windows6 is GPLv2, however only the header file is required in MAME, and the driver itself is entirely optional. * I've tried to minimise the size of the diff, rather than completely separate the Windows/non-Windows implementations - not sure which is preferable in this case. * The license file has Mac(?) line-endings - unsure if they should be normalized or used verbatim. * Uncertain about the non-Windows case (or the Windows SDL case) - existing code uses __linux__, but I'm not clear on how that works with OSX, for example? * I can't claim this actually "works" yet, because I don't know enough to configure the tap end of it properly to get networking doing something useful, but I will get there and correct anything necessary in a subsequent real PR. * minor fixes/improvements (nw) * Use Unicode Windows APIs, and UTF-8 for MAME * Deal with unterminated registry string values * Cancel any pending I/O in destructor
* Fix softfloat3 build with MSVC 32-bit. Apparenly it's all-or-nothing with ↵ Vas Crabb2018-05-271-7/+14
| | | | built-in leading zero count. (nw)
* softfloat3: fix msvc build (nw) (#3566) Patrick Mackinlay2018-05-141-1/+10
| | | | | | | | | | | | * softfloat3: fix msvc build (nw) Is this how we do these things? I assume we don't touch the library code itself, and have to "fix" any problems via this header instead? * softfloat3: do we like this better? (nw) * softfloat3: it gets the hose again (nw) * softfloat3: sonofa (nw)
* Initial import of SoftFloat release 3E [R. Belmont] arbee2018-05-13452-0/+47220
| | | | | This is a pre-usage import so everyone can get things in line for various compilers. GCC/Clang should be OK on most targets as-is; MSVC may need to edit 3rdparty/softfloat3/build/MAME/build.h to conform. Please report failure/success with various compilers.
* temp workaround for gcc 7.3 (nw) MetalliC2018-01-271-1/+1
|
* Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all ↵ Miodrag Milanovic2017-12-012442-81012/+162373
| | | | shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic]
* Fix compile warning under Emscripten (#2552) (submitted to upstream asio) (nw) Justin Kerk2017-10-171-1/+6
|
* Changed the clang workround for ↵ smf-2017-09-241-1/+1
| | | | ../../../../../3rdparty/compat/winsdk-override\wrl/internal.h:23:13: error: function declared 'noreturn' should not return [-Werror,-Winvalid-noreturn] to work with clang 5.0 (nw)
* Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle ↵ Miso Kim2017-08-233-12/+718
| | | | 2.2.1) (#2585)
* luaengine: debugger_manager support [Carl] cracyc2017-07-233-1/+42
|
* work around older libc (nw) Vas Crabb2017-05-171-1/+4
|
* fix for MSVC build (nw) smf-2017-05-161-1/+1
|
* linenoise: replace linenoise-ng with a different port that is simpler and ↵ cracyc2017-05-1319-4897/+2355
| | | | | | uses a different UTF8 parser [Carl] plugins/console: better completions [Carl]
* Fix linking order (nw) Miodrag Milanovic2017-04-012-16/+16
|
* proper fix (nw) Miodrag Milanovic2017-03-301-7/+0
|
* assume LLVM libc++ if __llvm__ is defined but __GLIBC__ is undefined Vas Crabb2017-03-301-1/+1
|
* VS fix. (nw) dankan18902017-03-291-0/+4
|
* 2nd try (nw) Miodrag Milanovic2017-03-291-0/+3
|
* Update GENie (nw) Branimir Karadžić2017-03-2939-1626/+885
|
* Update BGFX and BX (nw) Branimir Karadžić2017-03-291041-102816/+133333
|
* Update GLM to tip of stable branch (0.9.8.5 pre-release) - fixes build with ↵ Vas Crabb2017-02-251070-99032/+61292
| | | | | | | | MacPorts clang (nw) In future, could people please use stable branches when updating 3rd-party libraries, not unstable development snapshots? It will help with stability.
* portaudio: minimal const-correctness Olivier Galibert2017-02-081-7/+8
|
* LUA to 5.3.4 (nw) Miodrag Milanovic2017-02-0535-450/+616
|
* Update GLM to latest (nw) Miodrag Milanovic2017-02-051090-77893/+120504
|
* Update sol2 (nw) Miodrag Milanovic2017-02-05178-42240/+1616
|
* Updated Catch to latest (nw) Miodrag Milanovic2017-02-05141-14289/+11970
|
* Update BGFX and BX (nw) Branimir Karadžić2017-02-05394-13078/+28762
|
* Update GENie Branimir Karadžić2017-02-057-109/+125
|
* updated libjpeg to 9c (nw) hap2017-01-2599-10119/+14203
|
* updated to zlib 1.2.11 (nw) hap2017-01-2540-139/+143
|
* Fixed building with clang on windows, built with clang 3.91, gcc 6.3.0 & ↵ smf-2017-01-204-7/+7
| | | | msvc 2015 (nw)
* Merge pull request #1989 from intealls/pa-cc R. Belmont2017-01-161-1/+1
|\ | | | | Fix MinGW cross-compilation, for real this time
| * Fix MinGW cross-compilation, for real this time intealls2017-01-161-1/+1
| |
* | bx: fix some mistakes that have already been corrected in upstream (nw) yz70s2017-01-161-7/+7
|/ | | | Same as https://github.com/bkaradzic/bx/commit/e0936a027824cf45f6fb388673ca73d5ef14ec32
* Fix PortAudio MinGW cross-compilation intealls2017-01-151-2/+2
|
* Merge pull request #1959 from intealls/pa_oct16 R. Belmont2017-01-12153-9637/+5752
|\ | | | | PortAudio library update and backend