summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Sync with GENie and addition of VS2017 (nw) Miodrag Milanovic2016-11-1624-110/+332
|
* Updated SDL2 to 2.0.5 (nw) Miodrag Milanovic2016-11-16373-5513/+14821
|
* luaengine: use initializers (nw) cracyc2016-11-1528-362/+825
|
* Added Catch testing library (nw) Miodrag Milanovic2016-11-12207-2/+51888
|
* remove googletest (nw) Miodrag Milanovic2016-11-12324-153803/+0
|
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-0/+6
|
* Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ Miodrag Milanovic2016-11-091-1/+1
| | | | previous Brad work (nw)
* update sol2 (nw) cracyc2016-11-074-6/+80
|
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-0726-0/+224210
|
* Fixed clear typo in ASIO, sent upstream (nw) Miodrag Milanovic2016-11-071-1/+1
|
* do not take Ctrl-Z since that have it's behavior defined for Linux (nw) Miodrag Milanovic2016-11-071-13/+11
|
* plugins/console: further improve completions by removing break chars from ↵ cracyc2016-11-061-1/+1
| | | | linenoise that hide the full type (nw)
* Merge pull request #1642 from cracyc/luaconsole cracyc2016-11-061-0/+9
|\ | | | | Make console a Lua plugin
| * lua-linenoise: add preload (nw) cracyc2016-11-061-0/+9
| |
* | update sol2 (nw) cracyc2016-11-063-41/+44
|/
* make safe usertypes safer (nw) cracyc2016-11-061-0/+3
|
* Updated sol2, made lua console not crash for nil data (nw) Miodrag Milanovic2016-11-0653-1666/+3992
|
* Added lua-linenoise by Carls request (nw) Miodrag Milanovic2016-11-041-0/+198
|
* Update pugixml library, no override patches anymore (nw) Miodrag Milanovic2016-11-0310-18/+50
|
* small cleanup (nw) Miodrag Milanovic2016-11-0325-10381/+0
|
* Finally sync with GENie, no more local changes (nw) Miodrag Milanovic2016-11-0316-850/+77
|
* Patches to keep same behavior as we had before (nw) Miodrag Milanovic2016-11-023-48/+20
|
* Update to latest GENie (nw) Miodrag Milanovic2016-11-0245-925/+3090
|
* Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-29555-7778/+9754
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-54/+54
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Fix Clang build (nw) AJR2016-10-091-2/+2
|
* Initial work on console interface (nw) Miodrag Milanovic2016-10-091-11/+13
| | | | Use Ctrl-Z to close console on any OS. To start use -console parameter
* linenoise: fixed build with VS ('and' isn't supported) dankan18902016-10-081-1/+1
|
* Fix compile (nw) Miodrag Milanovic2016-10-071-7/+11
|
* Update 3rdparty document (nw) Miodrag Milanovic2016-10-071-1/+3
|
* Added linenoise-ng library for CLI (nw) Miodrag Milanovic2016-10-0711-0/+4890
|
* Added sol2 header only library as future replacement for luabridge (nw) Miodrag Milanovic2016-10-07290-0/+80392
|
* added license info (nw) Miodrag Milanovic2016-10-071-0/+2
|
* Remove libuv library (nw) Miodrag Milanovic2016-10-07335-88426/+0
|
* Added ASIO networking library (nw) Miodrag Milanovic2016-10-07995-0/+311736
|
* hack for clang compiling on windows, as it can't tell that calling ↵ smf-2016-09-171-0/+1
| | | | ::RaiseException will prevent the function from returning. (nw)
* Fix benchmarks build and google test build (nw) Miodrag Milanovic2016-09-031-6/+0
|