index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
hash.h
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-2
/
+2
2018-08-08
common: Convert type traits templates over to variable template versions where applicable
Lioncash
1
-2
/
+2
Uses the C++17 inline variable variants
2018-04-14
common: Port cityhash code from Citra.
bunnei
1
-5
/
+50
2017-01-28
common: add <cstddef> to hash.h
Kloen
1
-0
/
+1
2017-01-28
common: switch ComputeHash64 len param to size_t instead of int, fix warning on MSVC on dsp_dsp.cpp
Kloen
1
-2
/
+2
2015-08-15
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
1
-0
/
+25
2015-05-07
Common: Remove hash.cpp/h
Yuri Kunde Schlesner
1
-17
/
+0
Currently unused and the code quality is pretty questionable.
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+1
2014-12-21
License change
purpasmart96
1
-2
/
+2
2014-08-17
Common: Move header guards over to pragma once
Lioncash
1
-4
/
+1
Also replaced C headers with the C++ equivalent ones
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-1
/
+1
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2013-09-05
replaced common code with dolphin common
ShizZy
1
-0
/
+20
2013-09-04
deleted gekko's common files
ShizZy
1
-46
/
+0
2013-08-30
adding initial project layout
ShizZy
1
-0
/
+46