summaryrefslogtreecommitdiffstatshomepage
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* version bump (nw)mame0202 Vas Crabb2018-09-261-2/+2
|
* version bump (nw)mame0201 Vas Crabb2018-08-291-2/+2
|
* make rectangle work better with constexpr, change many things to use ↵ Vas Crabb2018-07-281-2/+2
| | | | designated getters/setters (nw)
* version bump (nw)mame0200 Vas Crabb2018-07-251-2/+2
|
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
| | | | | | * Make more #include guards follow standard format - using MAME_ as the prefix makes it easy to see which ones come from our code in a preprocessor dump, and having both src/devices/machine/foo.h and src/mame/machine/foo.h causes issues anyway * Get #include "emu.h" out of headers - it should only be the first thing in a complilation unit or we get differences in behaviour with PCH on/off * Add out-of-line destructors to some devices - it forces the compiler to instantiate the vtable in a certain location and avoids some non-deterministic compiler behaviours
* allow multiple digits in components of clang version (see PR #3733) Vas Crabb2018-07-081-3/+3
|
* version bump (nw)mame0199 Vas Crabb2018-06-271-2/+2
|
* Enable building on riscv64 (#3655) Julian Sikorski2018-06-131-0/+13
| | | | | | * First attempt at enabling building on riscv64 * PTR64=1 needs to be defined on riscv64 otherwise build fails
* version bump (nw)mame0198 Vas Crabb2018-05-301-2/+2
|
* version bump (nw)mame0197 Vas Crabb2018-04-241-2/+2
|
* Merge tag 'mame0196' Vas Crabb2018-03-281-2/+2
|\ | | | | | | MAME 0.196
| * version bump (nw)mame0196 Vas Crabb2018-03-281-2/+2
| |
* | Added possibility of building using system pugixml Julian Sikorski2018-03-271-0/+5
|/
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-1/+1
| | | | | | * 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
* version bump (nw)mame0195 Vas Crabb2018-02-281-2/+2
|
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-0/+15
| | | | | | | | | | | | * Fixed building using system utf8proc * Fixed building using system portaudio * Allow using system-wide asio headers (1.11.0 or higher required). * Allow using system-wide glm headers * Allow using system-wide rapidjson headers
* version bump (nw)mame0194 Vas Crabb2018-01-311-2/+2
|
* restored SANITIZE make option (#3043) Oliver Stöneberg2018-01-111-1/+5
| | | | | | * restored basic support for SANITIZE make option * disabled some unwanted UBSAN checks / enabled nullability checks / enabled ASAN use-after-scope checks (nw)
* version bump (nw)mame0193 Vas Crabb2017-12-271-2/+2
|
* version bump (nw)mame0192 Vas Crabb2017-11-291-2/+2
|
* version bump (nw)mame0191 Vas Crabb2017-10-251-2/+2
|
* (nw) Improve localisation: Vas Crabb2017-10-031-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change makefile rules to treat mame.pot as a target so rules can depend on it * Put mame.pot inside the build directory so it will get cleaned * Couldn't get xgettext to scrape lua and C++ in the same command and still remove stale strings * Use larger strings and format specifiers to fix some localisation issues - Issue with "None" lacking context in Russian and Turkish translations - Issue with "Not implemented" changing depending on the noun in Serbian - Issues with lua plugins not allowing for languages with different grammar/punctuation Strings that need to be translated after this change - most of these are existing text that's been made into larger chunks or reworded slightly: "Mechanical Machine\tYes\n" "Mechanical Machine\tNo\n" "Requires Artwork\tYes\n" "Requires Artwork\tNo\n" "Requires Clickable Artwork\tYes\n" "Requires Clickable Artwork\tNo\n" "Support Cocktail\tYes\n" "Support Cocktail\tNo\n" "Driver is BIOS\tYes\n" "Driver is BIOS\tNo\n" "Support Save\tYes\n" "Support Save\tNo\n" "Screen Orientation\tVertical\n" "Screen Orientation\tHorizontal\n" "Requires CHD\tYes\n" "Requires CHD\tNo\n" "ROM Audit Result\tOK\n" "ROM Audit Result\tBAD\n" "Samples Audit Result\tNone Needed\n" "Samples Audit Result\tOK\n" "Samples Audit Result\tBAD\n" "ROM Audit Disabled\t\n" "Samples Audit Disabled\t\n" "Activated: %s = %s" "Activated: %s" "Enabled: %s" "Disabled: %s" "%s added" "Default name is %s" "Cheat written to %s and added to cheat.simple" "Unable to write file\n" "Ensure that cheatpath folder exists"
* add lua translation to makefile and update translations cracyc2017-09-291-3/+3
|
* version bump (nw)mame0190 Vas Crabb2017-09-271-2/+2
|
* version bump (nw)mame0189 Vas Crabb2017-08-301-2/+2
|
* Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle ↵ Miso Kim2017-08-231-1/+1
| | | | 2.2.1) (#2585)
* version bump (nw)mame0188 Vas Crabb2017-07-261-2/+2
|
* version bump (nw)mame0187 Vas Crabb2017-06-281-2/+2
|
* version bump (nw)mame0186 Vas Crabb2017-05-311-2/+2
|
* version bump (nw)mame0185 Vas Crabb2017-04-261-2/+2
|
* version bump (nw)mame0184 Vas Crabb2017-03-291-2/+2
|
* version bumpmame0183 Vas Crabb2017-02-221-2/+2
|
* Fixed building using system utf8proc Julian Sikorski2017-01-261-0/+5
|
* version bump (nw)mame0182 Vas Crabb2017-01-251-2/+2
|
* Fix UWP Build - no portaudio support (nw) Brad Hughes2017-01-161-2/+2
|
* Initial PortAudio backend with build script changes to support library ↵ inte alls2017-01-111-0/+5
| | | | version 20161030
* make DEBUG=0 and SYMBOLS=0 behave (nw) Vas Crabb2017-01-021-8/+9
|
* version bump (nw) Vas Crabb2016-12-271-2/+2
|
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
|
* Enable building projects that are separate of MAME but use same core and ↵ Miodrag Milanovic2016-12-081-0/+8
| | | | lives in separate git tree (nw)
* Version bump Vas Crabb2016-11-271-2/+2
|
* Remove USE_BGFX option (nw) Logan B2016-11-271-4/+0
| | | Wasn't removed when mmicko did 9eb2734495cda6ff0391f317ca2565b421476738
* Added VS2017 support into project files (nw) Miodrag Milanovic2016-11-161-0/+39
|
* Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ Miodrag Milanovic2016-11-091-1/+1
| | | | previous Brad work (nw)
* Fixed building on s390x Julian Sikorski2016-11-071-0/+12
|
* Fixed building on ppc64le Julian Sikorski2016-11-071-0/+7
|
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-071-0/+5
|
* Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-291-2/+4
|
* Experimental support for compiling to WebAssembly using Emscripten (not yet ↵ Justin Kerk2016-10-291-0/+4
| | | | working) (nw)
* Version bump! Vas Crabb2016-10-261-2/+2
|