Commit Graph

  • 5cf2342aa2 Bump version Victor Zverovich 2023-05-09 15:00:36 -07:00
  • fe9d39d7cb Update changelog Victor Zverovich 2023-05-09 14:27:48 -07:00
  • 4c98561979 Update changelog Victor Zverovich 2023-05-09 14:25:56 -07:00
  • 403b271ed7 Update changelog Victor Zverovich 2023-05-09 14:20:59 -07:00
  • 2c991e1af6 Update changelog Victor Zverovich 2023-05-08 14:43:16 -07:00
  • c984df9815 Remove an unused function from internal class Victor Zverovich 2023-05-08 13:35:23 -07:00
  • fbf21ed224 Update changelog Victor Zverovich 2023-05-08 13:34:29 -07:00
  • 575583144e Update changelog Victor Zverovich 2023-05-08 11:37:33 -07:00
  • e7f6888c7a Update changelog Victor Zverovich 2023-05-08 09:49:39 -07:00
  • 39db2dfd06 Update changelog Victor Zverovich 2023-05-08 09:41:57 -07:00
  • 9b7829e264 Update changelog Victor Zverovich 2023-05-08 09:15:07 -07:00
  • 1e0ce567ef Fix formatting of paths containing invalid Unicode Victor Zverovich 2023-05-07 08:05:28 -07:00
  • dde8cf3bb7 Unification utf16/utf32 to utf8 conversion Vladislav Shchapov 2023-05-02 21:29:02 +05:00
  • e84b00e014 Workaround to error: variable 'n' set but not used [-Werror,-Wunused-but-set-variable] Vladislav Shchapov 2023-05-02 21:21:16 +05:00
  • b12ffea4fb Add filesystem_error test back Victor Zverovich 2023-05-06 07:49:46 -07:00
  • f61f15cc5b Suppress a false positive in gcc Victor Zverovich 2023-05-06 06:32:10 -07:00
  • 192df93d7b modules missing pieces (#3399) Daniela Engert 2023-05-05 19:21:18 +02:00
  • d8973bf16b Add FMT_STRING for format_to() call (#3413) mogemimi 2023-05-03 23:58:40 +09:00
  • d7a8e50cb5 Improve module testing (#3397) Daniela Engert 2023-05-03 16:56:24 +02:00
  • 02cae7e48a Improve handling of Unicode in paths Victor Zverovich 2023-04-30 09:09:35 -07:00
  • 53162142b2 Remove .bazelrc mention from Bazel related readme (#3411) Vertexwahn 2023-04-30 01:25:00 +02:00
  • 5bcf0d7f97 Bazel support (#3406) Vertexwahn 2023-04-29 16:45:49 +02:00
  • f8c9fabd94 Fix spelling (#3404) Vertexwahn 2023-04-25 20:47:37 +02:00
  • 62ff4e1dbd Remove foonathan from maintainer list (#3402) Jonathan Müller 2023-04-23 22:35:05 +02:00
  • f449ca0525 Name vfprintf clashes with the identically named declaration in 'stdio.h' if that happens to be #included into the same TU. Fix this by using qualified name lookup instead of unqualified lookup that also enables ADL. (#3400) Daniela Engert 2023-04-23 16:10:57 +02:00
  • eafcd3c8e1 Optionally attach declarations to the global module rather than module fmt (#3387) Daniela Engert 2023-04-23 15:04:36 +02:00
  • 18154cc903 Simplify print Victor Zverovich 2023-04-22 13:22:38 -07:00
  • 0de789cf29 Update changelog Victor Zverovich 2023-04-22 09:20:28 -07:00
  • c039389223 export names only once (#3392) Daniela Engert 2023-04-22 15:21:06 +02:00
  • 93e81bb5d8 Fix C4365 (signed/unsigned mismatch) warning on 32-bit Windows (#3398) Louis Wilson 2023-04-20 17:36:05 -07:00
  • e7d6eb6794 Update tests to use recommended MOCK_METHOD (#3395) Kevin Hwang 2023-04-20 13:16:21 -07:00
  • 18e7a2532b Remove obsolete msvc workarounds (#3388) Daniela Engert 2023-04-20 02:09:51 +02:00
  • 0489c19dcb fix and improve module (#3386) Daniela Engert 2023-04-18 15:47:01 +02:00
  • 8ec94ac6a5 Use full path to pcm Victor Zverovich 2023-04-14 11:57:17 -07:00
  • d97d8cea67 Push module check to test Victor Zverovich 2023-04-14 11:42:01 -07:00
  • d8a2698e6c Fix compilation as a C++20 module with gcc 13 Victor Zverovich 2023-04-14 09:49:07 -07:00
  • d9c19940a3 Update add_module_library Victor Zverovich 2023-04-13 17:09:31 -07:00
  • 4b5ae0b0ef Remove unnecessary module support check Victor Zverovich 2023-04-13 16:53:45 -07:00
  • 75f3b1c094 Use add_module_library Victor Zverovich 2023-04-12 08:43:38 -07:00
  • faf83406a9 Workaround cmake issue Victor Zverovich 2023-04-11 15:59:08 -07:00
  • 165814d57a Add module support to CMake Victor Zverovich 2023-04-11 12:23:26 -07:00
  • 33f7150778 Fix error C2668 on msvc (#3378) June Liu 2023-04-11 21:27:28 +08:00
  • c98e5a08a4 Fix modular build on clang Victor Zverovich 2023-04-10 09:43:56 -07:00
  • 119c6bd16f Move the modules check Victor Zverovich 2023-04-10 09:28:00 -07:00
  • 77eeb71830 Remove unused headers Victor Zverovich 2023-04-10 09:03:25 -07:00
  • 13bf99f9db Enable modules in clang 16 Victor Zverovich 2023-04-10 08:44:43 -07:00
  • 1d0257e4c0 FMT_MODULE_EXPORT_* -> FMT_EXPORT_* Victor Zverovich 2023-04-10 08:33:39 -07:00
  • 4613d48fd3 FMT_EXPORT -> FMT_LIB_EXPORT Victor Zverovich 2023-04-10 08:24:23 -07:00
  • 4a4a2a2bd6 Fix diagnostics Victor Zverovich 2023-04-09 09:25:15 -07:00
  • fce74caa15 Disable problematic implicit conversions Victor Zverovich 2023-04-09 09:08:46 -07:00
  • 02bf4d1c1c Disable to_string_view ADL Victor Zverovich 2023-04-09 08:44:17 -07:00
  • 466e0650ec Remove problematic workaround Victor Zverovich 2023-04-09 08:04:11 -07:00
  • 029caa8ea2 Update changelog Victor Zverovich 2023-04-09 07:00:50 -07:00
  • e406ddbfaf Remove broken part of the config Victor Zverovich 2023-04-08 08:46:43 -07:00
  • 9095679536 Update changelog Victor Zverovich 2023-04-08 08:39:13 -07:00
  • 7f46cb75b8 ranges: Fix extra semi (#3374) Björn Schäpers 2023-04-06 17:31:07 +02:00
  • 4e3f381058 Update changelog Victor Zverovich 2023-04-02 07:13:30 -07:00
  • d3c10f5167 fix compilation for MSDOS (#3369) Mikhail Paulyshka 2023-04-01 23:40:53 +03:00
  • ab956f600f Update changelog Victor Zverovich 2023-04-01 08:04:47 -07:00
  • 97aedeab48 Workaround a double-double hexfloat format (#3366) Vladislav Shchapov 2023-04-01 19:19:23 +05:00
  • bce8d4ed08 Remove stray comment Victor Zverovich 2023-03-27 11:04:00 -07:00
  • a91c7b286d Cleanup the core API Victor Zverovich 2023-03-26 21:05:06 -07:00
  • 19c074e477 Remove deprecated fallback formatter Victor Zverovich 2023-03-26 08:40:12 -07:00
  • 41cfc739fe Generalize format_as Victor Zverovich 2023-03-19 18:56:45 -07:00
  • f6276a2c2b Force use a signed char (On ARM char is unsigned by default) (#3362) Vladislav Shchapov 2023-03-22 23:34:59 +05:00
  • 6002ddf825 Remove a deprecated option Victor Zverovich 2023-03-19 12:17:43 -07:00
  • 6549ffde8e Improve format_as safety Victor Zverovich 2023-03-19 06:51:47 -07:00
  • d9bc5f1320 Fix code causing spurious Wstringop-overflow warning Alecto Irene Perez 2023-03-03 12:53:25 -05:00
  • 9c5cd998d1 Remove unused functions Victor Zverovich 2023-03-18 08:04:38 -07:00
  • 93bfa05382 %T is %H:%M:%S (#3349) Barry Revzin 2023-03-18 09:16:22 -05:00
  • d8e1c4265a fix case of variant which is valueless by exception (#3347) TheOmegaCarrot 2023-03-18 10:07:06 -04:00
  • e1720c0e51 Fix CUDA nvcc warning fmt/include/fmt/core.h(295): warning #1675-D: unrecognized GCC pragma (#3352) tmartin-gh 2023-03-17 11:35:35 -07:00
  • 7f882918eb write_floating_seconds: Fall back to ::round (#3343) Gleb Mazovetskiy 2023-03-12 16:34:19 +00:00
  • cbc7b8d5c1 Cleanup dead variable (#3338) Shawn Zhong 2023-03-10 11:17:43 -06:00
  • 050293646f Path is not escaped twice in the debug mode (#3321) Vladislav Shchapov 2023-03-05 21:01:06 +05:00
  • 3daf33837c Enable consteval for Xcode 14.0.1 and later (#3331) Cloyce D. Spradling 2023-03-04 09:22:43 -08:00
  • e0748e61dd Fix recursion check in range formatting Victor Zverovich 2023-03-04 08:03:00 -08:00
  • b94e1016fa chore: set permission to cifuzz.yml (#3328) Joyce 2023-03-01 12:58:59 -03:00
  • 98699719f8 Make # handling consistent with std::format Victor Zverovich 2023-02-26 10:15:16 -08:00
  • 48dfbcaa95 Improve license and PR template wording Victor Zverovich 2023-02-26 09:08:53 -08:00
  • c644c753d7 Add '🐙 userver framework' to the projects Antony Polukhin 2023-02-26 14:07:06 +03:00
  • 73b7cee7fb Fix for issue #3325 (#3326) Vladislav Shchapov 2023-02-26 19:59:41 +05:00
  • 5b8302079d Add optional support (#3303) tom-huntington 2023-02-26 03:45:56 +13:00
  • 3a69529e8b Fix various typos (#3312) luzpaz 2023-02-21 18:14:41 -05:00
  • 76f520835f Call element parse in tuple parse Victor Zverovich 2023-02-19 09:24:29 -08:00
  • 507c3042d8 class -> typename Victor Zverovich 2023-02-18 10:23:42 -08:00
  • 1741e90dec Always call parse in range formatter Victor Zverovich 2023-02-18 09:39:58 -08:00
  • d646fd0daf Minor cleanup Victor Zverovich 2023-02-16 11:21:08 -08:00
  • b5c2f74f45 change sopen_s to wsopen_s (fmtlib#3234) (#3293) Froster 2023-02-17 03:17:55 +08:00
  • e03753c4ac Add ubuntu mirrors (#3302) Vladislav Shchapov 2023-02-12 20:46:50 +05:00
  • 6e6eb63770 [msvc] fix warning about non-inline variable Russell Greene 2023-02-07 16:12:58 -06:00
  • 3c5464ba1c Fix OpenBSD build error (#3295) Shawn Zhong 2023-02-11 10:46:28 -06:00
  • 655046d24f Fix container adaptor formatting Victor Zverovich 2023-02-10 09:45:27 -08:00
  • 581c6292c9 Add formatters for container adapters (#3279) Shawn Zhong 2023-02-08 19:25:41 -06:00
  • 7718eeeacc Implement glibc ext for sec, min, and hour (#3271) Shawn Zhong 2023-02-08 11:22:58 -06:00
  • 44e0eea94e Use FMT_HAS_INCLUDE and apply clang-format Victor Zverovich 2023-02-08 07:19:10 -08:00
  • 99070899b7 Fix errors setting of FMT_USE_FLOAT128 (#3259) Roman-Koshelev 2023-02-08 18:15:02 +03:00
  • 05e3a9233a Allowing formatting non-copyable ranges. (#3290) Barry Revzin 2023-01-27 14:29:57 -06:00
  • 70db193f09 Visual Studio 2022: fmt/format-inl.h(1145,60): warning C4310: cast truncates constant value #3287 (#3288) Ivan Shynkarenka 2023-01-26 23:46:30 +04:00
  • a2c05a10ec Workaround a bug in MSVC <= 19.22 Victor Zverovich 2023-01-25 10:34:28 +13:00