summaryrefslogtreecommitdiff
path: root/absl/crc
Commit message (Expand)AuthorAge
* Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...Gravatar Abseil Team2023-08-01
* Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...Gravatar Abseil Team2023-08-01
* Remove deprecated function.Gravatar Abseil Team2023-07-31
* Removes unused methods CRC::Empty() and CRC::Concat() from the internalGravatar Abseil Team2023-06-12
* Add a declaration for __cpuid for the IntelLLVM compiler.Gravatar niranjan-nilakantan2023-05-23
* Rollback of add a declaration for __cpuid for the IntelLLVM compiler.Gravatar Abseil Team2023-05-22
* Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358Gravatar Copybara-Service2023-05-22
* Fix spelling mistakesGravatar Vertexwahn2023-05-02
* Merge pull request #1434 from Vertexwahn:fix-spellingGravatar Copybara-Service2023-04-25
|\
| * Fix some spelling mistakesGravatar Vertexwahn2023-04-24
|/
* Workaround for MSVC warning that designated initializers are a C++20 featureGravatar Derek Mauro2023-03-15
* Use const and static for member functionsGravatar Rose2023-03-07
* Merge pull request #1394 from AtariDreams:constructorsGravatar Copybara-Service2023-02-21
|\
| * Convert empty constructors to default onesGravatar Rose2023-02-17
* | Prefer emplace back over push_back where emplace_back is more appropriateGravatar Rose2023-02-16
|/
* Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows.Gravatar Saran Tunyasuvunakool2023-02-07
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsGravatar Martijn Vels2023-01-27
* Optimize RemoveCrc32cSuffix.Gravatar Abseil Team2023-01-17
* Don't use Arm vector intrinsics when compiling with CUDA in device mode.Gravatar Abseil Team2023-01-11
* Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngineGravatar Derek Mauro2023-01-05
* Require 64-bit builds on x86 to use CRC32 hardware accelerationGravatar Derek Mauro2023-01-04
* Add prefetch to crc32Gravatar Ilya Tokar2022-12-13
* Add a define for HWCAP_CPUID on platforms that are missing itGravatar Derek Mauro2022-12-12
* Allow Cord to store chunked checksumsGravatar Derek Mauro2022-12-11
* Merge pull request #1338 from MBkkt:patch-5Gravatar Copybara-Service2022-12-06
|\
| * Update non_temporal_memcpy.hGravatar Valery Mironov2022-12-06
|/
* Fixes many compilation issues that come from having no external CIGravatar Derek Mauro2022-11-30
* Remove unused iostream include from crc32c.hGravatar Derek Mauro2022-11-29
* Fix MSVC builds that reject C-style arrays of size 0Gravatar Derek Mauro2022-11-29
* Remove deprecated use of absl::ToCrc32c()Gravatar Derek Mauro2022-11-29
* CRC: Make crc32c_t as a class for explicit control of operatorsGravatar Derek Mauro2022-11-29
* Avoid using the non-portable type __m128i_u.Gravatar Derek Mauro2022-11-28
* Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warningGravatar Derek Mauro2022-11-28
* Fix AMD cpu detection.Gravatar Ilya Tokar2022-11-23
* CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)Gravatar Derek Mauro2022-11-23
* Use the correct Bazel copts in crc targetsGravatar Derek Mauro2022-11-14
* CRC: Ensure SupportsArmCRC32PMULL() is definedGravatar Derek Mauro2022-11-10
* Release the CRC libraryGravatar Derek Mauro2022-11-09