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
*
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
*
Cleanup `//absl/strings/internal/memutil.h`
Derek Mauro
2023-07-11
*
Introduce a kTotalMorePrecise accounting mode for Cord::EstimatedMemoryUsage(...
Abseil Team
2023-06-29
*
Remove two_ASCII_digits and replace with a scalar algorithm
Abseil Team
2023-06-13
*
Functions added: FindLongestCommonSuffix, FindLongestCommonPrefix.
Tsige Solomon
2023-06-12
*
Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.
Greg Falcon
2023-06-12
*
Optimize Cord Refcount decrement.
Connal de Souza
2023-06-09
*
Merge pull request #1472 from pateldeev:iv
Copybara-Service
2023-06-09
|
\
*
|
StrFormat() simplification: Treat %v unconditionally as %d when formatting in...
Greg Falcon
2023-06-09
*
|
The previous code was using `memmove` under the hood (`string::append`).
Abseil Team
2023-06-09
|
*
Use InlinedVector
pateldeev
2023-06-08
|
/
*
Add a unit test that captures the current behavior of formatting of char type...
Greg Falcon
2023-06-05
*
Lifetime checks for `absl::StrSplit()`
Abseil Team
2023-06-02
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
CI: Move the GCC-latest testing to GCC 13.1 on Linux
Derek Mauro
2023-05-22
*
Fix endianess in FastIntToBuffer
Abseil Team
2023-05-22
*
Optimize absl::StrCat for integers
Abseil Team
2023-05-19
*
Merge pull request #1290 from jun-sheaf:patch-1
Copybara-Service
2023-05-15
|
\
*
|
Merge pull request #1115 from h-vetinari:dll_targets
Copybara-Service
2023-05-15
*
|
Fixed Windows DLL builds of test targets
Derek Mauro
2023-05-12
*
|
Stop moving an absl::FunctionRef, since the class isn't movable, it
Derek Mauro
2023-05-09
*
|
Fix spelling mistakes
Vertexwahn
2023-05-02
[next]