Commit Graph

  • a13b96ed88 Simplify API Victor Zverovich 2017-02-05 06:54:03 -08:00
  • 624c58682d Simplify API Victor Zverovich 2017-02-05 06:41:39 -08:00
  • 7ae8bd7073 basic_format_arg -> basic_arg, Buffer -> buffer Victor Zverovich 2017-02-05 06:09:06 -08:00
  • bf0f107564 Parameterize format_specs on character type Victor Zverovich 2017-01-28 13:17:47 +00:00
  • 296e9cada2 FrmatSpec -> format_spec Victor Zverovich 2017-01-28 12:51:35 +00:00
  • b5fb8dd18b stream -> buffer Victor Zverovich 2017-01-28 12:44:36 +00:00
  • 984a102921 Remove IntFormatSpec and StrFormatSpec Victor Zverovich 2017-01-28 04:26:48 -08:00
  • 4863730eca Remove pad Victor Zverovich 2017-01-22 19:11:47 -08:00
  • aaa0fc396b Improve compatibility with old compilers and fix test Victor Zverovich 2017-01-22 12:16:16 -08:00
  • aea5d3ab00 Improve compatibility with older gcc and update tests Victor Zverovich 2017-01-22 11:48:02 -08:00
  • 8485027710 Use named argument emulation instead of nested functions Victor Zverovich 2017-01-22 11:28:55 -08:00
  • ec15ef7b7b Replace operator<< with write function Victor Zverovich 2017-01-22 07:40:21 -08:00
  • bc6af7548b Fix Android not being detected with latest NDK toolchain (#458) Magnus Bjerke Vik 2017-01-20 11:20:43 +01:00
  • 67662702aa allow to stream user defined types in a MemoryWriter (#456) Andreone 2017-01-19 20:47:43 +01:00
  • 9e9ad57f58 Workaround an nvcc bug Victor Zverovich 2017-01-19 06:24:15 -08:00
  • a2596d685d Fix missing intrinsic when included from C++/CLI Calum Robinson 2017-01-17 15:12:26 +00:00
  • d8754af063 Allow %s as generic format specifier in printf (#453) mojoBrendan 2017-01-15 05:45:48 +10:00
  • e0251fdcef BasicContainerWriter utility added Jean-Charles Lefebvre 2017-01-03 11:52:49 +01:00
  • b77c8190ca FPUtil -> fputil Victor Zverovich 2016-12-30 13:12:27 -08:00
  • 8428621ddc BasicWriter -> basic_writer Victor Zverovich 2016-12-30 12:11:27 -08:00
  • e1689cb985 Custom FormatSpec (#439) (#444) Jean-Charles Lefebvre 2016-12-30 20:25:42 +01:00
  • 939aff2936 Remove unnecessary template arg from basic_format_args Victor Zverovich 2016-12-30 10:19:38 -08:00
  • f69786a715 Remove Not Victor Zverovich 2016-12-30 09:29:41 -08:00
  • b2a0d8914a Merge value and MakeValue Victor Zverovich 2016-12-30 09:25:01 -08:00
  • acd1811c50 Value -> value Victor Zverovich 2016-12-30 08:05:26 -08:00
  • 42a319074c Parameterize Value on context Victor Zverovich 2016-12-29 18:07:05 -08:00
  • a4d6cb32d1 Clean up basic_format_arg Victor Zverovich 2016-12-29 17:17:18 -08:00
  • b9aaa507fc Don't export the -std=c++11 flag from the fmt target Eric Fiselier 2016-12-29 15:40:33 -07:00
  • d705d51671 Parameterize basic_format_arg on context (#442) Victor Zverovich 2016-12-29 09:07:39 -08:00
  • 02553d13a0 Use https to fetch dependencies from github Victor Zverovich 2016-12-29 10:44:02 -08:00
  • 422236af7c Don't erase writer type Victor Zverovich 2016-12-28 07:55:33 -08:00
  • abb6996f36 MakeArg -> make_arg Victor Zverovich 2016-12-27 07:55:44 -08:00
  • ee1651ce07 Handle empty format_arg state Victor Zverovich 2016-12-27 07:43:25 -08:00
  • 3bbc5799b6 Fix MinGW build Victor Zverovich 2016-12-26 11:26:41 -08:00
  • 63fcfc5798 Fix build on older gcc Victor Zverovich 2016-12-26 10:55:30 -08:00
  • db780cb119 Add std::basic_string allocator support to StringRef, StringBuffer and relatives (#441) Andrey Glebov 2016-12-26 19:36:56 +03:00
  • d86e51e9c1 Don't inherit basic_format_arg from internal::Value Victor Zverovich 2016-12-24 07:37:33 -08:00
  • f05888692c Fix handling of unpacked args (#437) Victor Zverovich 2016-12-23 08:24:48 -08:00
  • 1183621867 Add support for exotic character types Victor Zverovich 2016-12-15 08:36:18 -08:00
  • 763ca9780f Parameterize Value on character type Victor Zverovich 2016-12-15 08:26:10 -08:00
  • 6cba8fe9ba Move stuff out of internal::Value Victor Zverovich 2016-12-15 07:51:40 -08:00
  • fac5546321 Fix test compilation for FreeBSD (#433) Victor Zverovich 2016-12-14 06:28:41 -08:00
  • e1ee5bf0ba Replace StringValue with StringRef Victor Zverovich 2016-12-11 21:13:54 -08:00
  • 0854f8c3bf Parameterize formatting argument on char type. Victor Zverovich 2016-12-11 13:22:45 -08:00
  • 9cf6c8fdc6 Get rid of fmt::internal::Arg Victor Zverovich 2016-11-26 10:21:31 -08:00
  • 5f022ae081 Remove FMT_DISPATCH Victor Zverovich 2016-11-20 10:14:23 -08:00
  • 41d4bcf0cc Ingore Xcode files Victor Zverovich 2016-11-20 10:11:12 -08:00
  • 284297019f Merge BasicArgFormatter and ArgFormatter Victor Zverovich 2016-11-20 09:36:27 -08:00
  • d4084ac5b1 Get rid of ArgVisitor Victor Zverovich 2016-11-20 08:47:24 -08:00
  • d58cc8a4a8 Merge BasicPrintfArgFormatter and PrintfArgFormatter Victor Zverovich 2016-11-20 07:42:38 -08:00
  • 796beaaddb Fix collision with global convert function (#425) Victor Zverovich 2016-11-19 12:05:49 -08:00
  • e2dfd39c75 Update arg visitors Victor Zverovich 2016-11-19 09:29:09 -08:00
  • 751ff64bdb Update ArgConverter to the new visitor API Victor Zverovich 2016-11-19 08:40:24 -08:00
  • c9dc41ab3f Replace ArgVisitor::visit with a free visit function Victor Zverovich 2016-11-19 07:59:54 -08:00
  • caa60b9c99 Update comment Victor Zverovich 2016-11-19 07:41:28 -08:00
  • 95a53e1f62 Refactor argument visitor API (#422) Victor Zverovich 2016-11-19 07:39:07 -08:00
  • def687462c Fix signbit detection (#423) Victor Zverovich 2016-11-14 20:14:52 -08:00
  • 6d24116763 Improve visitor API Victor Zverovich 2016-11-13 09:42:17 -08:00
  • 25f8ad13dd Correction of 418 (#420) alabuzhev 2016-11-11 19:27:39 +02:00
  • 1d2049b53e Issue #418 - Minimal supported library subset (#419) alabuzhev 2016-11-10 21:29:12 +02:00
  • f5b1c16e2c Add version macro FMT_VERSION (#411) Victor Zverovich 2016-11-07 18:52:08 -08:00
  • a1dd524b6f format_arg -> do_format_arg Victor Zverovich 2016-11-07 18:22:21 -08:00
  • 55a1ac5035 Fix test Victor Zverovich 2016-11-07 08:55:40 -08:00
  • 85793a18cd Simplify API Victor Zverovich 2016-11-06 19:27:14 -08:00
  • 9998f66f8c Replace formatter with context Victor Zverovich 2016-11-06 16:11:24 -08:00
  • cfd00af37a Fix warnings on C++98 Victor Zverovich 2016-11-06 12:58:49 -08:00
  • 6274401919 Fix warnings Victor Zverovich 2016-11-06 12:29:59 -08:00
  • 2fa4655af6 Fix warning in FMT_STATIC_ASSERT on older GCC (#414) Victor Zverovich 2016-11-06 11:34:34 -08:00
  • 8cef95f7c3 Create pull_request_template Jonathan Müller 2016-11-06 20:22:43 +01:00
  • 922ae4896b Add CONTRIBUTING file Victor Zverovich 2016-11-06 11:00:04 -08:00
  • 05ba3e7888 Fix Klockwork compilation warning Chen Hayat 2016-11-03 12:40:42 +02:00
  • 1daddec151 FMT_NULLPTR -> FMT_NULL and improve formatting Victor Zverovich 2016-11-06 09:05:58 -08:00
  • d8867a2b07 Fix missing '>' Jonathan Müller 2016-11-05 21:09:31 +01:00
  • 6c0125785b Add extern templates for format_float Jonathan Müller 2016-11-05 20:59:05 +01:00
  • 49ccb2e449 Using FMT_NULLPTR instead of literal 0 alabuzhev 2016-11-02 22:16:46 +02:00
  • 7ce7def515 argument index -> argument id Victor Zverovich 2016-11-01 17:00:59 -07:00
  • 8f455c10b0 fix newer clang warnings Lectem 2016-10-30 14:55:28 +01:00
  • e599fe7436 Add 3.0.1 Changelog entry Jonathan Müller 2016-11-01 10:49:34 +01:00
  • 7fa8f8fa48 Update version 3.0.1 Jonathan Müller 2016-11-01 09:24:49 +01:00
  • c577f72596 Update README.rst Victor Zverovich 2016-10-31 18:19:49 -07:00
  • 1ef8b4a5de Update version to 3.0.1 Jonathan Müller 2016-10-28 21:35:59 +02:00
  • 4a66897fb6 Update ChangeLog Jonathan Müller 2016-10-28 21:35:23 +02:00
  • 63639cba98 Fix Windows compilation with -fno-exceptions (#405) Jan Hellwig 2016-10-31 21:55:52 +01:00
  • 2baf2a5e2c Fix Linux compilation with -fno-exceptions (#402) Jan Hellwig 2016-10-30 01:16:40 +02:00
  • 15d0f32773 Fix Windows compilation with -fno-exceptions (#405) Jan Hellwig 2016-10-31 21:55:52 +01:00
  • 8c63ea432c Fix Linux compilation with -fno-exceptions (#402) Jan Hellwig 2016-10-30 01:16:40 +02:00
  • fb9015b3a1 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
  • 2bba420337 Pass writer directly to format_value (#400) Victor Zverovich 2016-10-26 17:54:11 -07:00
  • b656a1c133 Make value the second argument to format_value Victor Zverovich 2016-10-25 06:19:19 -07:00
  • edf98792a5 Pass writer to format_value Victor Zverovich 2016-10-25 05:55:40 -07:00
  • 0a0c2c9cdd 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
  • 1c9a674d24 Fix compilation on Cygwin (#388) Victor Zverovich 2016-10-01 21:32:16 -07:00
  • 6e6adf431f 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
  • f8289ba1da Fix compilation on Android. Hugh Wang 2016-09-13 10:34:54 +08:00
  • 79100a21bc Correct syntax Victor Zverovich 2016-08-25 07:08:36 -07:00
  • f4a417f8fb Fix handling of unsigned char strings (#373) Victor Zverovich 2016-08-23 08:42:25 -07:00
  • 5047091ad8 Add 'a' and 'A' format specifiers Victor Zverovich 2016-08-20 09:55:07 -07:00
  • f880a6cedf Add CUAUV, Seastar and ScyllaDB to the list of projects that use fmt (cherry picked from commit 2bf59a97c6) Victor Zverovich 2016-08-10 08:29:44 -07:00
  • 7459ce15d3 Don't use -std compiler flag if CMAKE_CXX_STANDARD is specified (#366) Victor Zverovich 2016-08-05 08:22:45 -07:00
  • f0a0674040 Use a heuristic to detect empty strftime result (#367) Victor Zverovich 2016-08-05 07:27:56 -07:00