Commit Graph

  • dece85b31f Fix docs, take 2 Victor Zverovich 2018-05-12 13:12:04 -07:00
  • 6a1df3bd05 Fix docs Victor Zverovich 2018-05-12 12:57:16 -07:00
  • 838400d29b Add inline namespace fmt::v5 Victor Zverovich 2018-05-12 08:33:51 -07:00
  • b64b24ebc5 Update ChangeLog.rst Victor Zverovich 2018-05-12 09:42:59 -07:00
  • fc9087114f Update ChangeLog.rst Victor Zverovich 2018-05-12 09:10:11 -07:00
  • 46c374a8a9 Fix compilation with new gcc and -std=c++11 (#734) Victor Zverovich 2018-05-09 20:58:05 -07:00
  • f0ae725721 Clarify the use of allocators Victor Zverovich 2018-05-09 06:43:54 -07:00
  • d72d046254 Update paths in fmt.pro Victor Zverovich 2018-05-09 06:21:00 -07:00
  • 857b382fc3 Mark the whole class FormatError as FMT_API Jean-Michaël Celerier 2018-05-09 12:07:20 +02:00
  • edbbf7ce6c Fix FreeBSD 12 Dan McGregor 2018-05-08 14:06:36 -06:00
  • a4e4f74530 Fix a -Wundef when FMT_GCC_VERSION < 600 Elias Kosunen 2018-05-07 13:46:02 +03:00
  • 7d3de49715 Implement double to fp conversion Victor Zverovich 2018-05-06 13:37:49 -07:00
  • a4c7d99f70 Add bit_cast Victor Zverovich 2018-05-06 08:07:28 -07:00
  • 0adccaefb6 Fix a -Wundef of _LIBCPP_VERSION Elias Kosunen 2018-05-01 22:38:27 +03:00
  • 2570f1afdc Provide more overloads for the wide string flavour Daniela Engert 2018-04-26 20:32:14 +02:00
  • ca31ca13f1 Fixed arg_formatter_base::write_pointer to not mutate the format specs. Michael Winterberg 2018-04-30 11:09:40 -07:00
  • 6cd666100f remove trailing spaces. Daniela Engert 2018-04-30 10:07:43 +02:00
  • fe19c266ce Move format_string to fmt namespace for ADL Victor Zverovich 2018-04-29 08:35:20 -07:00
  • 2768af2388 Add cached powers of 10 Victor Zverovich 2018-04-29 06:33:05 -07:00
  • dd296e1de0 Add a script to compute powers of 10 Victor Zverovich 2018-04-28 14:32:05 -07:00
  • 0efc8a1808 Fix compiler warning about narrowing DanielaE 2018-04-26 09:55:51 +02:00
  • b6ac63faf0 Fix warnings when with master project set to hidden Henry Schreiner 2018-04-25 17:20:40 -04:00
  • df1ba52b64 Update example Victor Zverovich 2018-04-22 17:04:28 -07:00
  • 221b08fd8f Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-04-22 09:16:34 -07:00
  • fa9066fe3e context_base::begin -> out Victor Zverovich 2018-04-22 09:16:32 -07:00
  • 90ff31b38e Fix a -Wundef warning on clang Elias Kosunen 2018-04-22 18:29:29 +03:00
  • b1f68c43b5 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-04-21 19:21:41 -07:00
  • cd90097ca4 Implement handmade FP Victor Zverovich 2018-04-21 17:26:24 -07:00
  • 1d6188404c Added optional INILINE_BUFFER_SIZE template param to BasicMemoryWriter (#716) Gabi Melman 2018-04-22 03:18:13 +03:00
  • 822eccc3b8 Sync API with standards proposal Victor Zverovich 2018-04-21 14:29:24 -07:00
  • 2ae41242a5 allow time formatting with wchar_t contexts Daniela Engert 2018-04-18 19:16:31 +02:00
  • a1579b0ff8 Update key Victor Zverovich 2018-04-16 18:22:03 -07:00
  • ded921f0a2 Fix documentation build, take 2 Victor Zverovich 2018-04-15 10:34:04 -07:00
  • 3284751f43 Fix documentation build Victor Zverovich 2018-04-15 09:49:37 -07:00
  • bb738c4c26 Remove section on Write API since it's being superceeded by compile-time Format API Victor Zverovich 2018-04-15 09:13:44 -07:00
  • d180c25c8f Update godbolt link Victor Zverovich 2018-04-15 06:19:38 -07:00
  • 1ed842a3b4 Update godbolt link Victor Zverovich 2018-04-14 12:41:08 -07:00
  • e80aba1c2b Remove format_float stub Victor Zverovich 2018-04-14 12:40:53 -07:00
  • 7b8cb3135a Make context_base::args() public Victor Zverovich 2018-04-14 12:40:26 -07:00
  • bdab94baf8 Merge branch '4.x' of github.com:fmtlib/fmt into 4.x Victor Zverovich 2018-04-12 06:07:55 -07:00
  • a9c0bb4b16 Fix a warning on msvc/clang (#703) Victor Zverovich 2018-04-12 06:07:16 -07:00
  • ea2cf449f7 Stop newer CMake's from warning about OLD policy Henry Schreiner 2018-04-11 17:39:38 +02:00
  • 5c0d7ee157 Fix return that can't be reached Henry Schreiner 2018-04-11 17:34:48 +02:00
  • 48ae0506de fixes MSVC compiler warning bloat (Visual Studio 2017, latest updates) Christian Parpart 2018-04-11 01:46:11 +02:00
  • 096c4051b2 Simplify char_traits Victor Zverovich 2018-04-08 13:38:12 -07:00
  • 64440783ba Fix an issue with incorrect [[noreturn]] position in clang-cl (#701) Victor Zverovich 2018-04-08 11:56:47 -07:00
  • 7610c5362a Remove unused macro Victor Zverovich 2018-04-08 11:54:22 -07:00
  • 111fa5814b Update README.rst Victor Zverovich 2018-04-08 09:03:37 -07:00
  • 52fcef1e57 Update docs Victor Zverovich 2018-04-08 07:33:07 -07:00
  • 7d28674d3a make_args -> make_format_args Victor Zverovich 2018-04-08 07:21:26 -07:00
  • 9382b76f2a context_t -> format_context_t Victor Zverovich 2018-04-08 07:09:34 -07:00
  • fd0b07a75a (w)context -> (w)format_context Victor Zverovich 2018-04-08 07:03:44 -07:00
  • 26aa34f319 basic_context -> basic_format_context Victor Zverovich 2018-04-08 06:45:21 -07:00
  • 44cc034651 Relax string_view requirements Victor Zverovich 2018-04-07 16:18:01 -07:00
  • 0829cab8f2 Remove from_checked Victor Zverovich 2018-04-07 15:21:48 -07:00
  • cb7bbc6224 Improve checked iterator support Victor Zverovich 2018-04-07 14:54:17 -07:00
  • 5079f924d6 Fix a narrowing warning Victor Zverovich 2018-04-07 07:24:07 -07:00
  • 5859e58ba1 Fix msvc warnings Victor Zverovich 2018-04-04 21:11:31 -07:00
  • 1e747f603f Fix msvc warnings Victor Zverovich 2018-04-04 20:57:02 -07:00
  • 9d4efd7aa2 Iterator Wars VI: Return of the checked iterator Victor Zverovich 2018-04-04 18:30:03 -07:00
  • 9764f55891 Update docs Victor Zverovich 2018-04-04 07:53:19 -07:00
  • 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