summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsmgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-243/+1
* fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR2023-09-171-0/+6
* fsmgr.h: Cleanup AJR2023-09-171-152/+25
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-1/+12
* fs: new API, blk_t is probably going to change too Olivier Galibert2022-06-281-32/+46
* Created an initial file system implementation for OS-9 under the CoCo (#9096) npwoods2022-01-071-8/+8
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-86/+90
* Filesystem code cleanup AJR2021-12-141-89/+50
* formats/fsmgr.cpp: Don't assume string iterators can be indexed (reported by ... Vas Crabb2021-08-021-4/+2
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-0/+9
* srcclean for release Vas Crabb2021-05-231-1/+1
* jasmin: Support write Olivier Galibert2021-05-161-6/+37
* prodos: Add file and resource reading Olivier Galibert2021-05-111-0/+117
* prodos: experiements in directory tree reading. Olivier Galibert2021-05-091-10/+14
* MacOS < 10.13 has an issue with std::get, use std::get_if instead Olivier Galibert2021-05-021-4/+4
* prodos: Start of read support Olivier Galibert2021-05-021-1/+8
* fs: Add full jasmin read support Olivier Galibert2021-04-301-15/+79
* fsmgr: more compiler error fighting [R. Belmont] arbee2021-04-281-0/+1
* fsmgr: temp hack to fix Clang compile [R. Belmont] arbee2021-04-281-0/+1
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-6/+70
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-30/+106
* fs_prodos: Explain the init better Olivier Galibert2021-03-051-2/+2
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+81