summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Filesystem-related bug fixes AJR2021-09-081-1/+1
* util/coretmpl.h: Fixed clang narrowing warning. Vas Crabb2021-09-061-1/+1
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-067-42/+183
* endianness.h: Use namespace std::literals AJR2021-08-311-1/+1
* Move endianness type into lib/util header AJR2021-08-311-0/+76
* Miscellaneous clean-up. Vas Crabb2021-08-292-22/+24
* Merge tag 'mame0235' into mainline-master Vas Crabb2021-08-271-1/+4
|\
| * util/zippath.cpp: OSD_WINDOWS isn't a safe way to detect Windows target, and ... Vas Crabb2021-08-261-1/+4
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2231-2081/+4550
|/
* Use std::clamp in more source files AJR2021-08-151-7/+4
* sdl ui: fix choosing the root path (#8443) tim lindner2021-08-141-7/+13
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-152-22/+13
* 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