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
*
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
*
Revert change to internal 'Rep', this causes issues for gdb
Martijn Vels
2022-10-13
*
Reorganize InlineData into an inner Rep structure.
Martijn Vels
2022-10-13
*
Change Cord internal layout, which reduces store-load penalties on ARM
Martijn Vels
2022-10-11
*
Fix a bug in StrFormat. This issue would have been caught by any compile-time
Andy Soffer
2022-10-10
*
Cleanup: Move BitwiseCompare() to InlineData, and make it layout independent.
Martijn Vels
2022-09-29
*
Improve the comments on the implementation of format hooks adl tricks.
Matt Kulukundis
2022-09-29
*
Allows absl::StrFormat to accept types which implement AbslStringify()
Abseil Team
2022-09-28
*
Adds support for "%v" in absl::StrFormat and related functions for bool value...
Abseil Team
2022-09-20
*
Explicitly disallows modifiers for use with %v.
Abseil Team
2022-09-20
*
Adds support for "%v" in absl::StrFormat and related functions for numeric ty...
Abseil Team
2022-09-15
*
Implement correct move constructor and assignment for absl::strings_internal:...
Andy Getzendanner
2022-09-14
*
Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended t...
Abseil Team
2022-09-06
*
Refactors checker.h and replaces recursive functions with iterative functions...
Abseil Team
2022-09-01
*
Refactors checker.h to use if statements instead of ternary operators for bet...
Abseil Team
2022-09-01
*
Adds support for "%v" in absl::StrFormat and related functions for string-lik...
Abseil Team
2022-08-31
*
Fixed header guards to match style guide conventions.
Abseil Team
2022-08-31
*
Fix "unsafe narrowing" warnings in absl, 6/n.
Abseil Team
2022-08-29
*
Fix "unsafe narrowing" warnings in absl, 5/n.
Abseil Team
2022-08-17
*
Fix "unsafe narrowing" warnings in absl, 1/n.
Abseil Team
2022-07-28
*
Fix C++17 constexpr storage deprecation warnings
Derek Mauro
2022-06-09
*
Improve the compiler error by removing some noise from it.
Samuel Benzaquen
2022-06-03
*
Merge pull request #1187 from trofi:fix-gcc-13-build
Copybara-Service
2022-05-31
|
\
|
*
absl/strings/internal/str_format/extension.h: add missing <stdint.h> include
Sergei Trofimovich
2022-05-27
|
/
*
Cord: workaround a GCC 12.1 bug that triggers a spurious warning
Derek Mauro
2022-05-20
*
Improve compiler errors for mismatched ParsedFormat inputs.
Samuel Benzaquen
2022-05-13
*
Export of internal Abseil changes
Abseil Team
2022-04-18
*
Export of internal Abseil changes
Abseil Team
2022-04-06
*
Export of internal Abseil changes
Abseil Team
2022-03-31
*
Export of internal Abseil changes
Abseil Team
2022-03-30
*
Export of internal Abseil changes
Abseil Team
2022-03-02
*
Export of internal Abseil changes
Abseil Team
2022-02-24
*
Export of internal Abseil changes
Abseil Team
2022-02-23
*
Export of internal Abseil changes
Abseil Team
2022-02-17
*
Export of internal Abseil changes
Abseil Team
2022-02-14
*
Export of internal Abseil changes
Abseil Team
2022-02-07
*
Export of internal Abseil changes
Abseil Team
2022-02-03
[next]