aboutsummaryrefslogtreecommitdiff
path: root/absl/hash
Commit message (Expand)AuthorAgeFilesLines
* Do not make std::filesystem::path hash available for macOS <10.15Abseil Team2024-05-291-1/+3
* Optimize LowLevelHash by breaking dependency between final loads and previous...Connal de Souza2024-03-281-5/+3
* Remove redundant semicolons introduced by macrosAbseil Team2024-03-151-7/+7
* Fix GCC7 C++17 buildDerek Mauro2024-03-122-3/+11
* Optimize `absl::Hash` by making `LowLevelHash` faster.Shahriar Rouf2024-02-074-116/+154
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-3/+3
* Fix a corner case in SpyHashState for exact boundaries.Matt Kulukundis2024-01-291-12/+12
* Fix codegen trunks in `absl/hash/hash_benchmark.cc`.Shahriar Rouf2023-12-051-7/+1
* Avoid AbslHashValue for std::filesystem::path when <filesystem> is not includedAbseil Team2023-11-221-0/+1
* Respect libc++ config option for disable of filesystemAbseil Team2023-11-171-1/+2
* Provide AbslHashValue for std::filesystem::path in C++17Derek Mauro2023-11-172-0/+72
* Rollback providing AbslHashValue for std::filesystem::path in C++17Derek Mauro2023-11-162-63/+0
* Provide AbslHashValue for std::filesystem::path in C++17Derek Mauro2023-11-152-0/+63
* Don't allow AbslHashValue() to take a C-style array parameter. TheDerek Mauro2023-11-141-1/+15
* PR #1559: Fix comparison of integer expressions of different signedness warningAlexander Ignatyev2023-11-021-1/+1
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+11
* Fix typo hash_test.cc -> hash_instantiated_test.cc fromDerek Mauro2023-08-171-2/+2
* Include what you spellDmitri Gribenko2023-08-114-20/+28
* Adding sw prefetchers to absl::hash.Abseil Team2023-07-133-0/+8
* Split absl/hash/hash_test.cc into two filesBenjamin Barenblat2023-05-255-225/+362
* trivial: format some files using clang-formatPatrick Xia2023-04-271-6/+6
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* `AbslHashValue()` applied to a C-style array simply decays the array to a poi...Abseil Team2023-04-201-1/+1
* Hash support for std::wstring_view/u16string_view/u32string_viewAbseil Team2023-03-243-2/+69
* [absl] Update documentation to reflect hash support for std::wstring, std::u1...Lawrence Wolf-Sonkin2023-03-102-9/+10
* Merge pull request #1388 from miladfarca:fix-Read1To3-on-BECopybara-Service2023-02-221-1/+2
|\
| * Fix Read1To3 on big EndianMilad Fa2023-02-151-1/+1
* | Merge pull request #1401 from AtariDreams:appleCopybara-Service2023-02-211-1/+2
|\ \ | |/ |/|
| * Remove check for apple_build_version for hash workaroundRose2023-02-211-1/+1
|/
* Fix a discrepancy between absl::Hash and absl::HashOf for some negative signe...Abseil Team2023-02-062-3/+15
* Tweak the compilation condition for IsHashableTest.PoisonHashDerek Mauro2023-01-171-2/+2
* Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findingsAbseil Team2023-01-073-3/+19
* Eliminate AArch64-specific code paths from LowLevelHashBenjamin Barenblat2022-12-084-62/+0
* CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLICAbseil Team2022-10-031-0/+5
* Fix "unsafe narrowing" warnings in absl, 10/n.Abseil Team2022-09-081-7/+9
* CMake: Mark hash_testing as a public testonly library, as it is with BazelDerek Mauro2022-09-021-1/+2
* Workaround bug in GCC 7.2Jonathan Conder2022-08-121-1/+1
* Fix "unsafe narrowing" warnings in absl, 2/n.Abseil Team2022-08-012-11/+12
* Fix -Warray-parameter warningAbseil Team2022-07-131-1/+1
* Export of internal Abseil changesAbseil Team2022-04-121-0/+2
* Export of internal Abseil changesAbseil Team2022-04-041-0/+3
* Replace the implementation of the Mix function in arm64 back to 128bit multip...Ren Zibei2022-03-281-7/+2
* Export of internal Abseil changesAbseil Team2022-03-151-0/+5
* Export of internal Abseil changesAbseil Team2022-03-022-0/+114
* Export of internal Abseil changesAbseil Team2022-01-271-12/+12
* Export of internal Abseil changesAbseil Team2022-01-197-37/+445
* Export of internal Abseil changesAbseil Team2021-11-172-44/+170
* Remove bazelbuild/rules_cc dependency (#1038)Vertexwahn2021-10-141-1/+0
* Fix hashing on big endian platforms (#1028)Milad Fa2021-10-062-6/+96