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
*
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
*
|
Merge pull request #1438 from Vertexwahn:fix-spelling
Copybara-Service
2023-05-01
|
\
\
|
*
|
Fix spelling mistakes
Vertexwahn
2023-04-27
|
/
/
*
|
Merge pull request #1434 from Vertexwahn:fix-spelling
Copybara-Service
2023-04-25
|
\
\
|
*
|
Fix some spelling mistakes
Vertexwahn
2023-04-24
|
/
/
*
|
Merge pull request #1416 from AtariDreams:fill
Copybara-Service
2023-04-24
|
\
\
|
*
|
Prefer copy_n and fill_n over copy and fill where appropriate.
Rose
2023-04-19
|
/
/
*
|
Clarify code comment to avoid confusion.
Abseil Team
2023-03-30
*
|
Be more consistent in the documentation and variable declarations for base64 ...
Abseil Team
2023-03-16
*
|
Add StrContainsIgnoreCase() to strings/match.h; all the other case-sensitive ...
Greg Falcon
2023-03-15
*
|
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-03-13
*
|
Improve readability of ::testing::ElementsAre and ::testing::Le in unit tests...
Abseil Team
2023-03-09
*
|
Use const and static for member functions
Rose
2023-03-07
*
|
Internal Code Change
Abseil Team
2023-03-06
*
|
Add CalculateBase64EscapeLen variations for the 3 base64 escaping methods (Ba...
Abseil Team
2023-02-22
*
|
Merge pull request #1403 from AtariDreams:c++11
Copybara-Service
2023-02-22
|
\
\
|
*
|
Resolve TODO: remove C++11 workarounds
Rose
2023-02-22
|
/
/
*
|
Remove Workarounds for Old Clang Bug
Rose
2023-02-14
*
|
Fix missing includes/dependencies
Derek Mauro
2023-02-02
*
|
Adds `AbslStringify` support to `absl::Hex` and `absl::Dec`
Phoebe Liang
2023-01-27
*
|
Add lifetime annotations to AlphaNum.
Abseil Team
2023-01-26
*
|
Cord does not need its str_format dependency
Derek Mauro
2023-01-26
*
|
Make `SanitizerSafeCopy()` constexpr, and check for constant evaluation
Martijn Vels
2023-01-25
*
|
Add memory sanitizer to absl::Cord
Martijn Vels
2023-01-25
*
|
Add missing include and remove unused includes
Derek Mauro
2023-01-19
*
|
Doc fix: state that Base64Escape does in fact produce padding. While at it, ...
Abseil Team
2023-01-19
*
|
Only enable cordz on Linux with thread_local support
Derek Mauro
2023-01-19
[next]