summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Synchronization: Support true relative timeouts using the POSIXGravatar Derek Mauro2023-04-08
* Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...Gravatar Dino Radakovic2023-04-06
* Use stdout for help output even in case of errors.Gravatar Gennadiy Rozental2023-04-06
* Fix typo in commentGravatar Dino Radakovic2023-04-06
* Synchronization: Support true relative timeouts on Apple platformsGravatar Derek Mauro2023-04-06
* Add commentary for universal time scaleGravatar Abseil Team2023-04-04
* Raise the MSVC floor to MSVC 2019 (16.0) in accordance withGravatar Derek Mauro2023-04-03
* Add heterogeneous lookup support for wstring/u16string/u32string.Gravatar Abseil Team2023-04-03
* Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These testsGravatar Derek Mauro2023-04-03
* Internal cleanupGravatar Abseil Team2023-04-03
* Change OnlyLiteralZero to not trigger modernize-use-nullptrGravatar Abseil Team2023-04-01
* inlined_vector: optimize the move-assignment fast path.Gravatar Aaron Jacobs2023-03-31
* inlined_vector: stop sharing the memcpy-based move-assignment path.Gravatar Aaron Jacobs2023-03-31
* inlined_vector: remove excess restrictions on copy constructor fast path.Gravatar Aaron Jacobs2023-03-31
* Add a clang-cl buildGravatar Derek Mauro2023-03-31
* Clarify code comment to avoid confusion.Gravatar Abseil Team2023-03-30
* Changes necessary to support clang-clGravatar Derek Mauro2023-03-30
* Properly calculate frame sizes on Aarch64Gravatar Abseil Team2023-03-30
* inlined_vector: fix incorrect conditions for move constructor fast paths.Gravatar Aaron Jacobs2023-03-29
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-03-28
* Fix flakiness issues in timing tests.Gravatar Evan Brown2023-03-27
* type_traits: don't use __is_trivially_relocatable with Clang on Windows.Gravatar Aaron Jacobs2023-03-27
* inlined_vector: destroy all types with trivial destructors efficiently.Gravatar Aaron Jacobs2023-03-27
* absl int128: avoid shifting signed integer by a number of bits greater than o...Gravatar Abseil Team2023-03-27
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-03-27
* type_traits: provide a better fallback for is_trivially_relocatable.Gravatar Abseil Team2023-03-24
* inlined_vector: get rid of IsMemcpyOk.Gravatar Abseil Team2023-03-24
* type_traits: touch up the docs for is_trivially_relocatable.Gravatar Abseil Team2023-03-24
* inlined_vector_test: add coverage of moving vectors of unique pointers.Gravatar Abseil Team2023-03-24
* Hash support for std::wstring_view/u16string_view/u32string_viewGravatar Abseil Team2023-03-24
* type_traits_test: add better coverage of is_trivially_relocatable.Gravatar Abseil Team2023-03-24
* Add a call to handle usage flags in case of unrecognized flagsGravatar Gennadiy Rozental2023-03-24
* Make `ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS` work on MSVCGravatar Derek Mauro2023-03-23
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-03-23
* Internal Code ChangeGravatar Abseil Team2023-03-23
* Add an implementation of Waiter that uses std::mutex/std::condition_variableGravatar Derek Mauro2023-03-21
* Change ParseAbseilFlagsOnly function to include handling of usage flags and e...Gravatar Gennadiy Rozental2023-03-21
* Synchronization: Refactor Waiter to allow us to write testsGravatar Derek Mauro2023-03-20
* Fix an implicit truncation warning under MSVC 32-bitGravatar Derek Mauro2023-03-20
* Add missing #include <exception> for std::terminateGravatar Abseil Team2023-03-20
* Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`Gravatar Wiktor Garbacz2023-03-20
* Increase the timeout of Windows for the kernel timeout tests.Gravatar Tom Rybka2023-03-16
* Define ABSL_HAVE_DATAFLOW_SANITIZERGravatar Dave MacLachlan2023-03-16
* Be more consistent in the documentation and variable declarations for base64 ...Gravatar Abseil Team2023-03-16
* Enhance documentation about absl::Duration integer division, whichGravatar Abseil Team2023-03-15
* Add StrContainsIgnoreCase() to strings/match.h; all the other case-sensitive ...Gravatar Greg Falcon2023-03-15
* Workaround for MSVC warning that designated initializers are a C++20 featureGravatar Derek Mauro2023-03-15
* Avoid uninitialized value in call_once implementation.Gravatar Henner Zeller2023-03-15
* Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-03-14
* Correct semantic and documentation for the ReportUnrecognizedFlags interfaceGravatar Gennadiy Rozental2023-03-13