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
*
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
*
Use absl::string_view by value rather than by const reference while iterating...
Abseil Team
2023-01-19
*
Clarify contract of AlphaNum as only a function parameter type
Tom Manshreck
2023-01-18
*
Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.
Abseil Team
2023-01-12
*
Refactor InlineData to allow for memory sanitizer changes step 2
Martijn Vels
2023-01-10
*
Replace generic 'base64 encoding' terminology with the specific RFCs they match.
Abseil Team
2023-01-09
*
Clarify that Base64 unescaping methods expect their inputs to match particula...
Abseil Team
2023-01-09
*
Refactor InlineData to allow for memory sanitizer changes step 1
Martijn Vels
2023-01-09
*
Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST"
Tom Hughes
2023-01-09
*
Move description of escaping to code that does the escaping rather than the C...
Abseil Team
2023-01-05
*
Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()
Derek Mauro
2022-12-22
*
Remove obsolete RFC 3548 from escaping.cc's Base64UnescapeInternal. (Note tha...
Abseil Team
2022-12-12
*
Allow Cord to store chunked checksums
Derek Mauro
2022-12-11
*
Fixes issue where AbslStringify() breaks formatting with %d for enums
Phoebe Liang
2022-12-07
*
Remove possible UB from CopyRaw()
Martijn Vels
2022-12-07
*
Add AbslStringify support for enum types in Substitute.
Abseil Team
2022-12-02
*
Use a c++14-style constexpr initialization if c++14 constexpr is available.
Jorg Brown
2022-12-02
*
Reorder base64 unescape methods to be below the escaping methods.
Abseil Team
2022-11-30
*
Convert the full parser into constexpr now that Abseil requires C++14, and use
Samuel Benzaquen
2022-11-29
*
Removing trailing period that can confuse a url in str_format.h.
Abseil Team
2022-11-22
*
Document the WebSafe* and *WithPadding variants more concisely, as deltas fro...
Abseil Team
2022-11-21
*
Updated documentation on use of %v
Tom Manshreck
2022-11-15
*
Add support for enum types with AbslStringify
Abseil Team
2022-11-09
*
Support logging of user-defined types that implement `AbslStringify()`
Phoebe Liang
2022-11-02
*
Fix -Wimplicit-int-conversion.
Abseil Team
2022-11-02
*
Cord: Avoid leaking a node if SetExpectedChecksum() is called on an
Derek Mauro
2022-11-01
*
Support empty Cords with an expected checksum
Derek Mauro
2022-10-28
*
Move internal details from one source file to another more appropriate source
Andy Soffer
2022-10-27
*
Removes `PutPaddedString()` function
Phoebe Liang
2022-10-27
[next]