aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Add lifetimebound attribute to some Abseil containersAbseil Team2023-05-038-164/+282
* Merge pull request #1441 from Vertexwahn:fix-spelling3Copybara-Service2023-05-0318-22/+22
|\
| * Fix spelling mistakesVertexwahn2023-05-0218-21/+21
|/
* Add pointer-stability validation in btree.Evan Brown2023-05-022-20/+82
* PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit t...Oleg Lyovin2023-05-021-6/+42
* For Bazel builds, mark some of the low-level tests that are dependentDerek Mauro2023-05-021-0/+2
* Instantiate LogMessage::CopyToEncodedBuffer separately for literals and non-l...Andy Getzendanner2023-05-013-15/+34
* Merge pull request #1438 from Vertexwahn:fix-spellingCopybara-Service2023-05-0121-24/+24
|\
| * Fix spelling mistakesVertexwahn2023-04-2721-22/+22
* | Shrink most LOG callsites by one instruction (SysV x86_64 ABI) by dispatching...Andy Getzendanner2023-04-283-12/+30
* | Introduce IfConstexpr(Else) utilities for use internally in abseil library im...Evan Brown2023-04-284-0/+196
|/
* trivial: format some files using clang-formatPatrick Xia2023-04-273-52/+29
* Merge pull request #1434 from Vertexwahn:fix-spellingCopybara-Service2023-04-2542-65/+66
|\
| * Fix some spelling mistakesVertexwahn2023-04-2442-52/+52
|/
* Merge pull request #1416 from AtariDreams:fillCopybara-Service2023-04-245-10/+8
|\
| * Prefer copy_n and fill_n over copy and fill where appropriate.Rose2023-04-196-10/+11
* | Mutex: Remove MSVC 2015 workaroundsDerek Mauro2023-04-242-0/+125
* | Adds template specialization for nullptr assertion of absl::AnyInvocable ...Abseil Team2023-04-244-0/+30
* | Fix handling of `CHECK` macros in static analysis tools.Abseil Team2023-04-241-0/+6
* | `AbslHashValue()` applied to a C-style array simply decays the array to a poi...Abseil Team2023-04-201-1/+1
* | Support pthread_cond_clockwait() and sem_clockwait() on AndroidDerek Mauro2023-04-202-0/+4
* | Fix flaky test failures.Evan Brown2023-04-201-6/+6
* | Minor optimization in btree: avoid redundant stores to node->position when co...Evan Brown2023-04-201-16/+23
|/
* Unify std type detection now that older compilers are no longer supportedDerek Mauro2023-04-191-40/+11
* Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macrosMartijn Vels2023-04-181-0/+14
* Add configurability of the log Tag value on AndroidAbseil Team2023-04-186-8/+72
* Add an API to clear the saved LogBacktraceAt location, and call it when setti...Andy Getzendanner2023-04-184-20/+43
* Optional: Remove workaround for lack of support for inheriting constructorsDerek Mauro2023-04-141-52/+0
* Span: Remove MSVC 2015 workaroundDerek Mauro2023-04-141-2/+1
* Reland "Get rid of tail padding within `absl::Duration`. This reduces memory ...Abseil Team2023-04-143-20/+106
* Spell out the meaning of non-reentrant/non-recursive.Thomas Köppe2023-04-131-12/+28
* Don't override clock_gettime in the KernelTimeout and WaiterDerek Mauro2023-04-134-8/+17
* Synchronization: Consolidate the logic for whether steady clocks are supportedDerek Mauro2023-04-1212-47/+91
* In debug mode, detect cases of btree comparators that violate transitivity, i...Evan Brown2023-04-124-0/+114
* Replace absl::type_traits_internal::is_trivially_copyable withDerek Mauro2023-04-124-26/+19
* Name anonymous memory allocations on Linux.Abseil Team2023-04-122-0/+34
* inlined_vector: fix incorrect restrictions on the copy constructor fast path.Aaron Jacobs2023-04-111-11/+1
* inlined_vector: fix incorrect restrictions on the swap fast path.Aaron Jacobs2023-04-111-6/+2
* inlined_vector: fix incorrect restrictions on the move-assignment fast path.Aaron Jacobs2023-04-111-14/+3
* inlined_vector: relax the requirements on the move-construction fast path.Aaron Jacobs2023-04-112-33/+20
* Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASANAbseil Team2023-04-101-2/+11
* Synchronization: Support true relative timeouts using the POSIXDerek Mauro2023-04-086-11/+150
* Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...Dino Radakovic2023-04-061-0/+8
* Use stdout for help output even in case of errors.Gennadiy Rozental2023-04-063-8/+31
* Fix typo in commentDino Radakovic2023-04-061-1/+1
* Synchronization: Support true relative timeouts on Apple platformsDerek Mauro2023-04-062-6/+31
* Add commentary for universal time scaleAbseil Team2023-04-041-5/+8
* Raise the MSVC floor to MSVC 2019 (16.0) in accordance withDerek Mauro2023-04-031-3/+3
* Add heterogeneous lookup support for wstring/u16string/u32string.Abseil Team2023-04-032-0/+212
* Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These testsDerek Mauro2023-04-032-45/+0