summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/infoxml.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-19ui/utils: Added a source file filter for system selection menu. Vas Crabb1-16/+31
2023-04-14Miscellaneous improvements: Vas Crabb1-63/+106
2023-02-12xmlfile.cpp: Replace implementation of normalize_string with similar one in i... AJR1-48/+33
2023-02-05Small batch of input refactoring: Vas Crabb1-5/+5
2023-01-29Various input and OSD refactoring: Vas Crabb1-0/+1
2023-01-28Miscellaneous fixes and refactoring: Vas Crabb1-5/+8
2022-10-16Modernize core_strwildcmp() and core_iswildstr() (#10344) npwoods1-2/+2
2022-06-28Added make opions for filter file, adjusted source path display. Vas Crabb1-7/+13
2022-06-06frontend/mame/infoxml.cpp: Work around an MSVCPRT shortcoming with promise ty... Vas Crabb1-0/+6
2021-12-09Moved localised I/O port name lookup into I/O port manager. Vas Crabb1-7/+7
2021-10-31-frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb1-105/+119
2021-10-24srcclean in preparation for branching 0.237 release Vas Crabb1-8/+8
2021-09-26Optimized the multithreading strategy for -listxml (#8300) npwoods1-44/+150
2021-09-06Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb1-19/+57
2021-07-15API cleanups and miscellaneous fixes. Vas Crabb1-2/+2
2021-02-18frontend: Added a few more driver flags to -listxml output. (#7731) npwoods1-0/+16
2021-01-20Much more core std::string_view modernization AJR1-0/+1
2020-12-21Eliminate many unnecessary c_str calls AJR1-1/+1
2020-11-25Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb1-17/+17
2020-09-02frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb1-225/+250
2020-01-22use C++ library includes (nw) firewave1-1/+1
2019-12-31(nw) the software list device is identified by its tag, the name is tells you... Vas Crabb1-2/+2
2019-12-30infoxml.cpp: Fix attribute order [Couriersud] couriersud1-1/+1
2019-12-16infoxml.cpp: Fix build (nw) AJR1-2/+2
2019-12-17infoxml.cpp: Output software lists for devices. Vas Crabb1-5/+16
2019-12-08softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb1-1/+1
2019-11-21UI input mapping menu updates: Vas Crabb1-1/+1
2019-11-01Spring cleaning: Vas Crabb1-1/+1
2019-08-25strtok is not reentrant - it's not safe to call it any time you might be mult... Vas Crabb1-8/+9
2019-08-25srcclean (nw) Vas Crabb1-6/+6
2019-08-15Moved most of the implementation of info_xml_creator to anonymous npwoods1-62/+120
2019-08-13Ensuring that devices emitted by -listxml are sorted npwoods1-0/+10
2019-08-07Changing info_xml_creator to not use std::endl (nw) npwoods1-33/+32
2019-08-07Speeding up -listxml by performing the heavy lifting asynchronously npwoods1-58/+126
2019-08-05Changed info_xml_creator to use std::ostream npwoods1-242/+240
2019-08-04Follow up to previous listxml_refactor PR (nw) npwoods1-12/+7
2019-08-03Refactored info_xml_creator::output() npwoods1-103/+119
2019-03-26(nw) Clean up the mess on master Vas Crabb1-6/+13
2019-03-25Revert "conflict resolution (nw)" andreasnaive1-13/+6
2019-03-17update UI and XML output for additional emulation status flags Vas Crabb1-6/+13
2018-08-01Adjust indent of condition. pxdnbluesoul1-1/+1
2018-07-26Better support for screen orientation/geometry: Vas Crabb1-28/+25
2018-06-24Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR1-0/+1
2018-04-28Make devopt menu localisable. Vas Crabb1-13/+12
2018-04-03only show RAM options that can actually be controlled from the command line -... Vas Crabb1-16/+21
2018-03-27minimaws: expose RAM size Vas Crabb1-2/+2
2018-03-26Always show default RAM size in XML output Vas Crabb1-6/+17
2017-10-08Expose condition for DIP switches, configuration entries, and adjusters. Vas Crabb1-326/+341
2017-09-25remove deprecated attributes from DTD as well (nw) Vas Crabb1-4/+0
2017-09-25fix for clang 5 unused lambda capture errors (nw) smf-1-1/+1