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
/
xmlfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a few class memory access warnings.
Vas Crabb
2024-04-14
1
-3
/
+5
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-6
/
+4
*
xmlfile.cpp: Replace implementation of normalize_string with similar one in i...
AJR
2023-02-12
1
-17
/
+12
*
-debugger: Improved session save/restore.
Vas Crabb
2022-12-02
1
-2
/
+8
*
Fixed a few issues identified by Coverity:
Vas Crabb
2022-11-06
1
-42
/
+2
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-9
/
+11
*
Low-level #include overhaul
AJR
2021-01-02
1
-0
/
+2
*
Further additions of std::string_view
AJR
2021-01-01
1
-9
/
+25
*
util/xmlfile.cpp: C++ comment conversion
AJR
2020-12-31
1
-225
/
+225
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-3
/
+2
*
-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