Commit Graph

  • 572491ad1f Document which header defines formatting functions Victor Zverovich 2017-02-24 07:04:44 -0800
  • 2644c2fc01 Add FMT_DEFAULTED and FMT_DEFAULTED_COPY_CTOR macros Dominik Schmidt 2017-02-23 17:32:13 +0100
  • f0d7c51f84 Add default copy constructor to SystemError Dominik Schmidt 2017-02-23 13:15:29 +0100
  • 20089c23ca Added missing FMT_OVERRIDE specifier to FormatBuf::overflow (#473) Alexey Gorishny 2017-02-22 22:55:15 +0300
  • 5f9d420a2c Added missing FMT_OVERRIDE specifier to FormatBuf::overflow Alexey Gorishny 2017-02-22 19:16:51 +0300
  • c333dca065 Follow standard naming conventions Victor Zverovich 2017-02-19 08:41:38 -0800
  • 6a2ff287b2 Follow standard naming conventions Victor Zverovich 2017-02-19 06:46:51 -0800
  • eedfd07f8b internal::MemoryBuffer -> basic_memory_buffer Victor Zverovich 2017-02-18 09:13:12 -0800
  • 4ec8860783 ArgFormatter -> arg_formatter Victor Zverovich 2017-02-18 07:46:32 -0800
  • 50e716737d StringRef -> string_view, LongLong -> long_long Victor Zverovich 2017-02-18 06:52:52 -0800
  • e022c21ddc Fix windows build Victor Zverovich 2017-02-17 06:38:53 -0800
  • 87b691d80c Merge StringWriter into StringBuffer Victor Zverovich 2017-02-17 06:23:16 -0800
  • c2f021692f Merge ArrayWriter into FixedBuffer Victor Zverovich 2017-02-14 20:12:39 -0500
  • fefaf07b6f Pass buffer instead of writer to format_value Victor Zverovich 2017-02-14 16:29:47 -0500
  • 6e568f3a08 buffer -> basic_buffer Victor Zverovich 2017-02-14 12:08:37 -0500
  • ad6d78f2a8 added FMT_API declarations where needed when using FMT_EXPORT from a separate dll Rich E 2017-01-30 14:38:53 -0500
  • a00006119f Add join argument allowing formating list of values separated by a (#466) olivier80 2017-02-08 15:55:12 +0100
  • aedc063703 added FMT_API declarations where needed when using FMT_EXPORT from a separate dll Rich E 2017-01-30 14:38:53 -0500
  • 19cc6651dd remove extra empty lines. olivier80 2017-02-07 16:55:30 +0100
  • 6c092d5dc4 fix brace position. olivier80 2017-02-06 08:27:49 +0100
  • 74b1f38715 fix coding conventions. olivier80 2017-02-05 23:18:12 +0100
  • 61a1ab27dd fix array initialization (c++98) olivier80 2017-02-05 23:11:11 +0100
  • 7bc91f856b fix template >> without c++11. olivier80 2017-02-05 23:00:15 +0100
  • 6c87e3424e Add join argument allowing formating list of values separated by a string. Each value is formated according the format specifier. olivier80 2017-02-05 22:41:29 +0100
  • bb1c82ef7d Fix build Victor Zverovich 2017-02-05 06:59:59 -0800
  • a13b96ed88 Simplify API Victor Zverovich 2017-02-05 06:54:03 -0800
  • 624c58682d Simplify API Victor Zverovich 2017-02-05 06:41:39 -0800
  • 7ae8bd7073 basic_format_arg -> basic_arg, Buffer -> buffer Victor Zverovich 2017-02-05 06:09:06 -0800
  • bf0f107564 Parameterize format_specs on character type Victor Zverovich 2017-01-28 13:17:47 +0000
  • 296e9cada2 FrmatSpec -> format_spec Victor Zverovich 2017-01-28 12:51:35 +0000
  • b5fb8dd18b stream -> buffer Victor Zverovich 2017-01-28 12:44:36 +0000
  • 984a102921 Remove IntFormatSpec and StrFormatSpec Victor Zverovich 2017-01-28 04:26:48 -0800
  • 4863730eca Remove pad Victor Zverovich 2017-01-22 19:11:47 -0800
  • aaa0fc396b Improve compatibility with old compilers and fix test Victor Zverovich 2017-01-22 12:16:16 -0800
  • aea5d3ab00 Improve compatibility with older gcc and update tests Victor Zverovich 2017-01-22 11:48:02 -0800
  • 8485027710 Use named argument emulation instead of nested functions Victor Zverovich 2017-01-22 11:28:55 -0800
  • ec15ef7b7b Replace operator<< with write function Victor Zverovich 2017-01-22 07:40:21 -0800
  • bc6af7548b Fix Android not being detected with latest NDK toolchain (#458) Magnus Bjerke Vik 2017-01-20 11:20:43 +0100
  • 67662702aa allow to stream user defined types in a MemoryWriter (#456) Andreone 2017-01-19 20:47:43 +0100
  • 5c262507c7 Fix Android not being detected with latest NDK toolchain Magnus Bjerke Vik 2017-01-19 20:26:35 +0100
  • 94d46a2dc1 use FMT_STATIC_ASSERT Nicolas Fauvet 2017-01-19 17:42:00 +0100
  • 9e9ad57f58 Workaround an nvcc bug Victor Zverovich 2017-01-19 06:24:15 -0800
  • 4805b21381 fix for disable ability to stream user defined types if not at least c++11 Nicolas Fauvet 2017-01-19 14:12:29 +0100
  • d747cc1c3d disable ability to stream user defined types if not at least c++11 Nicolas Fauvet 2017-01-19 13:54:25 +0100
  • e7503fc7a2 fix macro usage Nicolas Fauvet 2017-01-19 12:59:35 +0100
  • e7f13d05b8 make code c++98 compatible Nicolas Fauvet 2017-01-19 11:18:37 +0100
  • 76e7f8fe41 follow Google C++ Style Nicolas Fauvet 2017-01-18 17:38:28 +0100
  • a2596d685d Fix missing intrinsic when included from C++/CLI Calum Robinson 2017-01-17 15:12:26 +0000
  • daa63dcece Fix missing intrinsic when included from C++/CLI Calum Robinson 2017-01-17 15:12:26 +0000
  • 11d3c3f7ef fix indent Nicolas Fauvet 2017-01-17 16:04:49 +0100
  • 28f0d56f37 allow to stream user defined types in a MemoryWriter Nicolas Fauvet 2017-01-17 16:03:00 +0100
  • d8754af063 Allow %s as generic format specifier in printf (#453) mojoBrendan 2017-01-15 05:45:48 +1000
  • b49a92d654 Default for floating point is now "%g" rather than "%f" Brendan McCarthy 2017-01-14 06:17:29 +1000
  • a59af231f4 Remove '%S' handling and use visitor for generic format strings Brendan McCarthy 2017-01-13 16:46:32 +1000
  • b059a5e647 Allow %s as generic format specifier in printf Brendan McCarthy 2017-01-10 20:07:41 +1000
  • e0251fdcef BasicContainerWriter utility added Jean-Charles Lefebvre 2017-01-03 11:52:49 +0100
  • 8bf6190e10 BasicContainerWriter utility added Jean-Charles Lefebvre 2017-01-03 11:52:49 +0100
  • 73ae49b9b7 Allow %i as integer format specifier Brendan McCarthy 2017-01-03 17:18:59 +1000
  • b77c8190ca FPUtil -> fputil Victor Zverovich 2016-12-30 13:12:27 -0800
  • 8428621ddc BasicWriter -> basic_writer Victor Zverovich 2016-12-30 12:11:27 -0800
  • e1689cb985 Custom FormatSpec (#439) (#444) Jean-Charles Lefebvre 2016-12-30 20:25:42 +0100
  • 939aff2936 Remove unnecessary template arg from basic_format_args Victor Zverovich 2016-12-30 10:19:38 -0800
  • 2740a1aa33 Style (part 3) Jean-Charles Lefebvre 2016-12-30 18:55:32 +0100
  • 1698814a28 Style (part 2) Jean-Charles Lefebvre 2016-12-30 18:52:58 +0100
  • 2cae664104 Style Jean-Charles Lefebvre 2016-12-30 18:45:13 +0100
  • f69786a715 Remove Not Victor Zverovich 2016-12-30 09:29:41 -0800
  • b2a0d8914a Merge value and MakeValue Victor Zverovich 2016-12-30 09:25:01 -0800
  • acd1811c50 Value -> value Victor Zverovich 2016-12-30 08:05:26 -0800
  • b01b594631 Forward declaration of FormatSpec Jean-Charles Lefebvre 2016-12-30 08:52:11 +0100
  • 1e6edbc9b5 Spec template argument defaulted to FormatSpec Jean-Charles Lefebvre 2016-12-30 08:40:02 +0100
  • 42a319074c Parameterize Value on context Victor Zverovich 2016-12-29 18:07:05 -0800
  • a4d6cb32d1 Clean up basic_format_arg Victor Zverovich 2016-12-29 17:17:18 -0800
  • b9aaa507fc Don't export the -std=c++11 flag from the fmt target Eric Fiselier 2016-12-29 15:40:33 -0700
  • d705d51671 Parameterize basic_format_arg on context (#442) Victor Zverovich 2016-12-29 09:07:39 -0800
  • b592f952d6 Build with -fPIC so libfmt.a can be linked into shared libraries Eric Fiselier 2016-12-29 16:06:01 -0700
  • eb01a12569 Don't export the -std=c++11 flag from the fmt target Eric Fiselier 2016-12-29 15:40:33 -0700
  • 02553d13a0 Use https to fetch dependencies from github Victor Zverovich 2016-12-29 10:44:02 -0800
  • cf78fb2745 Corrected nested-name-specifier error Jean-Charles Lefebvre 2016-12-29 17:44:44 +0100
  • 0cce094c89 A custom FormatSpec type can be passed as a template argument to the ArgFormatter chain (#439) Jean-Charles Lefebvre 2016-12-29 17:24:08 +0100
  • 422236af7c Don't erase writer type Victor Zverovich 2016-12-28 07:55:33 -0800
  • abb6996f36 MakeArg -> make_arg Victor Zverovich 2016-12-27 07:55:44 -0800
  • ee1651ce07 Handle empty format_arg state Victor Zverovich 2016-12-27 07:43:25 -0800
  • 3bbc5799b6 Fix MinGW build Victor Zverovich 2016-12-26 11:26:41 -0800
  • 63fcfc5798 Fix build on older gcc Victor Zverovich 2016-12-26 10:55:30 -0800
  • db780cb119 Add std::basic_string allocator support to StringRef, StringBuffer and relatives (#441) Andrey Glebov 2016-12-26 19:36:56 +0300
  • fd2b9741c3 - removed templated str() and to_string() function - code style fixes Andrey Glebov 2016-12-26 17:02:55 +0300
  • d86e51e9c1 Don't inherit basic_format_arg from internal::Value Victor Zverovich 2016-12-24 07:37:33 -0800
  • f05888692c Fix handling of unpacked args (#437) Victor Zverovich 2016-12-23 08:24:48 -0800
  • 240e9175bd - added basic_string allocator support to BasicStringRef, BasicCStringRef, BasicWriter::str, StringBuffer and BasicStringWriter Andrey Glebov 2016-12-22 15:24:26 +0300
  • 1183621867 Add support for exotic character types Victor Zverovich 2016-12-15 08:36:18 -0800
  • 763ca9780f Parameterize Value on character type Victor Zverovich 2016-12-15 08:26:10 -0800
  • 6cba8fe9ba Move stuff out of internal::Value Victor Zverovich 2016-12-15 07:51:40 -0800
  • fac5546321 Fix test compilation for FreeBSD (#433) Victor Zverovich 2016-12-14 06:28:41 -0800
  • e1ee5bf0ba Replace StringValue with StringRef Victor Zverovich 2016-12-11 21:13:54 -0800
  • 0854f8c3bf Parameterize formatting argument on char type. Victor Zverovich 2016-12-11 13:22:45 -0800
  • 9cf6c8fdc6 Get rid of fmt::internal::Arg Victor Zverovich 2016-11-26 10:21:31 -0800
  • 5f022ae081 Remove FMT_DISPATCH Victor Zverovich 2016-11-20 10:14:23 -0800
  • 41d4bcf0cc Ingore Xcode files Victor Zverovich 2016-11-20 10:11:12 -0800
  • 284297019f Merge BasicArgFormatter and ArgFormatter Victor Zverovich 2016-11-20 09:36:27 -0800
  • d4084ac5b1 Get rid of ArgVisitor Victor Zverovich 2016-11-20 08:47:24 -0800