Commit Graph

  • c79174e1c0 Correct buffer growth when formatting time (#367) Victor Zverovich 2016-08-04 08:34:07 -07:00
  • f116a28134 Add "n" to integer formatting types Victor Zverovich 2016-07-26 07:36:35 -07:00
  • 6d91a801a4 Update usage.rst: change Homebrew package name (cherry picked from commit 1dbc6bd1fc) Taro Matsuzawa aka. btm 2016-07-20 07:34:21 +09:00
  • e3de93298b Remove unreachable code below FMT_THROW Nils Moehrle 2016-07-19 20:33:55 +02:00
  • 6f27f98103 Update readme Victor Zverovich 2016-07-16 08:44:27 -07:00
  • b8540e613e Workaround broken MinGW installation on AppVeyor (#355) Victor Zverovich 2016-07-16 07:58:42 -07:00
  • a20c81a061 Break a long line Victor Zverovich 2016-07-14 06:47:07 -07:00
  • 5d306cf11c Fix compile on freebsd Tilman Keskinöz 2016-07-15 14:28:18 +02:00
  • 3f778b2099 check -> const_check to avoid a conflict with AssertMacros.h (#350) Victor Zverovich 2016-07-12 06:40:23 -07:00
  • 27f604a153 Fix handling of thousands separator (#353) Victor Zverovich 2016-07-11 06:23:17 -07:00
  • 1127e7a953 Fix building with clang in header-only mode Sean LK 2016-06-25 05:16:22 +00:00
  • b838eb0c2e Reduce noise Victor Zverovich 2016-06-22 06:33:56 -07:00
  • 59f9936009 Fix a link (#347) Victor Zverovich 2016-06-16 11:18:40 -07:00
  • b26e239c05 Fix MSVC warnings Victor Zverovich 2016-06-15 06:29:47 -07:00
  • 300d4f3c89 Suppress -Wpadded warnings Victor Zverovich 2016-06-14 22:17:34 -07:00
  • 8cfff4da4c Fix -Wpessimizing-move Victor Zverovich 2016-06-14 15:53:40 -07:00
  • 92d3f31df5 Fix clang warning Victor Zverovich 2016-06-14 15:42:32 -07:00
  • df05947b8a Fix a -Wweak-vtables warning in clang Victor Zverovich 2016-06-14 08:11:33 -07:00
  • 679fed9187 Don't use strtod_l on Android (#345) Victor Zverovich 2016-06-14 06:57:12 -07:00
  • 14b4a2b073 Suppress clang's documentation warnings Victor Zverovich 2016-06-12 09:09:36 -07:00
  • 8bb431fef3 Break long lines Victor Zverovich 2016-05-26 06:48:12 -07:00
  • 01e31f3154 Don't use --upgrade because it causes pip install older version of sphinx Victor Zverovich 2016-05-25 07:46:47 -07:00
  • 713a061bc5 Make documentation installation optional (#333) Victor Zverovich 2016-05-24 07:03:08 -07:00
  • 87f5f867f6 Update sphinx Victor Zverovich 2016-05-24 06:55:57 -07:00
  • ae85c91e80 Detect if lconv contains thousands_sep Victor Zverovich 2016-05-19 18:12:56 -07:00
  • 584fa85d18 Add fmt prefix to includes (#332) Victor Zverovich 2016-05-22 16:07:50 -07:00
  • d5dd1cd2a0 Use a mock to test locale support Victor Zverovich 2016-05-19 15:04:25 -07:00
  • 078c44e31c Improve formatting consistency Victor Zverovich 2016-05-19 13:36:00 -07:00
  • 2fd6c0b245 Workaround for missing lconv support in android (#327) Dmitry Panteleev 2016-05-16 20:07:14 -04:00
  • affac0bea0 Check if setlocale succeeded Victor Zverovich 2016-05-19 06:48:35 -07:00
  • ae8ae747bd Workaround an issue with "delete this" in GMock and gcc 6.1.1 Victor Zverovich 2016-05-14 17:58:14 -07:00
  • c1c963e8b9 Correct docs Victor Zverovich 2016-05-10 11:07:53 -07:00
  • 5b26ada01c Fix clang -Weverything warnings (#250) Victor Zverovich 2016-05-10 08:18:14 -07:00
  • b6481599e6 Clarify performance tradeoffs (#320) Victor Zverovich 2016-05-10 07:29:31 -07:00
  • 3f1cd52adc Fix a clang warning about an undefined template (#318) Victor Zverovich 2016-05-08 09:45:32 -07:00
  • 64ca334a2d CharType -> Char Victor Zverovich 2016-10-22 09:15:28 -07:00
  • be613204ab Char -> char_type Victor Zverovich 2016-10-22 08:19:19 -07:00
  • f85d5f4dac BasicFormatter -> basic_formatter Victor Zverovich 2016-10-22 08:04:20 -07:00
  • 18dfa257d0 Pass correct formatters to make_format_args Victor Zverovich 2016-10-21 06:46:21 -07:00
  • abbefd7166 CHAR_WIDTH -> CHAR_SIZE to avoid collision with ISO/IEC TS 18661-1:2014 macro Victor Zverovich 2016-10-19 06:52:55 -07:00
  • ed874df293 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2016-10-17 07:00:58 -07:00
  • 1e018e65cb Thread-safe time formatting codicodi 2016-10-09 23:57:52 +02:00
  • 1500f00525 Remove unnecessary "fmt/" prefix which should be maintained with additional include_directories() in each project. (#397) chronoxor 2016-10-11 16:45:04 +03:00
  • dafbec7553 Fix type safety when using custom formatters (#394) Victor Zverovich 2016-10-07 08:37:06 -07:00
  • 506435bf71 Fix formatting Victor Zverovich 2016-10-07 03:41:23 -07:00
  • f287994084 Fix formatting Victor Zverovich 2016-10-07 03:22:14 -07:00
  • 4809e2956a Minor documentation changes Victor Zverovich 2016-10-06 07:38:19 -07:00
  • 61fb85618c Merge pull request #393 from pwm1234/master-pwm Victor Zverovich 2016-10-06 06:49:34 -07:00
  • 88c4bc33d2 Document use of format_arg for user-defined type Philip Miller 2016-10-05 15:04:08 -04:00
  • 48fe97835b Add format_arg::operator bool Victor Zverovich 2016-10-02 09:36:40 -07:00
  • 119a63ab72 internal::Arg -> format_arg Victor Zverovich 2016-10-02 09:29:11 -07:00
  • 65a8c2c343 format_arg -> format_value Victor Zverovich 2016-10-02 08:49:10 -07:00
  • 13b04044e5 Add format_args::size_type Victor Zverovich 2016-10-02 08:26:32 -07:00
  • cee50b7572 Fix compilation on Cygwin (#388) Victor Zverovich 2016-10-01 21:32:16 -07:00
  • 8a77e7927e Enable C++11 in tests. Victor Zverovich 2016-10-01 07:18:55 -07:00
  • 1e8553d679 Enable C++11 in tests. Victor Zverovich 2016-10-01 07:02:58 -07:00
  • 06bab3edb0 Workaround mingw bug https://sourceforge.net/p/mingw/bugs/1531/ Victor Zverovich 2016-09-30 07:20:57 -07:00
  • f66d37fb1c Merge pull request #390 from chronoxor/master Victor Zverovich 2016-09-29 08:11:46 -07:00
  • 6fd6ecc10d Enable C++11 for no-windows-h-test Victor Zverovich 2016-09-28 07:45:28 -07:00
  • c4212f9ec2 format -> vformat Victor Zverovich 2016-09-28 07:09:26 -07:00
  • 1546b9e336 Introduced NamedArgWithType<Char, T> : NamedArg<Char> Ivan Shynkarenka 2016-09-28 00:18:09 +03:00
  • 17c17d1585 Merge pull request #389 from chronoxor/master Victor Zverovich 2016-09-27 08:11:36 -07:00
  • d09dd1a81a Extend ArgLists to support serialization/deserialization in third-party components Ivan Shynkarenka 2016-09-27 17:40:05 +03:00
  • 21c6700b83 Don't build std branch with -std=c++0=98 Victor Zverovich 2016-09-26 07:35:27 -07:00
  • 64a0016680 Merge pull request #385 from jcelerier/master Victor Zverovich 2016-09-25 07:44:37 -07:00
  • 9ec3bea2d6 Add FMT_OVERRIDE macro to allow specifying overriding functions in c++11 compilers Jean-Michaël Celerier 2016-09-23 16:39:58 +02:00
  • 1fb0586b06 Merge pull request #381 from hghwng/master Victor Zverovich 2016-09-13 08:07:43 -07:00
  • 5f26b5da28 Fix compilation on Android. Hugh Wang 2016-09-13 10:34:54 +08:00
  • 209a1d58bf Get rid of macros Victor Zverovich 2016-08-27 09:06:21 -07:00
  • 9a07973261 Test types Victor Zverovich 2016-08-27 08:55:01 -07:00
  • 0d25f6fcbb Move the paper to the docs repo Victor Zverovich 2016-08-27 08:26:47 -07:00
  • ea28a63706 Get rid of FMT_VARIADIC_CTOR Victor Zverovich 2016-08-27 08:23:44 -07:00
  • 0d8aca8de3 Get rid of FMT_VARIADIC_VOID Victor Zverovich 2016-08-27 08:16:49 -07:00
  • 4ece95a754 Make make_format_args public Victor Zverovich 2016-08-27 07:57:48 -07:00
  • 0028ce57b6 Get rid of FMT_VARIADIC Victor Zverovich 2016-08-26 17:23:13 -07:00
  • ece7ae5f49 Make format_arg_store convertible to format_args Victor Zverovich 2016-08-26 15:09:40 -07:00
  • 621447fece Make initialization C++11-compatible Victor Zverovich 2016-08-26 14:41:18 -07:00
  • a0190e4bbd Add a missing include Victor Zverovich 2016-08-26 10:26:33 -07:00
  • b903f5c123 format -> vformat Victor Zverovich 2016-08-26 09:10:23 -07:00
  • 43c0095aa3 Refactor type mapping Victor Zverovich 2016-08-26 08:50:09 -07:00
  • 4873685c7e ArgArray -> format_arg_store Victor Zverovich 2016-08-26 06:44:41 -07:00
  • fc73e10620 ArgList -> format_args Victor Zverovich 2016-08-25 08:50:07 -07:00
  • 92605eb4f7 Remove FMT_USE_VARIADIC_TEMPLATES Victor Zverovich 2016-08-25 08:44:53 -07:00
  • 9bb213e920 FormatError -> format_error Victor Zverovich 2016-08-25 08:38:07 -07:00
  • 2ae6bca488 Complete syntax section Victor Zverovich 2016-08-25 07:23:04 -07:00
  • 04335aeadb Correct syntax Victor Zverovich 2016-08-25 07:08:36 -07:00
  • 3d5125cd87 Update paper Victor Zverovich 2016-08-25 06:50:09 -07:00
  • d775a20fff Update paper Victor Zverovich 2016-08-24 07:41:07 -07:00
  • 4dc9fd995f Update paper Victor Zverovich 2016-08-24 06:55:18 -07:00
  • a79c7b4e8f Fix handling of unsigned char strings (#373) Victor Zverovich 2016-08-23 08:42:25 -07:00
  • 195d6a5663 Update paper Victor Zverovich 2016-08-23 08:10:35 -07:00
  • 6c184efa75 Remove old compatibility headers Victor Zverovich 2016-08-22 08:39:26 -07:00
  • 93975c70bb Update paper Victor Zverovich 2016-08-21 07:50:31 -07:00
  • 53f9e7f65c Add 'a' and 'A' format specifiers Victor Zverovich 2016-08-20 09:55:07 -07:00
  • 768739c310 Update paper Victor Zverovich 2016-08-20 07:39:10 -07:00
  • 94d387cd45 Update paper Victor Zverovich 2016-08-19 21:41:19 -07:00
  • 721c9100f2 Update paper Victor Zverovich 2016-08-19 16:43:10 -07:00
  • 108498bdd0 Add initial draft of the paper Victor Zverovich 2016-08-19 09:33:59 -07:00
  • f19d8f9655 Improve error reporting (#357) Victor Zverovich 2016-08-14 07:28:20 -07:00
  • 2bf59a97c6 Add CUAUV, Seastar and ScyllaDB to the list of projects that use fmt Victor Zverovich 2016-08-10 08:29:44 -07:00