aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-28Import of CCTZ from GitHub.Abseil Team
2023-03-27Fix flakiness issues in timing tests.Evan Brown
2023-03-27type_traits: don't use __is_trivially_relocatable with Clang on Windows.Aaron Jacobs
2023-03-27inlined_vector: destroy all types with trivial destructors efficiently.Aaron Jacobs
2023-03-27absl int128: avoid shifting signed integer by a number of bits greater than o...Abseil Team
2023-03-27Import of CCTZ from GitHub.Abseil Team
2023-03-24type_traits: provide a better fallback for is_trivially_relocatable.Abseil Team
2023-03-24inlined_vector: get rid of IsMemcpyOk.Abseil Team
2023-03-24type_traits: touch up the docs for is_trivially_relocatable.Abseil Team
2023-03-24inlined_vector_test: add coverage of moving vectors of unique pointers.Abseil Team
2023-03-24Hash support for std::wstring_view/u16string_view/u32string_viewAbseil Team
2023-03-24type_traits_test: add better coverage of is_trivially_relocatable.Abseil Team
2023-03-24Add a call to handle usage flags in case of unrecognized flagsGennadiy Rozental
2023-03-23Make `ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS` work on MSVCDerek Mauro
2023-03-23Import of CCTZ from GitHub.Abseil Team
2023-03-23Internal Code ChangeAbseil Team
2023-03-21Add an implementation of Waiter that uses std::mutex/std::condition_variableDerek Mauro
2023-03-21Change ParseAbseilFlagsOnly function to include handling of usage flags and e...Gennadiy Rozental
2023-03-20Synchronization: Refactor Waiter to allow us to write testsDerek Mauro
2023-03-20Fix an implicit truncation warning under MSVC 32-bitDerek Mauro
2023-03-20Add missing #include <exception> for std::terminateAbseil Team
2023-03-20Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`Wiktor Garbacz
2023-03-16Increase the timeout of Windows for the kernel timeout tests.Tom Rybka
2023-03-16Define ABSL_HAVE_DATAFLOW_SANITIZERDave MacLachlan
2023-03-16Be more consistent in the documentation and variable declarations for base64 ...Abseil Team
2023-03-15Enhance documentation about absl::Duration integer division, whichAbseil Team
2023-03-15Add StrContainsIgnoreCase() to strings/match.h; all the other case-sensitive ...Greg Falcon
2023-03-15Remove unreleased iterator library from README.mdDerek Mauro
2023-03-15Workaround for MSVC warning that designated initializers are a C++20 featureDerek Mauro
2023-03-15Avoid uninitialized value in call_once implementation.Henner Zeller
2023-03-14Synchronization: Add support for true relative timeouts usingDerek Mauro
2023-03-13Correct semantic and documentation for the ReportUnrecognizedFlags interfaceGennadiy Rozental
2023-03-13Support AbslStringify in absl::Time and absl::Duration.Abseil Team
2023-03-13Synchronization: Change KernelTimeout to always store absoluteDerek Mauro
2023-03-13Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team
2023-03-13Add ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS helper.Chris Kennelly
2023-03-10[absl] Update documentation to reflect hash support for std::wstring, std::u1...Lawrence Wolf-Sonkin
2023-03-09Rollback Mutex relative timeout support because of internal incompatibilityAbseil Team
2023-03-09Improve readability of ::testing::ElementsAre and ::testing::Le in unit tests...Abseil Team
2023-03-09Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...Dave MacLachlan
2023-03-08Merge pull request #1395 from AtariDreams:constCopybara-Service
2023-03-08Introduce two new public APIs for parsing command line flags.Gennadiy Rozental
2023-03-08Synchronization: Add support for true relative timeouts usingDerek Mauro
2023-03-07Use const and static for member functionsRose
2023-03-06Internal Code ChangeAbseil Team
2023-03-06Support lvalue references to incomplete types as `FunctionRef` parameters.Abseil Team
2023-03-02CMake: Install TESTONLY libraries and their dependencies whenDerek Mauro
2023-03-02Use multiple empty generations so that we can detect when iterators from diff...Evan Brown
2023-03-01Change from `ABSL_DLL ABSL_CONST_INIT` to `ABSL_CONST_INIT ABSL_DLL`Derek Mauro
2023-03-01Merge pull request #1409 from georgthegreat:explicit-insertsCopybara-Service