summaryrefslogtreecommitdiff
path: root/absl/strings/internal
Commit message (Expand)AuthorAge
* Merge pull request #1115 from h-vetinari:dll_targetsGravatar Copybara-Service2023-05-15
* Fixed Windows DLL builds of test targetsGravatar Derek Mauro2023-05-12
* Stop moving an absl::FunctionRef, since the class isn't movable, itGravatar Derek Mauro2023-05-09
* Fix spelling mistakesGravatar Vertexwahn2023-05-02
* Merge pull request #1438 from Vertexwahn:fix-spellingGravatar Copybara-Service2023-05-01
|\
| * Fix spelling mistakesGravatar Vertexwahn2023-04-27
|/
* Merge pull request #1434 from Vertexwahn:fix-spellingGravatar Copybara-Service2023-04-25
|\
| * Fix some spelling mistakesGravatar Vertexwahn2023-04-24
|/
* Merge pull request #1416 from AtariDreams:fillGravatar Copybara-Service2023-04-24
|\
| * Prefer copy_n and fill_n over copy and fill where appropriate.Gravatar Rose2023-04-19
|/
* Be more consistent in the documentation and variable declarations for base64 ...Gravatar Abseil Team2023-03-16
* Use const and static for member functionsGravatar Rose2023-03-07
* Remove Workarounds for Old Clang BugGravatar Rose2023-02-14
* Fix missing includes/dependenciesGravatar Derek Mauro2023-02-02
* Make `SanitizerSafeCopy()` constexpr, and check for constant evaluationGravatar Martijn Vels2023-01-25
* Add memory sanitizer to absl::CordGravatar Martijn Vels2023-01-25
* Add missing include and remove unused includesGravatar Derek Mauro2023-01-19
* Only enable cordz on Linux with thread_local supportGravatar Derek Mauro2023-01-19
* Refactor InlineData to allow for memory sanitizer changes step 2Gravatar Martijn Vels2023-01-10
* Replace generic 'base64 encoding' terminology with the specific RFCs they match.Gravatar Abseil Team2023-01-09
* Refactor InlineData to allow for memory sanitizer changes step 1Gravatar Martijn Vels2023-01-09
* Move description of escaping to code that does the escaping rather than the C...Gravatar Abseil Team2023-01-05
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Gravatar Derek Mauro2022-12-22
* 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
* Use a c++14-style constexpr initialization if c++14 constexpr is available.Gravatar Jorg Brown2022-12-02
* Convert the full parser into constexpr now that Abseil requires C++14, and useGravatar Samuel Benzaquen2022-11-29
* 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
* 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
* 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
* Cleanup: Move BitwiseCompare() to InlineData, and make it layout independent.Gravatar Martijn Vels2022-09-29
* Improve the comments on the implementation of format hooks adl tricks.Gravatar Matt Kulukundis2022-09-29
* Allows absl::StrFormat to accept types which implement AbslStringify()Gravatar Abseil Team2022-09-28
* Adds support for "%v" in absl::StrFormat and related functions for bool value...Gravatar Abseil Team2022-09-20
* Explicitly disallows modifiers for use with %v.Gravatar Abseil Team2022-09-20
* Adds support for "%v" in absl::StrFormat and related functions for numeric ty...Gravatar Abseil Team2022-09-15
* Implement correct move constructor and assignment for absl::strings_internal:...Gravatar Andy Getzendanner2022-09-14