- 830dabd Rollback of add a declaration for __cpuid for the IntelLLVM compiler. by Abseil Team · 1 year, 11 months ago
- 051aa98 Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358 by Copybara-Service · 1 year, 11 months ago
- 02d1f5e Import of CCTZ from GitHub. by Abseil Team · 1 year, 11 months ago
- 25d7c2a Fix endianess in FastIntToBuffer by Abseil Team · 1 year, 11 months ago
- 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
- 15d26cd Optimize absl::StrCat for integers by Abseil Team · 1 year, 11 months ago
- aaf81ec Import of CCTZ from GitHub. by Derek Mauro · 1 year, 11 months ago
- bd74871 Add a declaration for __cpuid for the IntelLLVM compiler. by Niranjan Nilakantan · 1 year, 11 months ago
- f6f65f9 Merge pull request #1448 from glandium:clang by Copybara-Service · 1 year, 11 months ago
- 486db28 Use UB impl of launder on when using clang < 8 and c++17 by Mike Hommey · 1 year, 11 months ago
- 07e8b2a Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromDateTime(). by Derek Mauro · 1 year, 11 months ago
- c8b33b0 Add non-public API for internal users by Eric Fiselier · 1 year, 11 months ago
- abe63eb Merge pull request #1290 from jun-sheaf:patch-1 by Copybara-Service · 1 year, 11 months ago
- 34dd639 Mutex: Remove the deprecated absl::RegisterSymbolizer() hook by Derek Mauro · 1 year, 11 months ago
- c15196e Merge pull request #1115 from h-vetinari:dll_targets by Copybara-Service · 1 year, 11 months ago
- df283a2 fix some missing ABSL_INTERNAL_DLL_TARGETS for shared builds by H. Vetinari · 1 year, 11 months ago
- 3aa3377 Fixed Windows DLL builds of test targets by Derek Mauro · 1 year, 11 months ago
- 2526926 Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in optimized builds by Abseil Team · 1 year, 11 months ago
- 67f9650 YuleSimon/SkewedLow: Cleanup/move benchmarks and overload tests. by Laramie Leavitt · 1 year, 11 months ago
- b19ec98 Stop moving an absl::FunctionRef, since the class isn't movable, it by Derek Mauro · 1 year, 11 months ago
- 41aecd0 Add semicolon at the end of the line on code example by Abseil Team · 1 year, 11 months ago
- 4aa4f33 For Bazel builds, mark some of the low-level tests that are dependent by Derek Mauro · 1 year, 11 months ago
- 2662ae4 Add missing dependency on dynamic_annotations to stacktrace, which is needed in some of the by Abseil Team · 1 year, 11 months ago
- 7e22b30 Nop change. by Abseil Team · 1 year, 11 months ago
- 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
- f39f340 Breaks internal code by Abseil Team · 2 years ago
- b2abe7a Make `absl::StatusOr::AssignStatus` public. Recommend against using it outside of generic programming by Dino Radakovic · 2 years ago
- 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
- 2585295 Add lifetimebound attribute to more Abseil container methods and remove them from internal ones. by Abseil Team · 2 years ago
- 20c087a Add lifetimebound attribute to some Abseil containers by Abseil Team · 2 years ago
- 3e9f08d Merge pull request #1441 from Vertexwahn:fix-spelling3 by Copybara-Service · 2 years ago
- d60c3ac Fix spelling mistakes by Vertexwahn · 2 years ago
- 3132b83 Add pointer-stability validation in btree. by Evan Brown · 2 years ago
- c0d58db PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit time_t by Oleg Lyovin · 2 years ago
- 502769b For Bazel builds, mark some of the low-level tests that are dependent by Derek Mauro · 2 years ago
- 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
- 201c426 Merge pull request #1438 from Vertexwahn:fix-spelling by Copybara-Service · 2 years ago
- 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
- 56c5fc6 Introduce IfConstexpr(Else) utilities for use internally in abseil library implementation. by Evan Brown · 2 years ago
- 9c32e50 Fix spelling mistakes by Vertexwahn · 2 years ago
- 65109ec trivial: format some files using clang-format by Patrick Xia · 2 years ago
- 8518869 Merge pull request #1434 from Vertexwahn:fix-spelling by Copybara-Service · 2 years ago
- 421a74d Fix some spelling mistakes by Vertexwahn · 2 years ago
- 4ffaea7 Merge pull request #1416 from AtariDreams:fill by Copybara-Service · 2 years ago
- 0b49f8a Mutex: Remove MSVC 2015 workarounds by Derek Mauro · 2 years ago
- 8bd7178 Adds template specialization for nullptr assertion of absl::AnyInvocable types. by Abseil Team · 2 years ago
- 43e07a0 Fix handling of `CHECK` macros in static analysis tools. by Abseil Team · 2 years ago
- 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
- f8bf909 Support pthread_cond_clockwait() and sem_clockwait() on Android by Derek Mauro · 2 years ago
- 9686b7b Fix flaky test failures. by Evan Brown · 2 years ago
- bc65499 Minor optimization in btree: avoid redundant stores to node->position when constructing nodes. by Evan Brown · 2 years ago
- a26fc02 Prefer copy_n and fill_n over copy and fill where appropriate. by Rose · 2 years ago
- e85868c Unify std type detection now that older compilers are no longer supported by Derek Mauro · 2 years ago
- fb0debf Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros by Martijn Vels · 2 years ago
- 2d04ec1 Add configurability of the log Tag value on Android by Abseil Team · 2 years ago
- 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
- 387e1bf Optional: Remove workaround for lack of support for inheriting constructors by Derek Mauro · 2 years ago
- 2ed3e75 Span: Remove MSVC 2015 workaround by Derek Mauro · 2 years ago
- 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
- 124e4f4 Spell out the meaning of non-reentrant/non-recursive. by Thomas Köppe · 2 years ago
- c5f310d Don't override clock_gettime in the KernelTimeout and Waiter by Derek Mauro · 2 years ago
- c23acb9 Synchronization: Consolidate the logic for whether steady clocks are supported by Derek Mauro · 2 years ago
- 32d314d Set executable bit to the *.bat files by Abseil Team · 2 years ago
- 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
- cb204d6 Replace absl::type_traits_internal::is_trivially_copyable with by Derek Mauro · 2 years ago
- 3a46229 Name anonymous memory allocations on Linux. by Abseil Team · 2 years ago
- 5ad663b inlined_vector: fix incorrect restrictions on the copy constructor fast path. by Aaron Jacobs · 2 years ago
- 156b10f inlined_vector: fix incorrect restrictions on the swap fast path. by Aaron Jacobs · 2 years ago
- 2e47068 inlined_vector: fix incorrect restrictions on the move-assignment fast path. by Aaron Jacobs · 2 years ago
- dd89c56 inlined_vector: relax the requirements on the move-construction fast path. by Aaron Jacobs · 2 years ago
- 2927340 Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASAN by Abseil Team · 2 years ago
- 3ac6009 Add a pull request template by Derek Mauro · 2 years ago
- 1a72ea7 Synchronization: Support true relative timeouts using the POSIX by Derek Mauro · 2 years ago
- 42a3c03 Document that wrapping an empty `std::function` creates a non-empty `AnyInvocable` by Dino Radakovic · 2 years ago
- e73b913 Use stdout for help output even in case of errors. by Gennadiy Rozental · 2 years ago
- 0bc6509 Fix typo in comment by Dino Radakovic · 2 years ago
- a880427 Synchronization: Support true relative timeouts on Apple platforms by Derek Mauro · 2 years ago
- d722803 Add commentary for universal time scale by Abseil Team · 2 years ago
- dc51d35 Raise the MSVC floor to MSVC 2019 (16.0) in accordance with by Derek Mauro · 2 years ago
- c4127a7 Add heterogeneous lookup support for wstring/u16string/u32string. by Abseil Team · 2 years ago
- 88f0473 Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These tests by Derek Mauro · 2 years ago
- 0244af2 Internal cleanup by Abseil Team · 2 years ago
- 486ec29 Release the batch files used to test Abseil with MSVC by Derek Mauro · 2 years ago
- e46a87a Change OnlyLiteralZero to not trigger modernize-use-nullptr by Abseil Team · 2 years ago
- 5102fe1 inlined_vector: optimize the move-assignment fast path. by Aaron Jacobs · 2 years ago
- ea980d1 inlined_vector: stop sharing the memcpy-based move-assignment path. by Aaron Jacobs · 2 years ago
- acfd338 inlined_vector: remove excess restrictions on copy constructor fast path. by Aaron Jacobs · 2 years ago
- 6a37c26 Add clang-cl build by Derek Mauro · 2 years ago
- d6a7cba Add a clang-cl build by Derek Mauro · 2 years ago
- 0b6f000 Clarify code comment to avoid confusion. by Abseil Team · 2 years ago
- d79361f Changes necessary to support clang-cl by Derek Mauro · 2 years ago
- 2d31912 Properly calculate frame sizes on Aarch64 by Abseil Team · 2 years ago
- 61b059f inlined_vector: fix incorrect conditions for move constructor fast paths. by Aaron Jacobs · 2 years ago
- 0d24c40 Import of CCTZ from GitHub. by Abseil Team · 2 years ago
- ed7c1ee Fix flakiness issues in timing tests. by Evan Brown · 2 years ago
- 6b4af24 type_traits: don't use __is_trivially_relocatable with Clang on Windows. by Aaron Jacobs · 2 years ago
- 0dc9430 inlined_vector: destroy all types with trivial destructors efficiently. by Aaron Jacobs · 2 years ago
- 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
- 6596e8e Import of CCTZ from GitHub. by Abseil Team · 2 years ago
- b6a1039 type_traits: provide a better fallback for is_trivially_relocatable. by Abseil Team · 2 years, 1 month ago