1. 159f89e Fixing installation directory of '*.dll' files on Windows by Robert Franke · 4 years, 7 months ago
  2. 3de36e9 Enable -Wswitch-enum in CI by Victor Zverovich · 4 years, 7 months ago
  3. 092d2dc Merge safe-duration-cast.h into chrono.h by Victor Zverovich · 4 years, 7 months ago
  4. dcde089 Improve POSIX API detection by Victor Zverovich · 4 years, 7 months ago
  5. 96f9142 Add defaulted copy and move operations to format_error and system_error (#1347) by Deniz Evrenci · 4 years, 8 months ago
  6. f7aedc5 Fix shared build on Solaris by Vedran Miletić · 4 years, 9 months ago
  7. 9393fe2 prepare -> compile by Victor Zverovich · 4 years, 11 months ago
  8. 2711cb1 Apply clang format and other minor formatting tweaks by Victor Zverovich · 5 years ago
  9. 9d97201 add oss-fuzz support by Paul Dreik · 5 years ago
  10. d5d5865 Move strtod_l check to CMake since it's very system-specific by Victor Zverovich · 5 years ago
  11. b97e5d8 Remove deprecated fmt/time.h by Victor Zverovich · 5 years ago
  12. 25b72fc Move <format> to tests not to confuse users by Victor Zverovich · 5 years ago
  13. 544b927 Don't detect C compiler by Victor Zverovich · 5 years ago
  14. 8bc0adb Get rid of obsolete cmake stuff by Victor Zverovich · 5 years ago
  15. 6e37c20 Use compile features cxx_auto_type cxx_variadic_templates instead of cxx_std_11 by Lectem · 5 years ago
  16. 3de3d76 Add compile features for cmake 3.8+ by Lectem · 5 years ago
  17. 9e1531c install pkg-config file into libdir by Olaf Hering · 5 years ago
  18. 53379df Don't set CMAKE_BUILD_TYPE if fmt is a subproject (#1081) by Victor Zverovich · 5 years ago
  19. 287342d cmake: default FMT_PKGCONFIG_DIR to a relative path by Jason S Zang · 5 years ago
  20. 83f0529 Add code from p0645 by Victor Zverovich · 5 years ago
  21. 9a777b9 Implemented fmt::prepare() by stryku · 6 years ago
  22. 0bbdca5 Fix conversion warnings (#989) by Sign Bit · 5 years ago
  23. f54f3d0 Move chrono-specific code to a separate header by Victor Zverovich · 6 years ago
  24. 9d4ef94 Install pdb files. by Andreas Schönle · 6 years ago
  25. f2ee988 Improve locale support by Victor Zverovich · 6 years ago
  26. 34030de Cleanup warning flags by Victor Zverovich · 6 years ago
  27. 9d0c9c4 cmake: output share/fmt.pc by Cole Mickens · 6 years ago
  28. 2d2326a Fix compilation with older gcc by Victor Zverovich · 6 years ago
  29. 50b18a3 Integrate Grisu by Victor Zverovich · 6 years ago
  30. bc26fbf Move experimental color API to fmt/color.h by Victor Zverovich · 6 years ago
  31. f0d0a1e Implement Grisu2 digit generation by Victor Zverovich · 6 years ago
  32. a11eb3a Workaround various icc bugs (#822) by Victor Zverovich · 6 years ago
  33. 6201052 Disable gnu-string-literal-operator-template warning by Victor Zverovich · 6 years ago
  34. 9875147 Make convert_to_int public (#818) by Victor Zverovich · 6 years ago
  35. 5befe65 Remove fmt/folly.h and clean up core API by Victor Zverovich · 6 years ago
  36. a9e2615 Minor cleanup by Victor Zverovich · 6 years ago
  37. efd8ee8 Reduce warnings, support #809 by Henry Fredrick Schreiner · 6 years ago
  38. e0f6a2f Add a formatter for folly::StringPiece by Victor Zverovich · 6 years ago
  39. ae4a394 Revert "Better support for newer CMake's" by Victor Zverovich · 6 years ago
  40. 0eb01b8 Better support for newer CMake's by Henry Schreiner · 6 years ago
  41. 479ee2a Fix MSVC build, take 2 by Victor Zverovich · 6 years ago
  42. 6322b47 Minor cleanup by Victor Zverovich · 6 years ago
  43. 691a7a9 Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) by Elias Kosunen · 6 years ago
  44. 6ebc1a9 Merge locale.h into format-inl.h by Victor Zverovich · 6 years ago
  45. a68fd44 Add ranges.h to FMT_HEADERS in CMakeLists.txt (#738) by sv1990 · 6 years ago
  46. 3da71d5 Move source files to the src directory by Victor Zverovich · 6 years ago
  47. 7bab90e Remove extra comma by Victor Zverovich · 6 years ago
  48. 6d21fc4 add alias targets with fmt namespace by Mario Werner · 7 years ago
  49. e02aacc Add CMake namespace (#511) by Victor Zverovich · 6 years ago
  50. 403ae0a Add debug postfix for libfmt (#636) by Victor Zverovich · 6 years ago
  51. c96d646 CMakeLists: Use GNUInstallDirs to set install location by Victor Zverovich · 6 years ago
  52. 9480674 remove 'FMT_CPPFORMAT' CMake option by Victor Zverovich · 6 years ago
  53. 75005bb Don't export the -std=c++11 flag from the fmt target by Victor Zverovich · 6 years ago
  54. 5e4c34b Add version macro FMT_VERSION (#411) by Victor Zverovich · 6 years ago
  55. 9a53a70 Add support for back_insert_iterator by Victor Zverovich · 6 years ago
  56. 941663d Merge ostream.cc into ostream.h by Victor Zverovich · 6 years ago
  57. 955062d Merge printf.cc into printf.h by Victor Zverovich · 6 years ago
  58. 94edb1a Add a lightweight header for the core API by Victor Zverovich · 7 years ago
  59. 84bd2f1 Merge include/fmt/CMakeLists.txt into the main CMake file by Victor Zverovich · 7 years ago
  60. 170f5c6 Move headers to include/fmt by Victor Zverovich · 7 years ago
  61. d5e918b Detect C++14 compiler support by Victor Zverovich · 7 years ago
  62. dfa631e Bump version by Victor Zverovich · 8 years ago
  63. fb67a2f Fix building source package by Victor Zverovich · 8 years ago
  64. e5e4fb3 Update version by Victor Zverovich · 8 years ago
  65. e0ac51c Fix typos by Jakub Wilk · 8 years ago
  66. afd6749 cppformat -> fmt by Victor Zverovich · 8 years ago
  67. 5e1576f cppformat -> fmt by Victor Zverovich · 8 years ago
  68. 848ab63 CPPFORMAT_VERSION -> FMT_VERSION by Victor Zverovich · 8 years ago
  69. e49a4e0 Bump version and adjust comments by vitaut · 8 years ago
  70. 18c69c9 Update changelog and version by vitaut · 8 years ago
  71. 620f999 ignore the current build directory when packaging by Mario Werner · 8 years ago
  72. 63d7f3d Don't check for C++11 features if C++11 support is disabled by vitaut · 8 years ago
  73. 21b8279 Remove biicode because it has been shut down by vitaut · 8 years ago
  74. b8c6192 Simplify build config and enable C++11 by default by vitaut · 8 years ago
  75. 6a79a32 build and test in c++11 and in c++98 mode by Mario Werner · 8 years ago
  76. c1a4cd0 check if cppformat is the master project or just used as dependency by Mario Werner · 8 years ago
  77. c0e9261 use the same warning options like before the PR by Mario Werner · 8 years ago
  78. 5aa5116 moved the library definition and the installation into a sub CMakeLists.txt by Mario Werner · 8 years ago
  79. b52d0bd define cppformat cmake targets with proper interface definitions by Mario Werner · 8 years ago
  80. 0fb474b outlined the compiler feature tests to improve script readability by Mario Werner · 8 years ago
  81. 3019a8c moved code into cppformat subdirectory by Mario Werner · 8 years ago
  82. 22f6114 Format CMake files, ignore generated files and don't copy header by vitaut · 8 years ago
  83. 3fc3ecd reverted removal of `CPACK_SOURCE_PACKAGE_FILE_NAME` by Mario Werner · 8 years ago
  84. b732455 enable package support for out of source builds by Mario Werner · 8 years ago
  85. daf74ae upgrades to cmake 2.8.12 and adds config and export support by Mario Werner · 8 years ago
  86. 1cba0ae Simplify CMake config and do minor adjustments by vitaut · 9 years ago
  87. c47318a Declarations for shared library in Windows. by Maciej Dems · 9 years ago
  88. 00d56e0 Bump version by vitaut · 9 years ago
  89. 5f8af5e Update version by vitaut · 9 years ago
  90. b83fd00 Pass version from CMake to Sphinx by vitaut · 9 years ago
  91. 89cd4a5 Set version in one place by vitaut · 9 years ago
  92. 9608a98 Fix shared library build on OS X by Dean Moldovan · 9 years ago
  93. 005379a Don't include .buildinfo and .doctrees in the source package by vitaut · 9 years ago
  94. 75fdfe3 Make options that control target generation more consistent by vitaut · 9 years ago
  95. 06c1859 add CMake option to toggle doxygen documentation by Alex Martin · 9 years ago
  96. b371462 Fix compilation with FMT_PEDANTIC=ON by vitaut · 9 years ago
  97. d07fd57 FMT_SOURCE_FILES -> FMT_SOURCES by vitaut · 9 years ago
  98. 4274f15 Move test-specific stuff to test/CMakeLists.txt by vitaut · 9 years ago
  99. 914b978 add CMake option to toggle tests (on by default) by Alex Martin · 9 years ago
  100. 4150fa0 Fix formatting by vitaut · 9 years ago