summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* 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
* | The previous code was using `memmove` under the hood (`string::append`).Gravatar Abseil Team2023-06-09
* | Implement GetTID for NACL platform.Gravatar Abseil Team2023-06-09
| * Use InlinedVectorGravatar pateldeev2023-06-08
|/
* Merge pull request #1471 from wenshan1:blan-add-VxWorks-supportGravatar Copybara-Service2023-06-08
|\
* \ Merge pull request #1468 from Romain-Geissler-1A:silence-aligned_storage-warningGravatar Copybara-Service2023-06-07
|\ \
| | * Add VxWorks supportGravatar Bin Lan2023-06-08
* | | Remove redundant redeclarations causing -Wredundant-decls warningsGravatar Derek Mauro2023-06-07
* | | Merge pull request #1458 from juergbi:aixGravatar Copybara-Service2023-06-07
|\ \ \
* | | | Update XML output to properly print special characters. Non printable charact...Gravatar Gennadiy Rozental2023-06-07
| |_|/ |/| |
* | | Import of CCTZ from GitHub.Gravatar Abseil Team2023-06-06
| | * Silence std::aligned_storage warnings in C++23 mode.Gravatar Romain Geissler2023-06-06
* | | Add a unit test that captures the current behavior of formatting of char type...Gravatar Greg Falcon2023-06-05
* | | Import of CCTZ from GitHub.Gravatar Abseil Team2023-06-05
| |/ |/|
* | Lifetime checks for `absl::StrSplit()`Gravatar Abseil Team2023-06-02
* | `absl`: Replace `absl::remove_cv_t<absl::remove_reference_t<T>>` with `absl::...Gravatar Dino Radakovic2023-06-02
* | Adding support for int128 and uint128 flag typesGravatar Abseil Team2023-06-01
* | Merge pull request #1457 from juergbi:time-threadsGravatar Copybara-Service2023-06-01
|\ \
* | | Convert `raw_hash_set` comments from imperative to indicative mood.Gravatar Bradley C. Kuszmaul2023-05-31
* | | Merge pull request #1462 from kuszmaul:fix-typoGravatar Copybara-Service2023-05-31
|\ \ \
* | | | Switch from perror to ABSL_INTERNAL_LOG.Gravatar Abseil Team2023-05-31
* | | | For web assembly, implement WriteToStderr as emscripten_err.Gravatar Abseil Team2023-05-30
| * | | Typo gardeningGravatar Bradley C. Kuszmaul2023-05-30
* | | | Disable the use of the fast GetCurrentTimeNanos() algorithm based onGravatar Derek Mauro2023-05-26
* | | | Add support for stateful allocators to absl::FixedArray.Gravatar Abseil Team2023-05-26
* | | | Implement a better GetTID on Apple platforms, and a better fallback too.Gravatar Andy Getzendanner2023-05-25
* | | | Split absl/hash/hash_test.cc into two filesGravatar Benjamin Barenblat2023-05-25
* | | | Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...Gravatar Andy Getzendanner2023-05-25
* | | | Merge pull request #1454 from niranjan-nilakantan:niranjan-nilakantan/issue1450Gravatar Copybara-Service2023-05-24
|\ \ \ \
* | | | | fill ABSL_INTERNAL_(DISABLE|RESTORE)_DEPRECATED_DECLARATION_WARNING macro for...Gravatar Abseil Team2023-05-24
| | | | * absl/status: Fix build on AIXGravatar Jürg Billeter2023-05-24
| | | | * absl/base: Fix build on AIXGravatar Jürg Billeter2023-05-24
| |_|_|/ |/| | |