summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Patch PortAudio to fix MinGW compilation inte alls2017-01-111-1/+5
| |
| * Update PortAudio to version 20161030 inte alls2017-01-11153-9636/+5747
| |
* | UWP asio fix. Already sent pull request upstream (nw) Brad Hughes2017-01-111-2/+4
|/
* Hopefully fix build for everyone - someone please work out a way to make the ↵ Vas Crabb2017-01-071-3/+2
| | | | bgfx examples build on platforms with/without the POSIX 2008 strnlen function (nw)
* debugger: use 0o for octal prefix, and add support for binary with 0b a la ↵ Vas Crabb2017-01-061-0/+1
| | | | C++, also support uppercase radix speifier
* Updated BGFX (nw) Branimir Karadžić2017-01-021774-7891/+295032
|
* Update BX (nw) Branimir Karadžić2017-01-0263-206/+890
|
* Update GENie (nw) Branimir Karadžić2017-01-029-46/+189
|
* Updated to zlib 1.2.9 (nw) Miodrag Milanovic2017-01-0297-1641/+8492
|
* Added more conditionals around #define's of UTF8PROC_DLLEXPORT Nathan Woods2016-12-311-0/+4
|
* Introduced utf8proc and created wrapper code to expose a prettier API Nathan Woods2016-12-3133-0/+19693
|
* Revert "update git ignore list. (nw)" R. Belmont2016-12-021-0/+1
|
* Why ignore scripts.c ? dankan18902016-11-291-1/+0
|
* you can't change just generated script (nw) Miodrag Milanovic2016-11-192-14/+14
|
* Fix make VERBOSE=1 not showing archive commands for static libraries [Happy] Vas Crabb2016-11-191-1/+1
| | | | someone send this upstream for me (nw)
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-193-35/+35
| | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names
* Update LZMA to 16.04 (security and portability fixes) Vas Crabb2016-11-1863-341/+598
|
* generate proper SLN header (nw) Miodrag Milanovic2016-11-162-5/+9
|