1. 794352a Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 1 year, 4 months ago
  2. 72d7a15 Added ByAsciiWhitespace to str_split library. by Abseil Team · 1 year, 4 months ago
  3. 7a1898a AddressIsReadable: improve comments by Fangrui Song · 1 year, 4 months ago
  4. 299dbc5 Unify btree EmptyNode allocation code across compilers. by Abseil Team · 1 year, 4 months ago
  5. b559abc Create and destroy tables outside of the timer and in batch in Reserve benchmarks. by Abseil Team · 1 year, 4 months ago
  6. 1ae1207 Add script for Arm build. by Richard O'Grady · 1 year, 4 months ago
  7. 5afcd80 Fix typo: begnning -> beginning by Abseil Team · 1 year, 4 months ago
  8. 6d17d4b Add a pragma to disable a maybe-uninitialized warning for GCC12+ by Abseil Team · 1 year, 4 months ago
  9. 46223c8 Refactor `EraseMetaOnly` to speed up single group tables. by Abseil Team · 1 year, 4 months ago
  10. 78c2f64 Update the CI builds that use the latest compiler versions to use Bazel 7.0.0. by Derek Mauro · 1 year, 4 months ago
  11. e54fb4e Mutex: Prevent false race in EnableInvariantDebugging. by Dmitry Vyukov · 1 year, 4 months ago
  12. bae2601 Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same element. by Abseil Team · 1 year, 4 months ago
  13. 8900d7c Mutex: Fix Condition pointer-to-member cast to respect const qualifier by Abseil Team · 1 year, 4 months ago
  14. d22aa4d Cleanup build file by removing an empty srcs list by Derek Mauro · 1 year, 4 months ago
  15. 3ccc950 Add a pragma to disable a stringop-overflow warning for GCC12+ by Abseil Team · 1 year, 4 months ago
  16. 27478af Remove nullability from Span::{pointer,iterator} by Sam McCall · 1 year, 4 months ago
  17. a7e3daf Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report. by Abseil Team · 1 year, 4 months ago
  18. cee0d5b Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 1 year, 4 months ago
  19. dcd5bd5 Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP. by Abseil Team · 1 year, 4 months ago
  20. 031d99a Add `ostream<<` and `AbslStringify` to `absl::StatusOr`. by Zie Weaver · 1 year, 4 months ago
  21. f16e457 Unit-tests to verify ABSL raw_hash_set does not double-hash in prod by Abseil Team · 1 year, 4 months ago
  22. ad0a6d2 Add `MaskFull` to `Group`. by Abseil Team · 1 year, 4 months ago
  23. 011aeed `absl/utility`: Delete tests for C++11-compatible `integer_sequence` and friends by Dino Radakovic · 1 year, 5 months ago
  24. 8843e8e `absl/utility`: Delete C++11-compatible `integer_sequence` and friends by Dino Radakovic · 1 year, 5 months ago
  25. 55621d1 Add nullability annotations by Dmitri Gribenko · 1 year, 5 months ago
  26. fad9462 Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build. by Abseil Team · 1 year, 5 months ago
  27. 0ef87fa Small table growth optimization. by Abseil Team · 1 year, 5 months ago
  28. 026e9fe Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessary by Abseil Team · 1 year, 5 months ago
  29. 3abf329 Fixing a comment to be correct with the current code. by Abseil Team · 1 year, 5 months ago
  30. d84f20a absl qualify HasAbslStringify in log_message.h. by Abseil Team · 1 year, 5 months ago
  31. a436472 Remove a global destructor in vlog_config.cc by Derek Mauro · 1 year, 5 months ago
  32. 8588e7d Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.h by Derek Mauro · 1 year, 5 months ago
  33. 9b83dc9 Move vlog_config to the internal directory and change the namespace of VLogSite by Derek Mauro · 1 year, 5 months ago
  34. 5dc2cc1 Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat(). by Abseil Team · 1 year, 5 months ago
  35. 3e6ecec Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK flavors of these. by Andy Getzendanner · 1 year, 5 months ago
  36. 71d553b Fix codegen trunks in `absl/hash/hash_benchmark.cc`. by Shahriar Rouf · 1 year, 5 months ago
  37. f845e60 Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering by Marcin Kowalczyk · 1 year, 5 months ago
  38. 7b6c17e Add VLOG and friends by Derek Mauro · 1 year, 5 months ago
  39. a39d71a Remove `absl::weak_equality` and `absl::strong_equality`. by Marcin Kowalczyk · 1 year, 5 months ago
  40. 8028a87 Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms by Derek Mauro · 1 year, 5 months ago
  41. 0c09fd0 `btree_map`: avoid a copy in `map_params::key`. by Abseil Team · 1 year, 5 months ago
  42. ac7ec8e Update documentation to reflect best practices (prefer brace initialization) by Abseil Team · 1 year, 5 months ago
  43. 2fca641 Avoid AbslHashValue for std::filesystem::path when <filesystem> is not included by Abseil Team · 1 year, 5 months ago
  44. db5c799 Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects. by Abseil Team · 1 year, 5 months ago
  45. f393335 Respect libc++ config option for disable of filesystem by Abseil Team · 1 year, 5 months ago
  46. 00e087f Provide AbslHashValue for std::filesystem::path in C++17 by Derek Mauro · 1 year, 5 months ago
  47. 8197f8f Use absl::NoDestructor for global log sinks. by Abseil Team · 1 year, 5 months ago
  48. 524ebb7 Rollback providing AbslHashValue for std::filesystem::path in C++17 by Derek Mauro · 1 year, 5 months ago
  49. 3bd8602 Provide AbslHashValue for std::filesystem::path in C++17 by Derek Mauro · 1 year, 5 months ago
  50. 20f92b1 Use absl::NoDestructor for global FlagRegistry. by Abseil Team · 1 year, 5 months ago
  51. aa14601 Speed-up absl::Symbolize by ~6x via faster file reads. by Abseil Team · 1 year, 5 months ago
  52. 61ea5d2 Fixed a very small typo in the Cord::empty() docstring. by Abseil Team · 1 year, 5 months ago
  53. 67f3af2 Fix documentation on when SpinLock is async-signal-safe by Abseil Team · 1 year, 5 months ago
  54. 1415840 Don't allow AbslHashValue() to take a C-style array parameter. The by Derek Mauro · 1 year, 5 months ago
  55. 4a0255b Support AbslStringify in absl Civil Time types. by Abseil Team · 1 year, 5 months ago
  56. 716fa00 Partial roll forward of reentrant validation with the validation itself disabled. This will make it easier to roll back and forwards in the future (if needed) without causing merge conflicts in unrelated code. by Evan Brown · 1 year, 5 months ago
  57. c046692 Add new benchmark for integer `StrAppend` by Abseil Team · 1 year, 5 months ago
  58. 483a2d5 Roll back due to leak sanitizer reports. by Aaron Jacobs · 1 year, 6 months ago
  59. c79e6b3 Use absl::NoDestructor to replace a bespoke optimized implementation by Derek Mauro · 1 year, 6 months ago
  60. 8c488c4 Add absl::NoDestructor<T> by Derek Mauro · 1 year, 6 months ago
  61. 2f77684 Avoid using both Win32Waiter and PthreadWaiter on MinGW, by Derek Mauro · 1 year, 6 months ago
  62. 8aff21b Import of CCTZ from GitHub. by Abseil Team · 1 year, 6 months ago
  63. 866b0fb Add explicit int -> uintptr_t conversion in stacktrace code for aarch64 by Abseil Team · 1 year, 6 months ago
  64. bb7bbb1 Properly handle signal stacks and frame-size calculations by Abseil Team · 1 year, 6 months ago
  65. 116ee0f Add control()/slot() functions to iterator/const_iterator. by Evan Brown · 1 year, 6 months ago
  66. 3be3177 Add a new microbenchmark for spinlock TryLock and codegen functions. by Abseil Team · 1 year, 6 months ago
  67. 1cb3345 Doc fix. by Abseil Team · 1 year, 6 months ago
  68. 1a03fb9 Update comments to make it explicit that moving a flat_hash_{set,map} can cause pointers to elements to be invalidated. by Evan Brown · 1 year, 6 months ago
  69. 7135ec6 PR #1559: Fix comparison of integer expressions of different signedness warning by Alexander Ignatyev · 1 year, 6 months ago
  70. 065d50d Add sanitizer mode validation for use of references to swisstables elements that may have been invalidated by a container move. by Evan Brown · 1 year, 6 months ago
  71. f3760b4 Mutex: Remove destructor in release build by Dmitry Vyukov · 1 year, 6 months ago
  72. 6c8338c Optimize memcasecmp. Benchmarks shows slight improvement. by Ilya Tokar · 1 year, 6 months ago
  73. dc3ef29 Roll forward: Add sanitizer mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 1 year, 6 months ago
  74. e7d9317 Fix an unreachable code warning on some platforms by Derek Mauro · 1 year, 6 months ago
  75. f410672 absl: speed up Mutex::Lock by Dmitry Vyukov · 1 year, 6 months ago
  76. 89d2caa Rollback "Mutex: Remove destructor in release build" by Dmitry Vyukov · 1 year, 6 months ago
  77. cdb1e7f Mutex: Remove destructor in release build by Dmitry Vyukov · 1 year, 6 months ago
  78. c8087ae Avoid using the non-portable type __m128i_u. by Derek Mauro · 1 year, 6 months ago
  79. d59eabb Prefer builtin to inline assembly when built with -mprfchw. by Chris Kennelly · 1 year, 6 months ago
  80. 4a6ea63 PR #1553: Adapt to syscall(2) removal in OpenBSD by Theo Buehler · 1 year, 6 months ago
  81. b841db2 absl: requeue waiters as LIFO by Dmitry Vyukov · 1 year, 6 months ago
  82. 8b38320 Fix a typo. by Abseil Team · 1 year, 6 months ago
  83. 822e324 Add `AbslStringify()` support to `absl::Cord` by Abseil Team · 1 year, 6 months ago
  84. a6d9a9c Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpper`. by Abseil Team · 1 year, 6 months ago
  85. a0b72ad Use STL algorithms available since C++14 to implement container by Derek Mauro · 1 year, 6 months ago
  86. b5fb058 Use STL algorithms available since C++14 to implement absl::equal and by Derek Mauro · 1 year, 6 months ago
  87. 133360c Add internal interface to determine if a SpinLock is cooperative. by Chris Kennelly · 1 year, 6 months ago
  88. 3bc08b8 Rollback use of --remote_download_minimal on Bazel CI builds by Derek Mauro · 1 year, 6 months ago
  89. 0f11060 absl::string_view: Add support for starts_with() and ends_with() by Derek Mauro · 1 year, 6 months ago
  90. 0378614 Optimize prefetch codegen. by Dmitry Vyukov · 1 year, 6 months ago
  91. 9687a8e Add a template gadget to detect whether a type supports the ostream operator. by Zie Weaver · 1 year, 6 months ago
  92. 7676c56 Rollback: Add sanitizer mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 1 year, 6 months ago
  93. b87875a PR #1546: CMake: Enable CMP0074 so that GTest_ROOT can be specified by Daniel Richard G · 1 year, 6 months ago
  94. 2a18ba7 Add sanitizer mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 1 year, 6 months ago
  95. d368d3d Add iterator invalidation checking for when the hashtable is moved. by Evan Brown · 1 year, 6 months ago
  96. 99bbd7c Add missing headers in raw_hash_map.h. by Evan Brown · 1 year, 7 months ago
  97. 9fb8a38 The current implementation of control by checking on x86 has an unnecessary sign extension after the doing the control byte comparison. Changing the bitmask object by Abseil Team · 1 year, 7 months ago
  98. 5a7fca7 Delete `absl::strings_internal::HasAbslStringify`. by Abseil Team · 1 year, 7 months ago
  99. 18a26f7 Update GoogleTest dependency by Derek Mauro · 1 year, 7 months ago
  100. cb7d5cc Bazel: Use --remote_download_minimal to improve remote cache usage in CI builds by Derek Mauro · 1 year, 7 months ago