1. 830dabd Rollback of add a declaration for __cpuid for the IntelLLVM compiler. by Abseil Team · 1 year, 11 months ago
  2. 051aa98 Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358 by Copybara-Service · 1 year, 11 months ago
  3. 02d1f5e Import of CCTZ from GitHub. by Abseil Team · 1 year, 11 months ago
  4. 25d7c2a Fix endianess in FastIntToBuffer by Abseil Team · 1 year, 11 months ago
  5. 68be731 Rename ABSL_*_IMPL macros to match the other ABSL_LOG_INTERNAL_* macros and to make sure it's clear that they're internal. by Andy Getzendanner · 1 year, 11 months ago
  6. 15d26cd Optimize absl::StrCat for integers by Abseil Team · 1 year, 11 months ago
  7. aaf81ec Import of CCTZ from GitHub. by Derek Mauro · 1 year, 11 months ago
  8. bd74871 Add a declaration for __cpuid for the IntelLLVM compiler. by Niranjan Nilakantan · 1 year, 11 months ago
  9. f6f65f9 Merge pull request #1448 from glandium:clang by Copybara-Service · 1 year, 11 months ago
  10. 486db28 Use UB impl of launder on when using clang < 8 and c++17 by Mike Hommey · 1 year, 11 months ago
  11. 07e8b2a Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromDateTime(). by Derek Mauro · 1 year, 11 months ago
  12. c8b33b0 Add non-public API for internal users by Eric Fiselier · 1 year, 11 months ago
  13. abe63eb Merge pull request #1290 from jun-sheaf:patch-1 by Copybara-Service · 1 year, 11 months ago
  14. 34dd639 Mutex: Remove the deprecated absl::RegisterSymbolizer() hook by Derek Mauro · 1 year, 11 months ago
  15. c15196e Merge pull request #1115 from h-vetinari:dll_targets by Copybara-Service · 1 year, 11 months ago
  16. df283a2 fix some missing ABSL_INTERNAL_DLL_TARGETS for shared builds by H. Vetinari · 1 year, 11 months ago
  17. 3aa3377 Fixed Windows DLL builds of test targets by Derek Mauro · 1 year, 11 months ago
  18. 2526926 Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in optimized builds by Abseil Team · 1 year, 11 months ago
  19. 67f9650 YuleSimon/SkewedLow: Cleanup/move benchmarks and overload tests. by Laramie Leavitt · 1 year, 11 months ago
  20. b19ec98 Stop moving an absl::FunctionRef, since the class isn't movable, it by Derek Mauro · 1 year, 11 months ago
  21. 41aecd0 Add semicolon at the end of the line on code example by Abseil Team · 1 year, 11 months ago
  22. 4aa4f33 For Bazel builds, mark some of the low-level tests that are dependent by Derek Mauro · 1 year, 11 months ago
  23. 2662ae4 Add missing dependency on dynamic_annotations to stacktrace, which is needed in some of the by Abseil Team · 1 year, 11 months ago
  24. 7e22b30 Nop change. by Abseil Team · 1 year, 11 months ago
  25. 419b54d Make `absl::StatusOr::AssignStatus` public. Recommend against using it outside of generic programming (attempt #2 after internal fix) by Dino Radakovic · 2 years ago
  26. f39f340 Breaks internal code by Abseil Team · 2 years ago
  27. b2abe7a Make `absl::StatusOr::AssignStatus` public. Recommend against using it outside of generic programming by Dino Radakovic · 2 years ago
  28. 3d604bc Add tests for btrees in which slot_type is overaligned and slot_type is equal to field_type. by Evan Brown · 2 years ago
  29. 2585295 Add lifetimebound attribute to more Abseil container methods and remove them from internal ones. by Abseil Team · 2 years ago
  30. 20c087a Add lifetimebound attribute to some Abseil containers by Abseil Team · 2 years ago
  31. 3e9f08d Merge pull request #1441 from Vertexwahn:fix-spelling3 by Copybara-Service · 2 years ago
  32. d60c3ac Fix spelling mistakes by Vertexwahn · 2 years ago
  33. 3132b83 Add pointer-stability validation in btree. by Evan Brown · 2 years ago
  34. c0d58db PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit time_t by Oleg Lyovin · 2 years ago
  35. 502769b For Bazel builds, mark some of the low-level tests that are dependent by Derek Mauro · 2 years ago
  36. 61cac1f Instantiate LogMessage::CopyToEncodedBuffer separately for literals and non-literals to save an instruction at each operator<<(string) callsite. by Andy Getzendanner · 2 years ago
  37. 201c426 Merge pull request #1438 from Vertexwahn:fix-spelling by Copybara-Service · 2 years ago
  38. e9a7eea Shrink most LOG callsites by one instruction (SysV x86_64 ABI) by dispatching to per-severity constructors and omitting the severity argument. by Andy Getzendanner · 2 years ago
  39. 56c5fc6 Introduce IfConstexpr(Else) utilities for use internally in abseil library implementation. by Evan Brown · 2 years ago
  40. 9c32e50 Fix spelling mistakes by Vertexwahn · 2 years ago
  41. 65109ec trivial: format some files using clang-format by Patrick Xia · 2 years ago
  42. 8518869 Merge pull request #1434 from Vertexwahn:fix-spelling by Copybara-Service · 2 years ago
  43. 421a74d Fix some spelling mistakes by Vertexwahn · 2 years ago
  44. 4ffaea7 Merge pull request #1416 from AtariDreams:fill by Copybara-Service · 2 years ago
  45. 0b49f8a Mutex: Remove MSVC 2015 workarounds by Derek Mauro · 2 years ago
  46. 8bd7178 Adds template specialization for nullptr assertion of absl::AnyInvocable types. by Abseil Team · 2 years ago
  47. 43e07a0 Fix handling of `CHECK` macros in static analysis tools. by Abseil Team · 2 years ago
  48. 70af93e `AbslHashValue()` applied to a C-style array simply decays the array to a pointer and hashes that, which is very unlikely to be what the author intended. by Abseil Team · 2 years ago
  49. f8bf909 Support pthread_cond_clockwait() and sem_clockwait() on Android by Derek Mauro · 2 years ago
  50. 9686b7b Fix flaky test failures. by Evan Brown · 2 years ago
  51. bc65499 Minor optimization in btree: avoid redundant stores to node->position when constructing nodes. by Evan Brown · 2 years ago
  52. a26fc02 Prefer copy_n and fill_n over copy and fill where appropriate. by Rose · 2 years ago
  53. e85868c Unify std type detection now that older compilers are no longer supported by Derek Mauro · 2 years ago
  54. fb0debf Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros by Martijn Vels · 2 years ago
  55. 2d04ec1 Add configurability of the log Tag value on Android by Abseil Team · 2 years ago
  56. f361836 Add an API to clear the saved LogBacktraceAt location, and call it when setting an empty or invalid flag value. by Andy Getzendanner · 2 years ago
  57. 387e1bf Optional: Remove workaround for lack of support for inheriting constructors by Derek Mauro · 2 years ago
  58. 2ed3e75 Span: Remove MSVC 2015 workaround by Derek Mauro · 2 years ago
  59. bce5bec Reland "Get rid of tail padding within `absl::Duration`. This reduces memory usage needs when storing duration in containers (e.g. `vector<absl::Duration>` uses 25% less memory), and allows classes with `absl::Duration` fields to fit other stuff in memory previously used by tail padding (e.g. `std::optional<absl::Duration>` is now 16 bytes instead of 24)." by Abseil Team · 2 years ago
  60. 124e4f4 Spell out the meaning of non-reentrant/non-recursive. by Thomas Köppe · 2 years ago
  61. c5f310d Don't override clock_gettime in the KernelTimeout and Waiter by Derek Mauro · 2 years ago
  62. c23acb9 Synchronization: Consolidate the logic for whether steady clocks are supported by Derek Mauro · 2 years ago
  63. 32d314d Set executable bit to the *.bat files by Abseil Team · 2 years ago
  64. 2126f02 In debug mode, detect cases of btree comparators that violate transitivity, i.e. comp(A,B) && comp(B,C) -> comp(A,C). by Evan Brown · 2 years ago
  65. cb204d6 Replace absl::type_traits_internal::is_trivially_copyable with by Derek Mauro · 2 years ago
  66. 3a46229 Name anonymous memory allocations on Linux. by Abseil Team · 2 years ago
  67. 5ad663b inlined_vector: fix incorrect restrictions on the copy constructor fast path. by Aaron Jacobs · 2 years ago
  68. 156b10f inlined_vector: fix incorrect restrictions on the swap fast path. by Aaron Jacobs · 2 years ago
  69. 2e47068 inlined_vector: fix incorrect restrictions on the move-assignment fast path. by Aaron Jacobs · 2 years ago
  70. dd89c56 inlined_vector: relax the requirements on the move-construction fast path. by Aaron Jacobs · 2 years ago
  71. 2927340 Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASAN by Abseil Team · 2 years ago
  72. 3ac6009 Add a pull request template by Derek Mauro · 2 years ago
  73. 1a72ea7 Synchronization: Support true relative timeouts using the POSIX by Derek Mauro · 2 years ago
  74. 42a3c03 Document that wrapping an empty `std::function` creates a non-empty `AnyInvocable` by Dino Radakovic · 2 years ago
  75. e73b913 Use stdout for help output even in case of errors. by Gennadiy Rozental · 2 years ago
  76. 0bc6509 Fix typo in comment by Dino Radakovic · 2 years ago
  77. a880427 Synchronization: Support true relative timeouts on Apple platforms by Derek Mauro · 2 years ago
  78. d722803 Add commentary for universal time scale by Abseil Team · 2 years ago
  79. dc51d35 Raise the MSVC floor to MSVC 2019 (16.0) in accordance with by Derek Mauro · 2 years ago
  80. c4127a7 Add heterogeneous lookup support for wstring/u16string/u32string. by Abseil Team · 2 years ago
  81. 88f0473 Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These tests by Derek Mauro · 2 years ago
  82. 0244af2 Internal cleanup by Abseil Team · 2 years ago
  83. 486ec29 Release the batch files used to test Abseil with MSVC by Derek Mauro · 2 years ago
  84. e46a87a Change OnlyLiteralZero to not trigger modernize-use-nullptr by Abseil Team · 2 years ago
  85. 5102fe1 inlined_vector: optimize the move-assignment fast path. by Aaron Jacobs · 2 years ago
  86. ea980d1 inlined_vector: stop sharing the memcpy-based move-assignment path. by Aaron Jacobs · 2 years ago
  87. acfd338 inlined_vector: remove excess restrictions on copy constructor fast path. by Aaron Jacobs · 2 years ago
  88. 6a37c26 Add clang-cl build by Derek Mauro · 2 years ago
  89. d6a7cba Add a clang-cl build by Derek Mauro · 2 years ago
  90. 0b6f000 Clarify code comment to avoid confusion. by Abseil Team · 2 years ago
  91. d79361f Changes necessary to support clang-cl by Derek Mauro · 2 years ago
  92. 2d31912 Properly calculate frame sizes on Aarch64 by Abseil Team · 2 years ago
  93. 61b059f inlined_vector: fix incorrect conditions for move constructor fast paths. by Aaron Jacobs · 2 years ago
  94. 0d24c40 Import of CCTZ from GitHub. by Abseil Team · 2 years ago
  95. ed7c1ee Fix flakiness issues in timing tests. by Evan Brown · 2 years ago
  96. 6b4af24 type_traits: don't use __is_trivially_relocatable with Clang on Windows. by Aaron Jacobs · 2 years ago
  97. 0dc9430 inlined_vector: destroy all types with trivial destructors efficiently. by Aaron Jacobs · 2 years ago
  98. 0390de9 absl int128: avoid shifting signed integer by a number of bits greater than or equal to the precision of the operand by Abseil Team · 2 years ago
  99. 6596e8e Import of CCTZ from GitHub. by Abseil Team · 2 years ago
  100. b6a1039 type_traits: provide a better fallback for is_trivially_relocatable. by Abseil Team · 2 years, 1 month ago