index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
/
formats
/
fsmgr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Filesystem code refactoring (#11570)
ajrhacker
2023-09-27
1
-255
/
+8
*
fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ...
AJR
2023-09-17
1
-0
/
+2
*
fsmgr.h: Cleanup
AJR
2023-09-17
1
-23
/
+5
*
srcclean pass in preparation for release branch
Vas Crabb
2022-09-25
1
-2
/
+2
*
Changed fs::manager_t::enumerate_f() to simplify logic within file system dri...
npwoods
2022-09-19
1
-5
/
+16
*
fs: new API, blk_t is probably going to change too
Olivier Galibert
2022-06-28
1
-74
/
+53
*
Changed the constructor of fs::dir_entry to take 'std::string &&name' instead...
npwoods
2022-06-11
1
-1
/
+1
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
1
-1
/
+1
*
Created an initial file system implementation for OS-9 under the CoCo (#9096)
npwoods
2022-01-07
1
-9
/
+11
*
Move filesystem library into separate namespace and use shorter uX type names...
AJR
2021-12-31
1
-130
/
+139
*
Filesystem code cleanup
AJR
2021-12-14
1
-108
/
+16
*
vtech: Add floppy formats and fs
Olivier Galibert
2021-05-26
1
-0
/
+3
*
reorganize the floptool code, add some write support
Olivier Galibert
2021-05-24
1
-11
/
+4
*
srcclean for release
Vas Crabb
2021-05-23
1
-4
/
+4
*
Compile fix for Linux (#8081)
Brandon Munger
2021-05-19
1
-0
/
+1
*
jasmin: Support write
Olivier Galibert
2021-05-16
1
-11
/
+42
*
prodos: Add file and resource reading
Olivier Galibert
2021-05-11
1
-0
/
+25
*
prodos: experiements in directory tree reading.
Olivier Galibert
2021-05-09
1
-22
/
+34
*
MacOS < 10.13 has an issue with std::get, use std::get_if instead
Olivier Galibert
2021-05-02
1
-1
/
+18
*
prodos: Start of read support
Olivier Galibert
2021-05-02
1
-4
/
+7
*
fs: Add full jasmin read support
Olivier Galibert
2021-04-30
1
-199
/
+162
*
floppy: first steps on metadata, and hopefully make gcc happier on enumerate
Olivier Galibert
2021-04-28
1
-7
/
+63
*
floppy: start block-devicing fielsystem support
Olivier Galibert
2021-04-28
1
-18
/
+300
*
srcclean in preparation for release
Vas Crabb
2021-03-28
1
-1
/
+1
*
C++ wart. Why can't the C++ standard say that the default destructor of a cl...
Olivier Galibert
2021-03-05
1
-0
/
+2
*
fs_prodos: Explain the init better
Olivier Galibert
2021-03-05
1
-1
/
+1
*
floppy: Beginning of the support for preformatted floppy images.
Olivier Galibert
2021-03-05
1
-0
/
+57