summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Abseil LTS branch, Aug 2023, Patch 1 (#1534)20230802.1Gravatar Derek Mauro2023-09-18
* Cherry pick CCTZ fix for MinGW (#1508)20230802.rc220230802.0Gravatar Derek Mauro2023-08-07
* Apply LTS transformations for 20230802 LTS branch (#1505)20230802.rc1Gravatar Derek Mauro2023-08-02
* Rollback of "Speed up StrAppend by up to 4x."Gravatar Abseil Team2023-08-02
* Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...Gravatar Abseil Team2023-08-01
* Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...Gravatar Abseil Team2023-08-01
* PR #1500: Define MAP_ANONYMOUS if not definedGravatar Ryan Schmidt2023-08-01
* raw_hash_set_test: Expect tsan to catch heap-use-after-free on iterators inva...Gravatar Dino Radakovic2023-08-01
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-08-01
* InlinedVector: Disable CFI checking on the const GetInlinedData() pathGravatar Derek Mauro2023-08-01
* Speed up StrAppend by up to 4x.Gravatar Abseil Team2023-08-01
* Remove deprecated function.Gravatar Abseil Team2023-07-31
* PR #1495: CMake: Link CoreFoundation with -frameworkGravatar Daniel Schürmann2023-07-31
* raw_hash_set_test: Match lowercase "invalid iterator" in death testsGravatar Dino Radakovic2023-07-31
* Refactor raw_hash_set deallocation to pass CommonFields instead of passing th...Gravatar Evan Brown2023-07-27
* InlinedVector: Disable CFI checking during the reinterpret_cast on theGravatar Derek Mauro2023-07-27
* Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageGravatar Abseil Team2023-07-26
* Change the API constraints of erase(const_iterator, const_iterator) so that c...Gravatar Evan Brown2023-07-26
* InlinedVector: Disable CFI checking on GetInlinedData()Gravatar Derek Mauro2023-07-26
* InlinedVector: Fix control-flow-inregrity warning when using a classGravatar Derek Mauro2023-07-25
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-07-25
* `absl/BUILD.bazel`: Make license comment consistent with other bazel build filesGravatar Richard Levasseur2023-07-21
* Add a special case for erase(begin(), end()) to reset the control bytes. The ...Gravatar Evan Brown2023-07-20
* Rename CommonFields::slots_ptr to slot_array to match the name of the corresp...Gravatar Evan Brown2023-07-19
* Add tests for the "%#04x" patternGravatar Phoebe Liang2023-07-18
* Move growth_left to the backing array.Gravatar Evan Brown2023-07-17
* Add Support for mmap on Qualcomm Hexagon DSP targets.Gravatar Abseil Team2023-07-17
* Test that CHECK respects ABSL_MIN_LOG_LEVELGravatar Abseil Team2023-07-14
* Use new emscripten_errn to avoid copying strings.Gravatar Abseil Team2023-07-13
* Adding sw prefetchers to absl::hash.Gravatar Abseil Team2023-07-13
* Add a smaller library for string_view so that users canGravatar Derek Mauro2023-07-11
* Add a comment to absl/flags/parse.cc indicating that the flags defined there ...Gravatar Mark Barolak2023-07-11
* Cleanup `//absl/strings/internal/memutil.h`Gravatar Derek Mauro2023-07-11
* Use an allowlist visibility model for //absl/synchronizationGravatar Derek Mauro2023-07-10
* Fix a typo of absl::Nonnull in the example comment.Gravatar Abseil Team2023-07-10
* Rename `absl::NonNull` to `absl::Nonnull`.Gravatar Abseil Team2023-07-06
* symbolize_test: Add an indirection for getting the PC from function ptr.Gravatar Tom Rybka2023-07-06
* 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