aboutsummaryrefslogtreecommitdiff
path: root/absl/strings/internal/str_format
Commit message (Expand)AuthorAgeFilesLines
* `convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...Dino Radakovic2024-05-101-9/+7
* `convert_test`: Extract loop over tested floats from helper functionDino Radakovic2024-05-061-14/+18
* `convert_test`: Delete obsolete `skip_verify` parameter in test helperDino Radakovic2024-04-241-10/+7
* `str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...Dino Radakovic2024-04-181-23/+0
* Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().Abseil Team2023-12-0510-100/+568
* Fix an unreachable code warning on some platformsDerek Mauro2023-10-301-2/+9
* Add `AbslStringify()` support to `absl::Cord`Abseil Team2023-10-241-0/+1
* Make `HasAbslStringify` public.Abseil Team2023-09-131-8/+7
* Fix strict weak ordering in convert_test.ccAbseil Team2023-09-081-2/+11
* Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageAbseil Team2023-07-261-0/+1
* Remove two_ASCII_digits and replace with a scalar algorithmAbseil Team2023-06-131-1/+1
* Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.Greg Falcon2023-06-122-16/+16
* Merge pull request #1472 from pateldeev:ivCopybara-Service2023-06-091-20/+5
|\
| * Use InlinedVectorpateldeev2023-06-081-17/+3
* | StrFormat() simplification: Treat %v unconditionally as %d when formatting in...Greg Falcon2023-06-091-22/+1
|/
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-231-1/+2
* Merge pull request #1438 from Vertexwahn:fix-spellingCopybara-Service2023-05-013-5/+5
|\
| * Fix spelling mistakesVertexwahn2023-04-273-3/+3
|/
* Merge pull request #1434 from Vertexwahn:fix-spellingCopybara-Service2023-04-251-6/+6
|\
| * Fix some spelling mistakesVertexwahn2023-04-241-1/+1
|/
* Use const and static for member functionsRose2023-03-071-1/+1
* Remove Workarounds for Old Clang BugRose2023-02-141-1/+1
* Fixes issue where AbslStringify() breaks formatting with %d for enumsPhoebe Liang2022-12-072-45/+135
* Convert the full parser into constexpr now that Abseil requires C++14, and useSamuel Benzaquen2022-11-296-624/+412
* Add support for enum types with AbslStringifyAbseil Team2022-11-091-2/+8
* Fix a bug in StrFormat. This issue would have been caught by any compile-timeAndy Soffer2022-10-102-3/+6
* Improve the comments on the implementation of format hooks adl tricks.Matt Kulukundis2022-09-291-2/+6
* Allows absl::StrFormat to accept types which implement AbslStringify()Abseil Team2022-09-281-10/+24
* Adds support for "%v" in absl::StrFormat and related functions for bool value...Abseil Team2022-09-202-1/+19
* Explicitly disallows modifiers for use with %v.Abseil Team2022-09-201-5/+9
* Adds support for "%v" in absl::StrFormat and related functions for numeric ty...Abseil Team2022-09-155-25/+67
* Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended t...Abseil Team2022-09-061-0/+4
* Refactors checker.h and replaces recursive functions with iterative functions...Abseil Team2022-09-011-24/+25
* Refactors checker.h to use if statements instead of ternary operators for bet...Abseil Team2022-09-011-47/+78
* Adds support for "%v" in absl::StrFormat and related functions for string-lik...Abseil Team2022-08-315-9/+10
* Fix "unsafe narrowing" warnings in absl, 6/n.Abseil Team2022-08-291-5/+5
* Fix "unsafe narrowing" warnings in absl, 5/n.Abseil Team2022-08-174-197/+236
* Fix "unsafe narrowing" warnings in absl, 1/n.Abseil Team2022-07-281-3/+5
* Fix C++17 constexpr storage deprecation warningsDerek Mauro2022-06-091-5/+4
* Improve the compiler error by removing some noise from it.Samuel Benzaquen2022-06-031-1/+2
* Merge pull request #1187 from trofi:fix-gcc-13-buildCopybara-Service2022-05-311-0/+1
|\
| * absl/strings/internal/str_format/extension.h: add missing <stdint.h> includeSergei Trofimovich2022-05-271-0/+1
|/
* Improve compiler errors for mismatched ParsedFormat inputs.Samuel Benzaquen2022-05-131-6/+36
* Export of internal Abseil changesAbseil Team2022-04-061-10/+24
* Export of internal Abseil changesAbseil Team2022-02-241-1/+1
* Export of internal Abseil changesAbseil Team2022-01-271-3/+3
* Export of internal Abseil changesAbseil Team2022-01-271-1/+0
* Disable ABSL_INTERNAL_ENABLE_FORMAT_CHECKER under VsCode/Intellisense (#1097)Roman Gershman2022-01-271-2/+8
* Export of internal Abseil changesAbseil Team2022-01-104-6/+11
* Export of internal Abseil changesAbseil Team2021-09-011-1/+1