aboutsummaryrefslogtreecommitdiff
path: root/absl/strings
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize integer-to-string conversionsAbseil Team2024-01-046-200/+759
* Correct nullability annotations on MakeNanAbseil Team2024-01-041-2/+2
* Avoid a empty library build failure on Apple platformsDerek Mauro2024-01-031-0/+18
* Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...Abseil Team2023-12-281-6/+12
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2023-12-202-5/+65
* Added ByAsciiWhitespace to str_split library.Abseil Team2023-12-203-0/+63
* Add a pragma to disable a stringop-overflow warning for GCC12+Abseil Team2023-12-181-0/+8
* Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report.Abseil Team2023-12-142-61/+5
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2023-12-142-5/+61
* Add nullability annotationsDmitri Gribenko2023-12-1123-381/+525
* Fixing a comment to be correct with the current code.Abseil Team2023-12-061-2/+2
* Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().Abseil Team2023-12-0514-107/+608
* Update documentation to reflect best practices (prefer brace initialization)Abseil Team2023-11-271-3/+3
* Fixed a very small typo in the Cord::empty() docstring.Abseil Team2023-11-141-1/+1
* Add new benchmark for integer `StrAppend`Abseil Team2023-11-131-1/+23
* Doc fix.Abseil Team2023-11-031-2/+2
* Optimize memcasecmp. Benchmarks shows slight improvement.Ilya Tokar2023-10-301-4/+12
* Fix an unreachable code warning on some platformsDerek Mauro2023-10-301-2/+9
* Fix a typo.Abseil Team2023-10-241-1/+1
* Add `AbslStringify()` support to `absl::Cord`Abseil Team2023-10-243-0/+16
* Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpp...Abseil Team2023-10-232-11/+29
* absl::string_view: Add support for starts_with() and ends_with()Derek Mauro2023-10-202-1/+123
* Add a template gadget to detect whether a type supports the ostream operator.Zie Weaver2023-10-185-0/+137
* Delete `absl::strings_internal::HasAbslStringify`.Abseil Team2023-10-123-46/+0
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+63
* Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation.Abseil Team2023-10-061-13/+13
* Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `ab...Abseil Team2023-09-222-0/+9
* Additional StrCat microbenchmarks.Abseil Team2023-09-191-0/+29
* Remove unused internal function `InlineRep::empty()` which has misleading sem...Abseil Team2023-09-141-3/+0
* Make `HasAbslStringify` public.Abseil Team2023-09-138-33/+147
* Fixes StrCat() performance regression when not using libc++Derek Mauro2023-09-111-3/+20
* Doc fix.Abseil Team2023-09-111-1/+1
* Remove CordRepRing experiment.Martijn Vels2023-09-0814-3343/+5
* Fix strict weak ordering in convert_test.ccAbseil Team2023-09-081-2/+11
* Revise a comment regarding casting `memchr()`'s return type. The original com...Abseil Team2023-08-311-3/+2
* Remove unused ReservedFlag.Tomas Dzetkulic2023-08-301-27/+9
* Speed up `FastIntToBuffer`.Abseil Team2023-08-252-68/+94
* Add absl::CharSet.Abseil Team2023-08-238-371/+418
* Check CRC cordrep child nodes for nullptr.Martijn Vels2023-08-182-17/+53
* StrCat: do not use intermediate buffer when result fits in SSO.Abseil Team2023-08-173-0/+91
* Implement `Cord::Find()` and `Cord::Contains()`Abseil Team2023-08-163-7/+297
* Speed up kTotalMorePrecise mode of Cord::EstimatedMemoryUsage() by about 25% ...Abseil Team2023-08-141-2/+1
* Add ATTRIBUTE_LIFETIME_BOUND to Cord iterator methodsAbseil Team2023-08-101-6/+6
* Eliminate redundant code branch in `StrAppend`.Abseil Team2023-08-091-12/+18
* Fix ClangTidy warningsDmitri Gribenko2023-08-081-1/+1
* Remove a doubled up "with"Dmitri Gribenko2023-08-081-1/+1
* Add ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten and TryFlatAbseil Team2023-08-081-2/+3
* Include what you spellDmitri Gribenko2023-08-0837-72/+187
* Remove the no-op full_validation flag in the implementation details of cord.ccDmitri Gribenko2023-08-071-15/+4