summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/coreutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* coreutil.h: Eliminate core_crc32 wrapper function in favor of ↵ AJR2024-02-261-12/+0
| | | | util::crc32_creator
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* coreutil: remove single-use (and savestate unsafe) rand_memory function (nw) hap2019-08-011-23/+0
|
* Introduced an 'util::arbitrary_clock' template class, to represent a clock ↵ npwoods2017-04-061-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) Miodrag Milanovic2016-10-221-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) Miodrag Milanovic2015-11-081-0/+124