1. 9733617 Clean up the XRay annotation leftover on mutex. by Abseil Team · 2 years, 4 months ago
  2. 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
  3. 8d77ac5 Change Bool to BoolT in order to avoid a macro conflict from X11/Xlib.h by Jorg Brown · 2 years, 4 months ago
  4. 3d646b0 Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE() by Derek Mauro · 2 years, 4 months ago
  5. e1444d8 Update `FixedArray` doc comments to match actual template param names by Lawrence Wolf-Sonkin · 2 years, 4 months ago
  6. 8e6582b Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warning by Derek Mauro · 2 years, 4 months ago
  7. 8d0b869 Fix some -Wshorten-64-to-32 for 32bit platform by Abseil Team · 2 years, 4 months ago
  8. de83223 Remove unneeded "friends" from KernelTimeout. by Abseil Team · 2 years, 4 months ago
  9. 6a87605 Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLE by Derek Mauro · 2 years, 4 months ago
  10. 8caa47c bits_benchmark: Fix typo to benchmark the intended function by Derek Mauro · 2 years, 4 months ago
  11. 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
  12. 9a2c7bf Restrict visibility of absl/container:hash_function_defaults. by Chris Kennelly · 2 years, 4 months ago
  13. 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
  14. dbc61b4 Adds -Wsign-conversion to LLVM warnings for non-test code since by Derek Mauro · 2 years, 4 months ago
  15. d2c0c9d Adds -Wshorten-64-to-32 to LLVM warnings for non-test code since by Derek Mauro · 2 years, 4 months ago
  16. b1f7928 Fix a -Wsign-conversion and some -Wshorten-64-to-32. by Andy Getzendanner · 2 years, 4 months ago
  17. 95505fb Optimize raw_hash_set CountLeadingEmptyOrDeleted() on Arm by Connal de Souza · 2 years, 4 months ago
  18. 2468b18 Use ABSL_LOG instead of LOG in absl::LogStreamer. by Andy Getzendanner · 2 years, 4 months ago
  19. 71927b4 Replace absl::IsConvertibleHelper with std::is_convertible by Abseil Team · 2 years, 4 months ago
  20. d5240fc Add MakeAbsNs to KernelTimeout. by Abseil Team · 2 years, 4 months ago
  21. 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
  22. e241656 Add the ability to turn on warnings that get disabled in tests by Derek Mauro · 2 years, 4 months ago
  23. 3fe1e96 Merge pull request #1341 from h-vetinari:pkgconfig by Copybara-Service · 2 years, 4 months ago
  24. a13ef44 Prevent all CHECK functions from expanding macros for the error string. by Mike Kruskal · 2 years, 4 months ago
  25. 4cb6c38 Add prefetch to crc32 by Ilya Tokar · 2 years, 4 months ago
  26. 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
  27. 553491a Only build the section of flag_benchmark used for viewing the by Derek Mauro · 2 years, 4 months ago
  28. b23ae86 Add a define for HWCAP_CPUID on platforms that are missing it by Derek Mauro · 2 years, 4 months ago
  29. ff5644b Allow Cord to store chunked checksums by Derek Mauro · 2 years, 5 months ago
  30. 14abd93 add pkgconfig metadata for shared windows builds by H. Vetinari · 2 years, 5 months ago
  31. 0b8e676 Adding BigQuery package to randen_engine visibility by Abseil Team · 2 years, 5 months ago
  32. 522606b Fix some ClangTidy warnings in raw_hash_set code. by Evan Brown · 2 years, 5 months ago
  33. ec583f2 Fixing macro expansion changes in new logging macros. by Mike Kruskal · 2 years, 5 months ago
  34. c353e25 Eliminate AArch64-specific code paths from LowLevelHash by Benjamin Barenblat · 2 years, 5 months ago
  35. 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
  36. 2e17768 The abridged justification is as follows: by Abseil Team · 2 years, 5 months ago
  37. 9bff2a9 Fixes issue where AbslStringify() breaks formatting with %d for enums by Phoebe Liang · 2 years, 5 months ago
  38. e9787e7 Add some missing copts and linkopts in logging and fix the warnings by Derek Mauro · 2 years, 5 months ago
  39. 5736d76 Remove possible UB from CopyRaw() by Martijn Vels · 2 years, 5 months ago
  40. c96db73 Create alternate absl-prefixed versions of absl logging macros. by Mike Kruskal · 2 years, 5 months ago
  41. bcc29b8 Merge pull request #1338 from MBkkt:patch-5 by Copybara-Service · 2 years, 5 months ago
  42. a99a183 Move implementations of absl logging to an internal file. by Mike Kruskal · 2 years, 5 months ago
  43. 21be1da Update non_temporal_memcpy.h by Valery Mironov · 2 years, 5 months ago
  44. 6dab0bd Export the bug report template by Derek Mauro · 2 years, 5 months ago
  45. 95bcb63 Switch to a structured bug report form and redirect questions to by Derek Mauro · 2 years, 5 months ago
  46. 4e5ff15 Add a compilation test for recursive hash map types by Derek Mauro · 2 years, 5 months ago
  47. afcb7de Add AbslStringify support for enum types in Substitute. by Abseil Team · 2 years, 5 months ago
  48. 7cbdff8 Use a c++14-style constexpr initialization if c++14 constexpr is available. by Jorg Brown · 2 years, 5 months ago
  49. 1063d2b Move the vtable into a function to delay instantiation until the function is by Samuel Benzaquen · 2 years, 5 months ago
  50. a23d720 Cosmetic reformatting in a test. by Marcin Kowalczyk · 2 years, 5 months ago
  51. 296abbd Reorder base64 unescape methods to be below the escaping methods. by Abseil Team · 2 years, 5 months ago
  52. 66665d8 Fixes many compilation issues that come from having no external CI by Derek Mauro · 2 years, 5 months ago
  53. 94e9ee3 Remove static initializer from mutex.h. by Abseil Team · 2 years, 5 months ago
  54. e7e31f2 Import of CCTZ from GitHub. by Abseil Team · 2 years, 5 months ago
  55. 2908426 Remove unused iostream include from crc32c.h by Derek Mauro · 2 years, 5 months ago
  56. 67a8b22 Fix MSVC builds that reject C-style arrays of size 0 by Derek Mauro · 2 years, 5 months ago
  57. ee2fc89 Remove deprecated use of absl::ToCrc32c() by Derek Mauro · 2 years, 5 months ago
  58. d03cced CRC: Make crc32c_t as a class for explicit control of operators by Derek Mauro · 2 years, 5 months ago
  59. 82196f0 Convert the full parser into constexpr now that Abseil requires C++14, and use by Samuel Benzaquen · 2 years, 5 months ago
  60. 13708db Write (more) directly into the structured buffer from StringifySink, including for (size_t, char) overload. by Andy Getzendanner · 2 years, 5 months ago
  61. 558a0e4 Avoid using the non-portable type __m128i_u. by Derek Mauro · 2 years, 5 months ago
  62. e5a7979 Reduce flat_hash_{set,map} generated code size. by Abseil Team · 2 years, 5 months ago
  63. e315808 Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warning by Derek Mauro · 2 years, 5 months ago
  64. 04596b2 Add a TODO for the deprecation of absl::aligned_storage_t by Derek Mauro · 2 years, 5 months ago
  65. 091842b TSAN: Remove report_atomic_races=0 from CI now that it has been fixed by Derek Mauro · 2 years, 5 months ago
  66. bb7be49 absl: fix Mutex TSan annotations by Abseil Team · 2 years, 5 months ago
  67. 9f4bde3 CMake: Remove trailing commas in `AbseilDll.cmake` by Christian Blichmann · 2 years, 5 months ago
  68. e51b4ef Fix AMD cpu detection. by Ilya Tokar · 2 years, 5 months ago
  69. c2e9ce1 CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64) by Derek Mauro · 2 years, 5 months ago
  70. 4c5eb49 Removing trailing period that can confuse a url in str_format.h. by Abseil Team · 2 years, 5 months ago
  71. 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
  72. a09d210 container.h: fix incorrect comments about the location of <numeric> algorithms. by Abseil Team · 2 years, 5 months ago
  73. 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
  74. d081b62 Improve error messages when comparing btree iterators when generations are enabled. by Evan Brown · 2 years, 5 months ago
  75. 76b7618 Document the WebSafe* and *WithPadding variants more concisely, as deltas from Base64Encode. by Abseil Team · 2 years, 5 months ago
  76. 48c36b4 Drop outdated comment about LogEntry copyability. by Andy Getzendanner · 2 years, 5 months ago
  77. ebab79b Release structured logging. by Andy Getzendanner · 2 years, 5 months ago
  78. 0c04835 Minor formatting changes in preparation for structured logging... by Andy Getzendanner · 2 years, 5 months ago
  79. ae52431 Update absl::make_unique to reflect the C++14 minimum by Derek Mauro · 2 years, 5 months ago
  80. 4b48854 Update Condition to allocate 24 bytes for MSVC platform pointers to methods. by Abseil Team · 2 years, 5 months ago
  81. 76fa844 Add missing include by Tom Hughes · 2 years, 5 months ago
  82. f82e3f3 Refactor "RAW: " prefix formatting into FormatLogPrefix. by Andy Getzendanner · 2 years, 5 months ago
  83. f02e8c0 Minor formatting changes due to internal refactoring by Derek Mauro · 2 years, 5 months ago
  84. 5d4715a Fix typos by Tom Hughes · 2 years, 5 months ago
  85. 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
  86. 842560d Use AnyInvocable in internal thread_pool by Abseil Team · 2 years, 5 months ago
  87. d6fa16c Remove absl/time/internal/zoneinfo.inc. It was used to guarantee by Abseil Team · 2 years, 5 months ago
  88. 3ed4ca1 Updated documentation on use of %v by Tom Manshreck · 2 years, 5 months ago
  89. edbf662 Use the correct Bazel copts in crc targets by Derek Mauro · 2 years, 5 months ago
  90. 4b65075 Run the //absl/time timezone tests with a data dependency on, and a by Abseil Team · 2 years, 5 months ago
  91. 1b97698 Stop unnecessary clearing of fields in ~raw_hash_set. by Abseil Team · 2 years, 6 months ago
  92. 3a35cb3 Fix throw_delegate_test when using libc++ with shared libraries by Derek Mauro · 2 years, 6 months ago
  93. 44bb804 CRC: Ensure SupportsArmCRC32PMULL() is defined by Derek Mauro · 2 years, 6 months ago
  94. 0465837 Improve error messages when comparing btree iterators. by Evan Brown · 2 years, 6 months ago
  95. cc143ed Refactor the throw_delegate test into separate test cases by Derek Mauro · 2 years, 6 months ago
  96. b4a4a6b Replace std::atomic_flag with std::atomic<bool> to avoid the C++20 by Derek Mauro · 2 years, 6 months ago
  97. db8cd47 Add support for enum types with AbslStringify by Abseil Team · 2 years, 6 months ago
  98. 1687dbf Release the CRC library by Derek Mauro · 2 years, 6 months ago
  99. 8cfc150 Improve error messages when comparing swisstable iterators. by Evan Brown · 2 years, 6 months ago
  100. 66bfca8 Auto increase inlined capacity whenever it does not affect class' size. by Abseil Team · 2 years, 6 months ago