summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/timeconv.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-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 Vas Crabb2021-05-231-2/+2
|
* prodos: Start of read support Olivier Galibert2021-05-021-0/+17
|
* Introduced an 'util::arbitrary_clock' template class, to represent a clock ↵ npwoods2017-04-061-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 Miodrag Milanovic2016-06-291-5/+5
|
* Fixed incorrect implementation of win_time_point_from_filetime() Vas Crabb2016-06-261-7/+12
|
* Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, ↵ Nathan Woods2016-06-261-0/+77
and implemented win_time_point_from_filetime() in terms of it