index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
strings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Record sampling stride in cord profiling to facilitate unsampling.
Chris Kennelly
2024-03-18
9
-71
/
+95
*
Add additional checks for size_t overflows
Derek Mauro
2024-03-14
4
-12
/
+56
*
Work around an implicit conversion signedness compiler warning
Abseil Team
2024-03-07
1
-1
/
+5
*
Automated Code Change
Abseil Team
2024-02-28
1
-0
/
+2
*
Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...
Abseil Team
2024-02-28
1
-12
/
+11
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
1
-8
/
+63
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
1
-63
/
+8
*
Minor documentation fix for `absl::StrSplit()`
Abseil Team
2024-02-14
1
-1
/
+1
*
Prevent overflow in `absl::CEscape()`
Derek Mauro
2024-02-14
1
-4
/
+22
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
2
-6
/
+7
*
Stop using `std::basic_string<uint8_t>` which relies on a non-standard generic
Bogdan Graur
2024-02-07
1
-6
/
+5
*
Add a version of absl::HexStringToBytes() that returns a bool
Derek Mauro
2024-02-05
3
-1
/
+84
*
Optimize `Cord::Swap()` for missed compiler optimization in clang.
Martijn Vels
2024-02-01
2
-1
/
+22
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
1
-4
/
+4
*
Missing parenthesis.
Abseil Team
2024-01-30
1
-1
/
+1
*
Use absl::NoDestructor for cordz global queue.
Abseil Team
2024-01-30
3
-25
/
+26
*
Fix a corner case in SpyHashState for exact boundaries.
Matt Kulukundis
2024-01-29
3
-0
/
+23
*
Add nullability annotations
Dmitri Gribenko
2024-01-25
2
-23
/
+40
*
Prevent brace initialization of AlphaNum
Abseil Team
2024-01-19
1
-0
/
+5
*
Remove code pieces for no longer supported MSVC versions.
Abseil Team
2024-01-19
2
-5
/
+1
*
Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblock
Derek Mauro
2024-01-09
3
-0
/
+46
*
Extend BM_StrAppendInt to use log-uniform random numbers instead of constants
Abseil Team
2024-01-05
2
-33
/
+47
*
Optimize integer-to-string conversions
Abseil Team
2024-01-04
6
-200
/
+759
*
Correct nullability annotations on MakeNan
Abseil Team
2024-01-04
1
-2
/
+2
*
Avoid a empty library build failure on Apple platforms
Derek Mauro
2024-01-03
1
-0
/
+18
*
Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...
Abseil Team
2023-12-28
1
-6
/
+12
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-12-20
2
-5
/
+65
*
Added ByAsciiWhitespace to str_split library.
Abseil Team
2023-12-20
3
-0
/
+63
*
Add a pragma to disable a stringop-overflow warning for GCC12+
Abseil Team
2023-12-18
1
-0
/
+8
*
Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report.
Abseil Team
2023-12-14
2
-61
/
+5
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-12-14
2
-5
/
+61
*
Add nullability annotations
Dmitri Gribenko
2023-12-11
23
-381
/
+525
*
Fixing a comment to be correct with the current code.
Abseil Team
2023-12-06
1
-2
/
+2
*
Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().
Abseil Team
2023-12-05
14
-107
/
+608
*
Update documentation to reflect best practices (prefer brace initialization)
Abseil Team
2023-11-27
1
-3
/
+3
*
Fixed a very small typo in the Cord::empty() docstring.
Abseil Team
2023-11-14
1
-1
/
+1
*
Add new benchmark for integer `StrAppend`
Abseil Team
2023-11-13
1
-1
/
+23
*
Doc fix.
Abseil Team
2023-11-03
1
-2
/
+2
*
Optimize memcasecmp. Benchmarks shows slight improvement.
Ilya Tokar
2023-10-30
1
-4
/
+12
*
Fix an unreachable code warning on some platforms
Derek Mauro
2023-10-30
1
-2
/
+9
*
Fix a typo.
Abseil Team
2023-10-24
1
-1
/
+1
*
Add `AbslStringify()` support to `absl::Cord`
Abseil Team
2023-10-24
3
-0
/
+16
*
Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpp...
Abseil Team
2023-10-23
2
-11
/
+29
*
absl::string_view: Add support for starts_with() and ends_with()
Derek Mauro
2023-10-20
2
-1
/
+123
*
Add a template gadget to detect whether a type supports the ostream operator.
Zie Weaver
2023-10-18
5
-0
/
+137
*
Delete `absl::strings_internal::HasAbslStringify`.
Abseil Team
2023-10-12
3
-46
/
+0
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
1
-0
/
+1
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
1
-1
/
+63
*
Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation.
Abseil Team
2023-10-06
1
-13
/
+13
*
Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `ab...
Abseil Team
2023-09-22
2
-0
/
+9
[next]