aboutsummaryrefslogtreecommitdiff
path: root/absl/base
AgeCommit message (Expand)Author
2023-03-23Make `ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS` work on MSVCDerek Mauro
2023-03-21Add an implementation of Waiter that uses std::mutex/std::condition_variableDerek Mauro
2023-03-20Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`Wiktor Garbacz
2023-03-16Define ABSL_HAVE_DATAFLOW_SANITIZERDave MacLachlan
2023-03-15Avoid uninitialized value in call_once implementation.Henner Zeller
2023-03-13Add ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS helper.Chris Kennelly
2023-03-09Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...Dave MacLachlan
2023-03-01Delete the `Throw()` function from `absl::base_internal`.Devin Jeanpierre
2023-02-28Fix //absl/{base,debugging:symbolize} build with MingwAbseil Team
2023-02-27Remove backfills of some type traits that are now fully supportedDerek Mauro
2023-02-24Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.Abseil Team
2023-02-16Prefer C++ notation over CRose
2023-02-14Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin...Martijn Vels
2023-02-13Merge pull request #1381 from trishvl:masterCopybara-Service
2023-02-06Solving issue with implied SSE when running ARM64ECTrish Lam
2023-02-03`PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...Abseil Team
2023-01-27Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsMartijn Vels
2023-01-26Introduce Abseil Prefetch APIMartijn Vels
2023-01-25Separate DLL export/import for test helpers dll, and fix typo.Mike Kruskal
2023-01-20Add absl::is_constant_evaluated for pre-c++20 supportMartijn Vels
2023-01-19Update the Abseil minumum GCC version to GCC 7, which isDerek Mauro
2023-01-10Rollback of PR #1349: direct_mmap: Use off_t on linux...Abseil Team
2023-01-06Merge pull request #1349 from kraj:remove-off64_tCopybara-Service
2023-01-04Remove ABSL_INTERNAL_UNREACHABLEDerek Mauro
2022-12-28direct_mmap: Use off_t on linuxKhem Raj
2022-12-28Add a comment about the layout of the fields in ThreadIdentityAbseil Team
2022-12-22Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Derek Mauro
2022-12-22Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warningDerek Mauro
2022-12-21Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLEDerek Mauro
2022-12-20Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or...Abseil Team
2022-11-10Fix throw_delegate_test when using libc++ with shared librariesDerek Mauro
2022-11-10Refactor the throw_delegate test into separate test casesDerek Mauro
2022-10-26Enforce Visual Studio 2017 (MSVC++ 15.0) minumumDerek Mauro
2022-10-15Use the `-l` form for MinGW-specific link dependenciesRussell Johnston
2022-10-07Configure ABSL_CACHE_ALIGNED for clang-like and MSVC toolchains.Abseil Team
2022-10-06Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtinsCopybara-Service
2022-10-04Fix more clang deprecated builtinsKeith Smiley
2022-10-03Removes the legacy spellings of the thread annotation macros/functionsDerek Mauro
2022-09-28`absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...Abseil Team
2022-09-26Split configuration related to cycle clock into separate headersAbseil Team
2022-09-20Change the macro ABSL_IS_TRIVIALLY_RELOCATABLE into a type trait - absl::is_t...Evan Brown
2022-09-12Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team
2022-09-08Fix "unsafe narrowing" warnings in absl, 10/n.Abseil Team
2022-09-01Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Derek Mauro
2022-09-01Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team
2022-08-31Fixed header guards to match style guide conventions.Abseil Team
2022-08-24spinlock.h: Clean up includesAbseil Team
2022-08-17Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ...Abseil Team
2022-08-11Delete #include.Kim Hyun
2022-08-10- Fix deprecated header in visual studio version 17.3.0 C++20Hyun