summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * absl: correct the stack trace path on RISCVGravatar Saleem Abdulrasool2022-06-08
| | * Merge pull request #1194 from jwnimmer-tri:default-linkoptsGravatar Copybara-Service2022-06-07
| | |\
| | * | Remove unintended defines from config.hGravatar James Y Knight2022-06-07
| | | * Obey ABSL_DEFAULT_LINKOPTS for all cc_library targetsGravatar Jeremy Nimmer2022-06-06
| | |/
| | * Ignore invalid TZ settings in testsGravatar Benjamin Barenblat2022-06-06
| | * Add ABSL_HARDENING_ASSERTs to CordBuffer::SetLength() andGravatar Derek Mauro2022-06-06
| | * Fix comment typo about absl::Status<T*>Gravatar Derek Mauro2022-06-06
| | * In b-tree, support unassignable value types.Gravatar Evan Brown2022-06-06
| | * Optimize SwissMap for ARM by 3-8% for all operationsGravatar Abseil Team2022-06-06
| | * Release absl::CordBufferGravatar Derek Mauro2022-06-06
| | * InlinedVector: Limit the scope of the maybe-uninitialized warning suppressionGravatar Derek Mauro2022-06-06
| | * Improve the compiler error by removing some noise from it.Gravatar Samuel Benzaquen2022-06-03
| | * Merge pull request #714 from kgotlinux:patch-2Gravatar Copybara-Service2022-06-02
| | |\
| | * | Include proper #includes for POSIX thread identity implementation when using ...Gravatar Andy Getzendanner2022-06-02
| | * | Rework NonsecureURBGBase seed sequence.Gravatar Laramie Leavitt2022-06-02
| | * | Disable tests on some platforms where they currently fail.Gravatar Tom Rybka2022-06-02
| | * | Fixed typo in a comment.Gravatar Abseil Team2022-06-02
| | * | Rollforward of commit ea78ded7a5f999f19a12b71f5a4988f6f819f64f.Gravatar Anqi D2022-05-31
| | * | Add an internal helper for logging (upcoming).Gravatar Greg Falcon2022-05-31
| | * | Merge pull request #1187 from trofi:fix-gcc-13-buildGravatar Copybara-Service2022-05-31
| | |\ \
| | * \ \ Merge pull request #1189 from renau:masterGravatar Copybara-Service2022-05-31
| | |\ \ \
| | * | | | Allow for using b-tree with `value_type`s that can only be constructed by the...Gravatar Evan Brown2022-05-31
| | * | | | Stop using sleep timeouts for Linux futex-based SpinLockGravatar Derek Mauro2022-05-31
| | * | | | Automated rollback of commit f2463433d6c073381df2d9ca8c3d8f53e5ae1362.Gravatar Abseil Team2022-05-31
| | * | | | time.h: Use uint32_t literals for calls to overloaded MakeDurationGravatar Anqi D2022-05-30
| | | * | | Avoid variable shadowing which can be a compile error depending on compile flagsGravatar Jose Renau2022-05-30
| | |/ / /
| | | * / absl/strings/internal/str_format/extension.h: add missing <stdint.h> includeGravatar Sergei Trofimovich2022-05-27
| | |/ /
| * | | Correct pkg-config file generation20210324.2-4Gravatar Benjamin Barenblat2022-05-27
| | * | Fix typos.Gravatar Abseil Team2022-05-27
| | * | Clarify the behaviour of `AssertHeld` and `AssertReaderHeld` when the calling...Gravatar Abseil Team2022-05-27
| | * | Enable __thread on AsyloGravatar Abseil Team2022-05-26
| | * | Add implementation of is_invocable_r to absl::base_internal for C++ < 17, def...Gravatar Dino Radakovic2022-05-26
| | * | Optimize SwissMap iteration for aarch64 by 5-6%Gravatar Abseil Team2022-05-26
| | * | Fix detection of ABSL_HAVE_ELF_MEM_IMAGE on HaikuGravatar Derek Mauro2022-05-25
| | * | Don’t use generator expression to build .pc Libs linesGravatar Benjamin Barenblat2022-05-24
| | * | Update Bazel used on MacOS CIGravatar Derek Mauro2022-05-23
| | * | Import of CCTZ from GitHub.Gravatar Abseil Team2022-05-23
| | * | Cord: workaround a GCC 12.1 bug that triggers a spurious warningGravatar Derek Mauro2022-05-20
| | * | Change workaround for MSVC bug regarding compile-time initialization to trigg...Gravatar Abseil Team2022-05-19
| | * | Don't default to the unscaled cycle clock on any Apple targets.Gravatar Tom Rybka2022-05-19
| | * | Use SSE instructions for prefetch when __builtin_prefetch is unavailableGravatar Derek Mauro2022-05-18
| | * | Replace direct uses of __builtin_prefetch from SwissTable with the wrapper fu...Gravatar Greg Falcon2022-05-18
| | * | Cast away an unused variable to play nice with -Wunused-but-set-variable.Gravatar Abseil Team2022-05-17
| | * | Use NullSafeStringView for const char* args to absl::StrCat, treating null po...Gravatar Dino Radakovic2022-05-17
| | * | raw_logging: Extract the inlined no-hook-registered behavior for LogPrefixHoo...Gravatar Andy Getzendanner2022-05-17
| | * | absl: fix use-after-free in Mutex/CondVarGravatar Abseil Team2022-05-17
| | * | absl: fix live-lock in CondVarGravatar Abseil Team2022-05-17
| | * | Add a stress test for base_internal::ThreadIdentity reuse.Gravatar Abseil Team2022-05-16
| | * | Improve compiler errors for mismatched ParsedFormat inputs.Gravatar Samuel Benzaquen2022-05-13
| | * | Internal changeGravatar Abseil Team2022-05-12