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 ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-06-12
*
PR #1689: Minor: Add missing quotes in CMake string view library definition
Robert Schulze
2024-06-10
*
Remove obsolete TODO
Abseil Team
2024-06-04
*
Workaround symbol resolution bug in Clang 19
Derek Mauro
2024-05-24
*
Silence a bogus GCC14 -Warray-bounds warning
Derek Mauro
2024-05-24
*
PR #1672: Optimize StrJoin with tuple without user defined formatter
Valery Mironov
2024-05-15
*
Add a `string_view` overload to `absl::StrJoin`
Derek Mauro
2024-05-13
*
`convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...
Dino Radakovic
2024-05-10
*
Doc fix.
Abseil Team
2024-05-06
*
`convert_test`: Extract loop over tested floats from helper function
Dino Radakovic
2024-05-06
*
Enable Cord tests with Crc.
Fergus Henderson
2024-04-30
*
Guard against null pointer dereference in DumpNode.
Fergus Henderson
2024-04-25
*
Remove the hand-rolled CordLeaker and replace with absl::NoDestructor
Derek Mauro
2024-04-24
*
`convert_test`: Delete obsolete `skip_verify` parameter in test helper
Dino Radakovic
2024-04-24
*
Minor cleanup for `absl::Cord`
Abseil Team
2024-04-18
*
Add `absl::AppendCordToString`
Abseil Team
2024-04-18
*
`str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...
Dino Radakovic
2024-04-18
*
Restore string_view detection check
Abseil Team
2024-04-09
*
Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten/TryFlat
Abseil Team
2024-04-04
*
Temporarily revert dangling std::string_view detection until dependent is fixed
Abseil Team
2024-04-02
*
Add internal traits to absl::string_view for lifetimebound detection
Abseil Team
2024-04-02
*
Use local decoding buffer in HexStringToBytes
Abseil Team
2024-03-28
*
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
[next]