summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* netlist/plib: Fixed detection of clang versions with noexcept issue, added fe... Vas Crabb2022-05-212-3/+20
* netlist: Fixes to address PR #9752 and issue #8590 / EMSCRIPTEN (#9773) couriersud2022-05-1914-205/+679
* acorn_dsk: Adjusted returned FFID's to indicate verified internal structure. Nigel Barnes2022-05-151-10/+15
* netlist: Improved PPMF target support and test coverage. (#9752) couriersud2022-05-1519-305/+820
* netlist: Fixed standalone nltool building with nvcc. (#9731) couriersud2022-05-1113-33/+36
* netlist: standalone makefile and prototype modifications (#9708) couriersud2022-05-0843-716/+681
* netlist: more c++, less macros (#9706) couriersud2022-05-076-99/+78
* Netlist lint, first version of a FAQ and small code changes. (#9684) couriersud2022-05-067-29/+188
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-023-0/+86
* Micscellaneous cleanup/fixes: Vas Crabb2022-04-302-34/+24
* Add logic to the CoCo RS-DOS FS module to catch cycles in file granule (block... npwoods2022-04-241-3/+15
* 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