summaryrefslogtreecommitdiff
path: root/absl/strings
Commit message (Expand)AuthorAge
* Rollback of "Speed up StrAppend by up to 4x."Gravatar Abseil Team2023-08-02
* Speed up StrAppend by up to 4x.Gravatar Abseil Team2023-08-01
* Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageGravatar Abseil Team2023-07-26
* Add tests for the "%#04x" patternGravatar Phoebe Liang2023-07-18
* Add a smaller library for string_view so that users canGravatar Derek Mauro2023-07-11
* Cleanup `//absl/strings/internal/memutil.h`Gravatar Derek Mauro2023-07-11
* Introduce a kTotalMorePrecise accounting mode for Cord::EstimatedMemoryUsage(...Gravatar Abseil Team2023-06-29
* Remove two_ASCII_digits and replace with a scalar algorithmGravatar Abseil Team2023-06-13
* Functions added: FindLongestCommonSuffix, FindLongestCommonPrefix.Gravatar Tsige Solomon2023-06-12
* 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
* | The previous code was using `memmove` under the hood (`string::append`).Gravatar Abseil Team2023-06-09
| * Use InlinedVectorGravatar pateldeev2023-06-08
|/
* Add a unit test that captures the current behavior of formatting of char type...Gravatar Greg Falcon2023-06-05
* 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
* Fix endianess in FastIntToBufferGravatar Abseil Team2023-05-22
* Optimize absl::StrCat for integersGravatar Abseil Team2023-05-19
* Merge pull request #1290 from jun-sheaf:patch-1Gravatar Copybara-Service2023-05-15
|\
* | 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
|/ /
* | Clarify code comment to avoid confusion.Gravatar Abseil Team2023-03-30
* | Be more consistent in the documentation and variable declarations for base64 ...Gravatar Abseil Team2023-03-16
* | Add StrContainsIgnoreCase() to strings/match.h; all the other case-sensitive ...Gravatar Greg Falcon2023-03-15
* | Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Gravatar Abseil Team2023-03-13
* | Improve readability of ::testing::ElementsAre and ::testing::Le in unit tests...Gravatar Abseil Team2023-03-09
* | Use const and static for member functionsGravatar Rose2023-03-07
* | Internal Code ChangeGravatar Abseil Team2023-03-06
* | Add CalculateBase64EscapeLen variations for the 3 base64 escaping methods (Ba...Gravatar Abseil Team2023-02-22
* | Merge pull request #1403 from AtariDreams:c++11Gravatar Copybara-Service2023-02-22
|\ \
| * | Resolve TODO: remove C++11 workaroundsGravatar Rose2023-02-22
|/ /
* | Remove Workarounds for Old Clang BugGravatar Rose2023-02-14
* | Fix missing includes/dependenciesGravatar Derek Mauro2023-02-02
* | Adds `AbslStringify` support to `absl::Hex` and `absl::Dec`Gravatar Phoebe Liang2023-01-27
* | Add lifetime annotations to AlphaNum.Gravatar Abseil Team2023-01-26
* | Cord does not need its str_format dependencyGravatar Derek Mauro2023-01-26
* | 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