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
*
Revert integer-to-string conversion optimizations pending more thorough analysis
Abseil Team
2024-03-26
*
Fix a bug in `Cord::{Append,Prepend}(CordBuffer)`: call
Marcin Kowalczyk
2024-03-26
*
LSC: Move expensive variables on their last use to avoid copies.
Abseil Team
2024-03-24
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-03-20
*
Remove vestigial variables in the DumpNode() helper in absl::Cord
Derek Mauro
2024-03-19
*
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
*
Automated Code Change
Abseil Team
2024-02-28
*
Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...
Abseil Team
2024-02-28
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
*
Minor documentation fix for `absl::StrSplit()`
Abseil Team
2024-02-14
*
Prevent overflow in `absl::CEscape()`
Derek Mauro
2024-02-14
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
*
Stop using `std::basic_string<uint8_t>` which relies on a non-standard generic
Bogdan Graur
2024-02-07
*
Add a version of absl::HexStringToBytes() that returns a bool
Derek Mauro
2024-02-05
*
Optimize `Cord::Swap()` for missed compiler optimization in clang.
Martijn Vels
2024-02-01
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Missing parenthesis.
Abseil Team
2024-01-30
*
Use absl::NoDestructor for cordz global queue.
Abseil Team
2024-01-30
*
Fix a corner case in SpyHashState for exact boundaries.
Matt Kulukundis
2024-01-29
*
Add nullability annotations
Dmitri Gribenko
2024-01-25
*
Prevent brace initialization of AlphaNum
Abseil Team
2024-01-19
*
Remove code pieces for no longer supported MSVC versions.
Abseil Team
2024-01-19
*
Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblock
Derek Mauro
2024-01-09
*
Extend BM_StrAppendInt to use log-uniform random numbers instead of constants
Abseil Team
2024-01-05
*
Optimize integer-to-string conversions
Abseil Team
2024-01-04
*
Correct nullability annotations on MakeNan
Abseil Team
2024-01-04
*
Avoid a empty library build failure on Apple platforms
Derek Mauro
2024-01-03
*
Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...
Abseil Team
2023-12-28
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-12-20
*
Added ByAsciiWhitespace to str_split library.
Abseil Team
2023-12-20
*
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
[next]