1. 62da1db Avoid wchar_t instantiations by Victor Zverovich · 4 years, 6 months ago
  2. c68703c float_spec -> float_specs by Victor Zverovich · 4 years, 7 months ago
  3. 8877a67 Instantiate snprintf_float by Victor Zverovich · 4 years, 7 months ago
  4. 4cf59ce Integrate Grisu and sprintf digit generators by Victor Zverovich · 4 years, 7 months ago
  5. 7395472 Refactor floating-point formatting by Victor Zverovich · 4 years, 7 months ago
  6. ded1e76 Refactor floating point formatting by Victor Zverovich · 4 years, 7 months ago
  7. dcde089 Improve POSIX API detection by Victor Zverovich · 4 years, 7 months ago
  8. f1559e1 Use grouping() from locale for specifier 'n' by daniel · 4 years, 7 months ago
  9. 200ee6f Fix minor clang-tidy warnings by Rosen Penev · 4 years, 10 months ago
  10. 7920959 core_format_specs -> sprintf_specs by Victor Zverovich · 5 years ago
  11. 1d3e3d8 Make the 'n' format specifier work with grisu disabled by Victor Zverovich · 5 years ago
  12. bc14c6e Use the decimal point from locale by Victor Zverovich · 5 years ago
  13. d07cc20 FMT_EXPLICIT -> explicit, FMT_NULL -> nullptr by Victor Zverovich · 5 years ago
  14. 29c10fb Fix DLL visibility of explicit instantiation "declaration" of internal::basic_data<void> in header format.h and the explicit instantiation "definition" in format.cc (#1134) by denchat · 5 years ago
  15. 8d8ea21 Partially implement Grisu3 by Victor Zverovich · 5 years ago
  16. dc94010 Remove char_traits (#1117) by Victor Zverovich · 5 years ago
  17. 2808395 basic_buffer -> buffer by Victor Zverovich · 5 years ago
  18. a977577 Use grisu for fixed precision by Victor Zverovich · 5 years ago
  19. 8af651b Implement fixed precision by Victor Zverovich · 5 years ago
  20. 5a314a5 Eliminate extra copy on floating-point formatting by Victor Zverovich · 5 years ago
  21. 4f6fda5 Add a grisu test stub by Victor Zverovich · 5 years ago
  22. fdd8e33 Fix compilation with locales disabled (#1011) by Victor Zverovich · 5 years ago
  23. 58b6f8d Format the code using clang-format by Victor Zverovich · 5 years ago
  24. 322b259 Implement more time specifiers by Victor Zverovich · 6 years ago
  25. 33fbb3a Fix remaining linker errors. by Andreas Schönle · 6 years ago
  26. 702b3d1 Fix link error in windows with shared library. by Andreas Schönle · 6 years ago
  27. f2ee988 Improve locale support by Victor Zverovich · 6 years ago
  28. 324eac1 Make locales work with any character type by Victor Zverovich · 6 years ago
  29. 61e6d2e Fix core version of vformat_to by Victor Zverovich · 6 years ago
  30. 486fff5 Add sprintf_format instantiations and remove syntactic noise by Victor Zverovich · 6 years ago
  31. 939fbe5 Remove basic_fixed_buffer. by superfunc · 6 years ago
  32. 3f4984f Clean core-test and fix linkage errors on older gcc by Victor Zverovich · 6 years ago
  33. 4061a0d Parameterize vformat to support custom char types by Victor Zverovich · 6 years ago
  34. 323b92b Force linking of inline functions into the library (#795) by Victor Zverovich · 6 years ago
  35. 691a7a9 Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) by Elias Kosunen · 6 years ago
  36. b60a5c5 Improve floating-point formatting by Victor Zverovich · 6 years ago
  37. 2196025 Fix a warning by Victor Zverovich · 6 years ago
  38. b76bb79 Improve naming consistency by Victor Zverovich · 6 years ago
  39. 69823bf Improve naming consistency by Victor Zverovich · 6 years ago
  40. 838400d Add inline namespace fmt::v5 by Victor Zverovich · 6 years ago
  41. 2570f1a Provide more overloads for the wide string flavour by Daniela Engert · 6 years ago
  42. fd0b07a (w)context -> (w)format_context by Victor Zverovich · 6 years ago
  43. e90b1da Fix linker errors using fmt as shared library in MSVC by Sebastian König · 6 years ago
  44. b64486d Add format.cc by Victor Zverovich · 6 years ago
  45. 3da71d5 Move source files to the src directory by Victor Zverovich · 6 years ago