index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
strings
/
internal
Commit message (
Expand
)
Author
Age
*
Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl...
Abseil Team
2024-03-19
*
Record sampling stride in cord profiling to facilitate unsampling.
Chris Kennelly
2024-03-18
*
Add additional checks for size_t overflows
Derek Mauro
2024-03-14
*
Work around an implicit conversion signedness compiler warning
Abseil Team
2024-03-07
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
*
Optimize `Cord::Swap()` for missed compiler optimization in clang.
Martijn Vels
2024-02-01
*
Use absl::NoDestructor for cordz global queue.
Abseil Team
2024-01-30
*
Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblock
Derek Mauro
2024-01-09
*
Add a pragma to disable a stringop-overflow warning for GCC12+
Abseil Team
2023-12-18
*
Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().
Abseil Team
2023-12-05
*
Optimize memcasecmp. Benchmarks shows slight improvement.
Ilya Tokar
2023-10-30
*
Fix an unreachable code warning on some platforms
Derek Mauro
2023-10-30
*
Add `AbslStringify()` support to `absl::Cord`
Abseil Team
2023-10-24
*
Delete `absl::strings_internal::HasAbslStringify`.
Abseil Team
2023-10-12
*
Make `HasAbslStringify` public.
Abseil Team
2023-09-13
*
Remove CordRepRing experiment.
Martijn Vels
2023-09-08
*
Fix strict weak ordering in convert_test.cc
Abseil Team
2023-09-08
*
Remove unused ReservedFlag.
Tomas Dzetkulic
2023-08-30
*
Add absl::CharSet.
Abseil Team
2023-08-23
*
Check CRC cordrep child nodes for nullptr.
Martijn Vels
2023-08-18
*
Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usage
Abseil Team
2023-07-26
*
Cleanup `//absl/strings/internal/memutil.h`
Derek Mauro
2023-07-11
*
Remove two_ASCII_digits and replace with a scalar algorithm
Abseil Team
2023-06-13
*
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
|
*
Use InlinedVector
pateldeev
2023-06-08
|
/
*
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
*
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
|
/
*
Be more consistent in the documentation and variable declarations for base64 ...
Abseil Team
2023-03-16
*
Use const and static for member functions
Rose
2023-03-07
*
Remove Workarounds for Old Clang Bug
Rose
2023-02-14
*
Fix missing includes/dependencies
Derek Mauro
2023-02-02
*
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
*
Only enable cordz on Linux with thread_local support
Derek Mauro
2023-01-19
*
Refactor InlineData to allow for memory sanitizer changes step 2
Martijn Vels
2023-01-10
[next]