mame/3rdparty
2016-10-29 09:11:50 +02:00
..
asio Added ASIO networking library (nw) 2016-10-07 14:13:19 +02:00
benchmark Update Google Benchmark (nw) 2016-09-03 14:42:01 +02:00
bgfx Updated BGFX and BX and recompiled shaders (nw) 2016-10-29 09:11:50 +02:00
bx Updated BGFX and BX and recompiled shaders (nw) 2016-10-29 09:11:50 +02:00
compat hack for clang compiling on windows, as it can't tell that calling ::RaiseException will prevent the function from returning. (nw) 2016-09-17 00:10:07 +01:00
dxsdk removed not needed DirectX files (nw) 2015-09-12 11:04:54 +02:00
expat Update expat to 2.1.1 for security and bug fixes 2016-04-12 20:53:04 +10:00
genie Detect GNU/Hurd systems, but treat them as Linux. 2016-07-26 01:34:49 +02:00
glm Update GLM to latest (nw) 2016-09-03 14:39:25 +02:00
googletest Fix benchmarks build and google test build (nw) 2016-09-03 14:54:15 +02:00
libflac Backport libflac endian patch from a5d1d4f0c5 (nw) 2015-09-18 12:12:03 -04:00
libjpeg cleanup build includes (nw) 2016-03-28 22:46:00 -05:00
linenoise-ng Fix Clang build (nw) 2016-10-09 10:42:04 -04:00
lua Updated BGFX and BX and recompiled shaders (nw) 2016-10-29 09:11:50 +02:00
lua-zlib Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw) 2016-02-14 08:16:35 +01:00
luabridge small patch to luabridge (nw) 2015-12-06 15:12:54 +01:00
luafilesystem Compile fixes for GNU/Hurd systems. 2016-07-26 11:51:42 +02:00
lzma Update to LZMA 16.0 [Vas Crabb] 2016-05-12 00:06:54 +10:00
nanosvg screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] 2016-04-04 11:33:34 +02:00
portaudio Revert "apple2.c: select displayed page for floating bus (nw)" 2015-09-07 16:05:54 -07:00
portmidi #import is an Objective-C thing, C should use #include 2015-11-01 17:03:49 +11:00
pugixml Fix PugiXML interface (nw) 2016-09-03 14:45:20 +02:00
rapidjson Update RapidJson to latest (nw) 2016-09-03 14:37:09 +02:00
SDL2 Placed SDL2 source since we need it on some platforms (nw) 2016-02-27 16:53:49 +01:00
SDL2-override/mingw make possible to select if bundled SDL2 is used, made mingw and vs compile so far (nw) 2016-02-27 18:48:03 +01:00
softfloat NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
sol2 Added sol2 header only library as future replacement for luabridge (nw) 2016-10-07 14:43:09 +02:00
winpcap Compile fixes (nw) 2015-01-10 12:24:05 +01:00
zlib Added integral version of zlib in 3rdparty folder (nw) 2015-01-10 11:51:23 +01:00
README.md Update 3rdparty document (nw) 2016-10-07 14:46:27 +02:00

3rdparty

asio - Boost Software License

benchmark - Apache License, Version 2.0 (used only for testing, not part of distribution)

bgfx - The BSD 2-Clause License

bx - The BSD 2-Clause License

compat - Wine headers missing in MinGW The GNU Lesser General Public License, version 2.1 (LGPL-2.1)

note that this one contain headers only and that real library/dll is dynamically loaded so use in commercial project is allowed, will be removed when becomes part of MinGW distribution

dxsdk - DirectX SDK EULA

expat - The MIT License (MIT)

genie - The BSD 3-Clause License

glm - The MIT License (MIT)

googletest - The BSD 3-Clause License

libflac - The BSD 3-Clause License

libjpeg - Custom BSD-like

linenoise-ng - The BSD 3-Clause License

lua - The MIT License (MIT)

lua-zlib - The MIT License (MIT)

luabridge - The MIT License (MIT)

luafilesystem - The MIT License (MIT)

lzma - The GNU Lesser General Public License

nanosvg - zlib license

portaudio - The MIT License (MIT) explanation at their site

portmidi - The MIT License (MIT)

pugixml - The MIT License (MIT)

rapidjson - The BSD 3-Clause License

sdl2 - zlib license

softfloat - U.C. Berkeley open-source license MIT compatible

sol2 - The MIT License (MIT)

winpcap - The BSD 3-Clause License

zlib - zlib license