summaryrefslogtreecommitdiff
path: root/absl/strings/internal
Commit message (Expand)AuthorAge
* Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageGravatar Abseil Team2023-07-26
* Cleanup `//absl/strings/internal/memutil.h`Gravatar Derek Mauro2023-07-11
* Remove two_ASCII_digits and replace with a scalar algorithmGravatar Abseil Team2023-06-13
* Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.Gravatar Greg Falcon2023-06-12
* Optimize Cord Refcount decrement.Gravatar Connal de Souza2023-06-09
* Merge pull request #1472 from pateldeev:ivGravatar Copybara-Service2023-06-09
|\
* | StrFormat() simplification: Treat %v unconditionally as %d when formatting in...Gravatar Greg Falcon2023-06-09
| * Use InlinedVectorGravatar pateldeev2023-06-08
|/
* Lifetime checks for `absl::StrSplit()`Gravatar Abseil Team2023-06-02
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Gravatar Andy Getzendanner2023-05-23
* CI: Move the GCC-latest testing to GCC 13.1 on LinuxGravatar Derek Mauro2023-05-22
* 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