Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | begin preliminary GCC 8 support (nw) | 2018-05-01 | 1 | -0/+7 | ||
| | ||||||
* | Bind devcb relative to current device. This is probably going to break | 2018-05-01 | 1 | -1/+2 | ||
| | | | | | | | plenty of things with late bind errors. Sorry. Remaining things to switch over include sound routes and things with custom delegates. | |||||
* | Added possibility of building using system pugixml | 2018-03-27 | 1 | -0/+10 | ||
| | ||||||
* | Start squeezing out the poor-performing parts of the output_manager: | 2018-02-28 | 1 | -1/+2 | ||
| | | | | | | * Turn deprecated declataion warnings on by default and make them non-fatal * Make output_finder iterable in algorithms and range-based for loops * Replace a lot of set_something with output_finder | |||||
* | Fix issue linking Emscripten build with certain single-driver compiles (e.g. ↵ | 2018-01-31 | 1 | -0/+3 | ||
| | | | | spectrum.cpp). Emscripten 1.37.29 or higher is now required. [Justin Kerk] | |||||
* | srcclean and regenerate localisations (nw) | 2018-01-28 | 1 | -1/+1 | ||
| | ||||||
* | removed implict usage of "nullability" from SANITIZE=undefined (nw) | 2018-01-14 | 1 | -5/+2 | ||
| | ||||||
* | restored SANITIZE make option (#3043) | 2018-01-11 | 1 | -4/+37 | ||
| | | | | | | * restored basic support for SANITIZE make option * disabled some unwanted UBSAN checks / enabled nullability checks / enabled ASAN use-after-scope checks (nw) | |||||
* | Use dynamic linking for windows SDL builds to workround an error during ↵ | 2017-12-26 | 1 | -1/+6 | ||
| | | | | linking about liblualibs.a being corrupt, which is dependant on the order of the .o files contained within it. [smf] | |||||
* | Added workround for clang static builds and enable them again, don't force ↵ | 2017-12-26 | 1 | -8/+2 | ||
| | | | | -O1 on clang builds. [smf] | |||||
* | Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle ↵ | 2017-08-23 | 1 | -0/+1 | ||
| | | | | 2.2.1) (#2585) | |||||
* | looks like 32-bit release builds need /bigobj as well (nw) | 2017-05-28 | 1 | -3/+3 | ||
| | ||||||
* | don't use -static on msys2 clang 4.0.0 as it's currently broken, also ↵ | 2017-05-25 | 1 | -3/+7 | ||
| | | | | removed -static-libgcc & -static-libstdc++ on gcc builds as they have no effect if you use -static (nw) | |||||
* | fix MSVC debug builds by specifying /bigobj (needed for mpu4). Release ↵ | 2017-05-16 | 1 | -0/+3 | ||
| | | | | builds don't seem to require it. (nw) | |||||
* | detect if SOURCES file do not exist (nw) | 2016-12-09 | 1 | -0/+7 | ||
| | ||||||
* | Enable building projects that are separate of MAME but use same core and ↵ | 2016-12-08 | 1 | -1/+13 | ||
| | | | | lives in separate git tree (nw) | |||||
* | Disable incremental linking for VS debug builds (nw) | 2016-11-29 | 1 | -0/+1 | ||
| | ||||||
* | Added VS2017 support into project files (nw) | 2016-11-16 | 1 | -2/+2 | ||
| | ||||||
* | Fix UWP build issue (nw) | 2016-11-16 | 1 | -1/+1 | ||
| | ||||||
* | fix build (nw) | 2016-11-16 | 1 | -1/+1 | ||
| | ||||||
* | UWP: Remove explicit links for winstore builds (nw) | 2016-11-16 | 1 | -9/+3 | ||
| | ||||||
* | fix mingw-clang linking for latest version (nw) | 2016-11-16 | 1 | -0/+4 | ||
| | ||||||
* | Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ | 2016-11-09 | 1 | -0/+6 | ||
| | | | | previous Brad work (nw) | |||||
* | Finally sync with GENie, no more local changes (nw) | 2016-11-03 | 1 | -0/+4 | ||
| | ||||||
* | Fix macOS build (nw) | 2016-11-02 | 1 | -3/+3 | ||
| | ||||||
* | Experimental support for compiling to WebAssembly using Emscripten (not yet ↵ | 2016-10-29 | 1 | -0/+5 | ||
| | | | | working) (nw) | |||||
* | cleanup (nw) | 2016-10-07 | 1 | -19/+0 | ||
| | ||||||
* | disable unknown-attributes & ignored_qualifiers to allow font_dwrite.cpp to ↵ | 2016-09-17 | 1 | -0/+2 | ||
| | | | | build with clang. (nw) | |||||
* | Add Lua-cleaning ability to srcclean | 2016-08-30 | 1 | -1/+1 | ||
| | ||||||
* | Cleanup for VS2015 build (nw) | 2016-08-28 | 1 | -0/+1 | ||
| | ||||||
* | some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ | 2016-08-27 | 1 | -1/+1 | ||
| | | | | so no need for legacy support (nw) | |||||
* | Setting GCC bar bit higher (nw) | 2016-08-27 | 1 | -2/+2 | ||
| | ||||||
* | Temporary fix for debug compile till we fix assert (nw) | 2016-08-27 | 1 | -0/+6 | ||
| | ||||||
* | Change warning flags for Clang build (nw) | 2016-08-25 | 1 | -9/+1 | ||
| | | | | | | -Wno-missing-braces is unfortunately now necessary to avoid errors on almost every single use of the std::array initializer in devfind.h. (Apparently C++14 does make double braces optional for std::array initializers, but clang and GCC's -Wmissing-braces never took that into proper account, which is why GCC may still have it disabled by default.) Several other Clang-specific warnings have been undisabled; some might perhaps need to be locally reenabled if legacy 3rdparty code or sundry OSD includes happen to disagree with them. The only warning to require any code changes was -Wabsolute-value, which seems to have caught a minor render bug (and nothing more). | |||||
* | made proper formats compiled only if needed (nw) | 2016-08-12 | 1 | -0/+8 | ||
| | ||||||
* | Attempt to prevent GCC optimising away global_alloc_clear (MT06335) | 2016-07-30 | 1 | -4/+11 | ||
| | ||||||
* | Add arch defines for Linux alpha and mips64el. | 2016-07-14 | 1 | -0/+12 | ||
| | | | | | Add detection for Linux architectures alpha and mips64el, to avoid using gcc -m64, which isn't available on them. | |||||
* | damn circular deps (nw) | 2016-06-26 | 1 | -0/+1 | ||
| | ||||||
* | Fixed double hyphen in -pipe | 2016-06-14 | 1 | -1/+1 | ||
| | ||||||
* | Sync GENie, one thing changed, and I have revoked one patch that is going to ↵ | 2016-06-10 | 1 | -2/+0 | ||
| | | | | be removed or changed anyway (nw) | |||||
* | Synced GENie with latest and applied few changes sent as PR (nw) | 2016-06-10 | 1 | -0/+2 | ||
| | ||||||
* | Fix git version [Vas Crabb] | 2016-06-10 | 1 | -9/+0 | ||
| | | | | | | | | * git version is set by top-level make, not just when GENie runs * can set IGNORE_GIT=1 for make to ignore git * git ignored/unavailable uses "unknown" in version string * mark modified trees as dirty * note that version now comes from makefile | |||||
* | Added initial ninja support to use add MAKETYPE=ninja to compile command ↵ | 2016-06-09 | 1 | -2/+2 | ||
| | | | | | | line (nw) Custom build tasks are not yet working | |||||
* | support msbuild from posix shell | 2016-05-31 | 1 | -1/+1 | ||
| | | | | preliminary fastbuild support (experimental in genie) | |||||
* | disable BGFX debug info (nw) | 2016-05-24 | 1 | -1/+1 | ||
| | ||||||
* | Added ability to create standalone emulators, added zexall as example (nw) | 2016-05-08 | 1 | -3/+8 | ||
| | ||||||
* | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -0/+2 | ||
| | ||||||
* | set GIT_VERSION only where it is used (nw) | 2016-04-21 | 1 | -11/+0 | ||
| | ||||||
* | Always rebuild version.cpp when there is git version change (nw) | 2016-04-16 | 1 | -17/+7 | ||
| | ||||||
* | Add short git version if building non-release build, also if git command is ↵ | 2016-04-16 | 1 | -0/+21 | ||
| | | | | not available or if .git is not there (so building out of other sources) (nw) |