aboutsummaryrefslogtreecommitdiff
path: root/absl
AgeCommit message (Expand)Author
2023-01-11Import of CCTZ from GitHub.Abseil Team
2023-01-10Refactor InlineData to allow for memory sanitizer changes step 2Martijn Vels
2023-01-10Rollback of PR #1349: direct_mmap: Use off_t on linux...Abseil Team
2023-01-09Replace generic 'base64 encoding' terminology with the specific RFCs they match.Abseil Team
2023-01-09Clarify that Base64 unescaping methods expect their inputs to match particula...Abseil Team
2023-01-09Refactor InlineData to allow for memory sanitizer changes step 1Martijn Vels
2023-01-09Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST"Tom Hughes
2023-01-09Merge pull request #1356 from MBkkt:patch-6Copybara-Service
2023-01-07Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findingsAbseil Team
2023-01-06Merge pull request #1349 from kraj:remove-off64_tCopybara-Service
2023-01-05Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngineDerek Mauro
2023-01-05In sanitizer mode, detect when invalidated iterators are compared.Evan Brown
2023-01-06Fix missing includeValery Mironov
2023-01-05Move description of escaping to code that does the escaping rather than the C...Abseil Team
2023-01-04Remove ABSL_INTERNAL_UNREACHABLEDerek Mauro
2023-01-04Require 64-bit builds on x86 to use CRC32 hardware accelerationDerek Mauro
2023-01-04Suggest similar flags in case of undefined flags.Abseil Team
2023-01-03Minor build/whitespace changesDerek Mauro
2022-12-28direct_mmap: Use off_t on linuxKhem Raj
2022-12-28Minor include/whitespace changesDerek Mauro
2022-12-28Add a comment about the layout of the fields in ThreadIdentityAbseil Team
2022-12-27[NFC] fix typo in comment.Abseil Team
2022-12-27Clean up the XRay annotation leftover on mutex.Abseil Team
2022-12-22Fix a bug in iterator validation code in which we don't update the table's re...Evan Brown
2022-12-22Change Bool to BoolT in order to avoid a macro conflict from X11/Xlib.hJorg Brown
2022-12-22Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Derek Mauro
2022-12-22Update `FixedArray` doc comments to match actual template param namesLawrence Wolf-Sonkin
2022-12-22Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warningDerek Mauro
2022-12-22Fix some -Wshorten-64-to-32 for 32bit platformAbseil Team
2022-12-21Remove unneeded "friends" from KernelTimeout.Abseil Team
2022-12-21Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLEDerek Mauro
2022-12-20bits_benchmark: Fix typo to benchmark the intended functionDerek Mauro
2022-12-20Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or...Abseil Team
2022-12-19Restrict visibility of absl/container:hash_function_defaults.Chris Kennelly
2022-12-19In sanitizer mode, add generations to swisstable iterators and backing arrays...Evan Brown
2022-12-19Adds -Wsign-conversion to LLVM warnings for non-test code sinceDerek Mauro
2022-12-19Adds -Wshorten-64-to-32 to LLVM warnings for non-test code sinceDerek Mauro
2022-12-19Fix a -Wsign-conversion and some -Wshorten-64-to-32.Andy Getzendanner
2022-12-19Optimize raw_hash_set CountLeadingEmptyOrDeleted() on ArmConnal de Souza
2022-12-17Use ABSL_LOG instead of LOG in absl::LogStreamer.Andy Getzendanner
2022-12-16Replace absl::IsConvertibleHelper with std::is_convertibleAbseil Team
2022-12-15Add MakeAbsNs to KernelTimeout.Abseil Team
2022-12-15Fix the documentation of the atomic_hook.h registration functions to correctl...Greg Falcon
2022-12-15Add the ability to turn on warnings that get disabled in testsDerek Mauro
2022-12-13Prevent all CHECK functions from expanding macros for the error string.Mike Kruskal
2022-12-13Add prefetch to crc32Ilya Tokar
2022-12-12Remove obsolete RFC 3548 from escaping.cc's Base64UnescapeInternal. (Note tha...Abseil Team
2022-12-12Only build the section of flag_benchmark used for viewing theDerek Mauro
2022-12-12Add a define for HWCAP_CPUID on platforms that are missing itDerek Mauro
2022-12-11Allow Cord to store chunked checksumsDerek Mauro