summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for 0.243 Vas Crabb2022-04-246-60/+60
* Cleanups for the CoCo OS-9 fs module (#9589) npwoods2022-04-212-186/+199
* Cleanups for the CoCo RS-DOS fs module (#9588) npwoods2022-04-212-114/+267
* File handling cleanup AJR2022-04-194-312/+279
* flopimg: Fix issues when wrapping in generate_bitstream_from_track which were... Olivier Galibert2022-04-191-74/+124
* Fixed string constructor for fs::meta_value (#9580) npwoods2022-04-171-0/+1
* Added a 'type()' accessor to fs::meta_value (#9553) npwoods2022-04-142-16/+34
* Fixed some issues involving fs::meta_description construction (#9546) npwoods2022-04-126-48/+52
* Adding support for formatting CoCo OS-9 file systems (#9434) npwoods2022-04-072-8/+168
* Adding support for formatting CoCo RS-DOS file systems (#9405) npwoods2022-04-072-1/+8
* 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
* Changed fs::meta_value::to_string() to not be static and not require meta_typ... npwoods2022-04-032-14/+28
* -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. Vas Crabb2022-04-032-33/+16
* formats: fixed GCC compile Ivan Vangelista2022-04-022-2/+2
* prodos fs: Hide the implementation Olivier Galibert2022-04-022-104/+104
* oric jasmin fs: Hide the implementation Olivier Galibert2022-04-022-167/+168
* cdrom.cpp: Bothering by integer types AJR2022-04-011-1/+1
* cdrom.cpp: Clean up code somewhat AJR2022-04-012-197/+196
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-016-2623/+2346
* hard_disk_file: classify Olivier Galibert2022-04-012-158/+75
* floppy: revisit the identify returns Olivier Galibert2022-03-3060-88/+170
* floppy: Change the internal format to flux changes, update the mfi format acc... Olivier Galibert2022-03-309-252/+207
* floppy: remove the intermediate allocator Olivier Galibert2022-03-30247-300/+288
* Constify the floppy image handling interface Olivier Galibert2022-03-30146-688/+589
* apple2: split the 16 sector format in dos/prodos types Olivier Galibert2022-03-303-103/+70
* hfe: Remove write support for now, it has issues (sharing data between read a... Olivier Galibert2022-03-302-366/+67
* imd_dsk: Remove the save support that is just too broken, remove member varia... Olivier Galibert2022-03-302-142/+59
* Debugger feature improvements AJR2022-03-271-2/+3
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-5/+5
* init vars for coverity (formats) Robbbert2022-03-267-39/+39
* flex, img: Remove mutable variables from the class Olivier Galibert2022-03-234-34/+33
* floppy formats: correct sector extraction in wd/upd when extracted sector is ... Olivier Galibert2022-03-232-2/+2
* Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-c... AJR2022-03-201-2/+2
* Fixes for ASIO 1.20.0 Miodrag Milanovic2022-03-012-3/+4
* srcclean in preparation for 0.241 release Vas Crabb2022-02-201-1/+1
* Miscellaneous cleanup: Vas Crabb2022-02-203-9/+251
* formats/jvc_disk: Changed code to verify image geometry against floppy drive ... tim lindner2022-02-172-12/+25
* -emu/emumem.h: Hold onto memory cache handler change subscriptions. Vas Crabb2022-02-141-1/+1
* corefile.cpp: Typo fix AJR2022-02-111-2/+2
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-0/+240
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-071-3/+3
* abc1600: Added sector dump floppy image format. [Curt Coder] Curt Coder2022-02-072-0/+114
* flac.cpp: Add some missing standard headers AJR2022-02-061-1/+3
* Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk] Justin Kerk2022-02-051-1/+1
* Drop unnecessary executable permissions (#9257) Julian Sikorski2022-02-0315-0/+0
* Fix building with gcc-12 (#9204) Julian Sikorski2022-01-241-0/+1
* srcclean in preparation for 0.240 Vas Crabb2022-01-236-126/+126
* docs: List MSYS2 packages required to build PDF documentation on Windows now ... Vas Crabb2022-01-122-9/+9