- 9733617 Clean up the XRay annotation leftover on mutex. by Abseil Team · 2 years, 4 months ago
- f7affaf Fix a bug in iterator validation code in which we don't update the table's reserved growth if the reservation wouldn't grow the table. by Evan Brown · 2 years, 4 months ago
- 8d77ac5 Change Bool to BoolT in order to avoid a macro conflict from X11/Xlib.h by Jorg Brown · 2 years, 4 months ago
- 3d646b0 Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE() by Derek Mauro · 2 years, 4 months ago
- e1444d8 Update `FixedArray` doc comments to match actual template param names by Lawrence Wolf-Sonkin · 2 years, 4 months ago
- 8e6582b Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warning by Derek Mauro · 2 years, 4 months ago
- 8d0b869 Fix some -Wshorten-64-to-32 for 32bit platform by Abseil Team · 2 years, 4 months ago
- de83223 Remove unneeded "friends" from KernelTimeout. by Abseil Team · 2 years, 4 months ago
- 6a87605 Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLE by Derek Mauro · 2 years, 4 months ago
- 8caa47c bits_benchmark: Fix typo to benchmark the intended function by Derek Mauro · 2 years, 4 months ago
- 1f8da02 Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or ABSL_ATTRIBUTE_PURE_FUNCTION by Abseil Team · 2 years, 4 months ago
- 9a2c7bf Restrict visibility of absl/container:hash_function_defaults. by Chris Kennelly · 2 years, 4 months ago
- a1ec5d6 In sanitizer mode, add generations to swisstable iterators and backing arrays so that we can detect invalid iterator use. by Evan Brown · 2 years, 4 months ago
- dbc61b4 Adds -Wsign-conversion to LLVM warnings for non-test code since by Derek Mauro · 2 years, 4 months ago
- d2c0c9d Adds -Wshorten-64-to-32 to LLVM warnings for non-test code since by Derek Mauro · 2 years, 4 months ago
- b1f7928 Fix a -Wsign-conversion and some -Wshorten-64-to-32. by Andy Getzendanner · 2 years, 4 months ago
- 95505fb Optimize raw_hash_set CountLeadingEmptyOrDeleted() on Arm by Connal de Souza · 2 years, 4 months ago
- 2468b18 Use ABSL_LOG instead of LOG in absl::LogStreamer. by Andy Getzendanner · 2 years, 4 months ago
- 71927b4 Replace absl::IsConvertibleHelper with std::is_convertible by Abseil Team · 2 years, 4 months ago
- d5240fc Add MakeAbsNs to KernelTimeout. by Abseil Team · 2 years, 4 months ago
- d241d91 Fix the documentation of the atomic_hook.h registration functions to correctly state that only the first registered hook will be honored. by Greg Falcon · 2 years, 4 months ago
- e241656 Add the ability to turn on warnings that get disabled in tests by Derek Mauro · 2 years, 4 months ago
- 3fe1e96 Merge pull request #1341 from h-vetinari:pkgconfig by Copybara-Service · 2 years, 4 months ago
- a13ef44 Prevent all CHECK functions from expanding macros for the error string. by Mike Kruskal · 2 years, 4 months ago
- 4cb6c38 Add prefetch to crc32 by Ilya Tokar · 2 years, 4 months ago
- 1887dec Remove obsolete RFC 3548 from escaping.cc's Base64UnescapeInternal. (Note that the proper non-obsolete RFC 4648 is already listed in escaping.h's Base64Escape() documentation) by Abseil Team · 2 years, 4 months ago
- 553491a Only build the section of flag_benchmark used for viewing the by Derek Mauro · 2 years, 4 months ago
- b23ae86 Add a define for HWCAP_CPUID on platforms that are missing it by Derek Mauro · 2 years, 4 months ago
- ff5644b Allow Cord to store chunked checksums by Derek Mauro · 2 years, 5 months ago
- 14abd93 add pkgconfig metadata for shared windows builds by H. Vetinari · 2 years, 5 months ago
- 0b8e676 Adding BigQuery package to randen_engine visibility by Abseil Team · 2 years, 5 months ago
- 522606b Fix some ClangTidy warnings in raw_hash_set code. by Evan Brown · 2 years, 5 months ago
- ec583f2 Fixing macro expansion changes in new logging macros. by Mike Kruskal · 2 years, 5 months ago
- c353e25 Eliminate AArch64-specific code paths from LowLevelHash by Benjamin Barenblat · 2 years, 5 months ago
- 523b869 Change CommonFields from a private base class of raw_hash_set to be the first member of the settings_ CompressedTuple so that we can move growth_left into CommonFields. by Evan Brown · 2 years, 5 months ago
- 2e17768 The abridged justification is as follows: by Abseil Team · 2 years, 5 months ago
- 9bff2a9 Fixes issue where AbslStringify() breaks formatting with %d for enums by Phoebe Liang · 2 years, 5 months ago
- e9787e7 Add some missing copts and linkopts in logging and fix the warnings by Derek Mauro · 2 years, 5 months ago
- 5736d76 Remove possible UB from CopyRaw() by Martijn Vels · 2 years, 5 months ago
- c96db73 Create alternate absl-prefixed versions of absl logging macros. by Mike Kruskal · 2 years, 5 months ago
- bcc29b8 Merge pull request #1338 from MBkkt:patch-5 by Copybara-Service · 2 years, 5 months ago
- a99a183 Move implementations of absl logging to an internal file. by Mike Kruskal · 2 years, 5 months ago
- 21be1da Update non_temporal_memcpy.h by Valery Mironov · 2 years, 5 months ago
- 6dab0bd Export the bug report template by Derek Mauro · 2 years, 5 months ago
- 95bcb63 Switch to a structured bug report form and redirect questions to by Derek Mauro · 2 years, 5 months ago
- 4e5ff15 Add a compilation test for recursive hash map types by Derek Mauro · 2 years, 5 months ago
- afcb7de Add AbslStringify support for enum types in Substitute. by Abseil Team · 2 years, 5 months ago
- 7cbdff8 Use a c++14-style constexpr initialization if c++14 constexpr is available. by Jorg Brown · 2 years, 5 months ago
- 1063d2b Move the vtable into a function to delay instantiation until the function is by Samuel Benzaquen · 2 years, 5 months ago
- a23d720 Cosmetic reformatting in a test. by Marcin Kowalczyk · 2 years, 5 months ago
- 296abbd Reorder base64 unescape methods to be below the escaping methods. by Abseil Team · 2 years, 5 months ago
- 66665d8 Fixes many compilation issues that come from having no external CI by Derek Mauro · 2 years, 5 months ago
- 94e9ee3 Remove static initializer from mutex.h. by Abseil Team · 2 years, 5 months ago
- e7e31f2 Import of CCTZ from GitHub. by Abseil Team · 2 years, 5 months ago
- 2908426 Remove unused iostream include from crc32c.h by Derek Mauro · 2 years, 5 months ago
- 67a8b22 Fix MSVC builds that reject C-style arrays of size 0 by Derek Mauro · 2 years, 5 months ago
- ee2fc89 Remove deprecated use of absl::ToCrc32c() by Derek Mauro · 2 years, 5 months ago
- d03cced CRC: Make crc32c_t as a class for explicit control of operators by Derek Mauro · 2 years, 5 months ago
- 82196f0 Convert the full parser into constexpr now that Abseil requires C++14, and use by Samuel Benzaquen · 2 years, 5 months ago
- 13708db Write (more) directly into the structured buffer from StringifySink, including for (size_t, char) overload. by Andy Getzendanner · 2 years, 5 months ago
- 558a0e4 Avoid using the non-portable type __m128i_u. by Derek Mauro · 2 years, 5 months ago
- e5a7979 Reduce flat_hash_{set,map} generated code size. by Abseil Team · 2 years, 5 months ago
- e315808 Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warning by Derek Mauro · 2 years, 5 months ago
- 04596b2 Add a TODO for the deprecation of absl::aligned_storage_t by Derek Mauro · 2 years, 5 months ago
- 091842b TSAN: Remove report_atomic_races=0 from CI now that it has been fixed by Derek Mauro · 2 years, 5 months ago
- bb7be49 absl: fix Mutex TSan annotations by Abseil Team · 2 years, 5 months ago
- 9f4bde3 CMake: Remove trailing commas in `AbseilDll.cmake` by Christian Blichmann · 2 years, 5 months ago
- e51b4ef Fix AMD cpu detection. by Ilya Tokar · 2 years, 5 months ago
- c2e9ce1 CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64) by Derek Mauro · 2 years, 5 months ago
- 4c5eb49 Removing trailing period that can confuse a url in str_format.h. by Abseil Team · 2 years, 5 months ago
- e6f5684 Refactor btree iterator generation code into a base class rather than using ifdefs inside btree_iterator. by Evan Brown · 2 years, 5 months ago
- a09d210 container.h: fix incorrect comments about the location of <numeric> algorithms. by Abseil Team · 2 years, 5 months ago
- 9a7e8e3 Zero encoded_remaining when a string field doesn't fit, so that we don't leave partial data in the buffer (all decoders should ignore it anyway) and to be sure that we don't try to put any subsequent operands in either (there shouldn't be enough space). by Andy Getzendanner · 2 years, 5 months ago
- d081b62 Improve error messages when comparing btree iterators when generations are enabled. by Evan Brown · 2 years, 5 months ago
- 76b7618 Document the WebSafe* and *WithPadding variants more concisely, as deltas from Base64Encode. by Abseil Team · 2 years, 5 months ago
- 48c36b4 Drop outdated comment about LogEntry copyability. by Andy Getzendanner · 2 years, 5 months ago
- ebab79b Release structured logging. by Andy Getzendanner · 2 years, 5 months ago
- 0c04835 Minor formatting changes in preparation for structured logging... by Andy Getzendanner · 2 years, 5 months ago
- ae52431 Update absl::make_unique to reflect the C++14 minimum by Derek Mauro · 2 years, 5 months ago
- 4b48854 Update Condition to allocate 24 bytes for MSVC platform pointers to methods. by Abseil Team · 2 years, 5 months ago
- 76fa844 Add missing include by Tom Hughes · 2 years, 5 months ago
- f82e3f3 Refactor "RAW: " prefix formatting into FormatLogPrefix. by Andy Getzendanner · 2 years, 5 months ago
- f02e8c0 Minor formatting changes due to internal refactoring by Derek Mauro · 2 years, 5 months ago
- 5d4715a Fix typos by Tom Hughes · 2 years, 5 months ago
- 7c022b9 Add a new API for `extract_and_get_next()` in b-tree that returns both the extracted node and an iterator to the next element in the container. by Evan Brown · 2 years, 5 months ago
- 842560d Use AnyInvocable in internal thread_pool by Abseil Team · 2 years, 5 months ago
- d6fa16c Remove absl/time/internal/zoneinfo.inc. It was used to guarantee by Abseil Team · 2 years, 5 months ago
- 3ed4ca1 Updated documentation on use of %v by Tom Manshreck · 2 years, 5 months ago
- edbf662 Use the correct Bazel copts in crc targets by Derek Mauro · 2 years, 5 months ago
- 4b65075 Run the //absl/time timezone tests with a data dependency on, and a by Abseil Team · 2 years, 5 months ago
- 1b97698 Stop unnecessary clearing of fields in ~raw_hash_set. by Abseil Team · 2 years, 6 months ago
- 3a35cb3 Fix throw_delegate_test when using libc++ with shared libraries by Derek Mauro · 2 years, 6 months ago
- 44bb804 CRC: Ensure SupportsArmCRC32PMULL() is defined by Derek Mauro · 2 years, 6 months ago
- 0465837 Improve error messages when comparing btree iterators. by Evan Brown · 2 years, 6 months ago
- cc143ed Refactor the throw_delegate test into separate test cases by Derek Mauro · 2 years, 6 months ago
- b4a4a6b Replace std::atomic_flag with std::atomic<bool> to avoid the C++20 by Derek Mauro · 2 years, 6 months ago
- db8cd47 Add support for enum types with AbslStringify by Abseil Team · 2 years, 6 months ago
- 1687dbf Release the CRC library by Derek Mauro · 2 years, 6 months ago
- 8cfc150 Improve error messages when comparing swisstable iterators. by Evan Brown · 2 years, 6 months ago
- 66bfca8 Auto increase inlined capacity whenever it does not affect class' size. by Abseil Team · 2 years, 6 months ago