index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Hash.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2023-11-28
Remove redundant 32-bit code
Zopolis4
2023-11-28
Remove _M_X86 in favour of _M_X86_64
Zopolis4
2023-02-17
Android: Fix armeabi-v7a build
JosJuice
2022-12-11
Replace BitUtils with C++20: RotateLeft/RotateRight
JosJuice
2022-08-01
Common/Hash: use zlib-ng for adler32. small cleanups.
Shawn Hoffman
2022-01-01
Replace remaining uses of zlib crc32 with Common/Hash.h
Pokechu22
2022-01-01
Common: Merge CRC32.h into Hash.h
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-11-21
Fix -Wsign-compare warnings
Léo Lam
2020-07-24
Use size_t in some DSP code code
Pokechu22
2020-02-12
CMake: Fix building ARM64 on Windows
spycrab
2019-12-28
Compile fixes for Windows-on-ARM64
Stenzek
2018-05-16
Common/Hash: Namespace code under the Common namespace
Lioncash
2018-03-31
CommonFuncs: Generify rotation functions and move them to BitUtils.h
Lioncash
2018-01-20
CustomTexture: Drop old texture format.
degasus
2017-05-03
Common/Hash: small cleanup
Tillmann Karras
2017-05-03
Common/Hash: use __crc32d() intrinsic on ARM64
Tillmann Karras
2017-01-24
Common: Use function-level targeting for CRC32 (SSE4.2)
Stenzek
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
A few more asterisks, mostly casts
mathieui
2016-01-21
More asterisks
mathieui
2015-10-06
Include cstring in Hash.cpp to fix building without PCH
Christian Widmer
2015-08-29
Hash: Narrow define scope
Lioncash
2015-06-08
[AArch64] Implement CRC32 texture hashing.
Ryan Houdek
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-24
Clean up the intrinsics #ifdef mess
Tillmann Karras
2015-02-18
GetCRC32: Fix the hash for the last byte(s)
mimimi085181
2015-01-29
Fix clang on x86_64.
Ryan Houdek
2014-12-29
VideoCommon: make hash independet from hires textures
degasus
2014-10-18
Use CRC to output 64 bits instead of 32
Fiora
2014-10-17
Hash: unroll CRC loop, since CRC32 typically has nontrivial latency
Fiora
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre