index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
strings
Commit message (
Expand
)
Author
Age
*
Add a pragma to disable a stringop-overflow warning for GCC12+
Abseil Team
2023-12-18
*
Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report.
Abseil Team
2023-12-14
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-12-14
*
Add nullability annotations
Dmitri Gribenko
2023-12-11
*
Fixing a comment to be correct with the current code.
Abseil Team
2023-12-06
*
Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().
Abseil Team
2023-12-05
*
Update documentation to reflect best practices (prefer brace initialization)
Abseil Team
2023-11-27
*
Fixed a very small typo in the Cord::empty() docstring.
Abseil Team
2023-11-14
*
Add new benchmark for integer `StrAppend`
Abseil Team
2023-11-13
*
Doc fix.
Abseil Team
2023-11-03
*
Optimize memcasecmp. Benchmarks shows slight improvement.
Ilya Tokar
2023-10-30
*
Fix an unreachable code warning on some platforms
Derek Mauro
2023-10-30
*
Fix a typo.
Abseil Team
2023-10-24
*
Add `AbslStringify()` support to `absl::Cord`
Abseil Team
2023-10-24
*
Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpp...
Abseil Team
2023-10-23
*
absl::string_view: Add support for starts_with() and ends_with()
Derek Mauro
2023-10-20
*
Add a template gadget to detect whether a type supports the ostream operator.
Zie Weaver
2023-10-18
*
Delete `absl::strings_internal::HasAbslStringify`.
Abseil Team
2023-10-12
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation.
Abseil Team
2023-10-06
*
Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `ab...
Abseil Team
2023-09-22
*
Additional StrCat microbenchmarks.
Abseil Team
2023-09-19
*
Remove unused internal function `InlineRep::empty()` which has misleading sem...
Abseil Team
2023-09-14
*
Make `HasAbslStringify` public.
Abseil Team
2023-09-13
*
Fixes StrCat() performance regression when not using libc++
Derek Mauro
2023-09-11
*
Doc fix.
Abseil Team
2023-09-11
*
Remove CordRepRing experiment.
Martijn Vels
2023-09-08
*
Fix strict weak ordering in convert_test.cc
Abseil Team
2023-09-08
*
Revise a comment regarding casting `memchr()`'s return type. The original com...
Abseil Team
2023-08-31
*
Remove unused ReservedFlag.
Tomas Dzetkulic
2023-08-30
*
Speed up `FastIntToBuffer`.
Abseil Team
2023-08-25
*
Add absl::CharSet.
Abseil Team
2023-08-23
*
Check CRC cordrep child nodes for nullptr.
Martijn Vels
2023-08-18
*
StrCat: do not use intermediate buffer when result fits in SSO.
Abseil Team
2023-08-17
*
Implement `Cord::Find()` and `Cord::Contains()`
Abseil Team
2023-08-16
*
Speed up kTotalMorePrecise mode of Cord::EstimatedMemoryUsage() by about 25% ...
Abseil Team
2023-08-14
*
Add ATTRIBUTE_LIFETIME_BOUND to Cord iterator methods
Abseil Team
2023-08-10
*
Eliminate redundant code branch in `StrAppend`.
Abseil Team
2023-08-09
*
Fix ClangTidy warnings
Dmitri Gribenko
2023-08-08
*
Remove a doubled up "with"
Dmitri Gribenko
2023-08-08
*
Add ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten and TryFlat
Abseil Team
2023-08-08
*
Include what you spell
Dmitri Gribenko
2023-08-08
*
Remove the no-op full_validation flag in the implementation details of cord.cc
Dmitri Gribenko
2023-08-07
*
Remove a reference to the global string type, which does not exist as a separ...
Dmitri Gribenko
2023-08-07
*
Rollback of "Speed up StrAppend by up to 4x."
Abseil Team
2023-08-02
*
Speed up StrAppend by up to 4x.
Abseil Team
2023-08-01
*
Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usage
Abseil Team
2023-07-26
*
Add tests for the "%#04x" pattern
Phoebe Liang
2023-07-18
*
Add a smaller library for string_view so that users can
Derek Mauro
2023-07-11
[next]