1. 8050599 Allow delayed type checking by Victor Zverovich · 7 years ago
  2. 1658953 Make ArgMap::init not explicitly instantiated (#563) by Elnar Dakeshov · 7 years ago
  3. 3e75d3e Fix handling of types convertible to int by Victor Zverovich · 7 years ago
  4. b0867f3 AlignSpec -> align_spec and fix a warning by Victor Zverovich · 7 years ago
  5. 89654cd to_wstring added by Alex Alabuzhev · 7 years ago
  6. f194a41 Replace fmt::is_same with std::is_same by Victor Zverovich · 7 years ago
  7. 47c84d7 Move part of write API (spec factories) to a separate header by Victor Zverovich · 7 years ago
  8. 2016814 Add ptr, a helper function for pointer formatting by Victor Zverovich · 7 years ago
  9. 77c892c Fix more warnings by Victor Zverovich · 7 years ago
  10. be7d72b Fix expansion-to-defined warning by Victor Zverovich · 7 years ago
  11. d4c504a Fix a warning by Victor Zverovich · 7 years ago
  12. 27ad6ce Use standard enable_if by Victor Zverovich · 7 years ago
  13. 6468173 Fix a warning by Victor Zverovich · 7 years ago
  14. 3880616 Remove FMT_HAS_GXX_CXX11 by Victor Zverovich · 7 years ago
  15. a7320bd Fix a warning by Victor Zverovich · 7 years ago
  16. 016aceb Remove legacy code by Victor Zverovich · 7 years ago
  17. 07f8ffc Suppress shadowing warnings by Victor Zverovich · 7 years ago
  18. 466386d Suppress a warning in gmock by Victor Zverovich · 7 years ago
  19. 70ef82a Workaround a bug in MSVC by Victor Zverovich · 7 years ago
  20. 37eb419 Fix noreturn attribute detection (#555) by Victor Zverovich · 7 years ago
  21. 14d8534 Explicitly cast range length to std::size_t to prevent conversion warnings by Manu343726 · 7 years ago
  22. c2201ce Accept wide chars as integers to prevent conversion warning by Manu343726 · 7 years ago
  23. 6efbccb Add one more CMake warning fix by Henry Schreiner · 7 years ago
  24. 5e0562a Separate parsing and formatting by Victor Zverovich · 7 years ago
  25. 032c838 Fix a segfault in test on glibc 2.26 #551, take 2 by Victor Zverovich · 7 years ago
  26. 6655e80 Fix a segfault in test on glibc 2.26 #551 by Victor Zverovich · 7 years ago
  27. 1102d46 Make format spec parsing context-independent by Victor Zverovich · 7 years ago
  28. 4591177 Separate parsing and formatting in extension API by Victor Zverovich · 7 years ago
  29. 7bd776e Explain why null_terminating_iterator is used by Victor Zverovich · 7 years ago
  30. 873c845 Remove system_header pragma by Victor Zverovich · 7 years ago
  31. 9f7957c Separate argument parsing and formatting by Victor Zverovich · 7 years ago
  32. da439f2 Suppress warning about missing noreturn attribute (#549) by Victor Zverovich · 7 years ago
  33. eefdb37 Fix an unused argument warning by Victor Zverovich · 7 years ago
  34. 2f4f49f Switch from cstring_view to string_view by Victor Zverovich · 7 years ago
  35. d16c4d2 Suppress warning about missing noreturn attribute (#549) by Mário Feroldi · 7 years ago
  36. 9c56a8c Make format_arg() accept class hierarchies by Bjorn Fahller · 7 years ago
  37. a8d6f30 Minor optimizations by Victor Zverovich · 7 years ago
  38. ca0e383 Update README.rst by Victor Zverovich · 7 years ago
  39. d16582a Move printf-related code to printf.cc by Victor Zverovich · 7 years ago
  40. 81790d7 Update format.h to remove C4574 error on MSVC 14.2 by Alexander Bock · 7 years ago
  41. 3028344 Fix undefined behavior in UDL macro by Lee, Byoung-young · 7 years ago
  42. 361911d Use preinstalled version of cmake on travis by Victor Zverovich · 7 years ago
  43. 9ea183a Fix MSVC build by Victor Zverovich · 7 years ago
  44. 8f4b918 Check argument index by Victor Zverovich · 7 years ago
  45. 4193485 Remove test files by Victor Zverovich · 7 years ago
  46. 07123e8 Use Ubuntu Trusty on Travis for a new CMake by Victor Zverovich · 7 years ago
  47. 586d636 Implement more efficient handling of large number of format arguments by Victor Zverovich · 7 years ago
  48. 4045d7f Fix warning about missing ' character by Jonathan Müller · 7 years ago
  49. 89c3bc5 Remove warning C4668 in MSVC for FMT_GCC_VERSION and FMT_HAS_GXX_CXX11 by Alexander Bock · 7 years ago
  50. 4af9421 Adding OpenSpace to the list of projects by Alexander Bock · 7 years ago
  51. 1a398b5 Fixed CMake CMP0048 warning. by Evgeniy Gerasimenko · 7 years ago
  52. 589ccc1 Bump version by Victor Zverovich · 7 years ago
  53. c381704 Add an error on broken includes by Victor Zverovich · 7 years ago
  54. 16bdd84 Update scripts by Victor Zverovich · 7 years ago
  55. b492316 Update version list by Victor Zverovich · 7 years ago
  56. 91f4ce0 Automatically update version in release script (#431) by Victor Zverovich · 7 years ago
  57. 3983438 Update version by Jonathan Müller · 7 years ago
  58. 749ed39 Bump version number and update changelog by Jonathan Müller · 7 years ago
  59. aba7298 remove 'FMT_CPPFORMAT' CMake option by Alex Martin · 7 years ago
  60. e8ef103 Fix undefined-var-template warning on clang when not compiling with -std=c++11 by Victor Zverovich · 7 years ago
  61. 5e23fff remove unnecessary method by Alex Martin · 7 years ago
  62. f61e71c Add Drake to projects by Victor Zverovich · 7 years ago
  63. d9f0c58 Add Lyft Envoy to the list of projects by Victor Zverovich · 7 years ago
  64. 569c5bd Workaround broken __builtin_clz in clang with MS codegen (#519) by Victor Zverovich · 7 years ago
  65. eafc6a3 Update Changelog by Jonathan Müller · 7 years ago
  66. dc8c943 Describe cmake use of header-only target by Ian Bell · 7 years ago
  67. ac5484c add alias targets with fmt namespace by Mario Werner · 7 years ago
  68. 746adc5 added new namespace to the header only target in the find package test by Mario Werner · 7 years ago
  69. 048d2ae CMake imported targets should be namespaced by Bjoern Thiel · 7 years ago
  70. e14bac6 Changing ArgArray template argument from unsigned to size_t by Tomek Rozen · 7 years ago
  71. 0284a28 Use Ubuntu Trusty on Travis for a new CMake by Victor Zverovich · 7 years ago
  72. 07ed421 Fix handling of implicit conversion to integral types larger than int (#507) by Victor Zverovich · 7 years ago
  73. c56d345 Don't define WIN32_LEAN_AND_MEAN in header-only mode by Victor Zverovich · 7 years ago
  74. dcfd40a Revert #456 by Victor Zverovich · 7 years ago
  75. 79f11db Allow compiling and using as DLL in windows (#502) by Andreas Schönle · 7 years ago
  76. 52aabbe Workaround MSVC lookup issue in ArgFormatterBase by Jonathan Müller · 7 years ago
  77. 4423490 Don't include the world with WIN32_LEAN_AND_MEAN (#503) by Quentin Buathier · 7 years ago
  78. d49f206 fmt::internal::is_streamable works on gcc 4.7 by 郭荣飞 · 7 years ago
  79. 7a4ac9e add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 by Graham Inggs · 7 years ago
  80. 82bb4f4 Fix Visual Studio 2017 new warning (C4244: 'argument': conversion from 'int' to 'const char', possible loss of data) by Ivan Shynkarenka · 7 years ago
  81. 73ca994 Fix FormatBuf implementation (#491) by effzeh · 7 years ago
  82. cbac016 %.f should have zero precision, not default precision by Arthur Danskin · 7 years ago
  83. 1225215 CStringRef -> cstring_view by Victor Zverovich · 7 years ago
  84. 5aa8d6e Return locale by value by Victor Zverovich · 7 years ago
  85. 32ec13f Switch to C++ locale by Victor Zverovich · 7 years ago
  86. b4f4b7e Clean the buffer API (#477) by Victor Zverovich · 7 years ago
  87. f423e46 Replace clear() with resize(0) and data_ -> store_ by Victor Zverovich · 7 years ago
  88. c03f55e Add Kodi (xbmc) to the list of projects using fmt by Victor Zverovich · 7 years ago
  89. 23b8c24 Add noexcept by Victor Zverovich · 7 years ago
  90. 7175bd8 Fix error on MinGW by Victor Zverovich · 7 years ago
  91. 7258d1b Fix tests by Victor Zverovich · 7 years ago
  92. fbc8ea8 False -> FalseType (#483) by Victor Zverovich · 7 years ago
  93. 6c3aa28 fix for nvcc_wrapper compiler by Pierre Kestener · 7 years ago
  94. e3b5d80 Don't bring Arg struct into global namespace by Sean LK · 7 years ago
  95. 3610f34 Fix windows build by Victor Zverovich · 7 years ago
  96. cc736e7 Remove redundant include (#479) by Victor Zverovich · 7 years ago
  97. 789ebea Merge branch 'printf' of github.com:fmtlib/fmt by Victor Zverovich · 7 years ago
  98. 6f8006c Add printf overloads that takes a writer (#476) by Victor Zverovich · 7 years ago
  99. 589b93d Add default copy constructor to SystemError (#475) by Dominik Schmidt · 7 years ago
  100. db0d54f Fix error on MinGW by Victor Zverovich · 7 years ago