summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hashing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-131-44/+54
* eminline.h: Additions AJR2022-09-251-16/+13
* Low-level #include overhaul AJR2021-01-021-0/+1
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-011-22/+86
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-131-1/+0
* split was using sha1.h directly - fix that (nw) Vas Crabb2020-04-131-1/+1
* util: re-implement SHA-1 and get rid of the two third-party implementations (nw) Vas Crabb2020-04-131-19/+164
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-0/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-8/+14
* Return std::string objects by value rather than pass by reference AJR2016-01-101-16/+12
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+291