Commit Graph

  • 4ef97b9bb2 Add a missing comma Victor Zverovich 2018-04-04 07:43:51 -07:00
  • 23759b2688 basic_arg -> basic_format_arg, arg_store -> format_arg_store Victor Zverovich 2018-04-04 07:38:21 -07:00
  • 4975297eb0 Simplify counting iterators Victor Zverovich 2018-03-31 07:47:30 -10:00
  • e8e006f4e7 Fix compile checks for mixing narrow and wide strings (#690) Victor Zverovich 2018-03-30 09:29:47 -10:00
  • c5ebecf7c6 Document format_to_n Victor Zverovich 2018-03-30 08:31:41 -10:00
  • 3cf0526316 Return output iterator to the end from format_to_n Victor Zverovich 2018-03-30 08:20:12 -10:00
  • 174087bfdb Implement format_to_n Victor Zverovich 2018-03-29 15:13:10 -10:00
  • 050f3f1f0e Remove parts of obsolete write API Victor Zverovich 2018-03-29 07:36:37 -10:00
  • e90b1da367 Fix linker errors using fmt as shared library in MSVC Sebastian König 2018-03-28 18:33:49 +02:00
  • 8e10d404db Fix compile tests Victor Zverovich 2018-03-27 07:39:03 -10:00
  • 7a41d61d79 Add make_printf_args Germán Méndez Bravo 2018-03-26 12:42:40 -06:00
  • 4fea018b2d Fix string_view detection Victor Zverovich 2018-03-26 07:00:41 -10:00
  • 6957d28cfb Detect string_view on libc++ (#686) Victor Zverovich 2018-03-26 06:50:22 -10:00
  • 1ecdc1a3bb Fix compilation on gcc 4.4 (#692) Victor Zverovich 2018-03-22 16:24:36 -07:00
  • 0ea70defbe Update readme Victor Zverovich 2018-03-21 09:25:28 -07:00
  • 9ce5e30c06 Update readme Victor Zverovich 2018-03-21 09:15:28 -07:00
  • 8c29459eda Fix handling of empty string_view (#689) Victor Zverovich 2018-03-21 09:01:51 -07:00
  • a24005d5fd Fix a narrowing warning Victor Zverovich 2018-03-21 08:29:06 -07:00
  • 3651b7fca6 Fix a narrowing warning Victor Zverovich 2018-03-21 07:59:42 -07:00
  • b64486dae9 Add format.cc Victor Zverovich 2018-03-21 07:51:56 -07:00
  • 3da71d51e0 Move source files to the src directory Victor Zverovich 2018-03-21 07:50:59 -07:00
  • 7971ed3db3 Update readme Victor Zverovich 2018-03-21 06:48:36 -07:00
  • f61ca2ec4f Update readme Victor Zverovich 2018-03-21 06:46:41 -07:00
  • 84e520b79c Update readme Victor Zverovich 2018-03-21 06:16:13 -07:00
  • e8aa0f3315 Update docs Victor Zverovich 2018-03-21 06:12:10 -07:00
  • 17258e9c63 Update docs Victor Zverovich 2018-03-19 19:47:14 -07:00
  • 6d339e32a0 Improve comment Victor Zverovich 2018-03-16 16:26:31 -04:00
  • c3d05245fe Fix a shadowing warning Victor Zverovich 2018-03-16 16:26:11 -04:00
  • b58c8ddeb4 Update docs Victor Zverovich 2018-03-16 16:04:12 -04:00
  • 505b3ae66f Workaround GCC bug 67371 (#682) Victor Zverovich 2018-03-16 12:02:19 -04:00
  • 70dffc639a Remove unnecessary check Victor Zverovich 2018-03-15 09:58:26 -04:00
  • df828f88da Don't define FMT_GCC_VERSION on clang Victor Zverovich 2018-03-15 09:55:31 -04:00
  • 42f70c8b4f Avoid narrowing casts Victor Zverovich 2018-03-15 09:45:31 -04:00
  • 10b939b096 Remove unneeded usage of anonymous struct on clang Elias Kosunen 2018-03-15 10:23:12 +02:00
  • 3adfaae20c Remove extra semicolon in format_args constructor Elias Kosunen 2018-03-15 10:09:43 +02:00
  • 4006678577 Fix warnings under MSVC (#679) Jonathan Müller 2018-03-14 20:17:15 +01:00
  • 9c5f54a723 Add format example for padded hex byte johnthagen 2018-03-13 18:10:56 -04:00
  • 7bab90e52d Remove extra comma Victor Zverovich 2018-03-13 22:45:14 -04:00
  • 2e21e7d1f1 Fix util-test Victor Zverovich 2018-03-13 22:20:06 -04:00
  • acb469ae2e Fixed UTF8/16 converters to support empty string input Vasili Galka 2018-03-12 14:43:29 +02:00
  • c37c4c437e Fix find-package-test Victor Zverovich 2018-03-13 14:13:39 -04:00
  • 6d21fc43b9 add alias targets with fmt namespace Mario Werner 2017-05-23 17:01:45 +02:00
  • e02aacc634 Add CMake namespace (#511) Victor Zverovich 2018-03-13 13:03:18 -04:00
  • aee4512cc5 Gradle (#649) Park DongHa 2018-03-12 19:40:25 +00:00
  • 7db0e94b9e Fix handling of numeric alignment with no width (#675) Victor Zverovich 2018-03-11 21:04:42 -04:00
  • 9facc119a6 Update docs Victor Zverovich 2018-03-10 09:25:17 -08:00
  • a1d187113b Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-03-10 06:46:51 -08:00
  • daf650c49a Disallow formatting of multibyte strings into a wide buffer (#606) Victor Zverovich 2018-03-10 06:46:41 -08:00
  • 8fd7e30f37 Update README.rst Victor Zverovich 2018-03-09 15:44:46 -08:00
  • ca93be130a Use fmt(s) as an alias for FMT_STRING(s) Victor Zverovich 2018-03-09 15:40:40 -08:00
  • 80e57c7a3d Update to new naming conventions Victor Zverovich 2018-03-07 07:36:13 -08:00
  • ae3cc844e7 Check format string at compile time in print Victor Zverovich 2018-03-07 05:41:45 -08:00
  • 585512fc7c Remove unnecessary instantiations Victor Zverovich 2018-03-04 15:14:02 -08:00
  • 7755cdc199 Make symbols readable Victor Zverovich 2018-03-04 14:46:24 -08:00
  • f867d08239 Update docs Victor Zverovich 2018-03-04 12:09:34 -08:00
  • a103b9bc46 Workaround missed optimization in gcc (#668) Victor Zverovich 2018-03-04 11:45:20 -08:00
  • bb47109a78 Cleanup Victor Zverovich 2018-03-04 11:25:40 -08:00
  • f1ede6380b Make inline_buffer_size public and update docs Victor Zverovich 2018-03-04 10:33:42 -08:00
  • 995b63adfe Update copyright Victor Zverovich 2018-03-04 10:11:44 -08:00
  • 4023291759 Update docs Victor Zverovich 2018-03-04 09:55:17 -08:00
  • 86a9bc8291 Cleanup Victor Zverovich 2018-03-04 09:16:51 -08:00
  • b7632e9641 Make format_to return iterator and update docs Victor Zverovich 2018-03-04 08:13:08 -08:00
  • 5281ea6ad2 do_vformat_to -> vformat_to and update docs Victor Zverovich 2018-03-04 06:40:43 -08:00
  • d07ba49821 Fix docs Victor Zverovich 2018-03-03 22:12:23 -08:00
  • 418659adbe Fix compilation errors on gcc 4.4 Victor Zverovich 2018-03-03 14:04:59 -08:00
  • 1d2adef28d Fix compilation errors on gcc 4.4 Victor Zverovich 2018-03-01 03:45:25 -08:00
  • 45518c3fe1 Fix compilation errors on gcc 4.4 Victor Zverovich 2018-02-28 07:47:24 -08:00
  • 698d909706 Workaround a bug in gcc 5.1 Victor Zverovich 2018-02-28 06:14:56 -08:00
  • 81074c7048 Fix more compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 05:23:25 -08:00
  • 1b4525384b Fix more compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 05:09:24 -08:00
  • 6090e51b65 Fix compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 04:49:20 -08:00
  • 0827ec5aa9 Fix compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 04:33:43 -08:00
  • 4d35f94133 Always use fallback string_view to pass format string (#664) Victor Zverovich 2018-02-24 18:19:30 +00:00
  • 34cf54c2fc Update README.rst Victor Zverovich 2018-02-24 09:37:17 +00:00
  • 0565d65461 Fix gcc 7.2 issue Victor Zverovich 2018-02-24 09:29:15 +00:00
  • f5dc0ed342 Break long lines Victor Zverovich 2018-02-24 08:39:17 +00:00
  • ea06f021f8 test: comment out one FormatStringErrors constexpr test Lars Gullik Bjønnes 2018-02-16 11:05:40 +01:00
  • 5b49177352 test: Initialize some local variables Lars Gullik Bjønnes 2018-02-16 11:04:33 +01:00
  • f45f70af09 Use trailing return type instead of deduction Lars Gullik Bjønnes 2018-02-15 17:34:38 +01:00
  • db86e8d5d3 Remove a couple of unused argument names Lars Gullik Bjønnes 2018-02-15 17:32:54 +01:00
  • 55f5c9f21b Use FMT_NULL instead of 0 is a few more places. Lars Gullik Bjønnes 2018-02-15 17:23:44 +01:00
  • e92ba1071d Fix Python str.format link to point to Python 3 docs johnthagen 2018-02-20 11:54:56 -05:00
  • a7ae5666a0 Enable join on msvc Victor Zverovich 2018-02-19 21:03:51 +00:00
  • 24d249b0b4 Fix formatting of objects convertible to string_view Victor Zverovich 2018-02-19 20:25:56 +00:00
  • e508e30800 Don't define FMT_LOCALE on OpenBSD hubslave 2018-02-19 00:43:35 +02:00
  • 0ee4273b04 Put is_enum check first not to instantiate convert_to_int unnecessarily Victor Zverovich 2018-02-18 05:47:29 +00:00
  • 8ca3ab2c4c Revert problematic pragma Victor Zverovich 2018-02-18 05:38:32 +00:00
  • 18ac98700e Fix formatting of objects convertible to std::string Victor Zverovich 2018-02-17 12:57:18 +00:00
  • ce4a65ffea Add pointer support to basic_writer Victor Zverovich 2018-02-17 09:38:46 +00:00
  • 91721caa42 Add detection of wostream operator<< (#650) Victor Zverovich 2018-02-17 09:03:43 +00:00
  • 1efc15c177 Fix MSVC build Victor Zverovich 2018-02-16 18:13:54 +00:00
  • 8ed264fcd4 Rename type enum constants to prevent collision with poorly written C libs (#644) Victor Zverovich 2018-02-16 17:20:33 +00:00
  • 4ba3f7db82 Update docs Victor Zverovich 2018-02-15 18:52:44 -08:00
  • 7d2723d57c posix.cc: Fix compilation with -fno-exceptions Andrew Gunnerson 2018-02-15 20:26:24 -05:00
  • 24d66c5d65 compilation fix & warnings Alex Alabuzhev 2018-02-14 23:30:55 +00:00
  • 229887bd40 Make constexpr remove_prefix gcc version check tighter (#648) Victor Zverovich 2018-02-14 05:46:41 -08:00
  • f3f19e762f Update docs Victor Zverovich 2018-02-11 13:43:16 -08:00
  • e9fa42acb8 Fix docs and build issues on gcc-4.6 Victor Zverovich 2018-02-11 09:43:54 -08:00
  • affb35cfb9 Replace using with typedef for compatibility with gcc-4.6 Victor Zverovich 2018-02-11 09:23:47 -08:00
  • 9710c058aa Update documentation building script Victor Zverovich 2018-02-11 09:23:17 -08:00