aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-29Improve iterator handling in scanVictor Zverovich
2023-12-29Initial range support in scanVictor Zverovich
2023-12-28Cleanup testVictor Zverovich
2023-12-28Fix chrono-test on platforms with 32-bit time_tVictor Zverovich
2023-12-28Update changelogVictor Zverovich
2023-12-28Remove redundant specifierVictor Zverovich
2023-12-28Update changelogVictor Zverovich
2023-12-28Document '?'Victor Zverovich
2023-12-26Update README.mdVictor Zverovich
2023-12-25Remove peekVictor Zverovich
2023-12-25Cleanup scanVictor Zverovich
2023-12-25Apply coding conventionsVictor Zverovich
2023-12-25Mark grow as deprecatedVictor Zverovich
2023-12-25Refactor file layer in scanVictor Zverovich
2023-12-25clang-formatVictor Zverovich
2023-12-25Simplify fallbackVictor Zverovich
2023-12-25Implement lockingVictor Zverovich
2023-12-25Handle end of input in scanVictor Zverovich
2023-12-25Update changelogVictor Zverovich
2023-12-25Improve scanVictor Zverovich
2023-12-23Update changelogVictor Zverovich
2023-12-23Move formatbuf to ostream.hVictor Zverovich
2023-12-23Fix a warningVictor Zverovich
2023-12-23Move conjunction to where it is usedVictor Zverovich
2023-12-23Remove unused symbolVictor Zverovich
2023-12-23Update changelogVictor Zverovich
2023-12-23Enable testVictor Zverovich
2023-12-23Fix formatting of some nested rangesVictor Zverovich
2023-12-23Fix handling of set_debug_formatVictor Zverovich
2023-12-23Simplify testVictor Zverovich
2023-12-22Update changelogVictor Zverovich
2023-12-22Update changelogVictor Zverovich
2023-12-22Add glibc support to scanVictor Zverovich
2023-12-22Refactor file layerVictor Zverovich
2023-12-22Update scan testVictor Zverovich
2023-12-22Update test names and move failing tests to postsubmit am: eace01857b am: f4a...Dan Shi
2023-12-22Update test names and move failing tests to postsubmit am: eace01857b am: f4a...Dan Shi
2023-12-22Update test names and move failing tests to postsubmit am: eace01857bDan Shi
2023-12-20Update test names and move failing tests to postsubmitDan Shi
2023-12-20Fix URIVictor Zverovich
2023-12-20Fix wchar_t to char conversion warnings (#3764)Vladislav Shchapov
2023-12-19Apply clang-tidyVictor Zverovich
2023-12-19Cleanup testVictor Zverovich
2023-12-19Cleanup testVictor Zverovich
2023-12-19Make hex float test more stable on different libc (#3762)Vladislav Shchapov
2023-12-18Enable consteval in MSVC VS2019 version 16.10 (#3757)Vladislav Shchapov
2023-12-17[StepSecurity] ci: Harden GitHub Actions (#3759)StepSecurity Bot
2023-12-17Add stdlib version check for C++20 (#3754)Vladislav Shchapov
2023-12-17Apply clang-formatVictor Zverovich
2023-12-15Add localized formatting to non-decimal presentation types of ints (#3750)js324