index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
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
/
xmlfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-emu/rendlay.cpp: Allow item animation.
Vas Crabb
2020-10-05
1
-5
/
+4
*
xmlfile.cpp: Put newline where it’s supposed to go after element content.
Vas Crabb
2020-09-06
1
-1
/
+2
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-4
/
+42
*
Don't ignore config elements with attributes but no child nodes.
Vas Crabb
2020-09-02
1
-3
/
+13
*
frontend: Added option to skip repeated imperfect emulation warnings.
Vas Crabb
2020-09-02
1
-9
/
+8
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-0
/
+3
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-4
/
+4
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-3
/
+0
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
rendlay: allow user variables and repetition in layouts, also add a few more ...
Vas Crabb
2018-07-22
1
-1
/
+1
*
use C locale for int/float in XML files
Vas Crabb
2018-01-05
1
-22
/
+48
*
Add a method for copying part of an XML tree into another tree and use it to ...
Vas Crabb
2017-07-21
1
-6
/
+54
*
* Make XML file a class of its own managed with smart poitners
Vas Crabb
2017-07-21
1
-63
/
+61
*
XML refactoring:
Vas Crabb
2016-12-11
1
-97
/
+102
*
Work around buggy standard libraries (nw)
Vas Crabb
2016-11-21
1
-2
/
+2
*
gah, wasn't quite compatible (nw)
Vas Crabb
2016-11-17
1
-3
/
+3
*
more xmlfile cleanup (nw)
Vas Crabb
2016-11-17
1
-126
/
+30
*
Turn xmlfile API into something that looks like C++
Vas Crabb
2016-11-17
1
-492
/
+387
*
Cleanup linux OSD (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-5
/
+5
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-7
/
+7
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-6
/
+6
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-15
/
+15
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-72
/
+72
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1100