1. 8c63ea4 Fix Linux compilation with -fno-exceptions (#402) by Jan Hellwig · 8 years ago
  2. 2bba420 Pass writer directly to format_value (#400) by Victor Zverovich · 8 years ago
  3. b656a1c Make value the second argument to format_value by Victor Zverovich · 8 years ago
  4. edf9879 Pass writer to format_value by Victor Zverovich · 8 years ago
  5. 64ca334 CharType -> Char by Victor Zverovich · 8 years ago
  6. be61320 Char -> char_type by Victor Zverovich · 8 years ago
  7. f85d5f4 BasicFormatter -> basic_formatter by Victor Zverovich · 8 years ago
  8. 18dfa25 Pass correct formatters to make_format_args by Victor Zverovich · 8 years ago
  9. abbefd7 CHAR_WIDTH -> CHAR_SIZE to avoid collision with ISO/IEC TS 18661-1:2014 macro by Victor Zverovich · 8 years ago
  10. ed874df Merge branch 'master' of github.com:fmtlib/fmt by Victor Zverovich · 8 years ago
  11. 1e018e6 Thread-safe time formatting by codicodi · 8 years ago
  12. 1500f00 Remove unnecessary "fmt/" prefix which should be maintained with additional include_directories() in each project. (#397) by chronoxor · 8 years ago
  13. dafbec7 Fix type safety when using custom formatters (#394) by Victor Zverovich · 8 years ago
  14. 506435b Fix formatting by Victor Zverovich · 8 years ago
  15. f287994 Fix formatting by Victor Zverovich · 8 years ago
  16. 4809e29 Minor documentation changes by Victor Zverovich · 8 years ago
  17. 61fb856 Merge pull request #393 from pwm1234/master-pwm by Victor Zverovich · 8 years ago
  18. 88c4bc3 Document use of format_arg for user-defined type by Philip Miller · 8 years ago
  19. 48fe978 Add format_arg::operator bool by Victor Zverovich · 8 years ago
  20. 119a63a internal::Arg -> format_arg by Victor Zverovich · 8 years ago
  21. 65a8c2c format_arg -> format_value by Victor Zverovich · 8 years ago
  22. 13b0404 Add format_args::size_type by Victor Zverovich · 8 years ago
  23. cee50b7 Fix compilation on Cygwin (#388) by Victor Zverovich · 8 years ago
  24. 8a77e79 Enable C++11 in tests. by Victor Zverovich · 8 years ago
  25. 1e8553d Enable C++11 in tests. by Victor Zverovich · 8 years ago
  26. 06bab3e Workaround mingw bug https://sourceforge.net/p/mingw/bugs/1531/ by Victor Zverovich · 8 years ago
  27. f66d37f Merge pull request #390 from chronoxor/master by Victor Zverovich · 8 years ago
  28. 6fd6ecc Enable C++11 for no-windows-h-test by Victor Zverovich · 8 years ago
  29. c4212f9 format -> vformat by Victor Zverovich · 8 years ago
  30. 1546b9e Introduced NamedArgWithType<Char, T> : NamedArg<Char> by Ivan Shynkarenka · 8 years ago
  31. 17c17d1 Merge pull request #389 from chronoxor/master by Victor Zverovich · 8 years ago
  32. d09dd1a Extend ArgLists to support serialization/deserialization in third-party components by Ivan Shynkarenka · 8 years ago
  33. 21c6700 Don't build std branch with -std=c++0=98 by Victor Zverovich · 8 years ago
  34. 64a0016 Merge pull request #385 from jcelerier/master by Victor Zverovich · 8 years ago
  35. 9ec3bea Add FMT_OVERRIDE macro to allow specifying overriding functions in c++11 compilers by Jean-Michaël Celerier · 8 years ago
  36. 1fb0586 Merge pull request #381 from hghwng/master by Victor Zverovich · 8 years ago
  37. 5f26b5d Fix compilation on Android. by Hugh Wang · 8 years ago
  38. 209a1d5 Get rid of macros by Victor Zverovich · 8 years ago
  39. 9a07973 Test types by Victor Zverovich · 8 years ago
  40. 0d25f6f Move the paper to the docs repo by Victor Zverovich · 8 years ago
  41. ea28a63 Get rid of FMT_VARIADIC_CTOR by Victor Zverovich · 8 years ago
  42. 0d8aca8 Get rid of FMT_VARIADIC_VOID by Victor Zverovich · 8 years ago
  43. 4ece95a Make make_format_args public by Victor Zverovich · 8 years ago
  44. 0028ce5 Get rid of FMT_VARIADIC by Victor Zverovich · 8 years ago
  45. ece7ae5 Make format_arg_store convertible to format_args by Victor Zverovich · 8 years ago
  46. 621447f Make initialization C++11-compatible by Victor Zverovich · 8 years ago
  47. a0190e4 Add a missing include by Victor Zverovich · 8 years ago
  48. b903f5c format -> vformat by Victor Zverovich · 8 years ago
  49. 43c0095 Refactor type mapping by Victor Zverovich · 8 years ago
  50. 4873685 ArgArray -> format_arg_store by Victor Zverovich · 8 years ago
  51. fc73e10 ArgList -> format_args by Victor Zverovich · 8 years ago
  52. 92605eb Remove FMT_USE_VARIADIC_TEMPLATES by Victor Zverovich · 8 years ago
  53. 9bb213e FormatError -> format_error by Victor Zverovich · 8 years ago
  54. 2ae6bca Complete syntax section by Victor Zverovich · 8 years ago
  55. 04335ae Correct syntax by Victor Zverovich · 8 years ago
  56. 3d5125c Update paper by Victor Zverovich · 8 years ago
  57. d775a20 Update paper by Victor Zverovich · 8 years ago
  58. 4dc9fd9 Update paper by Victor Zverovich · 8 years ago
  59. a79c7b4 Fix handling of unsigned char strings (#373) by Victor Zverovich · 8 years ago
  60. 195d6a5 Update paper by Victor Zverovich · 8 years ago
  61. 6c184ef Remove old compatibility headers by Victor Zverovich · 8 years ago
  62. 93975c7 Update paper by Victor Zverovich · 8 years ago
  63. 53f9e7f Add 'a' and 'A' format specifiers by Victor Zverovich · 8 years ago
  64. 768739c Update paper by Victor Zverovich · 8 years ago
  65. 94d387c Update paper by Victor Zverovich · 8 years ago
  66. 721c910 Update paper by Victor Zverovich · 8 years ago
  67. 108498b Add initial draft of the paper by Victor Zverovich · 8 years ago
  68. f19d8f9 Improve error reporting (#357) by Victor Zverovich · 8 years ago
  69. 2bf59a9 Add CUAUV, Seastar and ScyllaDB to the list of projects that use fmt by Victor Zverovich · 8 years ago
  70. 12a6027 Don't use -std compiler flag if CMAKE_CXX_STANDARD is specified (#366) by Victor Zverovich · 8 years ago
  71. a5d0adf Use a heuristic to detect empty strftime result (#367) by Victor Zverovich · 8 years ago
  72. 1a23f9c Correct buffer growth when formatting time (#367) by Victor Zverovich · 8 years ago
  73. 9dbb60c Move fmt::fprintf to printf.h by Victor Zverovich · 8 years ago
  74. ed30108 Add "n" to integer formatting types by Victor Zverovich · 8 years ago
  75. d5893c9 Update homepage and break long lines by Victor Zverovich · 8 years ago
  76. 6ee9f2e Make printf argument formatters public (#335, #360) by Victor Zverovich · 8 years ago
  77. 631ffef Merge pull request #361 from nmoehrle/fix-unreachable-code by Victor Zverovich · 8 years ago
  78. 355861f Document PrintfFormatter::format by Victor Zverovich · 8 years ago
  79. ab05453 Move writer to PrintfFormatter object for consistency with BasicFormatter by Victor Zverovich · 8 years ago
  80. 9823675 Break long lines by Victor Zverovich · 8 years ago
  81. d4ddaaf Make PrintfFormatter public (#335, #360) by Victor Zverovich · 8 years ago
  82. fa0f870 Merge pull request #362 from smellman/smellman-patch-1 by Victor Zverovich · 8 years ago
  83. 1dbc6bd Update usage.rst: change Homebrew package name by Taro Matsuzawa aka. btm · 8 years ago
  84. c8c9973 Remove unreachable code below FMT_THROW by Nils Moehrle · 8 years ago
  85. 65cd664 Fix handling of wide strings in StringWriter by Victor Zverovich · 8 years ago
  86. c110c6e Update readme by Victor Zverovich · 8 years ago
  87. 1acfd07 Workaround broken MinGW installation on AppVeyor (#355) by Victor Zverovich · 8 years ago
  88. d4885ce Document BasicStringWriter by Victor Zverovich · 8 years ago
  89. 903357c Break a long line by Victor Zverovich · 8 years ago
  90. 88b84d6 Merge pull request #358 from arvedarved/fix-freebsd by Victor Zverovich · 8 years ago
  91. d7c4e1c Fix compile on freebsd by Tilman Keskinöz · 8 years ago
  92. 0d5ef5c Fix inclusion of printf.h in the header-only config (#354) by Victor Zverovich · 8 years ago
  93. 8631694 check -> const_check to avoid a conflict with AssertMacros.h (#350) by Victor Zverovich · 8 years ago
  94. 4133e50 Merge branch 'locale' by Victor Zverovich · 8 years ago
  95. 0e6df7e Fix handling of thousands separator (#353) by Victor Zverovich · 8 years ago
  96. 44c926d Merge pull request #348 from LogicalKnight/fix-clang-extern-header-only by Victor Zverovich · 8 years ago
  97. 75f862b Fix building with clang in header-only mode by Sean LK · 8 years ago
  98. 116914a Remove unused scripts by Victor Zverovich · 8 years ago
  99. 689fd2a Refactor release script by Victor Zverovich · 8 years ago
  100. 7a0806a Fix release script by Victor Zverovich · 8 years ago