summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Correct std::optional/variant/any auto-detection for Apple platforms.Gravatar James Y Knight2023-07-06
* Clarify that lazy_emplace returns an iterator to the new element when lookup ...Gravatar Abseil Team2023-07-05
* absl: extend Condition::kTrue commentGravatar Abseil Team2023-07-01
* roll forward: Make data members of CommonFields be private so that it's easie...Gravatar Evan Brown2023-06-30
* rollback: Make data members of CommonFields be private so that it's easier to...Gravatar Evan Brown2023-06-30
* Rolls back use of emscripten_errn as some implementations may not be compatible.Gravatar Abseil Team2023-06-30
* Make data members of CommonFields be private so that it's easier to change ho...Gravatar Evan Brown2023-06-30
* Use new emscripten_errn to avoid copying strings.Gravatar Abseil Team2023-06-29
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-06-29
* Fix symbolization on PowerPC ELF v1Gravatar Benjamin Barenblat2023-06-29
* Support Qualcomm Hexagon DSP targets.Gravatar Abseil Team2023-06-29
* Fix typoGravatar Abseil Team2023-06-29
* Introduce a kTotalMorePrecise accounting mode for Cord::EstimatedMemoryUsage(...Gravatar Abseil Team2023-06-29
* Wrap the Emscripten version macros into an (internal) macro blob for easier c...Gravatar Andy Getzendanner2023-06-28
* Roll forward of CCTZ update; fixed by clang release.Gravatar Abseil Team2023-06-28
* Refactor bit tests to allow for the testing of more typesGravatar Eric Fiselier2023-06-28
* Rollback of CCTZ update due to crash in clang ObjcLink.Gravatar Abseil Team2023-06-28
* Import of CCTZ from GitHub.Gravatar Gennadiy Rozental2023-06-27
* Fix the check for #include <bit>Gravatar Derek Mauro2023-06-26
* AnyInvocable: Use enums instead of ints in initialization overload setGravatar Dino Radakovic2023-06-26
* Add absl::HwasanTagPointer() to allow users to change HWASAN tagsGravatar Abseil Team2023-06-23
* Support for int128 to string type conversion.Gravatar Tsige Solomon2023-06-21
* absl: add a Mutex::Await/LockWhen testGravatar Abseil Team2023-06-20
* absl: fix lint errors in MutexGravatar Abseil Team2023-06-20
* Add missing #include <limits>Gravatar Derek Mauro2023-06-20
* Avoid trying to use __is_trivially_relocatable with NVCCGravatar Derek Mauro2023-06-20
* absl: cosmetic changes for MutexGravatar Abseil Team2023-06-20
* absl: reformat Mutex-related filesGravatar Abseil Team2023-06-20
* Add Nullability annotations to Abseil.Gravatar Abseil Team2023-06-20
* Ensure arrays are 16-byte aligned before casting to uint128Gravatar Abseil Team2023-06-16
* Use std::is_final instead of a non-portable implementationGravatar Derek Mauro2023-06-16
* absl: fix Mutex writer starvation related to uninit priorityGravatar Abseil Team2023-06-16
* absl: move comment in mutex.cc to where it belongsGravatar Abseil Team2023-06-15
* The current aarch64 large-stack frame error handling is unsophisticated,Gravatar Abseil Team2023-06-15
* Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.Gravatar Abseil Team2023-06-15
* Bug fixGravatar Tsige Solomon2023-06-15
* For web assembly, implement raw logging as direct JS console logging.Gravatar Abseil Team2023-06-14
* Remove two_ASCII_digits and replace with a scalar algorithmGravatar Abseil Team2023-06-13
* Functions added: FindLongestCommonSuffix, FindLongestCommonPrefix.Gravatar Tsige Solomon2023-06-12
* Removes unused methods CRC::Empty() and CRC::Concat() from the internalGravatar Abseil Team2023-06-12
* Merge pull request #1475 from anpol:placement-new-array-needs-more-spaceGravatar Copybara-Service2023-06-12
|\
* | Adding more support and testing for int128 and uint128 flags from cl/534444213Gravatar Abseil Team2023-06-12
* | Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.Gravatar Greg Falcon2023-06-12
* | DirectMmap: Use off_t instead of off64_t for the offset parameterGravatar Derek Mauro2023-06-12
| * Fix buffer overflow in a placement `new[]` storage test.Gravatar Andrei Polushin2023-06-12
|/
* Optimize Cord Refcount decrement.Gravatar Connal de Souza2023-06-09
* Merge pull request #1472 from pateldeev:ivGravatar Copybara-Service2023-06-09
|\
* | Fix unwinding through nested signal frames on aarch64.Gravatar Abseil Team2023-06-09
* | StrFormat() simplification: Treat %v unconditionally as %d when formatting in...Gravatar Greg Falcon2023-06-09
* | Import of CCTZ from GitHub.Gravatar Abseil Team2023-06-09