index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
options.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
imagedev/floppy.cpp: Delete unused getter that leaked details
AJR
2024-02-11
1
-1
/
+1
*
osd/modules/file: Don't magically substitute environment variables when openi...
npwoods
2022-12-17
1
-6
/
+17
*
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
npwoods
2022-05-30
1
-10
/
+0
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-21
/
+28
*
options.h: Be more honest about #including prerequisites
AJR
2021-01-02
1
-0
/
+7
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-2
/
+2
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
1
-3
/
+3
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-4
/
+4
*
util/options.cpp: fix locale issues and a const correctness issue
Vas Crabb
2019-11-23
1
-27
/
+28
*
Use canonical spelling of "canonical" (nw)
AJR
2019-08-02
1
-1
/
+1
*
Enabled default move ctor/assignments in core_options, and changed
npwoods
2019-08-01
1
-2
/
+2
*
-options: Restored erroneously-removed game-specific INI option reversion bet...
mooglyguy
2018-10-05
1
-0
/
+3
*
more srcclean (nw)
Vas Crabb
2017-06-25
1
-1
/
+1
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-117
/
+181
*
srcclean (nw)
Vas Crabb
2017-05-28
1
-1
/
+1
*
Bug fix to -romident and aux verb cleanup (take two) (#2299)
npwoods
2017-05-13
1
-0
/
+2
*
Revert "Bug fix to -romident and aux verb cleanup (#2288)"
Vas Crabb
2017-05-12
1
-2
/
+0
*
Bug fix to -romident and aux verb cleanup (#2288)
npwoods
2017-05-12
1
-0
/
+2
*
Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ...
Nathan Woods
2017-05-10
1
-1
/
+1
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-177
/
+117
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-117
/
+177
*
Pruned out some cruft in src/lib/util/options.[cpp|h]
Nathan Woods
2017-04-17
1
-8
/
+4
*
More options refactoring
Nathan Woods
2017-04-16
1
-1
/
+10
*
Fixes issues specifying image/slot options fron INI files (reported by Robbbe...
npwoods
2017-04-15
1
-0
/
+2
*
fix crash on excessive command-line options, clean up some tabulation, remove...
Vas Crabb
2017-03-03
1
-1
/
+1
*
Fixed regression pertaining to specification of empty strings as slot names
Nathan Woods
2017-02-27
1
-1
/
+1
*
Fixed an issue where device options (e.g. -cart) were reported as unknown whe...
Nathan Woods
2017-02-22
1
-3
/
+3
*
Softlist cleanup (#2075)
npwoods
2017-02-22
1
-0
/
+4
*
Reverting part of changes from previous commits as described in mail on list ...
Miodrag Milanovic
2016-10-23
1
-1
/
+1
*
there you go (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-12
/
+12
*
some bool <-> int not needed conversions, also cleaned drivenum.* was using m...
Miodrag Milanovic
2016-10-21
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+0
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-2
/
+2
*
Small changes. (nw)
dankan1890
2016-04-03
1
-1
/
+1
*
refactor miscmenu and add adv menu (nw)
Jeffrey Clark
2016-04-03
1
-0
/
+1
*
Avoid auto return types; silence some unused variable warnings (nw)
AJR
2016-03-31
1
-2
/
+3
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-0
/
+4
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2016-02-24
1
-1
/
+1
*
MAME related settings are saved on request only (nw)
Miodrag Milanovic
2016-02-06
1
-0
/
+5
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-2
/
+2
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-2
/
+2
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-4
/
+4
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-14
/
+14
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-2
/
+2
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-5
/
+5
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-1
/
+1
*
Changed osd_font to struct osd_font and removed unnecessary osdepend.h
couriersud
2015-01-17
1
-1
/
+0
[next]