summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_oric_jasmin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-0/+1
* fsmgr.h: Cleanup AJR2023-09-171-12/+14
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-5/+3
* formats: Fixed some unused local variable compiler errors. (#10251) napobear2022-08-251-0/+2
* Clean up whitespace with srcclean Vas Crabb2022-07-241-2/+2
* fs: new API, blk_t is probably going to change too Olivier Galibert2022-06-281-426/+367
* Changed the constructor of fs::dir_entry to take 'std::string &&name' instead... npwoods2022-06-111-2/+2
* Fixed some issues involving fs::meta_description construction (#9546) npwoods2022-04-121-7/+7
* formats: fixed GCC compile Ivan Vangelista2022-04-021-1/+1
* oric jasmin fs: Hide the implementation Olivier Galibert2022-04-021-79/+168
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-162/+166
* Filesystem code cleanup AJR2021-12-141-78/+79
* reorganize the floptool code, add some write support Olivier Galibert2021-05-241-6/+14
* srcclean for release Vas Crabb2021-05-231-3/+3
* jasmin: Support write Olivier Galibert2021-05-161-90/+271
* prodos: Add file and resource reading Olivier Galibert2021-05-111-5/+10
* MacOS < 10.13 has an issue with std::get, use std::get_if instead Olivier Galibert2021-05-021-4/+4
* fs: Add full jasmin read support Olivier Galibert2021-04-301-19/+290
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-5/+50
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-0/+113