summaryrefslogtreecommitdiff
path: root/absl/strings
Commit message (Expand)AuthorAge
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Gravatar Derek Mauro2022-12-22
* Remove obsolete RFC 3548 from escaping.cc's Base64UnescapeInternal. (Note tha...Gravatar Abseil Team2022-12-12
* Allow Cord to store chunked checksumsGravatar Derek Mauro2022-12-11
* Fixes issue where AbslStringify() breaks formatting with %d for enumsGravatar Phoebe Liang2022-12-07
* Remove possible UB from CopyRaw()Gravatar Martijn Vels2022-12-07
* Add AbslStringify support for enum types in Substitute.Gravatar Abseil Team2022-12-02
* Use a c++14-style constexpr initialization if c++14 constexpr is available.Gravatar Jorg Brown2022-12-02
* Reorder base64 unescape methods to be below the escaping methods.Gravatar Abseil Team2022-11-30
* Convert the full parser into constexpr now that Abseil requires C++14, and useGravatar Samuel Benzaquen2022-11-29
* Removing trailing period that can confuse a url in str_format.h.Gravatar Abseil Team2022-11-22
* Document the WebSafe* and *WithPadding variants more concisely, as deltas fro...Gravatar Abseil Team2022-11-21
* Updated documentation on use of %vGravatar Tom Manshreck2022-11-15
* Add support for enum types with AbslStringifyGravatar Abseil Team2022-11-09
* Support logging of user-defined types that implement `AbslStringify()`Gravatar Phoebe Liang2022-11-02
* Fix -Wimplicit-int-conversion.Gravatar Abseil Team2022-11-02
* Cord: Avoid leaking a node if SetExpectedChecksum() is called on anGravatar Derek Mauro2022-11-01
* Support empty Cords with an expected checksumGravatar Derek Mauro2022-10-28
* Move internal details from one source file to another more appropriate sourceGravatar Andy Soffer2022-10-27
* Removes `PutPaddedString()` functionGravatar Phoebe Liang2022-10-27
* Return uint8_t from CappedDamerauLevenshteinDistance.Gravatar Abseil Team2022-10-27
* Document Base64Unescape() paddingGravatar Abseil Team2022-10-21
* Fix a sign conversion warning.Gravatar Abseil Team2022-10-19
* Implement function to calculate Damerau-Levenshtein distance between two stri...Gravatar Abseil Team2022-10-17
* Support stringification of user-defined types in AbslStringify in absl::Subst...Gravatar Andy Soffer2022-10-14
* Fix "unsafe narrowing" warnings in absl, 12/12.Gravatar Abseil Team2022-10-13
* Revert change to internal 'Rep', this causes issues for gdbGravatar Martijn Vels2022-10-13
* Reorganize InlineData into an inner Rep structure.Gravatar Martijn Vels2022-10-13
* Change Cord internal layout, which reduces store-load penalties on ARMGravatar Martijn Vels2022-10-11
* Fix a bug in StrFormat. This issue would have been caught by any compile-timeGravatar Andy Soffer2022-10-10
* Adds documentation for stringification extensionGravatar Abseil Team2022-10-10
* Add clang < 7 to conditionsGravatar Randolf J2022-10-05
* Merge branch 'abseil:master' into patch-1Gravatar Randolf J2022-10-05
|\
| * Make sinks provided to `AbslStringify()` usable with `absl::Format()`.Gravatar Marcin Kowalczyk2022-10-05
* | Update charconv.ccGravatar Randolf J2022-10-04
* | chore: limit to ClangGravatar Randolf J2022-10-04
| * No changes in OSSGravatar Gennadiy Rozental2022-10-03
| * Replace the kPower10ExponentTable array with a formula.Gravatar Abseil Team2022-10-03
| * CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLICGravatar Abseil Team2022-10-03
* | Update charconv.ccGravatar Randolf J2022-10-02
|/
* Allows absl::StrCat to accept types that implement AbslStringify()Gravatar Abseil Team2022-09-30
* Cleanup: SmallMemmove nullify should also be limited to 15 bytesGravatar Martijn Vels2022-09-30
* Cleanup: implement PrependArray and PrependPrecise in terms of InlineDataGravatar Martijn Vels2022-09-29
* Cleanup: Move BitwiseCompare() to InlineData, and make it layout independent.Gravatar Martijn Vels2022-09-29
* Change kPower10Table bounds to be half-openGravatar Abseil Team2022-09-29
* Cleanup some InlineData internal layout specific details from cord.hGravatar Martijn Vels2022-09-29
* Improve the comments on the implementation of format hooks adl tricks.Gravatar Matt Kulukundis2022-09-29
* Documentation: Remove an obsolete note about the implementation of `Cord`.Gravatar Abseil Team2022-09-28
* Allows absl::StrFormat to accept types which implement AbslStringify()Gravatar Abseil Team2022-09-28
* Implement Eisel-Lemire for from_chars<float>Gravatar Abseil Team2022-09-26
* Adds support for "%v" in absl::StrFormat and related functions for bool value...Gravatar Abseil Team2022-09-20