summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsmgr.h
Commit message (Expand)AuthorAgeFilesLines
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-255/+8
* fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR2023-09-171-0/+2
* fsmgr.h: Cleanup AJR2023-09-171-23/+5
* srcclean pass in preparation for release branch Vas Crabb2022-09-251-2/+2
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-5/+16
* fs: new API, blk_t is probably going to change too Olivier Galibert2022-06-281-74/+53
* Changed the constructor of fs::dir_entry to take 'std::string &&name' instead... npwoods2022-06-111-1/+1
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-1/+1
* Created an initial file system implementation for OS-9 under the CoCo (#9096) npwoods2022-01-071-9/+11
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-130/+139
* Filesystem code cleanup AJR2021-12-141-108/+16
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-0/+3
* reorganize the floptool code, add some write support Olivier Galibert2021-05-241-11/+4
* srcclean for release Vas Crabb2021-05-231-4/+4
* Compile fix for Linux (#8081) Brandon Munger2021-05-191-0/+1
* jasmin: Support write Olivier Galibert2021-05-161-11/+42
* prodos: Add file and resource reading Olivier Galibert2021-05-111-0/+25
* prodos: experiements in directory tree reading. Olivier Galibert2021-05-091-22/+34
* MacOS < 10.13 has an issue with std::get, use std::get_if instead Olivier Galibert2021-05-021-1/+18
* prodos: Start of read support Olivier Galibert2021-05-021-4/+7
* fs: Add full jasmin read support Olivier Galibert2021-04-301-199/+162
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-7/+63
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-18/+300
* srcclean in preparation for release Vas Crabb2021-03-281-1/+1
* C++ wart. Why can't the C++ standard say that the default destructor of a cl... Olivier Galibert2021-03-051-0/+2
* fs_prodos: Explain the init better Olivier Galibert2021-03-051-1/+1
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+57