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
*
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
*
Replace generic 'base64 encoding' terminology with the specific RFCs they match.
Abseil Team
2023-01-09
*
Refactor InlineData to allow for memory sanitizer changes step 1
Martijn Vels
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
*
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
*
Use a c++14-style constexpr initialization if c++14 constexpr is available.
Jorg Brown
2022-12-02
*
Convert the full parser into constexpr now that Abseil requires C++14, and use
Samuel Benzaquen
2022-11-29
*
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
*
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
*
Return uint8_t from CappedDamerauLevenshteinDistance.
Abseil Team
2022-10-27
*
Fix a sign conversion warning.
Abseil Team
2022-10-19
*
Implement function to calculate Damerau-Levenshtein distance between two stri...
Abseil Team
2022-10-17
*
Support stringification of user-defined types in AbslStringify in absl::Subst...
Andy Soffer
2022-10-14
*
Fix "unsafe narrowing" warnings in absl, 12/12.
Abseil Team
2022-10-13
[next]