| Commit message (Expand) | Author | Age |
* | Remove Workarounds for Old Clang Bug | Rose | 2023-02-14 |
* | Merge pull request #1381 from trishvl:master | Copybara-Service | 2023-02-13 |
|\ |
|
* | | Fix absl/log:stripping_test when ABSL_MIN_LOG_LEVEL is defined | Abseil Team | 2023-02-13 |
* | | Fix missing constexpr on GetReferenceableValue overload | Abseil Team | 2023-02-13 |
* | | Workaround MSan false positive. | Abseil Team | 2023-02-10 |
* | | Rewrite KernelTimeout to support both absolute and relative timeouts | Derek Mauro | 2023-02-09 |
* | | In sanitizer mode, detect when end iterators from different swisstables are c... | Evan Brown | 2023-02-09 |
* | | Add overrides to other functions which call Waiter::GetWaiter | Abseil Team | 2023-02-08 |
* | | Change implementation of OnlyLiteralZero to only fail if the second overload ... | Abseil Team | 2023-02-08 |
* | | Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows. | Saran Tunyasuvunakool | 2023-02-07 |
* | | Fix a discrepancy between absl::Hash and absl::HashOf for some negative signe... | Abseil Team | 2023-02-06 |
| * | Solving issue with implied SSE when running ARM64EC | Trish Lam | 2023-02-06 |
|/ |
|
* | `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ... | Abseil Team | 2023-02-03 |
* | Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::StatusOr::emplace() | Laramie Leavitt | 2023-02-03 |
* | Fix missing includes/dependencies | Derek Mauro | 2023-02-02 |
* | Get rid of tail padding within `absl::Duration`. This reduces memory usage ne... | Abseil Team | 2023-02-02 |
* | Get rid of tail padding within `absl::Duration`. This reduces memory usage ne... | Abseil Team | 2023-02-02 |
* | Delete unused Futex methods | Derek Mauro | 2023-02-01 |
* | Rollforward: in sanitizer mode, detect when references become invalidated by ... | Evan Brown | 2023-02-01 |
* | Add const qualifier to c_binary_search Sequence. | Abseil Team | 2023-01-31 |
* | Rollback in sanitizer mode, detect when references become invalidated by rand... | Abseil Team | 2023-01-31 |
* | In sanitizer mode, detect when references become invalidated by randomly reha... | Evan Brown | 2023-01-30 |
* | The type of MINSIGSTKSZ is not guaranteed; avoid potential implicit sign conv... | Abseil Team | 2023-01-28 |
* | Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls | Martijn Vels | 2023-01-27 |
* | Adds `AbslStringify` support to `absl::Hex` and `absl::Dec` | Phoebe Liang | 2023-01-27 |
* | Merge pull request #1371 from fahhem:mingw_support | Copybara-Service | 2023-01-26 |
|\ |
|
* | | Introduce Abseil Prefetch API | Martijn Vels | 2023-01-26 |
* | | Add lifetime annotations to AlphaNum. | Abseil Team | 2023-01-26 |
* | | Cord does not need its str_format dependency | Derek Mauro | 2023-01-26 |
* | | Make `SanitizerSafeCopy()` constexpr, and check for constant evaluation | Martijn Vels | 2023-01-25 |
| * | Pass correct flags for mingw to use bcrypt | Fahrzin Hemmati | 2023-01-25 |
| * | Add mingw as a config_setting | Fahrzin Hemmati | 2023-01-25 |
|/ |
|
* | Separate DLL export/import for test helpers dll, and fix typo. | Mike Kruskal | 2023-01-25 |
* | Add memory sanitizer to absl::Cord | Martijn Vels | 2023-01-25 |
* | Fix typo in previous AbseilDLL changes, and enable testing. | Mike Kruskal | 2023-01-24 |
* | Work around GCC -Wuninitialized when initializing a span from an uninitialize... | Andy Getzendanner | 2023-01-24 |
* | Include Abseil logging in windows dll, and add a test helper dll. | Mike Kruskal | 2023-01-24 |
* | Sort CMakeList deps for raw_hash_set and raw_hash_set_test. | Evan Brown | 2023-01-23 |
* | Use const references in Standard Library algorithms range adapters where poss... | Abseil Team | 2023-01-23 |
* | absl: harden stack bounds check | Abseil Team | 2023-01-23 |
* | Fix pkgconfig generation broken by 14abd930c61ef3ad2842f5c6b7ea60693b0d4ff9 | Derek Mauro | 2023-01-22 |
* | Update absl::allocator_traits and absl::pointer_traits to always | Derek Mauro | 2023-01-20 |
* | Add CodegenAbslRawHashSetStringFindNeEnd function, which is useful because th... | Evan Brown | 2023-01-20 |
* | Add absl::is_constant_evaluated for pre-c++20 support | Martijn Vels | 2023-01-20 |
* | absl: add a stack unwinding test | Abseil Team | 2023-01-20 |
* | Update the Abseil minumum GCC version to GCC 7, which is | Derek Mauro | 2023-01-19 |
* | Turn off the new GCC 13 warning for -Wself-move in tests since | Derek Mauro | 2023-01-19 |
* | Add missing include and remove unused includes | Derek Mauro | 2023-01-19 |
* | Doc fix: state that Base64Escape does in fact produce padding. While at it, ... | Abseil Team | 2023-01-19 |
* | Only enable cordz on Linux with thread_local support | Derek Mauro | 2023-01-19 |