summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Pacify clang, and more noexcept. Vas Crabb2023-03-262-20/+0
* Various optimisations to code generaton. Vas Crabb2023-03-268-1524/+498
* Add vendor-specific Read TOC command for Apple SCSI CD-ROM drive AJR2023-03-091-4/+3
* Replaced most simple uses of sprintf with type-safe equivalents. (#10948) Erik2023-03-102-50/+33
* ROM label updates and new dumps: Vas Crabb2023-03-021-5/+46
* Various cleanups: Vas Crabb2023-02-271-1/+1
* xmlfile.cpp: Replace implementation of normalize_string with similar one in i... AJR2023-02-122-18/+14
* unzip.cpp: Minor logging improvement AJR2023-02-111-1/+1
* Small batch of input refactoring: Vas Crabb2023-02-051-0/+3
* util/options.cpp: Fixed issue when copying options that don't carry values. Vas Crabb2022-12-221-10/+22
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-1/+1
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-172-31/+193
* -debugger: Improved session save/restore. Vas Crabb2022-12-021-2/+8
* Merge branch 'release0250' into mainline-master Vas Crabb2022-11-281-2/+2
|\
| * util/path.h: Fixed narrowing warning from older versions of clang. Vas Crabb2022-11-271-2/+2
* | harddisk.h: #include shuffling AJR2022-11-262-2/+8
|/
* aviio.cpp, msdib.cpp: Use core inline functions as appropriate AJR2022-11-152-12/+6
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-062-50/+10
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-0/+8
* Modernize core_strwildcmp() and core_iswildstr() (#10344) npwoods2022-10-162-55/+27
* path.h: Fix path_append and path_concat of >2 arguments AJR2022-10-041-1/+1
* eminline.h: Additions AJR2022-09-251-16/+13
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+54
* corefile.h: Move filename utilities to path.h AJR2022-09-255-89/+99
* plaparse: remove not strictly needed use of strrchr hap2022-09-153-34/+30
* Fixes and cleanup: Vas Crabb2022-09-151-1/+1
* util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... npwoods2022-09-152-7/+15
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-023-17/+17
* Miscellaneous fixes: Vas Crabb2022-08-281-1/+2
* Lua scripting enhancements: Vas Crabb2022-08-231-23/+31
* unidasm.cpp: Code cleanup AJR2022-08-181-1/+0
* cdrom: Pass phys flag to read_partial_sector in read_subcode (#10231) 9871238791132022-08-152-3/+4
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-022-2/+39
* Various minor cleanups. Vas Crabb2022-07-312-16/+10
* util/zippath.cpp: Removed a now-unnecessary cast to std::string. (#10112) npwoods2022-07-211-1/+1
* Give proper credits to patch author (nw) Michael Zapf2022-07-101-1/+1
* Fixes communication with WebSocket servers that send data immediately after t... Michael Zapf2022-07-091-9/+41
* bus/nubus: Implemented enough for interlaced modes not to hang. Vas Crabb2022-07-041-0/+1
* Created a CBM DOS file system driver and added it to the 1541 implementation ... npwoods2022-06-302-26/+24
* More scheduler optimisation, Visual Studio build fixes, and cleanup. Vas Crabb2022-06-171-0/+46
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-1/+39
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-302-15/+5
* srcclean in preparation for 0.243 Vas Crabb2022-04-243-20/+20
* File handling cleanup AJR2022-04-194-312/+279
* hard_disk_file: Hide the chd Olivier Galibert2022-04-042-7/+34
* chd: Optimize error return from read_metadata Olivier Galibert2022-04-041-1/+1
* cdrom_file: Removed unused and abstraction-breaking get_chd method Olivier Galibert2022-04-041-1/+0
* -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. Vas Crabb2022-04-031-31/+14
* cdrom.cpp: Bothering by integer types AJR2022-04-011-1/+1
* cdrom.cpp: Clean up code somewhat AJR2022-04-012-197/+196