suyu/src/tests
ReinUsesLisp f3805376f7 common/cityhash: Use common types
Allow sharing return types with the rest of the code base. For example,
we use 'u128 = std::array<u64, 2>', meanwhile Google's code uses
'uint128 = std::pair<u64, u64>'.

While we are at it, use size_t instead of std::size_t.
2021-02-18 00:45:17 -03:00
..
common common/cityhash: Use common types 2021-02-18 00:45:17 -03:00
core memory: Remove MemoryHook 2021-01-01 11:34:38 +00:00
video_core tests/buffer_base: Add cached CPU writes tests 2021-02-13 02:15:29 -03:00
CMakeLists.txt tests: Add tests for CityHash 2021-02-18 00:44:57 -03:00
tests.cpp externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00