Commit Graph

  • 13fa26745d Update changelog Victor Zverovich 2024-01-01 06:58:46 -08:00
  • ebd5c8f994 Consistently use fmt:: when invoking format_to. (#3779) Bruce Mitchener 2024-01-01 09:57:03 -05:00
  • f5ca178c12 Complete scan_handler Victor Zverovich 2023-12-31 18:00:14 -08:00
  • 138a64bfb1 Privatization Victor Zverovich 2023-12-31 15:06:17 -08:00
  • a5bacf3fef Remove custom_formatter Victor Zverovich 2023-12-31 12:34:18 -08:00
  • 4aa24f54cd Implement visitor for scan Victor Zverovich 2023-12-31 09:51:24 -08:00
  • e33c1568c3 Implement scan argument access Victor Zverovich 2023-12-31 08:11:54 -08:00
  • 23826669cf Cleanup error handling Victor Zverovich 2023-12-31 07:37:59 -08:00
  • 8e6b2541a6 Apply coding conventions Victor Zverovich 2023-12-30 16:07:35 -08:00
  • 4939d67a83 Cleanup scripts Victor Zverovich 2023-12-30 15:08:27 -08:00
  • bd3273021b Update release script Victor Zverovich 2023-12-30 14:29:31 -08:00
  • 5f9058dbd4 Improve scripts Victor Zverovich 2023-12-30 11:23:08 -08:00
  • 28576b0600 Workaround github markdown mess Victor Zverovich 2023-12-30 09:57:31 -08:00
  • 5ddd0cad15 Add a visitor for scan arguments Victor Zverovich 2023-12-30 07:43:21 -08:00
  • 41d31512b7 Remove unused import Victor Zverovich 2023-12-30 07:11:32 -08:00
  • 44b76d88f4 Fix docs Victor Zverovich 2023-12-30 07:11:13 -08:00
  • 3324152db4 Update the release script Victor Zverovich 2023-12-30 06:53:20 -08:00
  • 55190dadb5 Cleanup chrono test Victor Zverovich 2023-12-29 16:34:42 -08:00
  • 63e4b93cfc Update changelog Victor Zverovich 2023-12-29 15:54:50 -08:00
  • c64edcd325 Fix grammar Victor Zverovich 2023-12-29 15:51:16 -08:00
  • 8c520b4fdc Fix comment Victor Zverovich 2023-12-29 15:48:25 -08:00
  • 2e6bb706bf Update changelog Victor Zverovich 2023-12-29 15:48:09 -08:00
  • a13d1b12e5 Update changelog and docs Victor Zverovich 2023-12-29 13:00:12 -08:00
  • 47a0eec2e8 Remove unnecessary alias Victor Zverovich 2023-12-29 09:59:55 -08:00
  • a8bed38952 Update changelog Victor Zverovich 2023-12-29 09:57:29 -08:00
  • e206043d2b Update changelog Victor Zverovich 2023-12-29 09:00:05 -08:00
  • 4a6f0be5b6 Improve scan test Victor Zverovich 2023-12-29 08:22:55 -08:00
  • 662d784157 Fix scan test Victor Zverovich 2023-12-29 08:21:10 -08:00
  • d5823aae36 Ceci n'est pas une pipe Victor Zverovich 2023-12-29 08:11:29 -08:00
  • d83c1b8d4a Add initial specifier support to scan Victor Zverovich 2023-12-29 07:15:02 -08:00
  • bfba2f9e92 Improve iterator handling in scan Victor Zverovich 2023-12-29 06:34:49 -08:00
  • a3bf40838f Initial range support in scan Victor Zverovich 2023-12-29 06:25:57 -08:00
  • ea1066bbe3 Cleanup test Victor Zverovich 2023-12-28 16:56:42 -08:00
  • be57ec7ec0 Fix chrono-test on platforms with 32-bit time_t Victor Zverovich 2023-12-28 16:14:32 -08:00
  • 305747d440 Update changelog Victor Zverovich 2023-12-28 08:01:56 -08:00
  • 47c8f63d02 Remove redundant specifier Victor Zverovich 2023-12-28 07:27:33 -08:00
  • 76e8f10403 Update changelog Victor Zverovich 2023-12-28 07:23:56 -08:00
  • 18ca2248df Document '?' Victor Zverovich 2023-12-28 06:39:00 -08:00
  • 3a25a58482 Update README.md Victor Zverovich 2023-12-26 11:12:02 -08:00
  • 4cbf6182ea Remove peek Victor Zverovich 2023-12-25 10:47:45 -08:00
  • 88d19f5de9 Cleanup scan Victor Zverovich 2023-12-25 10:28:50 -08:00
  • 62529aad19 Apply coding conventions Victor Zverovich 2023-12-25 10:16:55 -08:00
  • df62c86783 Mark grow as deprecated Victor Zverovich 2023-12-25 10:11:22 -08:00
  • eef6dbafbf Refactor file layer in scan Victor Zverovich 2023-12-25 09:22:29 -08:00
  • 41c2433358 clang-format Victor Zverovich 2023-12-25 09:05:26 -08:00
  • 0a9d08fefd Simplify fallback Victor Zverovich 2023-12-25 09:00:03 -08:00
  • e450b7aeb3 Implement locking Victor Zverovich 2023-12-25 08:39:14 -08:00
  • c5a85f8d7d Handle end of input in scan Victor Zverovich 2023-12-25 07:18:23 -08:00
  • 1fd093add4 Update changelog Victor Zverovich 2023-12-25 06:41:37 -08:00
  • c4f2de4933 Improve scan Victor Zverovich 2023-12-24 07:32:27 -08:00
  • d06921d8d8 Update changelog Victor Zverovich 2023-12-23 15:30:26 -08:00
  • fc0f84d290 Move formatbuf to ostream.h Victor Zverovich 2023-12-23 15:00:28 -08:00
  • 86f2ec5de7 Fix a warning Victor Zverovich 2023-12-23 14:51:43 -08:00
  • a537c39fdf Move conjunction to where it is used Victor Zverovich 2023-12-23 14:35:11 -08:00
  • 7c240d52c3 Remove unused symbol Victor Zverovich 2023-12-23 13:20:55 -08:00
  • f64a6a2ecd Update changelog Victor Zverovich 2023-12-23 12:20:14 -08:00
  • 6f9a816786 Enable test Victor Zverovich 2023-12-23 10:02:42 -08:00
  • e7875ae0fa Fix formatting of some nested ranges Victor Zverovich 2023-12-23 09:11:50 -08:00
  • 3eb3aef575 Fix handling of set_debug_format Victor Zverovich 2023-12-23 08:32:36 -08:00
  • 56d7a8c157 Simplify test Victor Zverovich 2023-12-23 06:53:25 -08:00
  • 968fb9d166 Update changelog Victor Zverovich 2023-12-22 20:42:20 -08:00
  • b5f6b36b00 Update changelog Victor Zverovich 2023-12-22 16:55:02 -08:00
  • 44dd6c0e09 Add glibc support to scan Victor Zverovich 2023-12-22 13:39:18 -08:00
  • 3a0f4af4e9 Refactor file layer Victor Zverovich 2023-12-22 10:50:01 -08:00
  • 1ca1a4a7a9 Update scan test Victor Zverovich 2023-12-22 06:35:36 -08:00
  • dbd9c89b3c Fix URI Victor Zverovich 2023-12-20 14:59:29 -08:00
  • 9cd2b87e18 Fix wchar_t to char conversion warnings (#3764) Vladislav Shchapov 2023-12-20 21:59:26 +05:00
  • 6598fd9681 Add warning ignores to fix compiling with new esp-idf old-esp-idf-rewrite 0xFEEDC0DE64 2023-12-20 15:21:02 +01:00
  • d5da9cc40e Apply clang-tidy Victor Zverovich 2023-12-19 17:51:41 -08:00
  • 3a2c50d4ac Cleanup test Victor Zverovich 2023-12-19 14:59:00 -08:00
  • 18c43a214c Cleanup test Victor Zverovich 2023-12-19 13:46:48 -08:00
  • 6b07fff0d9 Make hex float test more stable on different libc (#3762) Vladislav Shchapov 2023-12-20 00:03:06 +05:00
  • 9165434e5a Enable consteval in MSVC VS2019 version 16.10 (#3757) Vladislav Shchapov 2023-12-19 02:00:11 +05:00
  • b8f81dede5 [StepSecurity] ci: Harden GitHub Actions (#3759) StepSecurity Bot 2023-12-17 17:01:17 -08:00
  • 923005bd4f Add stdlib version check for C++20 (#3754) Vladislav Shchapov 2023-12-17 21:33:17 +05:00
  • afa85e46c3 Apply clang-format Victor Zverovich 2023-12-17 07:32:22 -08:00
  • 6025bd7c37 Add localized formatting to non-decimal presentation types of ints (#3750) js324 2023-12-15 10:51:25 -05:00
  • 5471a2426c Update README.md Victor Zverovich 2023-12-13 09:32:00 -08:00
  • 7d757cba5d CI: add lint github workflow for running clang-format (#3749) Kefu Chai 2023-12-13 23:20:23 +08:00
  • 6855bd532b Apply clang-format Kefu Chai 2023-12-13 22:56:42 +08:00
  • bbee753579 Make clang-format happy Victor Zverovich 2023-12-13 06:54:51 -08:00
  • 89860eb901 Use void(*)(void*) instead of decltype(&std::free) to satisfy clang in CUDA mode (#3751) Mikael Simberg 2023-12-11 18:44:02 +01:00
  • 274ba2645b allow format_as() to format reference (#3739) Kefu Chai 2023-12-11 00:49:53 +08:00
  • 9048add999 Report out-of-range errors in chrono Victor Zverovich 2023-12-10 07:26:45 -08:00
  • 640e0c02d4 Update README.md Victor Zverovich 2023-12-09 17:37:07 -08:00
  • 6392dba21c Fix warning: identifier '_a' preceded by whitespace in a literal operator declaration is deprecated (#3748) Vladislav Shchapov 2023-12-09 21:16:57 +05:00
  • 9a6fd11a56 Fix typo in gmock-gtest-all.cc (#3747) Ikko Eltociear Ashimine 2023-12-10 01:13:20 +09:00
  • dee0dbf07f Update README.md Victor Zverovich 2023-12-08 14:24:11 -08:00
  • 2fabb43b93 Fix README file table (#3744) George Liontos 2023-12-08 20:26:52 +02:00
  • 9c3c107c8c Fix compile with GCC 6.3.0 (bug #3738) (#3743) Albert Santoni 2023-12-08 12:36:33 -05:00
  • 4497a2d09a fix cmake build H1X4 2023-12-08 18:13:18 +02:00
  • 81629e425c Convert README to Markdown Victor Zverovich 2023-12-08 07:28:33 -08:00
  • 6f95000b7a Update README.rst (#3737) reinhardt1053 2023-12-07 15:21:06 +01:00
  • 573d74395b error on bool arg w/ char pres_type (#3734) js324 2023-12-05 16:45:10 -05:00
  • 5d55375a8a Experiment with scan buffering Victor Zverovich 2023-12-02 09:34:27 -08:00
  • 71bd51e6c2 Implement %j specifier for std::chrono::duration (#3732) Ivan Shapovalov 2023-12-03 19:29:58 +04:00
  • f575089243 Simplify test Victor Zverovich 2023-12-01 08:52:42 -08:00
  • 99b9fbf8ef Add formatter for std::source_location (#3730) Félix-Antoine Constantin 2023-11-30 13:05:56 -05:00
  • 8f83ee2ad1 Apply coding conventions Victor Zverovich 2023-11-30 08:21:57 -08:00
  • 2a8a694466 Clarify that mixing code unit types is deprecated Victor Zverovich 2023-11-30 08:20:01 -08:00