summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Much more core std::string_view modernization AJR2021-01-2010-131/+154
* zippath.cpp: Checkpoint #2 AJR2021-01-081-32/+12
* util/zippath.cpp: Fix suffix for zip archives. Vas Crabb2021-01-081-1/+1
* zippath.cpp: Checkpoint AJR2021-01-062-97/+44
* options.h: Be more honest about #including prerequisites AJR2021-01-021-0/+7
* vbiparse.cpp: Add missing #include AJR2021-01-021-0/+1
* disasmintf.h: Attempt at fixing build on other compilers AJR2021-01-021-0/+1
* Low-level #include overhaul AJR2021-01-0250-105/+100
* palette.cpp: Use std::fill instead of memset for dirty vector; add range check AJR2021-01-021-2/+3
* Further additions of std::string_view AJR2021-01-015-33/+70
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-014-43/+158
* util/xmlfile.cpp: C++ comment conversion AJR2020-12-311-225/+225
* srcclean for 0.227 Vas Crabb2020-12-271-5/+5
* util/wavwrite.cpp: Hopefully fix build with clang libc++. Vas Crabb2020-12-271-0/+1
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-273-65/+91
* util/png: Use std::string_view internally in another function AJR2020-12-221-8/+6
* util/png: Update add_text to take std::string_view for arguments AJR2020-12-212-12/+11
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-202-0/+72
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-61/+58
* support Redump extended bin/cue format for Dreamcast discs (#7422) nhand422020-12-172-1/+519
* unicode.h: Updates AJR2020-12-152-43/+16
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* Remove some deprecated instantiations of static constexpr members (MSVC compl... Vas Crabb2020-11-151-6/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-155-255/+258
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-2/+2
* Various improvements to image file handling: Vas Crabb2020-10-085-149/+867
* 3rdparty/nanosvg: Re-base on latest upstream. Vas Crabb2020-10-051-1/+5
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-5/+4
* Got rid of global_alloc/global_free. Vas Crabb2020-10-032-38/+8
* Cleaned up bitmap API. Vas Crabb2020-09-277-101/+120
* util/bitmap.cpp: Use std::fill_n to get better code for modern CPUs. Vas Crabb2020-09-201-74/+15
* 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-022-5/+16
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-022-11/+10
* recording: fix frame sync regression (nw) hap2020-06-192-4/+4
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-131-1/+0
* split was using sha1.h directly - fix that (nw) Vas Crabb2020-04-131-1/+1
* util: re-implement SHA-1 and get rid of the two third-party implementations (nw) Vas Crabb2020-04-137-731/+198
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-0818-15/+110
* centralise instantiation of more of the util::strformat engine Vas Crabb2020-04-082-0/+1066
* (nw) Cleanup on the way: Vas Crabb2020-03-101-11/+95
* util/strformat.h: future-proof for C++20 (GitHub #6275) Vas Crabb2020-02-091-31/+54
* Revert "Alfaskop improvements" Vas Crabb2020-01-312-21/+3
* Merge pull request #6068 from JoakimLarsson/alfaskop_pla Joakim Larsson Edström2020-01-312-3/+21
|\
| * alfaskop41xx.cpp, jedparse.h, mc6844.cpp : addressed PR feedback Joakim Larsson Edstrom2019-12-271-7/+6
| * pla.cpp, jedparse, jedutil: Added recognition and some support for alternativ... Joakim Larsson Edstrom2019-12-182-1/+20
* | there are reasons for things being the way they were (nw) Vas Crabb2020-01-318-6/+57
* | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-3012-38/+38
* | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3022-166/+20