summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
Commit message (Expand)AuthorAgeFilesLines
* Made PTR64 a makefile-only thing - it isn't necessary in the code. Vas Crabb23 hours1-25/+0
* Cleaned up build scripts and compiling documentation: Vas Crabb26 hours1-37/+7
* emscripten: fixes to get bgfx working (#13255) algestam2025-02-061-6/+5
* -cpu/drcbex64.cpp: Directly dispatch memory accesses no larger than native wi... Vas Crabb2025-02-051-8/+0
* cpu/drcbearm64.cpp: Added a 64-bit ARMv8 (AArch64) DRC back-end. (#13162) 9871238791132025-01-141-9/+21
* build: adjust msvc warning settings Patrick Mackinlay2025-01-031-4/+4
* Actually demote tautological-compare to a warning. Vas Crabb2024-11-271-0/+1
* Enable tautological-compare warning as error. Vas Crabb2024-11-271-1/+0
* Updated GENie and changed Visual Studio target to Visual Studio 2022. (#13000) Patrick Mackinlay2024-11-271-0/+3
* -nes.xml: Use self-closing tags for data areas with no load commands - saves ... Vas Crabb2024-03-311-1/+1
* Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. Vas Crabb2024-03-281-25/+10
* Slightly different fix for asio compilation with newer Emscripten (#12098) Justin Kerk2024-03-131-1/+1
* Fix compile error in 3rdparty/asio with newer Emscripten versions (#12098) Justin Kerk2024-03-131-0/+3
* Make building emulator optional (allow building tools without building MAME) ... Miodrag Milanović2023-12-311-41/+50
* Ensure that the has_* file actually has data in them. The previous PR had cl... Olivier Galibert2023-12-091-2/+7
* Make generation of has_foo.h files deterministic (#11651) Bernhard M. Wiedemann2023-10-241-1/+1
* Set LinkSupportCircularDependencies for FreeBSD as well as NetBSD (#11271). Vas Crabb2023-05-281-1/+1
* 3rdparty/lzma: Updated to LZMA SDK version 22.01 Vas Crabb2023-05-041-5/+0
* ui: Don't use facets of destructed locales. Vas Crabb2023-05-011-3/+3
* Fixed another warning, a full compile now completes with GCC 13.1. [R. Belmont] arbee2023-04-291-0/+1
* Support GCC 13.1 / Fedora 38 [R. Belmont] arbee2023-04-291-0/+9
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-1/+1
* Removed local copy of SDL source and update Android build support. (#10899) Miodrag Milanović2023-02-271-37/+2
* Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ... Vas Crabb2023-02-011-0/+1
* Fail earlier in the build process if SOURCES= specifies no files containing s... Vas Crabb2022-07-071-2/+12
* genie: Explicitly set LinkSupportCircularDependencies for NetBSD. (#10020) Thomas Klausner2022-07-041-0/+4
* Allow leaving off the src/<target>/ prefix in SOURCES= Vas Crabb2022-07-011-1/+5
* -Added support for directory names in SOURCES= Vas Crabb2022-06-301-2/+3
* More quality of life features for new source layout: Vas Crabb2022-06-291-5/+5
* Added make opions for filter file, adjusted source path display. Vas Crabb2022-06-281-15/+47
* Eliminated cross dependencies between driver projects. Vas Crabb2022-06-271-13/+15
* Acknowledge presence of circular dependencies to keep GNU ld happy on Linux. Vas Crabb2022-06-171-0/+3
* Updated scripts to support SOURCES= builds after the reorganisation happens. Vas Crabb2022-06-151-3/+3
* Adjust toolchain versions for triggering workarounds: Vas Crabb2022-06-061-2/+2
* Remove spurious /wx option from prjects generated for visual studio yz70s2022-05-231-1/+0
* fix for building with clang 14 as asmjit uses | & operators on bools [smf] smf-2022-05-181-0/+5
* scripts: Improve str_to_version again. Vas Crabb2022-05-171-15/+19
* fix version detection in str_to_version (#9767) sairuk2022-05-161-1/+1
* mips3: Fixed error flagged by GCC 12 [Ryan Holtz, R. Belmont] arbee2022-05-111-1/+0
* Initial GCC 12 support for Fedora 36. [R. Belmont] arbee2022-05-111-0/+7
* Apparently the issue with Sol and std::optional is a GCC version thing, not L... Vas Crabb2022-04-061-19/+19
* Disable lifetime dead store elimination for Linux GCC builds. Vas Crabb2022-04-031-1/+6
* -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. Vas Crabb2022-04-031-1/+0
* Disabled clang warnings again - only the GCC ones should be re-enabled. Vas Crabb2022-02-241-0/+2
* Re-enabled some compiler warnings and cleaned up some Python scripts a little. Vas Crabb2022-02-241-10/+0
* Include $ERRNO_CODES in Emscripten build to fix error loading software in Emu... Justin Kerk2021-12-301-0/+1
* Fix build with newer versions of Emscripten; minimum supported version is now... Justin Kerk2021-12-231-4/+45
* Remove of winstore/winphone Miodrag Milanovic2021-10-261-7/+0
* vs2019_clang target is now used instead of vsllvm Miodrag Milanovic2021-10-261-70/+0
* Remove old VisualStudio Miodrag Milanovic2021-10-261-1/+1