summaryrefslogtreecommitdiff
path: root/absl/base
Commit message (Expand)AuthorAge
* Fix throw_delegate_test when using libc++ with shared librariesGravatar Derek Mauro2022-11-10
* Refactor the throw_delegate test into separate test casesGravatar Derek Mauro2022-11-10
* Enforce Visual Studio 2017 (MSVC++ 15.0) minumumGravatar Derek Mauro2022-10-26
* Use the `-l` form for MinGW-specific link dependenciesGravatar Russell Johnston2022-10-15
* Configure ABSL_CACHE_ALIGNED for clang-like and MSVC toolchains.Gravatar Abseil Team2022-10-07
* Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtinsGravatar Copybara-Service2022-10-06
|\
| * Fix more clang deprecated builtinsGravatar Keith Smiley2022-10-04
|/
* Removes the legacy spellings of the thread annotation macros/functionsGravatar Derek Mauro2022-10-03
* `absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...Gravatar Abseil Team2022-09-28
* Split configuration related to cycle clock into separate headersGravatar Abseil Team2022-09-26
* Change the macro ABSL_IS_TRIVIALLY_RELOCATABLE into a type trait - absl::is_t...Gravatar Evan Brown2022-09-20
* Fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Abseil Team2022-09-12
* Fix "unsafe narrowing" warnings in absl, 10/n.Gravatar Abseil Team2022-09-08
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Derek Mauro2022-09-01
* Fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Abseil Team2022-09-01
* Fixed header guards to match style guide conventions.Gravatar Abseil Team2022-08-31
* spinlock.h: Clean up includesGravatar Abseil Team2022-08-24
* Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ...Gravatar Abseil Team2022-08-17
* Delete #include.Gravatar Kim Hyun2022-08-11
* - Fix deprecated header in visual studio version 17.3.0 C++20Gravatar Hyun2022-08-10
* Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl.Gravatar Abseil Team2022-08-05
* Map the absl::is_trivially_* functions to their std implGravatar Abseil Team2022-08-05
* Fix "unsafe narrowing" warnings in absl, 2/n.Gravatar Abseil Team2022-08-01
* Fix "unsafe narrowing" warnings in absl, 1/n.Gravatar Abseil Team2022-07-28
* Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for u...Gravatar Evan Brown2022-07-27
* Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (up...Gravatar Andy Getzendanner2022-07-20
* Move Abseil to C++14 minimumGravatar Derek Mauro2022-07-06
* PR #1197: absl/base/internal/direct_mmap.h: fix musl build on mipsGravatar Fabrice Fontaine2022-06-16
* absl/base/internal/invoke: Ignore bogus warnings on GCC >= 11Gravatar Dino Radakovic2022-06-16
* Reformulate documentation of ABSL_LOCKS_EXCLUDED.Gravatar Abseil Team2022-06-10
* absl/base/internal/invoke.h: Use ABSL_INTERNAL_CPLUSPLUS_LANG for language ve...Gravatar Dino Radakovic2022-06-09
* Fix C++17 constexpr storage deprecation warningsGravatar Derek Mauro2022-06-09
* Optimize SwissMap iteration by another 5-10% for ARMGravatar Abseil Team2022-06-09
* Remove unintended defines from config.hGravatar James Y Knight2022-06-07
* Optimize SwissMap for ARM by 3-8% for all operationsGravatar Abseil Team2022-06-06
* 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
* | Disable tests on some platforms where they currently fail.Gravatar Tom Rybka2022-06-02
* | Stop using sleep timeouts for Linux futex-based SpinLockGravatar Derek Mauro2022-05-31
* | 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
* | 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
* | raw_logging: Extract the inlined no-hook-registered behavior for LogPrefixHoo...Gravatar Andy Getzendanner2022-05-17
* | raw_logging: Document that AbortHook's buffers live for as long as the proces...Gravatar Andy Getzendanner2022-05-05
* | raw_logging: Rename SafeWriteToStderr to indicate what about it is safe (answ...Gravatar Andy Getzendanner2022-05-04
* | raw_logging: Rename LogPrefixHook to reflect the other half of it's job (filt...Gravatar Andy Getzendanner2022-05-04