index
:
hbmame
master
Emulator of homebrew and hacked games for arcade hardware
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
hashing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Low-level #include overhaul
AJR
2021-01-02
1
-0
/
+1
*
hash.cpp, hashing.cpp: Change string processing to use std::string_view param...
AJR
2021-01-01
1
-22
/
+86
*
With permission from Dirk Best, apply 3-clause BSD license to common devices ...
Vas Crabb
2020-04-13
1
-1
/
+0
*
split was using sha1.h directly - fix that (nw)
Vas Crabb
2020-04-13
1
-1
/
+1
*
util: re-implement SHA-1 and get rid of the two third-party implementations (nw)
Vas Crabb
2020-04-13
1
-19
/
+164
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-6
/
+6
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
1
-0
/
+3
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-8
/
+14
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-16
/
+12
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-8
/
+8
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+291