summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* delegate: Fix Visual Studio case with displaced object base (internal represe... Aaron Giles2021-07-141-3/+3
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-14/+20
* -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-242-743/+0
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* srcclean for release Vas Crabb2021-05-231-2/+2
* Avoid name collision on Y2 Olivier Galibert2021-05-021-11/+11
* prodos: Start of read support Olivier Galibert2021-05-022-0/+19
* util/cdrom.cpp: Disable debug log message when parsing TOC. Vas Crabb2021-04-241-24/+20
* Miscellaneous formatting adjustments Vas Crabb2021-03-311-5/+6
* util/cdrom.cpp: Return index 1/start of track data instead of index 0/start o... 9871238791132021-03-312-22/+51
* Restore validation for command-line and .ini options (disabled since 0.188) a... AJR2021-03-211-11/+17
* corefile.cpp: Make core_filename_extract_base behave more robustly in degener... AJR2021-03-051-0/+2
* srcclean in preparation for branching release Vas Crabb2021-02-211-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1411-38/+47
* util/palette.cpp: Fix assertion failure in some GCC builds AJR2021-02-101-1/+1
* coretmpl.h: Move lru_cache_map to separate header AJR2021-02-032-387/+408
* 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