Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coreutil.h: Eliminate core_crc32 wrapper function in favor of ↵ | 2024-02-26 | 1 | -12/+0 | |
| | | | | util::crc32_creator | ||||
* | use C++ library includes (nw) | 2020-01-22 | 1 | -1/+1 | |
| | |||||
* | coreutil: remove single-use (and savestate unsafe) rand_memory function (nw) | 2019-08-01 | 1 | -23/+0 | |
| | |||||
* | Introduced an 'util::arbitrary_clock' template class, to represent a clock ↵ | 2017-04-06 | 1 | -33/+0 | |
| | | | | | | | | | | | 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 | ||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -9/+9 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+124 | |