Commit Graph

  • 04718008ab Minor cleanup Victor Zverovich 2023-11-30 07:34:26 -08:00
  • b87ea22e29 Add native and generic representation for filesystem::path format spec (#3729) js324 2023-11-29 17:49:36 -05:00
  • 5cfd28d476 Experiment with FILE in scan Victor Zverovich 2023-11-26 09:22:31 -08:00
  • 73fae91e64 Cleanup .gitignore Victor Zverovich 2023-11-25 09:45:38 -08:00
  • 6988be3878 Bump version Victor Zverovich 2023-11-25 09:11:53 -08:00
  • 2d1e4bb35e Remove a useless comment Victor Zverovich 2023-11-25 09:05:20 -08:00
  • 7f8d419115 Fix overflow in time_point formatting with large dates (#3727) Corentin Schreiber 2023-11-25 16:36:55 +00:00
  • ccc9ab7bf9 Include correct header Victor Zverovich 2023-11-25 08:23:41 -08:00
  • c4283ec471 Fix a libc++ warning and move the test to the right place Victor Zverovich 2023-11-25 07:58:27 -08:00
  • c3f9a73445 Apply coding conventions Victor Zverovich 2023-11-25 07:41:04 -08:00
  • 06f1c0d725 Clarify that calling non-const format is deprecated Victor Zverovich 2023-11-24 10:21:57 -08:00
  • ffa5b14fe3 Make gtest-extra-test more portable Victor Zverovich 2023-11-24 10:09:21 -08:00
  • bea7ecc710 Disable locale-specific tests on OpenBSD Victor Zverovich 2023-11-24 09:45:56 -08:00
  • 8a39388516 Fix the default locale in ostream_formatter Victor Zverovich 2023-11-24 09:23:58 -08:00
  • dd6f657a79 Remove this-> from decltype (#3723) Peter Johnson 2023-11-22 09:46:04 -08:00
  • c13753a70c Fix handling of invalid Unicode in precision Victor Zverovich 2023-11-18 07:54:36 -10:00
  • 864a8b5f38 fix: support optional<T> with format_as(T) (#3713) Ole Bøe 2023-11-17 00:02:33 +01:00
  • 649fe0fc8b Fix handling of null strings with the s specifier Victor Zverovich 2023-11-14 07:48:10 -10:00
  • 45e124ee43 Added workaround for old xcode compiler bug (#3716) Kai Aoki 2023-11-16 02:19:08 +09:00
  • 045b05d79e Revert CMake changes Victor Zverovich 2023-11-14 06:48:16 -10:00
  • c43fe02f66 Rewrites for esp-idf esp-idf-rewrite 0xFEEDC0DE64 2023-11-14 14:25:57 +01:00
  • ec628561c2 Fix formatting master Victor Zverovich 2023-11-13 06:41:28 -10:00
  • cbb18c237a Add support for CMake 3.28 C++ modules (#3679) Luis Caro Campos 2023-11-13 16:34:42 +00:00
  • 6b0082e6c7 Improve OpenBSD workaround Victor Zverovich 2023-11-07 09:24:33 -10:00
  • 52a99a67f7 Set PDB path for Visual Studio (#3702) Petr Klima 2023-11-08 03:22:52 +11:00
  • 4548d1eae2 Make write_escaped_path more portable Victor Zverovich 2023-11-07 05:46:15 -10:00
  • 050d41e857 Make get_path_string more portable Victor Zverovich 2023-11-06 14:28:46 -10:00
  • 1c023c0087 Update bootstrap Victor Zverovich 2023-11-06 08:20:01 -10:00
  • b35d4e40fe fix: use FMT_HAS_INCLUDE instead of __has_include hotwatermorning 2023-11-03 02:40:39 +09:00
  • acaf83f40f feat: enable building with gcc 4.8 hotwatermorning 2023-11-02 20:42:05 +09:00
  • 05aa783779 feat: include xlocale.h only if exists hotwatermorning 2023-10-01 14:51:23 +09:00
  • 05dda9490d Bump ossf/scorecard-action from 2.2.0 to 2.3.1 (#3697) dependabot[bot] 2023-11-01 12:38:06 -07:00
  • caf4fcb207 Bump github/codeql-action from 2.21.5 to 2.22.5 (#3696) dependabot[bot] 2023-11-01 12:37:23 -07:00
  • e0d3e346d2 Wrap Char in array to avoid pointer arithmetic (#3695) Carl Smedstad 2023-10-31 22:05:46 +01:00
  • 19276d7325 Fix an inconsistentcy between to_string and format Victor Zverovich 2023-10-28 08:04:28 -07:00
  • 2a2c6e676f Fix flushing C++ iostreams before calling write_console() (#3689) Dimitrij Mijoski 2023-10-25 22:13:31 +02:00
  • 3b7f58a8b3 add buffer flush before direct write Roman Koshelev 2023-10-02 19:21:14 +03:00
  • e9bbd4069e Update README.rst Victor Zverovich 2023-10-22 09:13:14 -07:00
  • 857cce7a83 Update README.rst Victor Zverovich 2023-10-22 08:45:50 -07:00
  • 081d5b0d8b Update README.rst Victor Zverovich 2023-10-22 08:30:04 -07:00
  • baae1ed658 add meson instructions to usage docs (#3677) Carson Riker 2023-10-18 14:53:47 -04:00
  • 2ac6c5ca8b Fix error C2668 on Windows with option /std:c++latest (#3680) June Liu 2023-10-17 00:54:02 +08:00
  • d9063baf22 Fix perf regression in ostream::print Victor Zverovich 2023-10-15 08:23:36 -07:00
  • f7542c5761 Apply clang-format Victor Zverovich 2023-10-14 06:52:43 -07:00
  • 130cf54cbc Use a more sensible locale in tests Victor Zverovich 2023-10-08 10:49:21 -07:00
  • 8e0ca0589f Use a more sensible locale in tests Victor Zverovich 2023-10-08 08:45:37 -07:00
  • bf497ac068 Cleanup test Victor Zverovich 2023-10-08 07:30:08 -07:00
  • bb8d50f04b add a suffix for days and fix the one for minutes (#3664) Richard Kellnberger 2023-10-07 21:45:34 +02:00
  • f76603f21e fix: make std::bitset formattable again (#3660) Giel van Schijndel 2023-10-03 18:53:47 +02:00
  • f918289363 Bump actions/checkout from 4.0.0 to 4.1.0 (#3666) dependabot[bot] 2023-10-01 09:49:05 -07:00
  • 72e883e163 Diagnose unsupported code unit types Victor Zverovich 2023-10-01 08:13:03 -07:00
  • b3bf23f3c4 Remove leftover usage of the __std_stream header (#3663) Christoph Reiter 2023-10-01 17:16:42 +02:00
  • 349e1c48d1 Update README.rst (#3661) Joyce 2023-09-30 11:16:04 -03:00
  • 79dbd3f192 feat: add security policy to readme (#3655) Joyce 2023-09-28 20:50:14 -03:00
  • 2dd4fa8742 Remove an ostream hack incompatible with libc++ 17 Victor Zverovich 2023-09-26 12:42:37 -07:00
  • 44f3d8a77c README.rst: fix broken LICENSE link (#3653) Per Lundberg 2023-09-23 01:54:40 +03:00
  • 06b20387ae Optimize fractional_part_rounding_thresholds Victor Zverovich 2023-09-22 13:26:57 -07:00
  • 649f2460db Apply clang-format Victor Zverovich 2023-09-22 09:07:43 -07:00
  • 7529af8f99 Workaround intel bug (#3652) Greg Sjaardema 2023-09-20 19:57:55 -06:00
  • a3a74fa7f3 fix: mark fmt::streamed() as constexpr (#3650) Giel van Schijndel 2023-09-19 17:42:34 +02:00
  • 8ef4db4b96 Use datatype of underlying data (#3647) Sascha Scandella 2023-09-19 16:31:36 +02:00
  • 492a99c964 Fix error: 'char_traits<custom_char>' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Werror,-Wdeprecated-declarations] (#3634) Vladislav Shchapov 2023-09-19 03:46:17 +05:00
  • 3baaa8d899 Update docs Victor Zverovich 2023-09-18 14:54:52 -07:00
  • 0e01e46c11 Implement nested formatter Victor Zverovich 2023-09-18 11:09:28 -07:00
  • f6ca4ea199 Avoid a space in the UDL definition (#3610) Dana Jansens 2023-09-18 11:09:42 -04:00
  • a8a73da7e4 Add an option to avoid wchar APIs on Windows (#3636) Gleb Mazovetskiy 2023-09-17 16:49:51 +01:00
  • aa3c5a4127 Clarify I/O error handling Victor Zverovich 2023-09-16 08:20:27 -07:00
  • bfdf50d183 Minor cleanup Victor Zverovich 2023-09-16 08:02:12 -07:00
  • 571a9b7b26 Replace usage of C++17 library feature with C++11 (#3638) Chloe 2023-09-16 08:07:03 -07:00
  • 6c088be8ec Cleanup handling of visibility Victor Zverovich 2023-09-16 07:40:08 -07:00
  • 016b1faede Fix symbol leak (#3627) Vladislav Shchapov 2023-09-16 19:26:36 +05:00
  • e25370093a Remove unnecessary spaces (#3642) Dzmitry Ivaniuk 2023-09-16 16:55:22 +03:00
  • d4987546a4 Add an experimental nested formatter Victor Zverovich 2023-09-10 09:02:13 -07:00
  • 5bdce181f1 Mark styled_arg as a view to prevent lifetime issues Victor Zverovich 2023-09-09 08:16:45 -07:00
  • a4b7b24b7b fix redundant redeclaration of ‘constexpr’ static data member (#3630) cyy 2023-09-09 07:20:32 +08:00
  • fac60bd4f5 Remove type cast as mxe(mingw32) compiler complains about useless-cast (#3624) Vinay Yadav 2023-09-05 20:07:27 +05:30
  • f5be4a8a9a Bump actions/checkout from 3.5.3 to 4.0.0 (#3623) dependabot[bot] 2023-09-04 11:24:28 -07:00
  • 84e6661517 Workaround a gcc 6.4 issue Victor Zverovich 2023-09-04 11:04:07 -07:00
  • ac3240439c Update dependabot.yml Victor Zverovich 2023-09-04 10:23:00 -07:00
  • 8894ae87fe Bump github/codeql-action from 2.21.4 to 2.21.5 (#3622) dependabot[bot] 2023-09-04 10:19:51 -07:00
  • ca608547e5 Workaround a C++11 issue Victor Zverovich 2023-09-04 10:07:14 -07:00
  • 23cf4055a0 Simplify URLs Victor Zverovich 2023-09-04 10:00:13 -07:00
  • 46c8301ee9 Remove rst2md Victor Zverovich 2023-09-04 09:38:06 -07:00
  • a79a979828 Cleanup ranges test Victor Zverovich 2023-09-04 09:19:40 -07:00
  • 457bb6a98f Merge the copyright comment since there are many contributors Victor Zverovich 2023-09-04 09:09:01 -07:00
  • 61aef41110 Cleanup changelog Victor Zverovich 2023-09-04 09:05:07 -07:00
  • 2a45fd30fe Drop the rst suffix from the license file Victor Zverovich 2023-09-04 08:18:03 -07:00
  • 24296cff1c Update ChangeLog.md Victor Zverovich 2023-09-04 08:16:16 -07:00
  • 3d1d20a6ac Update ChangeLog.md Victor Zverovich 2023-09-04 08:10:34 -07:00
  • 0302c527c6 Update ChangeLog.md Victor Zverovich 2023-09-04 07:59:30 -07:00
  • 154eccfeb1 Convert changelog to markdown for compatibility with release notes Victor Zverovich 2023-09-04 07:07:24 -07:00
  • 35dc5def30 Revert "Bump actions/checkout from 3.5.3 to 3.6.0 (#3615)" Victor Zverovich 2023-09-04 07:12:32 -07:00
  • e1fc481d65 Merge the copyright comment since there are many contributors Victor Zverovich 2023-09-04 06:54:07 -07:00
  • e8259c5298 Bump actions/checkout from 3.5.3 to 3.6.0 (#3615) dependabot[bot] 2023-08-28 13:55:28 -07:00
  • 6379251554 Update version Victor Zverovich 2023-08-28 06:29:25 -07:00
  • 951fd9e66f Update changelog Victor Zverovich 2023-08-28 06:28:15 -07:00
  • be89b9a41e Merge branch 'release' of github.com:fmtlib/fmt Victor Zverovich 2023-08-28 06:24:29 -07:00
  • 28e2d3b640 Bump version Victor Zverovich 2023-08-26 08:29:50 -07:00
  • f5e54359df Update version 10.1.1 Victor Zverovich 2023-08-26 08:20:41 -07:00
  • a003ab93cf Update changelog Victor Zverovich 2023-08-26 08:18:55 -07:00