summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.cpp
Commit message (Expand)AuthorAgeFilesLines
* -emu/devcb.h: Removed set_log and append_log. Vas Crabb2023-08-021-4/+7
* util/options.cpp: Fixed issue when copying options that don't carry values. Vas Crabb2022-12-221-10/+22
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-1/+1
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-25/+176
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-301-5/+5
* Restore validation for command-line and .ini options (disabled since 0.188) a... AJR2021-03-211-11/+17
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+1
* Much more core std::string_view modernization AJR2021-01-201-44/+67
* Low-level #include overhaul AJR2021-01-021-2/+3
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-0/+9
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-311-0/+27
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-36/+0
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-4/+4
|\
| * use C++ library includes (nw) firewave2020-01-221-4/+4
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-231-62/+141
* lib/util/options.cpp: Don't try to set the value of a header (nw) AJR2018-10-041-1/+2
* -options: Restored erroneously-removed game-specific INI option reversion bet... mooglyguy2018-10-051-0/+26
* Fix error in debug build with SMS card options (nw) AJR2018-05-211-1/+1
* options: Set the value when setting the default as before [O. Galibert] Olivier Galibert2017-06-251-1/+1
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-448/+532
* Bug fix to -romident and aux verb cleanup (take two) (#2299) npwoods2017-05-131-22/+52
* Revert "Bug fix to -romident and aux verb cleanup (#2288)" Vas Crabb2017-05-121-31/+11
* Bug fix to -romident and aux verb cleanup (#2288) npwoods2017-05-121-11/+31
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-101-2/+2
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-535/+433
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-433/+535
* Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2017-04-171-21/+0
* More options refactoring Nathan Woods2017-04-161-3/+15
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-151-1/+8
* Fixed issue that could cause bogus arguments to be reported incorrectly Nathan Woods2017-04-021-3/+8
* srcclean (nw) Vas Crabb2017-03-261-2/+2
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-271-4/+5
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-2/+2
|\
* | Vas feedback Nathan Woods2017-02-231-8/+3
* | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-221-22/+51
|/
* Softlist cleanup (#2075) npwoods2017-02-221-0/+40
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* fixed clang (nw) Miodrag Milanovic2016-07-311-0/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Revert software-installed slot/image options when changing software AJR2016-04-041-6/+6
* fix: inline not allowed. (nw) dankan18902016-04-031-1/+1
* Small changes. (nw) dankan18902016-04-031-0/+6
* Iterate over core classes C++11 style AJR2016-03-311-19/+19
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-5/+5
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-63/+61
* MAME related settings are saved on request only (nw) Miodrag Milanovic2016-02-061-1/+22