aboutsummaryrefslogtreecommitdiff
path: root/absl/strings/internal
Commit message (Expand)AuthorAgeFilesLines
* Fix LINT.IfChange syntaxDerek Mauro2024-07-222-4/+4
* Delete absl/strings/internal/has_absl_stringify.h now that theDerek Mauro2024-07-181-54/+0
* Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`Derek Mauro2024-07-011-1/+1
* Remove obsolete TODOAbseil Team2024-06-041-1/+0
* Workaround symbol resolution bug in Clang 19Derek Mauro2024-05-241-1/+11
* Silence a bogus GCC14 -Warray-bounds warningDerek Mauro2024-05-241-0/+10
* PR #1672: Optimize StrJoin with tuple without user defined formatterValery Mironov2024-05-151-0/+10
* `convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...Dino Radakovic2024-05-101-9/+7
* `convert_test`: Extract loop over tested floats from helper functionDino Radakovic2024-05-061-14/+18
* `convert_test`: Delete obsolete `skip_verify` parameter in test helperDino Radakovic2024-04-241-10/+7
* `str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...Dino Radakovic2024-04-181-23/+0
* Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl...Abseil Team2024-03-191-0/+3
* Record sampling stride in cord profiling to facilitate unsampling.Chris Kennelly2024-03-189-71/+95
* Add additional checks for size_t overflowsDerek Mauro2024-03-142-4/+15
* Work around an implicit conversion signedness compiler warningAbseil Team2024-03-071-1/+5
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-071-5/+6
* Optimize `Cord::Swap()` for missed compiler optimization in clang.Martijn Vels2024-02-011-0/+20
* Use absl::NoDestructor for cordz global queue.Abseil Team2024-01-301-24/+24
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockDerek Mauro2024-01-091-0/+44
* Add a pragma to disable a stringop-overflow warning for GCC12+Abseil Team2023-12-181-0/+8
* Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().Abseil Team2023-12-0510-100/+568
* 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
* Add `AbslStringify()` support to `absl::Cord`Abseil Team2023-10-241-0/+1
* Delete `absl::strings_internal::HasAbslStringify`.Abseil Team2023-10-121-44/+0
* Make `HasAbslStringify` public.Abseil Team2023-09-132-24/+12
* Remove CordRepRing experiment.Martijn Vels2023-09-087-1613/+5
* Fix strict weak ordering in convert_test.ccAbseil Team2023-09-081-2/+11
* Remove unused ReservedFlag.Tomas Dzetkulic2023-08-301-27/+9
* Add absl::CharSet.Abseil Team2023-08-233-391/+0
* Check CRC cordrep child nodes for nullptr.Martijn Vels2023-08-182-17/+53
* Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageAbseil Team2023-07-261-0/+1
* Cleanup `//absl/strings/internal/memutil.h`Derek Mauro2023-07-114-524/+8
* Remove two_ASCII_digits and replace with a scalar algorithmAbseil Team2023-06-131-1/+1
* Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.Greg Falcon2023-06-122-16/+16
* Optimize Cord Refcount decrement.Connal de Souza2023-06-091-7/+15
* Merge pull request #1472 from pateldeev:ivCopybara-Service2023-06-091-20/+5
|\
| * Use InlinedVectorpateldeev2023-06-081-17/+3
* | StrFormat() simplification: Treat %v unconditionally as %d when formatting in...Greg Falcon2023-06-091-22/+1
|/
* Lifetime checks for `absl::StrSplit()`Abseil Team2023-06-021-6/+56
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-232-6/+7
* CI: Move the GCC-latest testing to GCC 13.1 on LinuxDerek Mauro2023-05-221-0/+8
* Merge pull request #1115 from h-vetinari:dll_targetsCopybara-Service2023-05-151-1/+1
* Fixed Windows DLL builds of test targetsDerek Mauro2023-05-127-68/+71
* Stop moving an absl::FunctionRef, since the class isn't movable, itDerek Mauro2023-05-092-10/+9
* Fix spelling mistakesVertexwahn2023-05-021-1/+1
* Merge pull request #1438 from Vertexwahn:fix-spellingCopybara-Service2023-05-014-6/+6
|\
| * Fix spelling mistakesVertexwahn2023-04-274-4/+4
|/
* Merge pull request #1434 from Vertexwahn:fix-spellingCopybara-Service2023-04-258-18/+18
|\
| * Fix some spelling mistakesVertexwahn2023-04-248-9/+9
|/