index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
strings
/
internal
/
str_format
Commit message (
Expand
)
Author
Age
*
`convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...
Dino Radakovic
2024-05-10
*
`convert_test`: Extract loop over tested floats from helper function
Dino Radakovic
2024-05-06
*
`convert_test`: Delete obsolete `skip_verify` parameter in test helper
Dino Radakovic
2024-04-24
*
`str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...
Dino Radakovic
2024-04-18
*
Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().
Abseil Team
2023-12-05
*
Fix an unreachable code warning on some platforms
Derek Mauro
2023-10-30
*
Add `AbslStringify()` support to `absl::Cord`
Abseil Team
2023-10-24
*
Make `HasAbslStringify` public.
Abseil Team
2023-09-13
*
Fix strict weak ordering in convert_test.cc
Abseil Team
2023-09-08
*
Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usage
Abseil Team
2023-07-26
*
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
*
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
|
/
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
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
|
/
*
Use const and static for member functions
Rose
2023-03-07
*
Remove Workarounds for Old Clang Bug
Rose
2023-02-14
*
Fixes issue where AbslStringify() breaks formatting with %d for enums
Phoebe Liang
2022-12-07
*
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
*
Fix a bug in StrFormat. This issue would have been caught by any compile-time
Andy Soffer
2022-10-10
*
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
*
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
*
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
|
/
*
Improve compiler errors for mismatched ParsedFormat inputs.
Samuel Benzaquen
2022-05-13
*
Export of internal Abseil changes
Abseil Team
2022-04-06
*
Export of internal Abseil changes
Abseil Team
2022-02-24
*
Export of internal Abseil changes
Abseil Team
2022-01-27
*
Export of internal Abseil changes
Abseil Team
2022-01-27
*
Disable ABSL_INTERNAL_ENABLE_FORMAT_CHECKER under VsCode/Intellisense (#1097)
Roman Gershman
2022-01-27
*
Export of internal Abseil changes
Abseil Team
2022-01-10
*
Export of internal Abseil changes
Abseil Team
2021-09-01
[next]