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
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
validity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
check that driver names contain only [0-9a-z_] (nw)
Vas Crabb
2016-09-10
1
-0
/
+8
*
Increased max length of parent name to 16, for evaluation purposes. (nw)
Robbbert
2016-09-09
1
-2
/
+2
*
Validity checking improvements
AJR
2016-07-27
1
-1
/
+7
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
1
-1
/
+1
*
check a bunch more RGB operations in validity (nw)
Vas Crabb
2016-07-15
1
-30
/
+319
*
Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb]
Vas Crabb
2016-07-14
1
-38
/
+597
*
ioport tagged_list to unordered_map (nw)
Miodrag Milanovic
2016-06-18
1
-6
/
+6
*
tagged_list to unordered_map for slots (nw)
Miodrag Milanovic
2016-06-18
1
-3
/
+3
*
Ioport refactoring and cleanups (nw)
AJR
2016-05-18
1
-3
/
+11
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-30
/
+25
*
lower deps on clifront.h (nw)
Miodrag Milanovic
2016-04-15
1
-1
/
+2
*
Typo fix: nonexistant → nonexistent
Jordi Mallach
2016-04-01
1
-2
/
+2
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-30
/
+30
*
Further reduce template instantiations
Vas Crabb
2016-03-04
1
-22
/
+2
*
removed test since atomic functions about to be removed (nw)
Miodrag Milanovic
2016-03-01
1
-17
/
+0
*
ui: Moved options "Configure Directories" and "Save Configuration" into "Conf...
dankan1890
2016-02-27
1
-2
/
+2
*
Revert "New driver specifiers; modify -listclones, -listsource; add -listtree"
Miodrag Milanović
2016-02-25
1
-1
/
+1
*
New driver specifiers; changes to -listclones, -listsource; add -listtree
AJR
2016-02-24
1
-1
/
+1
*
Some more validity checking improvements:
AJR
2016-01-24
1
-10
/
+8
*
reverting:
Miodrag Milanovic
2016-01-20
1
-5
/
+5
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-5
/
+5
*
Revert "Fix for hang, emu_options::add_slot_options was changed, other thing...
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Fix for hang, emu_options::add_slot_options was changed, other things are ju...
Miodrag Milanovic
2016-01-18
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-5
/
+5
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-5
/
+5
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-5
/
+3
*
Fix errors from faulty merge (nw)
AJR
2016-01-02
1
-9
/
+22
*
Allow mame -validate -verbose to capture verbose messages
AJR
2016-01-02
1
-18
/
+23
*
Revert "Allow mame -validate -verbose to display more messages (and make erro...
Miodrag Milanović
2015-12-28
1
-50
/
+27
*
Allow mame -validate -verbose to display more messages (and make error/warnin...
AJR
2015-12-27
1
-27
/
+50
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-24
/
+24
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-47
/
+47
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-1
/
+1
*
More cleanups (nw)
Miodrag Milanovic
2015-11-11
1
-3
/
+3
*
Fix more PVS-Studio warnings, nw
therealmogminer@gmail.com
2015-11-09
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1112