Commit Graph

  • 29732d44bb Add CONTRIBUTING file Victor Zverovich 2016-11-06 11:00:04 -08:00
  • abee8f95ec Fix Klockwork compilation warning Chen Hayat 2016-11-03 12:40:42 +02:00
  • 48ba0f2aa2 FMT_NULLPTR -> FMT_NULL and improve formatting Victor Zverovich 2016-11-06 09:05:58 -08:00
  • d3a9d03138 Fix missing '>' Jonathan Müller 2016-11-05 21:09:31 +01:00
  • 7aaa693fb3 Add extern templates for format_float Jonathan Müller 2016-11-05 20:59:05 +01:00
  • 267bed868f Using FMT_NULLPTR instead of literal 0 alabuzhev 2016-11-02 22:16:46 +02:00
  • f0a7da0219 argument index -> argument id Victor Zverovich 2016-11-01 17:00:59 -07:00
  • 5a5c3a3c25 fix newer clang warnings Lectem 2016-10-30 14:55:28 +01:00
  • dc8c943372 Describe cmake use of header-only target Ian Bell 2017-05-29 16:58:41 -06:00
  • ac5484c4e7 add alias targets with fmt namespace Mario Werner 2017-05-23 17:01:45 +02:00
  • 746adc5e71 added new namespace to the header only target in the find package test Mario Werner 2017-05-23 16:30:14 +02:00
  • 048d2aec27 CMake imported targets should be namespaced Bjoern Thiel 2017-05-19 09:52:27 +02:00
  • e14bac62a0 Changing ArgArray template argument from unsigned to size_t Tomek Rozen 2017-05-15 10:48:49 +02:00
  • 0284a2893a Use Ubuntu Trusty on Travis for a new CMake Victor Zverovich 2017-05-20 08:07:57 +03:00
  • 07ed421521 Fix handling of implicit conversion to integral types larger than int (#507) Victor Zverovich 2017-05-06 10:23:20 -07:00
  • c56d345985 Don't define WIN32_LEAN_AND_MEAN in header-only mode Victor Zverovich 2017-05-06 09:13:32 -07:00
  • dcfd40a1b8 Revert #456 Victor Zverovich 2017-05-06 08:36:54 -07:00
  • 79f11dbaa7 Allow compiling and using as DLL in windows (#502) Andreas Schönle 2017-05-05 14:58:09 +02:00
  • 52aabbe7ef Workaround MSVC lookup issue in ArgFormatterBase Jonathan Müller 2017-05-05 14:40:58 +02:00
  • 4423490d0b Don't include the world with WIN32_LEAN_AND_MEAN (#503) Quentin Buathier 2017-05-04 04:22:01 +09:00
  • d49f206183 fmt::internal::is_streamable works on gcc 4.7 郭荣飞 2017-04-16 16:32:15 +08:00
  • 7a4ac9ec9c add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 Graham Inggs 2017-04-12 11:40:21 +02:00
  • 82bb4f4e89 Fix Visual Studio 2017 new warning (C4244: 'argument': conversion from 'int' to 'const char', possible loss of data) Ivan Shynkarenka 2017-04-10 23:07:17 +03:00
  • 73ca9948fe Fix FormatBuf implementation (#491) effzeh 2017-04-06 19:02:03 +02:00
  • cbac016cce %.f should have zero precision, not default precision Arthur Danskin 2017-03-30 00:32:07 -04:00
  • 12252152ac CStringRef -> cstring_view Victor Zverovich 2017-03-26 15:13:10 -07:00
  • 5aa8d6ea21 Return locale by value Victor Zverovich 2017-03-25 08:57:23 -07:00
  • 32ec13f149 Switch to C++ locale Victor Zverovich 2017-03-25 08:20:06 -07:00
  • b4f4b7e21a Clean the buffer API (#477) Victor Zverovich 2017-03-12 07:30:20 -07:00
  • f423e46835 Replace clear() with resize(0) and data_ -> store_ Victor Zverovich 2017-03-11 07:43:26 -08:00
  • c03f55ec3a Add Kodi (xbmc) to the list of projects using fmt Victor Zverovich 2017-03-11 08:28:52 -08:00
  • 23b8c24da4 Add noexcept Victor Zverovich 2017-03-11 07:38:16 -08:00
  • 7175bd8ae6 Fix error on MinGW Victor Zverovich 2017-02-25 06:53:55 -08:00
  • 7258d1b8f3 Fix tests Victor Zverovich 2017-03-08 07:34:10 -08:00
  • fbc8ea8c3e False -> FalseType (#483) Victor Zverovich 2017-03-08 07:17:08 -08:00
  • 6c3aa28c94 fix for nvcc_wrapper compiler Pierre Kestener 2017-03-07 23:08:40 +01:00
  • e3b5d806a8 Don't bring Arg struct into global namespace Sean LK 2017-03-05 23:04:12 +00:00
  • 3610f34c70 Fix windows build Victor Zverovich 2017-03-04 07:10:54 -08:00
  • cc736e7611 Remove redundant include (#479) Victor Zverovich 2017-03-03 06:06:34 -08:00
  • 789ebea863 Merge branch 'printf' of github.com:fmtlib/fmt Victor Zverovich 2017-02-26 07:17:38 -08:00
  • 6f8006c2ce Add printf overloads that takes a writer (#476) Victor Zverovich 2017-02-25 09:58:42 -08:00
  • 589b93de45 Add default copy constructor to SystemError (#475) Dominik Schmidt 2017-02-25 18:37:06 +01:00
  • db0d54f855 Fix error on MinGW Victor Zverovich 2017-02-25 06:53:55 -08:00
  • 703960aa54 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2017-02-24 07:06:12 -08:00
  • e208fbff52 Document which header defines formatting functions Victor Zverovich 2017-02-24 07:06:05 -08:00
  • 572491ad1f Document which header defines formatting functions Victor Zverovich 2017-02-24 07:04:44 -08:00
  • 20089c23ca Added missing FMT_OVERRIDE specifier to FormatBuf::overflow (#473) Alexey Gorishny 2017-02-22 22:55:15 +03:00
  • c333dca065 Follow standard naming conventions Victor Zverovich 2017-02-19 08:41:38 -08:00
  • 6a2ff287b2 Follow standard naming conventions Victor Zverovich 2017-02-19 06:46:51 -08:00
  • eedfd07f8b internal::MemoryBuffer -> basic_memory_buffer Victor Zverovich 2017-02-18 09:13:12 -08:00
  • 4ec8860783 ArgFormatter -> arg_formatter Victor Zverovich 2017-02-18 07:46:32 -08:00
  • 50e716737d StringRef -> string_view, LongLong -> long_long Victor Zverovich 2017-02-18 06:52:52 -08:00
  • e022c21ddc Fix windows build Victor Zverovich 2017-02-17 06:38:53 -08:00
  • 87b691d80c Merge StringWriter into StringBuffer Victor Zverovich 2017-02-17 06:23:16 -08:00
  • c2f021692f Merge ArrayWriter into FixedBuffer Victor Zverovich 2017-02-14 20:12:39 -05:00
  • fefaf07b6f Pass buffer instead of writer to format_value Victor Zverovich 2017-02-14 16:29:47 -05:00
  • 6e568f3a08 buffer -> basic_buffer Victor Zverovich 2017-02-14 12:08:37 -05:00
  • ad6d78f2a8 added FMT_API declarations where needed when using FMT_EXPORT from a separate dll Rich E 2017-01-30 14:38:53 -05:00
  • a00006119f Add join argument allowing formating list of values separated by a (#466) olivier80 2017-02-08 15:55:12 +01:00
  • bb1c82ef7d Fix build Victor Zverovich 2017-02-05 06:59:59 -08:00
  • 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