aboutsummaryrefslogtreecommitdiff
path: root/absl/strings
Commit message (Expand)AuthorAgeFilesLines
* Record sampling stride in cord profiling to facilitate unsampling.Chris Kennelly2024-03-189-71/+95
* Add additional checks for size_t overflowsDerek Mauro2024-03-144-12/+56
* Work around an implicit conversion signedness compiler warningAbseil Team2024-03-071-1/+5
* Automated Code ChangeAbseil Team2024-02-281-0/+2
* Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...Abseil Team2024-02-281-12/+11
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-8/+63
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-63/+8
* Minor documentation fix for `absl::StrSplit()`Abseil Team2024-02-141-1/+1
* Prevent overflow in `absl::CEscape()`Derek Mauro2024-02-141-4/+22
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-072-6/+7
* Stop using `std::basic_string<uint8_t>` which relies on a non-standard genericBogdan Graur2024-02-071-6/+5
* Add a version of absl::HexStringToBytes() that returns a boolDerek Mauro2024-02-053-1/+84
* Optimize `Cord::Swap()` for missed compiler optimization in clang.Martijn Vels2024-02-012-1/+22
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-4/+4
* Missing parenthesis.Abseil Team2024-01-301-1/+1
* Use absl::NoDestructor for cordz global queue.Abseil Team2024-01-303-25/+26
* Fix a corner case in SpyHashState for exact boundaries.Matt Kulukundis2024-01-293-0/+23
* Add nullability annotationsDmitri Gribenko2024-01-252-23/+40
* Prevent brace initialization of AlphaNumAbseil Team2024-01-191-0/+5
* Remove code pieces for no longer supported MSVC versions.Abseil Team2024-01-192-5/+1
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockDerek Mauro2024-01-093-0/+46
* Extend BM_StrAppendInt to use log-uniform random numbers instead of constantsAbseil Team2024-01-052-33/+47
* 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