summaryrefslogtreecommitdiff
path: root/src/common/hash.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-25/+0
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* common/hash: Remove unused HashableStructGravatar Lioncash2019-11-131-35/+0
| | | | | This is unused, so it can be removed. There's better ways of ensuring zeroed out padding bits, like using zero-initialization, anyhow.
* Shader_IR: Address Feedback.Gravatar Fernando Sahmkow2019-10-261-1/+1
|
* VideoCore: Unify const buffer accessing along engines and provide ↵Gravatar Fernando Sahmkow2019-10-251-0/+11
| | | | ConstBufferLocker class to shaders.
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-2/+2
|
* common: Convert type traits templates over to variable template versions ↵Gravatar Lioncash2018-08-071-2/+2
| | | | | | where applicable Uses the C++17 inline variable variants
* common: Port cityhash code from Citra.Gravatar bunnei2018-04-131-5/+50
|
* common: add <cstddef> to hash.hGravatar Kloen2017-01-281-0/+1
|
* common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵Gravatar Kloen2017-01-281-2/+2
| | | | on MSVC on dsp_dsp.cpp
* Common: Added MurmurHash3 hash function for general-purpose use.Gravatar bunnei2015-08-151-0/+25
|
* Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner2015-05-071-17/+0
| | | | Currently unused and the code quality is pretty questionable.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
|
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-1/+1
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+20