| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a few missing #includes flagged by VS2019 beta, nw | 2018-12-30 | 1 | -0/+1 | |
| | | |||||
| * | imgtool: fix off by one error with leap years (nw) | 2018-08-13 | 1 | -1/+1 | |
| | | |||||
| * | srcclean (nw) | 2017-10-22 | 1 | -15/+15 | |
| | | |||||
| * | Appease MSVC (nw) | 2017-10-19 | 1 | -0/+1 | |
| | | |||||
| * | Created a more flexible imgtool::datetime structure for use within Imgtool ↵ | 2017-10-17 | 1 | -7/+75 | |
| | | | | | | | | | | | | | | | (#2263) * Created a more flexible imgtool::datetime structure for use within Imgtool This is intended to replace most usage of time_t * Changing the granularity of imgtool_clock from 1ms to 100ns, as per Vas' suggestion * Created arbitrary_datetime in timeconv.h to facilitate interpretation of datetime info I concluded that invoking std::mktime on manually assembled std::tm is bad, because it is indeterminate how the std::tm members may be "dominant". This required that I go further in imgtool, and update a number of drivers and eliminate the parameter of imgtool::datetime that takes std::tm. | ||||
| * | srcclean (nw) | 2017-04-23 | 1 | -20/+20 | |
| | | |||||
| * | Introduced an 'util::arbitrary_clock' template class, to represent a clock ↵ | 2017-04-06 | 1 | -0/+214 | |
| | | | | | | | | | | | | 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 | -6/+5 | |
| | | |||||
| * | Fixed incorrect implementation of win_time_point_from_filetime() | 2016-06-26 | 1 | -4/+3 | |
| | | |||||
| * | Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, ↵ | 2016-06-26 | 1 | -0/+54 | |
| and implemented win_time_point_from_filetime() in terms of it | |||||
