| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: Make use of [[nodiscard]] where applicable | 2020-08-15 | 1 | -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 HashableStruct | 2019-11-13 | 1 | -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. | 2019-10-26 | 1 | -1/+1 | |
| | | |||||
| * | VideoCore: Unify const buffer accessing along engines and provide ↵ | 2019-10-25 | 1 | -0/+11 | |
| | | | | | ConstBufferLocker class to shaders. | ||||
| * | Port #4182 from Citra: "Prefix all size_t with std::" | 2018-09-15 | 1 | -2/+2 | |
| | | |||||
| * | common: Convert type traits templates over to variable template versions ↵ | 2018-08-07 | 1 | -2/+2 | |
| | | | | | | | where applicable Uses the C++17 inline variable variants | ||||
| * | common: Port cityhash code from Citra. | 2018-04-13 | 1 | -5/+50 | |
| | | |||||
| * | common: add <cstddef> to hash.h | 2017-01-28 | 1 | -0/+1 | |
| | | |||||
| * | common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵ | 2017-01-28 | 1 | -2/+2 | |
| | | | | | on MSVC on dsp_dsp.cpp | ||||
| * | Common: Added MurmurHash3 hash function for general-purpose use. | 2015-08-15 | 1 | -0/+25 | |
| | | |||||
| * | Common: Remove hash.cpp/h | 2015-05-07 | 1 | -17/+0 | |
| | | | | | Currently unused and the code quality is pretty questionable. | ||||
| * | Common: Remove common.h | 2015-05-07 | 1 | -1/+1 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Common: Move header guards over to pragma once | 2014-08-17 | 1 | -4/+1 | |
| | | | | | Also replaced C headers with the C++ equivalent ones | ||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -1/+1 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+20 | |