summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-3/+2
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-131-12/+13
* File handling cleanup AJR2022-04-191-68/+92
* Much more core std::string_view modernization AJR2021-01-201-4/+12
* Low-level #include overhaul AJR2021-01-021-1/+2
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-011-15/+10
* Remove some deprecated instantiations of static constexpr members (MSVC compl... Vas Crabb2020-11-151-6/+2
* use C++ library includes (nw) firewave2020-01-221-1/+1
* (nw) Fix inadvertently non-const pointers - emu.h edition Vas Crabb2018-09-201-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Adding an assert() Nathan Woods2016-07-271-0/+2
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-0/+423