summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Rollback because of internal incompatibility.Gravatar Abseil Team2023-02-28
* Fix //absl/{base,debugging:symbolize} build with MingwGravatar Abseil Team2023-02-28
* Eliminate internal ArgvListAction enum.Gravatar Gennadiy Rozental2023-02-27
* Move lambda from ExtractInvoker in AnyInvocable to a separate functionGravatar Abseil Team2023-02-27
* Remove backfills of some type traits that are now fully supportedGravatar Derek Mauro2023-02-27
* Remove extra space in comment.Gravatar Abseil Team2023-02-24
* Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.Gravatar Abseil Team2023-02-24
* Initialize ScopedMockLog.is_triggered_ with false.Gravatar Abseil Team2023-02-23
* Optimize ConvertSpecialToEmptyAndFullToDeleted on ArmGravatar Connal de Souza2023-02-23
* Merge pull request #1393 from AtariDreams:cppGravatar Copybara-Service2023-02-22
|\
* \ Merge pull request #1402 from AtariDreams:workaroundGravatar Copybara-Service2023-02-22
|\ \
* | | Add CalculateBase64EscapeLen variations for the 3 base64 escaping methods (Ba...Gravatar Abseil Team2023-02-22
* | | Merge pull request #1403 from AtariDreams:c++11Gravatar Copybara-Service2023-02-22
|\ \ \
* | | | Fix out of bounds array access when deadlock detector finds exceptionally lar...Gravatar Abseil Team2023-02-22
* | | | Merge pull request #1388 from miladfarca:fix-Read1To3-on-BEGravatar Copybara-Service2023-02-22
|\ \ \ \
| | * | | Resolve TODO: remove C++11 workaroundsGravatar Rose2023-02-22
| |/ / / |/| | |
* | | | Merge pull request #1394 from AtariDreams:constructorsGravatar Copybara-Service2023-02-21
|\ \ \ \
* \ \ \ \ Merge pull request #1401 from AtariDreams:appleGravatar Copybara-Service2023-02-21
|\ \ \ \ \
* | | | | | Refactor swisstable iterator debug messages code. The motivations are (a) dis...Gravatar Evan Brown2023-02-21
* | | | | | absl: fix potential int overflow in ELF readingGravatar Abseil Team2023-02-21
| * | | | | Remove check for apple_build_version for hash workaroundGravatar Rose2023-02-21
|/ / / / /
| | | * / Remove workaround for gcc 5.1Gravatar Rose2023-02-21
| |_|/ / |/| | |
* | | | Merge pull request #1390 from AtariDreams:defaultGravatar Copybara-Service2023-02-17
|\ \ \ \
| | * | | Convert empty constructors to default onesGravatar Rose2023-02-17
| |/ / / |/| | |
* | | | Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-02-17
* | | | Add KernelTimeout methods that convert the timeout to theGravatar Derek Mauro2023-02-16
| | | * Prefer C++ notation over CGravatar Rose2023-02-16
| |_|/ |/| |
| * | Prefer emplace back over push_back where emplace_back is more appropriateGravatar Rose2023-02-16
|/ /
* | std::shared_ptr<T>::unique() is deprecated in C++17 and removed in C++20.Gravatar Abseil Team2023-02-16
| * Fix Read1To3 on big EndianGravatar Milad Fa2023-02-15
|/
* KernelTimeout optimization: Use absl::GetCurrentTimeNanos()Gravatar Derek Mauro2023-02-15
* Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin...Gravatar Martijn Vels2023-02-14
* Make default-constructed swisstable iterators use EmptyGroup() for ctrl_ so t...Gravatar Evan Brown2023-02-14
* Merge pull request #1387 from AtariDreams:patch-1Gravatar Copybara-Service2023-02-14
|\
| * Remove Workarounds for Old Clang BugGravatar Rose2023-02-14
|/
* Merge pull request #1381 from trishvl:masterGravatar Copybara-Service2023-02-13
|\
* | Fix absl/log:stripping_test when ABSL_MIN_LOG_LEVEL is definedGravatar Abseil Team2023-02-13
* | Fix missing constexpr on GetReferenceableValue overloadGravatar Abseil Team2023-02-13
* | Workaround MSan false positive.Gravatar Abseil Team2023-02-10
* | Rewrite KernelTimeout to support both absolute and relative timeoutsGravatar Derek Mauro2023-02-09
* | In sanitizer mode, detect when end iterators from different swisstables are c...Gravatar Evan Brown2023-02-09
* | Add overrides to other functions which call Waiter::GetWaiterGravatar Abseil Team2023-02-08
* | Change implementation of OnlyLiteralZero to only fail if the second overload ...Gravatar Abseil Team2023-02-08
* | Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows.Gravatar Saran Tunyasuvunakool2023-02-07
* | Fix a discrepancy between absl::Hash and absl::HashOf for some negative signe...Gravatar Abseil Team2023-02-06
| * Solving issue with implied SSE when running ARM64ECGravatar Trish Lam2023-02-06
|/
* `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...Gravatar Abseil Team2023-02-03
* Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::StatusOr::emplace()Gravatar Laramie Leavitt2023-02-03
* Fix missing includes/dependenciesGravatar Derek Mauro2023-02-02
* Get rid of tail padding within `absl::Duration`. This reduces memory usage ne...Gravatar Abseil Team2023-02-02