summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
Commit message (Expand)AuthorAgeFilesLines
* Fix link errors with new versions of Emscripten Justin Kerk2020-10-181-0/+1
* emscripten: netlist and OpenGL improvements. (#7254) couriersud2020-09-181-1/+1
* Clean up clang options now that clang 5 is a hard requirement, and suppress x... Vas Crabb2020-08-181-15/+11
* genie: mingw sdl build fails with end-group auto added by that LinkSupportCir... hap2020-06-211-5/+8
* Fix OS X build on older Xcode versions (nw) AJR2020-06-181-0/+10
* Enable option to generate symbols in Release as well as Debug under Visual St... Frank Palazzolo2020-05-271-0/+5
* mingw: get rid of missing end-group warning (nw) hap2020-05-101-2/+2
* GCC 10 fix for sqlite3 (nw) arbee2020-05-021-0/+5
* Fix hang with Emscripten's "upstream" backend (nw) Justin Kerk2020-04-161-0/+2
* removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I intro... firewave2020-01-211-16/+0
* Lower number of warnings disabled with visual studio from 71 to 27 (nw) yz70s2020-01-021-58/+16
* Revert "Revert "enable clang missing braces warning - it's useful to be able ... Vas Crabb2019-12-211-1/+0
* Revert "enable clang missing braces warning - it's useful to be able to see w... AJR2019-12-201-0/+1
* enable clang missing braces warning - it's useful to be able to see when you'... Vas Crabb2019-12-201-1/+0
* damn inconsistent macros, maybe I really _will_ kill them off next year (nw) Vas Crabb2019-12-201-2/+2
* Enable visual studio warning C5038 about member initialization order (nw) yz70s2019-12-201-14/+13
* Revert "Fix gcc version 5 compile. (nw)" couriersud2019-11-011-10/+4
* Fix gcc version 5 compile. (nw) couriersud2019-11-011-4/+10
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-10/+4
* Fix build for nonstandard compiler versions like '8.3-win32' Melissa Goad2019-10-171-0/+3
* fix for clang 9.0.0 on windows (nw) smf-2019-10-131-0/+1
* WIP: sync bgfx, bx and bimg with latest upstream (#5723) Julian Sikorski2019-10-131-7/+0
* (nw) fix std::array initialisation with GCC5 in nlwav.cpp, stop suppressing -... Vas Crabb2019-10-051-6/+0
* Build system maintenance: Vas Crabb2019-10-041-3/+5
* vs2019 fixes, initial clang-cl support (#5698) Julian Sikorski2019-10-021-0/+23
* asmjs: can not ignore errors on missing libraries 68bit2019-08-281-1/+0
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-131-1/+10
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-0/+1
* fix vsllvm configuration feos2019-06-031-0/+4
* srcclean (nw) Vas Crabb2019-05-261-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+65
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-65/+0
* further quieting of MS-LLVM (nw) Peter Ferrie2019-02-251-0/+1
* genie: restore msvc build (nw) Patrick Mackinlay2019-02-191-10/+10
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-1/+1
* Fix testkeys compile/link on windows. (nw) couriersud2019-02-171-1/+1
* silence MS-LLVM (nw) Peter Ferrie2019-02-161-1/+42
* enable sub-second snapshot timers (nw) (#4493) Peter Ferrie2019-02-041-0/+23
* Fix errors with single-driver build of vsnes.cpp [Justin Kerk] Justin Kerk2018-12-301-4/+4
* (nw) fix stuff: Vas Crabb2018-11-291-1/+45
* enable edit and continue in visual studio debug builds (nw) smf-2018-08-291-2/+3
* disable multiple constructor warning for rendlay.cpp (nw) smf-2018-07-221-0/+1
* fix building with clang 6.0.1 (nw) smf-2018-07-071-0/+5
* Remove -mbig-obj, which breaks the build on Windows clang and is not actually... Justin Kerk2018-07-071-3/+0
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-0/+3
* Enable building on riscv64 (#3655) Julian Sikorski2018-06-131-0/+6
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* rm dead code (nw) Justin Kerk2018-05-031-8/+0
* More GCC 8 (nw) arbee2018-05-011-0/+1
* don't use C++ flags on plain C files (nw) arbee2018-05-011-1/+3