summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
...
* | | `AbslHashValue()` applied to a C-style array simply decays the array to a poi...Gravatar Abseil Team2023-04-20
* | | Support pthread_cond_clockwait() and sem_clockwait() on AndroidGravatar Derek Mauro2023-04-20
* | | Fix flaky test failures.Gravatar Evan Brown2023-04-20
* | | Minor optimization in btree: avoid redundant stores to node->position when co...Gravatar Evan Brown2023-04-20
| * | Prefer copy_n and fill_n over copy and fill where appropriate.Gravatar Rose2023-04-19
|/ /
* | Unify std type detection now that older compilers are no longer supportedGravatar Derek Mauro2023-04-19
* | Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macrosGravatar Martijn Vels2023-04-18
* | Add configurability of the log Tag value on AndroidGravatar Abseil Team2023-04-18
* | Add an API to clear the saved LogBacktraceAt location, and call it when setti...Gravatar Andy Getzendanner2023-04-18
* | Optional: Remove workaround for lack of support for inheriting constructorsGravatar Derek Mauro2023-04-14
* | Span: Remove MSVC 2015 workaroundGravatar Derek Mauro2023-04-14
* | Reland "Get rid of tail padding within `absl::Duration`. This reduces memory ...Gravatar Abseil Team2023-04-14
* | Spell out the meaning of non-reentrant/non-recursive.Gravatar Thomas Köppe2023-04-13
* | Don't override clock_gettime in the KernelTimeout and WaiterGravatar Derek Mauro2023-04-13
* | Synchronization: Consolidate the logic for whether steady clocks are supportedGravatar Derek Mauro2023-04-12
* | In debug mode, detect cases of btree comparators that violate transitivity, i...Gravatar Evan Brown2023-04-12
* | Replace absl::type_traits_internal::is_trivially_copyable withGravatar Derek Mauro2023-04-12
* | Name anonymous memory allocations on Linux.Gravatar Abseil Team2023-04-12
* | inlined_vector: fix incorrect restrictions on the copy constructor fast path.Gravatar Aaron Jacobs2023-04-11
* | inlined_vector: fix incorrect restrictions on the swap fast path.Gravatar Aaron Jacobs2023-04-11
* | inlined_vector: fix incorrect restrictions on the move-assignment fast path.Gravatar Aaron Jacobs2023-04-11
* | inlined_vector: relax the requirements on the move-construction fast path.Gravatar Aaron Jacobs2023-04-11
* | Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASANGravatar Abseil Team2023-04-10
* | Synchronization: Support true relative timeouts using the POSIXGravatar Derek Mauro2023-04-08
* | Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...Gravatar Dino Radakovic2023-04-06
* | Use stdout for help output even in case of errors.Gravatar Gennadiy Rozental2023-04-06
* | Fix typo in commentGravatar Dino Radakovic2023-04-06
* | Synchronization: Support true relative timeouts on Apple platformsGravatar Derek Mauro2023-04-06
* | Add commentary for universal time scaleGravatar Abseil Team2023-04-04
* | Raise the MSVC floor to MSVC 2019 (16.0) in accordance withGravatar Derek Mauro2023-04-03
* | Add heterogeneous lookup support for wstring/u16string/u32string.Gravatar Abseil Team2023-04-03
* | Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These testsGravatar Derek Mauro2023-04-03
* | Internal cleanupGravatar Abseil Team2023-04-03
* | Change OnlyLiteralZero to not trigger modernize-use-nullptrGravatar Abseil Team2023-04-01
* | inlined_vector: optimize the move-assignment fast path.Gravatar Aaron Jacobs2023-03-31
* | inlined_vector: stop sharing the memcpy-based move-assignment path.Gravatar Aaron Jacobs2023-03-31
* | inlined_vector: remove excess restrictions on copy constructor fast path.Gravatar Aaron Jacobs2023-03-31
* | Add a clang-cl buildGravatar Derek Mauro2023-03-31
* | Clarify code comment to avoid confusion.Gravatar Abseil Team2023-03-30
* | Changes necessary to support clang-clGravatar Derek Mauro2023-03-30
* | Properly calculate frame sizes on Aarch64Gravatar Abseil Team2023-03-30
* | inlined_vector: fix incorrect conditions for move constructor fast paths.Gravatar Aaron Jacobs2023-03-29
* | Import of CCTZ from GitHub.Gravatar Abseil Team2023-03-28
* | Fix flakiness issues in timing tests.Gravatar Evan Brown2023-03-27
* | type_traits: don't use __is_trivially_relocatable with Clang on Windows.Gravatar Aaron Jacobs2023-03-27
* | inlined_vector: destroy all types with trivial destructors efficiently.Gravatar Aaron Jacobs2023-03-27
* | absl int128: avoid shifting signed integer by a number of bits greater than o...Gravatar Abseil Team2023-03-27
* | Import of CCTZ from GitHub.Gravatar Abseil Team2023-03-27
* | type_traits: provide a better fallback for is_trivially_relocatable.Gravatar Abseil Team2023-03-24
* | inlined_vector: get rid of IsMemcpyOk.Gravatar Abseil Team2023-03-24