| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move filesystem library into separate namespace and use shorter uX type ↵ | 2021-12-31 | 1 | -112/+116 | |
| | | | | | names there | ||||
| * | Filesystem code cleanup | 2021-12-14 | 1 | -53/+56 | |
| | | | | | | | | - Eliminate dependencies on emu.h, replacing most fatalerror calls and floptool's ersatz emu_fatalerror class with standard exception classes - Use range-based std::string constructors in some methods - Move filesystem metadata handling to a separate source file - Eliminate src/emu as an include path for libformats (necessitates kludge in ti99_dsk.cpp) | ||||
| * | srcclean in preparation for release | 2021-06-27 | 1 | -1/+1 | |
| | | |||||
| * | reorganize the floptool code, add some write support | 2021-05-24 | 1 | -101/+78 | |
| | | |||||
| * | srcclean for release | 2021-05-23 | 1 | -4/+4 | |
| | | |||||
| * | jasmin: Support write | 2021-05-16 | 1 | -73/+15 | |
| | | |||||
| * | prodos: Add file and resource reading | 2021-05-11 | 1 | -10/+180 | |
| | | |||||
| * | prodos: experiements in directory tree reading. | 2021-05-09 | 1 | -10/+148 | |
| | | |||||
| * | MacOS < 10.13 has an issue with std::get, use std::get_if instead | 2021-05-02 | 1 | -4/+4 | |
| | | |||||
| * | prodos: Start of read support | 2021-05-02 | 1 | -6/+105 | |
| | | |||||
| * | fs: Add full jasmin read support | 2021-04-30 | 1 | -2/+2 | |
| | | |||||
| * | floppy: first steps on metadata, and hopefully make gcc happier on enumerate | 2021-04-28 | 1 | -4/+28 | |
| | | |||||
| * | floppy: start block-devicing fielsystem support | 2021-04-28 | 1 | -32/+57 | |
| | | |||||
| * | fs_prodos: Explain the init better | 2021-03-05 | 1 | -17/+33 | |
| | | | | | floppy: Don't fail creation because the extension is unknown | ||||
| * | floppy: Beginning of the support for preformatted floppy images. | 2021-03-05 | 1 | -0/+76 | |
| What's missing: - parameters (like the disk name when it exists) - possibly a cleanup of ram_open and friends (but not sure of the appropriate direction in which to go) | |||||
