summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for multi level slot devices [Miodrag Milanovic] Miodrag Milanovic2011-06-271-0/+1
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-7/+7
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-194/+142
* - Display suggestions in case commands that require game name are called and ... Miodrag Milanovic2011-01-231-1/+1
* Ignore warnings for non existing options in previous level of ini files (pare... Miodrag Milanovic2011-01-211-1/+1
* Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as... Miodrag Milanovic2011-01-181-0/+4
* Fixed some long standing issues with image device config (no whatsnew) Miodrag Milanovic2011-01-171-0/+3
* Made MESS drivers too load config from parent drivers (as MAME) but images ar... Miodrag Milanovic2011-01-171-0/+3
* - Added new operation on options which enables adding of parameter and execut... Miodrag Milanovic2010-07-211-0/+3
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Moved all files in src/lib/util over to straight BSD and common Aaron Giles2009-10-101-2/+30
* Copyright cleanup: Aaron Giles2008-01-061-1/+1