summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.240mame0240 Vas Crabb2022-01-301-2/+2
|
* Bump version to 0.239mame0239 Vas Crabb2021-12-291-2/+2
|
* Bump version to 0.238mame0238 Vas Crabb2021-11-241-2/+2
|
* Merge tag 'mame0237' into mainline-master Vas Crabb2021-10-271-2/+2
|\ | | | | | | MAME 0.237
| * Bump version to 0.237mame0237 Vas Crabb2021-10-261-2/+2
| |
* | Remove of winstore/winphone Miodrag Milanovic2021-10-261-7/+0
| |
* | vs2019_clang target is now used instead of vsllvm Miodrag Milanovic2021-10-261-11/+0
| |
* | fastbuild removal Miodrag Milanovic2021-10-261-20/+0
| |
* | Remove old VisualStudio Miodrag Milanovic2021-10-261-78/+0
| |
* | xcode4 and ios removal Miodrag Milanovic2021-10-261-8/+0
| |
* | rpi target was not used, but regular linux one anyway Miodrag Milanovic2021-10-261-24/+0
| |
* | cmake target was not very useful Miodrag Milanovic2021-10-261-15/+0
| |
* | Remove CI20 Miodrag Milanovic2021-10-261-24/+0
| |
* | Remove steamlink Miodrag Milanovic2021-10-261-24/+0
|/
* Remove compiled message catalogs on clean, show clean commands for VERBOSE=1. Vas Crabb2021-10-241-2/+3
|
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-6/+6
|
* Revert "Better rules for generating .po files - multiple jobs have an effect ↵ Vas Crabb2021-10-181-6/+3
| | | | | | | | | now." Need to find a better way of doing this without causing .po files to be rebuilt on every build. The commit is still there for reference. This reverts commit efe9c1e7283e6a0ca5f4fc57a832430e656399ef.
* Better rules for generating .po files - multiple jobs have an effect now. Vas Crabb2021-10-181-3/+6
|
* Still more user experience improvements: Vas Crabb2021-10-181-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the default mapping for UI select to not trigger on Alt+Enter fullscreen toggle. (Fullscreen toggle still doesn't work in menus - actually fixing that is complicated.) frontend: Made the about box wrap text properly, made the title and backtrack menu item always visible, and added a footer with the VCS revision. frontend: Don't highlight the favourites and info toolbar buttons if there's no selection (can happen if filters produce no results). Also made the info viewer appear even if no info is available - it's less confusing to see an empty menu than wonder why clicking the button does nothing. debugger: Added a register points view to the GUI debuggers, to go with the breakpoints and watchpoints views. debugger: Extended [brw]p(clear|(en|dis)able) commands to accept multiple arguments to perform the same action on multiple (break|watch|register)points at once. Also made rplist accept a CPU for showing a single CPU's register points ([bw]plist already support this). docs: Updated registerpoints debugger commands page, and updated other pages for latest extensions to syntax.
* Updated translation files for latest changes. Vas Crabb2021-10-161-3/+3
|
* Re-generated translations for I/O port names. Vas Crabb2021-10-111-2/+14
| | | | | | | | | Trying to collect messages from everything at once hits some limit in xgettext and causes messages to be lost no, so I've split it up by the second-level source directories. For some reason xgettext thinks overloaded Lua functions are blasphemy, so that has to be worked around, too.
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-3/+5
| | | | | | | | | | | | | | | | * frontend: Added support for message context to localisations. * frontend: Added string_view versions of the message lookup functions. * frontend: Added a few more folder options to the internal UI. * emu/softlist.cpp: Use more appropriate containers. * Switched to Python 3 by default - this will become a requirement. * Updated msgfmt.py for message context support. * frontend: Show all software item info in the internal UI. * frontend: Search alternate titles in software selection menu. * 3rdparty/utf8proc: Updated to v2.6.1 (has several fixes). * frontend: Added software filters for common info fields. * frontend: Allow UI manager to hold onto persistent session data. * frontend: Cache software lists for eight machines. * frontend: Added support for loading localised system names. * frontend: Add UI for selecting localised system names.
* Bump version to 0.236mame0236 Vas Crabb2021-09-281-2/+2
|
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-32/+17
| | | | | | | * Reduce repeated directory walking in cleansrc target (substantially improves speed of building the target on Windows). * Disable a validity check using an MSVC language extension when using clang in MSVC ABI mode.
* Do not build with -m64 on riscv64 (#8578) Graham Inggs2021-09-171-0/+1
|
* Bump version to 0.235mame0235 Vas Crabb2021-08-261-2/+2
|
* srcclean for upcoming release Vas Crabb2021-08-221-0/+2
|
* srcclean: Added JSON cleaning support, and some cleanup. Vas Crabb2021-08-201-0/+2
| | | | | | | | | | Made pbobble parent of bublbust, as it seems to be more widespread and more complete. Also fixed some ROM labels for bublbust. Made tbyahhoo parent of mtwinbee as the latter has substantial content removed rather than being localised, making it less complete. Applied srcclean to JSON files in bgfx subtree.
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-5/+0
| | | | | | | | | | Removed support for DirectInput 7 and earlier. It hasn't been tested in years, and it's not relevant on any supported OS. DirectInput is effectively finalised at version 8, and is unlikely to get an API update in the future. Use more string[_view] and fewer C strings, and tightened up scope of a few things.
* Version bump for MAME 0.234mame0234 Vas Crabb2021-07-271-2/+2
|
* Bump version to 0.233mame0233 Vas Crabb2021-06-301-2/+2
|
* makefile: End the big-endian block in the right place (#8194) pkubaj2021-06-181-1/+1
|
* Merge tag 'mame0232' into mainline-master Vas Crabb2021-05-271-2/+2
|\ | | | | | | MAME 0.232
| * Version bump for 0.232mame0232 Vas Crabb2021-05-271-2/+2
| |
* | Allow building without PulseAudio on Linux (#8015) jflatt2021-05-241-0/+5
|/
* Version bump for 0.231mame0231 Vas Crabb2021-04-281-2/+2
|
* Merge tag 'mame0230' into mainline-master Vas Crabb2021-03-311-2/+2
|\ | | | | | | MAME 0.230
| * version bumpmame0230 Vas Crabb2021-03-301-2/+2
| |
* | makefile: added param to override ar hap2021-03-301-3/+14
|/
* Version bump for 0.229 release.mame0229 Vas Crabb2021-02-241-2/+2
|
* Unbreak aarch64 and arm builds (#7708) Julian Sikorski2021-01-281-0/+2
|
* Version bumpmame0228 Vas Crabb2021-01-261-2/+2
|
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-28/+16
| | | | | | | | | | * Removed inline assembly for operations compilers handle well. * Added ARM and AArch64 implementation for a few operations. * Added unsigned integer add with carry out operations. -cpu/drccache.cpp: Detect whether RWX pages are supported. -dynax.cpp: Improved a few hanafuda DIP switch descriptions.
* Fix build on FreeBSD/powerpc64 pkubaj2021-01-161-0/+18
| | | FreeBSD uses powerpc64 name for what Linux calls ppc64.
* version bump for 0.227, some documentation clean-upmame0227 Vas Crabb2020-12-311-2/+2
|
* Add macosx_arm64_clang target support [R. Belmont, Miodrag Milanovic] arbee2020-12-121-0/+19
|
* mulcd: Switch to a svg [O. Galibert] Olivier Galibert2020-11-041-5/+0
|
* Bump version to 0.226mame0226 Vas Crabb2020-10-271-2/+2
|
* Merge tag 'mame0225' into mainline-master Vas Crabb2020-09-301-2/+2
|\ | | | | | | MAME 0.225
| * Version bump for 0.225mame0225 Vas Crabb2020-09-291-2/+2
| |