summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/xmlfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few class memory access warnings. Vas Crabb2024-04-141-3/+5
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-6/+4
* xmlfile.cpp: Replace implementation of normalize_string with similar one in i... AJR2023-02-121-17/+12
* -debugger: Improved session save/restore. Vas Crabb2022-12-021-2/+8
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-061-42/+2
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-9/+11
* Low-level #include overhaul AJR2021-01-021-0/+2
* Further additions of std::string_view AJR2021-01-011-9/+25
* util/xmlfile.cpp: C++ comment conversion AJR2020-12-311-225/+225
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-3/+2
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-5/+4
* xmlfile.cpp: Put newline where it’s supposed to go after element content. Vas Crabb2020-09-061-1/+2
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-4/+42
* Don't ignore config elements with attributes but no child nodes. Vas Crabb2020-09-021-3/+13
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-9/+8
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-0/+3
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-4/+4
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-3/+0
* use C++ library includes (nw) firewave2020-01-221-1/+1
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-221-1/+1
* use C locale for int/float in XML files Vas Crabb2018-01-051-22/+48
* Add a method for copying part of an XML tree into another tree and use it to ... Vas Crabb2017-07-211-6/+54
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-63/+61
* XML refactoring: Vas Crabb2016-12-111-97/+102
* Work around buggy standard libraries (nw) Vas Crabb2016-11-211-2/+2
* gah, wasn't quite compatible (nw) Vas Crabb2016-11-171-3/+3
* more xmlfile cleanup (nw) Vas Crabb2016-11-171-126/+30
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-492/+387
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-6/+6
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-15/+15
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-72/+72
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1100