Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |