Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) | 2021-08-22 | 1 | -34/+35 | |
| | | | | | | | | | Added more modern generic I/O interfaces with implementation backed by stdio, osd_file and core_file, replacing io_generic. Also replaced core_file's build-in zlib compression with a filter. unzip.cpp, un7z.cpp: Added option to supply abstract I/O interface rather than filename. Converted osd_file, core_file, archive_file, chd_file and device_image_interface to use std::error_condition rather than their own error enums. Allow mounting TI-99 RPK from inside archives. | ||||
* | srcclean for release | 2021-05-23 | 1 | -2/+2 | |
| | |||||
* | prodos: Start of read support | 2021-05-02 | 1 | -0/+17 | |
| | |||||
* | Introduced an 'util::arbitrary_clock' template class, to represent a clock ↵ | 2017-04-06 | 1 | -15/+16 | |
| | | | | | | | | | | | that "knows" when the epoch starts (#2010) * Introduced an 'util::arbitrary_clock' template class, to represent a clock that "knows" when the epoch starts Also: - Converted the NTFS filetime code to use util::arbitrary_clock - Converted the Mac datetime code to use util::atribrary_clock This is in preparation for a bigger change to Imgtool where I eliminate usage of time_t | ||||
* | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -5/+5 | |
| | |||||
* | Fixed incorrect implementation of win_time_point_from_filetime() | 2016-06-26 | 1 | -7/+12 | |
| | |||||
* | Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, ↵ | 2016-06-26 | 1 | -0/+77 | |
and implemented win_time_point_from_filetime() in terms of it |