summaryrefslogtreecommitdiff
path: root/absl/strings/internal
Commit message (Expand)AuthorAge
* Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl...Gravatar Abseil Team2024-03-19
* Record sampling stride in cord profiling to facilitate unsampling.Gravatar Chris Kennelly2024-03-18
* Add additional checks for size_t overflowsGravatar Derek Mauro2024-03-14
* Work around an implicit conversion signedness compiler warningGravatar Abseil Team2024-03-07
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Gravatar Matt Kulukundis2024-02-07
* Optimize `Cord::Swap()` for missed compiler optimization in clang.Gravatar Martijn Vels2024-02-01
* Use absl::NoDestructor for cordz global queue.Gravatar Abseil Team2024-01-30
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockGravatar Derek Mauro2024-01-09
* Add a pragma to disable a stringop-overflow warning for GCC12+Gravatar Abseil Team2023-12-18
* Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().Gravatar Abseil Team2023-12-05
* Optimize memcasecmp. Benchmarks shows slight improvement.Gravatar Ilya Tokar2023-10-30
* Fix an unreachable code warning on some platformsGravatar Derek Mauro2023-10-30
* Add `AbslStringify()` support to `absl::Cord`Gravatar Abseil Team2023-10-24
* Delete `absl::strings_internal::HasAbslStringify`.Gravatar Abseil Team2023-10-12
* Make `HasAbslStringify` public.Gravatar Abseil Team2023-09-13
* Remove CordRepRing experiment.Gravatar Martijn Vels2023-09-08
* Fix strict weak ordering in convert_test.ccGravatar Abseil Team2023-09-08
* Remove unused ReservedFlag.Gravatar Tomas Dzetkulic2023-08-30
* Add absl::CharSet.Gravatar Abseil Team2023-08-23
* Check CRC cordrep child nodes for nullptr.Gravatar Martijn Vels2023-08-18
* 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