1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
base / third_party / cityhash_v103 / README.chromium [blame]
Name: CityHash
Short Name: cityhash
URL: https://github.com/google/cityhash
Version: 1.0.3
Revision: 00b9287e8c1255b5922ef90e304d5287361b2c2a
License: MIT
License File: COPYING
Security Critical: yes
Shipped: yes
Description:
Provides high-quality (but non-cryptographic) hash functions for strings.
Local Modifications:
- 000-remove-crc.patch: Remove CRC helpers.
- 001-fix-include-paths.patch: Fix header includes to be relative to project root.
- 002-fix-include-guards.patch: Fix include guards to follow Chromium style.
- 003-use-base.patch: Move functions into base::internal::cityhash_v103 namespace to avoid
namespace collisions with other versions of CityHash, and use ARCH_CPU_LITTLE_ENDIAN and
LIKELY from //base
- 004-google-style.patch: Use nullptr, remove 'using namespace std;'.
- 005-bswap-clang.patch: Use the builtins for bswap when compiling with clang.
- clang-format
- 006-warnings.patch: Fix various compiler warnings.