| Commit message (Expand) | Author | Age |
... | |
* | Document Base64Unescape() padding | Abseil Team | 2022-10-21 |
* | Fix a sign conversion warning. | Abseil Team | 2022-10-19 |
* | Implement function to calculate Damerau-Levenshtein distance between two stri... | Abseil Team | 2022-10-17 |
* | Support stringification of user-defined types in AbslStringify in absl::Subst... | Andy Soffer | 2022-10-14 |
* | Fix "unsafe narrowing" warnings in absl, 12/12. | Abseil Team | 2022-10-13 |
* | Revert change to internal 'Rep', this causes issues for gdb | Martijn Vels | 2022-10-13 |
* | Reorganize InlineData into an inner Rep structure. | Martijn Vels | 2022-10-13 |
* | Change Cord internal layout, which reduces store-load penalties on ARM | Martijn Vels | 2022-10-11 |
* | Fix a bug in StrFormat. This issue would have been caught by any compile-time | Andy Soffer | 2022-10-10 |
* | Adds documentation for stringification extension | Abseil Team | 2022-10-10 |
* | Add clang < 7 to conditions | Randolf J | 2022-10-05 |
* | Merge branch 'abseil:master' into patch-1 | Randolf J | 2022-10-05 |
|\ |
|
| * | Make sinks provided to `AbslStringify()` usable with `absl::Format()`. | Marcin Kowalczyk | 2022-10-05 |
* | | Update charconv.cc | Randolf J | 2022-10-04 |
* | | chore: limit to Clang | Randolf J | 2022-10-04 |
| * | No changes in OSS | Gennadiy Rozental | 2022-10-03 |
| * | Replace the kPower10ExponentTable array with a formula. | Abseil Team | 2022-10-03 |
| * | CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLIC | Abseil Team | 2022-10-03 |
* | | Update charconv.cc | Randolf J | 2022-10-02 |
|/ |
|
* | Allows absl::StrCat to accept types that implement AbslStringify() | Abseil Team | 2022-09-30 |
* | Cleanup: SmallMemmove nullify should also be limited to 15 bytes | Martijn Vels | 2022-09-30 |
* | Cleanup: implement PrependArray and PrependPrecise in terms of InlineData | Martijn Vels | 2022-09-29 |
* | Cleanup: Move BitwiseCompare() to InlineData, and make it layout independent. | Martijn Vels | 2022-09-29 |
* | Change kPower10Table bounds to be half-open | Abseil Team | 2022-09-29 |
* | Cleanup some InlineData internal layout specific details from cord.h | Martijn Vels | 2022-09-29 |
* | Improve the comments on the implementation of format hooks adl tricks. | Matt Kulukundis | 2022-09-29 |
* | Documentation: Remove an obsolete note about the implementation of `Cord`. | Abseil Team | 2022-09-28 |
* | Allows absl::StrFormat to accept types which implement AbslStringify() | Abseil Team | 2022-09-28 |
* | Implement Eisel-Lemire for from_chars<float> | Abseil Team | 2022-09-26 |
* | Adds support for "%v" in absl::StrFormat and related functions for bool value... | Abseil Team | 2022-09-20 |
* | Explicitly disallows modifiers for use with %v. | Abseil Team | 2022-09-20 |
* | Adds support for "%v" in absl::StrFormat and related functions for numeric ty... | Abseil Team | 2022-09-15 |
* | Implement correct move constructor and assignment for absl::strings_internal:... | Andy Getzendanner | 2022-09-14 |
* | Implement Eisel-Lemire for from_chars<double> | Abseil Team | 2022-09-13 |
* | Fix "unsafe narrowing" warnings in absl, 10/n. | Abseil Team | 2022-09-08 |
* | Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended t... | Abseil Team | 2022-09-06 |
* | Refactors checker.h and replaces recursive functions with iterative functions... | Abseil Team | 2022-09-01 |
* | Refactors checker.h to use if statements instead of ternary operators for bet... | Abseil Team | 2022-09-01 |
* | Adds support for "%v" in absl::StrFormat and related functions for string-lik... | Abseil Team | 2022-08-31 |
* | Fixed header guards to match style guide conventions. | Abseil Team | 2022-08-31 |
* | Fix "unsafe narrowing" warnings in absl, 6/n. | Abseil Team | 2022-08-29 |
* | Fix "unsafe narrowing" warnings in absl, 5/n. | Abseil Team | 2022-08-17 |
* | Fix "unsafe narrowing" warnings in absl, 4/n. | Abseil Team | 2022-08-17 |
* | Add more SimpleAtod / SimpleAtof test coverage | Abseil Team | 2022-08-04 |
* | Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.". | Thomas Köppe | 2022-08-04 |
* | Fix "unsafe narrowing" warnings in absl, 4/n. | Abseil Team | 2022-08-04 |
* | Fix "unsafe narrowing" warnings in absl, 1/n. | Abseil Team | 2022-07-28 |
* | Use HTTPS RFC URLs, which work regardless of the browser's locale. | Abseil Team | 2022-07-18 |
* | Internal Cleanup: removing unused internal function declaration. | Martijn Vels | 2022-07-18 |
* | Add GetCustomAppendBuffer method to absl::Cord | Martijn Vels | 2022-07-15 |