summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/initialsetup/compilingmame.rst
Commit message (Expand)AuthorAgeFilesLines
* -bus/ieee488: Cleaned up code, improved displayed device names. Vas Crabb2026-04-161-19/+25
* docs: More updates for Windows compiling instructions. Vas Crabb2026-04-081-17/+14
* docs: More forward-looking updates to the Windows build documentation. Vas Crabb2026-04-071-31/+28
* Move build system adjusttment and fixes: Vas Crabb2026-04-051-56/+29
* Fix up more stuff for upgraded tools, etc. Vas Crabb2026-04-041-4/+4
* docs: More updates to compiling instructions. Vas Crabb2026-04-031-15/+23
* Eliminated many temporary std::string objects. Vas Crabb2026-04-031-35/+45
* Switched language standard to C++20, bumped compiler requirement to GCC 11. (... Vas Crabb2026-04-021-21/+4
* -windows/winmain.cpp: Set global C++ locale when the standard library isn't b... Vas Crabb2026-01-151-0/+10
* Added support for generating PDB symbols with MinGW clang and lld. (#14352) Vas Crabb2025-10-201-0/+8
* docs: fix assorted typos (#14152) Roman Donchenko2025-09-091-2/+2
* Cleaned up build scripts and compiling documentation: Vas Crabb2025-04-201-34/+72
* Avoid the need to set MINGW32 or MINGW64 environment variables when using a s... Vas Crabb2025-04-191-8/+2
* emscripten: fixes to get bgfx working (#13255) algestam2025-02-061-1/+1
* docs: Updated compiling instructions to refer to Visual Studio 2022, bumped v... Vas Crabb2024-12-231-3/+3
* docs: Improved notes about DirectX SDK and added a link in compiling instruct... veganaiZe2024-10-071-3/+4
* Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. Vas Crabb2024-03-281-16/+15
* -bus/a2bus: Added SNES MAX game controller interface card. Vas Crabb2024-03-101-2/+3
* docs: Document building only the tools. (#12065) Firehawke2024-02-271-0/+3
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-111-0/+3
* Miscellaneous fixes: Vas Crabb2023-11-021-0/+3
* 3rdparty/portaudio: Updated to latest upstream version. (#11604) invertego2023-10-091-6/+0
* Drop support for libc++ 6 altogether - it's missing std::unordered_map::extract. Vas Crabb2023-03-271-1/+4
* docs: Update instructions for adding mame package repository in MSYS2 Vas Crabb2022-11-051-3/+4
* docs: Updated build prerequisite package names for newer Ubuntu versions. (#1... goldnchild2022-09-221-1/+1
* hyperscan: added quickload support. Sandro Ronco2022-08-231-1/+1
* docs: Update emscripten compile instructions to reflect recent source rearran... algestam2022-08-061-2/+2
* docs: Updated documentation on compiling MAME. Vas Crabb2022-07-241-121/+177
* docs: Fixed another missing word. [Robbbert] Vas Crabb2022-07-011-3/+3
* docs: I accidentally a word on the internet (fixed missing word in Visual Stu... Vas Crabb2022-07-011-4/+4
* docs: Added notes about issues building MAME with Visual Studio Vas Crabb2022-07-011-0/+31
* Micscellaneous cleanup/fixes: Vas Crabb2022-04-301-10/+13
* docs: List MSYS2 packages required to build PDF documentation on Windows now ... Vas Crabb2022-01-121-2/+11
* Fix build with newer versions of Emscripten; minimum supported version is now... Justin Kerk2021-12-231-2/+2
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-17/+24
* Docmumentation update/expansion. [Firehawke, Vas Crabb] Vas Crabb2021-05-071-35/+70
* docs: Update build requirements for Ubuntu (#8010) algestam2021-04-281-1/+1
* docs: Update build requirements for Fedora - someone should do this for other... Vas Crabb2021-04-251-1/+1
* Updated compiling document to reflect that MSVC 2019 is working and recommended. Stiletto2021-04-161-6/+3
* Suggested changes to MacOS to build reqs (#7715) mac-a-r0ni2021-01-291-17/+6
* Change "mame64" to "mame" in docs (#7709) Firehawke2021-01-291-1/+1
* -docs update: Vas Crabb2021-01-231-84/+159
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-4/+4
* -hp3478a.cpp: Made LCD segments dark in internal artwork. Vas Crabb2020-11-041-6/+5
* -General maintenance on emu/devfind: Vas Crabb2020-11-041-0/+67
* docs: Add links to some internal layouts that demonstrate various features, a... Vas Crabb2020-10-281-2/+3
* emu/video: check macros are defined before doing comparisons, also fix a typo... Vas Crabb2020-08-211-1/+1
* docs: update for changes in MSYS2 packages, fix a typo, add note about using ... Vas Crabb2020-08-211-6/+21
* (nw) fix MPU4 video crash, clean up a little Vas Crabb2019-10-271-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-15/+35