Commit Graph

  • 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
  • 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