summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-1/+1
* Enabled default move ctor/assignments in core_options, and changed npwoods2019-08-011-2/+2
* -options: Restored erroneously-removed game-specific INI option reversion bet... mooglyguy2018-10-051-0/+3
* more srcclean (nw) Vas Crabb2017-06-251-1/+1
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-117/+181
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* Bug fix to -romident and aux verb cleanup (take two) (#2299) npwoods2017-05-131-0/+2
* Revert "Bug fix to -romident and aux verb cleanup (#2288)" Vas Crabb2017-05-121-2/+0
* Bug fix to -romident and aux verb cleanup (#2288) npwoods2017-05-121-0/+2
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-101-1/+1
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-177/+117
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-117/+177
* Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2017-04-171-8/+4
* More options refactoring Nathan Woods2017-04-161-1/+10
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-151-0/+2
* fix crash on excessive command-line options, clean up some tabulation, remove... Vas Crabb2017-03-031-1/+1
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-271-1/+1
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-221-3/+3
* Softlist cleanup (#2075) npwoods2017-02-221-0/+4
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-1/+1
* there you go (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+0
* Revert software-installed slot/image options when changing software AJR2016-04-041-2/+2
* Small changes. (nw) dankan18902016-04-031-1/+1
* refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-031-0/+1
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-2/+3
* Iterate over core classes C++11 style AJR2016-03-311-0/+4
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* MAME related settings are saved on request only (nw) Miodrag Milanovic2016-02-061-0/+5
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-4/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-14/+14
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-5/+5
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-1/+0
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-0/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-6/+9
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* (MESS) Be a bit more fine-grained in when to mark slot options as internal. (nw) Wilbert Pol2013-02-271-0/+2
* Don't save out internally determined settings to .ini files. (nw) Wilbert Pol2013-02-211-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-33/+33
* Made cmd line parameter parsing going into unlimited levels (no whatsnew) Miodrag Milanovic2012-09-041-1/+1
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-0/+2