summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix issue linking Emscripten build with certain single-driver compiles (e.g. ... Justin Kerk2018-01-311-0/+3
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* removed implict usage of "nullability" from SANITIZE=undefined (nw) firewave2018-01-141-5/+2
* restored SANITIZE make option (#3043) Oliver Stöneberg2018-01-111-4/+37
* Use dynamic linking for windows SDL builds to workround an error during linki... smf-2017-12-261-1/+6
* Added workround for clang static builds and enable them again, don't force -O... smf-2017-12-261-8/+2
* Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1... Miso Kim2017-08-231-0/+1
* looks like 32-bit release builds need /bigobj as well (nw) Vas Crabb2017-05-281-3/+3
* don't use -static on msys2 clang 4.0.0 as it's currently broken, also removed... smf-2017-05-251-3/+7
* fix MSVC debug builds by specifying /bigobj (needed for mpu4). Release builds... smf-2017-05-161-0/+3
* detect if SOURCES file do not exist (nw) Miodrag Milanovic2016-12-091-0/+7
* Enable building projects that are separate of MAME but use same core and live... Miodrag Milanovic2016-12-081-1/+13
* Disable incremental linking for VS debug builds (nw) Miodrag Milanovic2016-11-291-0/+1
* Added VS2017 support into project files (nw) Miodrag Milanovic2016-11-161-2/+2
* Fix UWP build issue (nw) Brad Hughes2016-11-161-1/+1
* fix build (nw) Miodrag Milanovic2016-11-161-1/+1
* UWP: Remove explicit links for winstore builds (nw) Brad Hughes2016-11-161-9/+3
* fix mingw-clang linking for latest version (nw) Miodrag Milanovic2016-11-161-0/+4
* Make 3rdparty compile for UWP and start adding new OSD for UWP based on previ... Miodrag Milanovic2016-11-091-0/+6
* Finally sync with GENie, no more local changes (nw) Miodrag Milanovic2016-11-031-0/+4
* Fix macOS build (nw) Miodrag Milanovic2016-11-021-3/+3
* Experimental support for compiling to WebAssembly using Emscripten (not yet w... Justin Kerk2016-10-291-0/+5
* cleanup (nw) Miodrag Milanovic2016-10-071-19/+0
* disable unknown-attributes & ignored_qualifiers to allow font_dwrite.cpp to b... smf-2016-09-171-0/+2
* Add Lua-cleaning ability to srcclean Vas Crabb2016-08-301-1/+1
* Cleanup for VS2015 build (nw) Miodrag Milanovic2016-08-281-0/+1
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-271-1/+1
* Setting GCC bar bit higher (nw) Miodrag Milanovic2016-08-271-2/+2
* Temporary fix for debug compile till we fix assert (nw) Miodrag Milanovic2016-08-271-0/+6
* Change warning flags for Clang build (nw) AJR2016-08-251-9/+1
* made proper formats compiled only if needed (nw) Miodrag Milanovic2016-08-121-0/+8
* Attempt to prevent GCC optimising away global_alloc_clear (MT06335) Vas Crabb2016-07-301-4/+11
* Add arch defines for Linux alpha and mips64el. Jordi Mallach2016-07-141-0/+12
* damn circular deps (nw) Vas Crabb2016-06-261-0/+1
* Fixed double hyphen in -pipe Julian Sikorski2016-06-141-1/+1
* Sync GENie, one thing changed, and I have revoked one patch that is going to ... Miodrag Milanovic2016-06-101-2/+0
* Synced GENie with latest and applied few changes sent as PR (nw) Miodrag Milanovic2016-06-101-0/+2
* Fix git version [Vas Crabb] Vas Crabb2016-06-101-9/+0
* Added initial ninja support to use add MAKETYPE=ninja to compile command line... Miodrag Milanovic2016-06-091-2/+2
* support msbuild from posix shell Jeffrey Clark2016-05-311-1/+1
* disable BGFX debug info (nw) Miodrag Milanovic2016-05-241-1/+1
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-3/+8
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+2
* set GIT_VERSION only where it is used (nw) Miodrag Milanovic2016-04-211-11/+0
* Always rebuild version.cpp when there is git version change (nw) Miodrag Milanovic2016-04-161-17/+7
* Add short git version if building non-release build, also if git command is n... Miodrag Milanovic2016-04-161-0/+21
* Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build ... Miodrag Milanovic2016-04-121-0/+10
* Add more clang output to tell where #include errors are coming from Justin Kerk2016-04-091-0/+1
* Added PRECOMPILE=0 so in conjunction with ccache it gives better compile spee... Miodrag Milanovic2016-04-021-3/+13
* support build without optimize flag (nw) Jeffrey Clark2016-03-301-19/+16