Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat(). | Abseil Team | 2023-12-05 | 1 | -3/+8 |
| | | | | | | | This converts to UTF-8 regardless of locale. PiperOrigin-RevId: 588186076 Change-Id: I2c9598279b413d460e13ad65da2ba421c0b40b83 | ||||
* | Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usage | Abseil Team | 2023-07-26 | 1 | -0/+1 |
| | | | | | PiperOrigin-RevId: 551287955 Change-Id: Ic77831cec71f6ffe0a4e091baabe932b245269ea | ||||
* | Convert the full parser into constexpr now that Abseil requires C++14, and use | Samuel Benzaquen | 2022-11-29 | 1 | -0/+351 |
this parser for the static checker. This fixes some outstanding bugs where the static checker differed from the dynamic one. Also, fix `%v` to be accepted with POSIX syntax. Tested: Presubmit TGP OCL:487237262:BASE:490275393:1669141454896:92dd62e3 PiperOrigin-RevId: 491650577 Change-Id: Id138c108187428b3aea46f8887495f1da12c91b2 |