Commit Graph

  • 0efc8a1808 Fix compiler warning about narrowing DanielaE 2018-04-26 09:55:51 +0200
  • b6ac63faf0 Fix warnings when with master project set to hidden Henry Schreiner 2018-04-25 17:20:40 -0400
  • bd4f559438 Fix compiler warning about narrowing DanielaE 2018-04-26 09:55:51 +0200
  • 85583407c3
    Fix warnings when with master project set to hidden Henry Schreiner 2018-04-25 17:20:40 -0400
  • df1ba52b64 Update example Victor Zverovich 2018-04-22 17:04:28 -0700
  • 221b08fd8f Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-04-22 09:16:34 -0700
  • fa9066fe3e context_base::begin -> out Victor Zverovich 2018-04-22 09:16:32 -0700
  • 90ff31b38e Fix a -Wundef warning on clang Elias Kosunen 2018-04-22 18:29:29 +0300
  • 55b5a6a327 Fix a -Wundef warning on clang Elias Kosunen 2018-04-22 18:29:29 +0300
  • b1f68c43b5 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-04-21 19:21:41 -0700
  • cd90097ca4 Implement handmade FP Victor Zverovich 2018-04-21 17:26:24 -0700
  • 1d6188404c Added optional INILINE_BUFFER_SIZE template param to BasicMemoryWriter (#716) Gabi Melman 2018-04-22 03:18:13 +0300
  • 301f8d6440 Added space before comma gabime 2018-04-22 01:27:53 +0300
  • 82a6e06cfa Added optional INILINE_BUFFER_SIZE template param to BasicMemoryWriter gabime 2018-04-22 01:10:04 +0300
  • 822eccc3b8 Sync API with standards proposal Victor Zverovich 2018-04-21 14:29:24 -0700
  • 2ae41242a5 allow time formatting with wchar_t contexts Daniela Engert 2018-04-18 19:16:31 +0200
  • b7c397ff7e
    allow time formatting with wchar_t contexts Daniela Engert 2018-04-18 19:16:31 +0200
  • a1579b0ff8 Update key Victor Zverovich 2018-04-16 18:22:03 -0700
  • ded921f0a2 Fix documentation build, take 2 Victor Zverovich 2018-04-15 10:34:04 -0700
  • 3284751f43 Fix documentation build Victor Zverovich 2018-04-15 09:49:37 -0700
  • bb738c4c26 Remove section on Write API since it's being superceeded by compile-time Format API Victor Zverovich 2018-04-15 09:13:44 -0700
  • d180c25c8f Update godbolt link Victor Zverovich 2018-04-15 06:19:38 -0700
  • 1ed842a3b4 Update godbolt link Victor Zverovich 2018-04-14 12:41:08 -0700
  • e80aba1c2b Remove format_float stub Victor Zverovich 2018-04-14 12:40:53 -0700
  • 7b8cb3135a Make context_base::args() public Victor Zverovich 2018-04-14 12:40:26 -0700
  • bdab94baf8 Merge branch '4.x' of github.com:fmtlib/fmt into 4.x Victor Zverovich 2018-04-12 06:07:55 -0700
  • a9c0bb4b16 Fix a warning on msvc/clang (#703) Victor Zverovich 2018-04-12 06:07:16 -0700
  • ea2cf449f7 Stop newer CMake's from warning about OLD policy Henry Schreiner 2018-04-11 17:39:38 +0200
  • 5c0d7ee157 Fix return that can't be reached Henry Schreiner 2018-04-11 17:34:48 +0200
  • 04862dc4ee
    Stop newer CMake's from warning about OLD policy Henry Schreiner 2018-04-11 17:39:38 +0200
  • 5002fec7a2
    Fix return that can't be reached Henry Schreiner 2018-04-11 17:34:48 +0200
  • c80c0725d7
    Merge 876d092bfe into 48ae0506de Jimmy Ding 2018-04-11 14:00:36 +0000
  • 48ae0506de fixes MSVC compiler warning bloat (Visual Studio 2017, latest updates) Christian Parpart 2018-04-11 01:46:11 +0200
  • 876d092bfe there should be no compile errors PotatosFish 2018-04-10 22:20:40 -0500
  • de7d12974f Added support for custom types with 'toString' function PotatosFish 2018-04-10 19:22:11 -0500
  • 1436b3bf32 fixes MSVC compiler warning bloat (Visual Studio 2017, latest updates) Christian Parpart 2018-04-11 01:46:11 +0200
  • 096c4051b2 Simplify char_traits Victor Zverovich 2018-04-08 13:38:12 -0700
  • 64440783ba Fix an issue with incorrect [[noreturn]] position in clang-cl (#701) Victor Zverovich 2018-04-08 11:56:47 -0700
  • 7610c5362a Remove unused macro Victor Zverovich 2018-04-08 11:54:22 -0700
  • 111fa5814b
    Update README.rst Victor Zverovich 2018-04-08 09:03:37 -0700
  • 52fcef1e57 Update docs Victor Zverovich 2018-04-08 07:33:07 -0700
  • 7d28674d3a make_args -> make_format_args Victor Zverovich 2018-04-08 07:21:26 -0700
  • 9382b76f2a context_t -> format_context_t Victor Zverovich 2018-04-08 07:09:34 -0700
  • fd0b07a75a (w)context -> (w)format_context Victor Zverovich 2018-04-08 07:03:44 -0700
  • 26aa34f319 basic_context -> basic_format_context Victor Zverovich 2018-04-08 06:45:21 -0700
  • 44cc034651 Relax string_view requirements Victor Zverovich 2018-04-07 16:18:01 -0700
  • 0829cab8f2 Remove from_checked Victor Zverovich 2018-04-07 15:21:48 -0700
  • cb7bbc6224 Improve checked iterator support Victor Zverovich 2018-04-07 14:54:17 -0700
  • 5079f924d6 Fix a narrowing warning Victor Zverovich 2018-04-07 07:24:07 -0700
  • 5859e58ba1 Fix msvc warnings Victor Zverovich 2018-04-04 21:11:31 -0700
  • 1e747f603f Fix msvc warnings Victor Zverovich 2018-04-04 20:57:02 -0700
  • 9d4efd7aa2 Iterator Wars VI: Return of the checked iterator Victor Zverovich 2018-04-04 18:30:03 -0700
  • 9764f55891 Update docs Victor Zverovich 2018-04-04 07:53:19 -0700
  • 4ef97b9bb2 Add a missing comma Victor Zverovich 2018-04-04 07:43:51 -0700
  • 23759b2688 basic_arg -> basic_format_arg, arg_store -> format_arg_store Victor Zverovich 2018-04-04 07:38:21 -0700
  • 4975297eb0 Simplify counting iterators Victor Zverovich 2018-03-31 07:47:30 -1000
  • e8e006f4e7 Fix compile checks for mixing narrow and wide strings (#690) Victor Zverovich 2018-03-30 09:29:47 -1000
  • c5ebecf7c6 Document format_to_n Victor Zverovich 2018-03-30 08:31:41 -1000
  • 3cf0526316 Return output iterator to the end from format_to_n Victor Zverovich 2018-03-30 08:20:12 -1000
  • 174087bfdb Implement format_to_n Victor Zverovich 2018-03-29 15:13:10 -1000
  • a1c15d58ef
    Merge 4999a4aff5 into 050f3f1f0e bhaskar-priya 2018-03-29 18:07:09 +0000
  • 050f3f1f0e Remove parts of obsolete write API Victor Zverovich 2018-03-29 07:36:37 -1000
  • e90b1da367 Fix linker errors using fmt as shared library in MSVC Sebastian König 2018-03-28 18:33:49 +0200
  • d428d051b8 Fix linker errors using fmt as shared library in MSVC Sebastian König 2018-03-28 18:33:49 +0200
  • 4999a4aff5 had missed a variable for naming convention. Bhaskar Priya - Foundation 2018-03-28 10:19:45 +0530
  • 2138cb8c0b Merge remote-tracking branch 'upstream/master' Bhaskar Priya - Foundation 2018-03-28 10:12:11 +0530
  • 8e10d404db Fix compile tests Victor Zverovich 2018-03-27 07:39:03 -1000
  • 7a41d61d79 Add make_printf_args Germán Méndez Bravo 2018-03-26 12:42:40 -0600
  • f7ad18ec9b
    Add make_printf_args Germán Méndez Bravo 2018-03-26 12:42:40 -0600
  • 4fea018b2d Fix string_view detection Victor Zverovich 2018-03-26 07:00:41 -1000
  • 6957d28cfb Detect string_view on libc++ (#686) Victor Zverovich 2018-03-26 06:50:22 -1000
  • 746bede18a removing camel case from variable names Bhaskar Priya - Foundation 2018-03-26 14:17:31 +0530
  • 0bd5765f3d Removing multiple VS wrning C4459. Renamed local variables to remove conflict with the globals Bhaskar Priya - Foundation 2018-03-26 14:04:00 +0530
  • 1ecdc1a3bb Fix compilation on gcc 4.4 (#692) Victor Zverovich 2018-03-22 16:24:36 -0700
  • 0ea70defbe Update readme Victor Zverovich 2018-03-21 09:25:28 -0700
  • 9ce5e30c06 Update readme Victor Zverovich 2018-03-21 09:15:28 -0700
  • 8c29459eda Fix handling of empty string_view (#689) Victor Zverovich 2018-03-21 09:01:51 -0700
  • a24005d5fd Fix a narrowing warning Victor Zverovich 2018-03-21 08:29:06 -0700
  • 3651b7fca6 Fix a narrowing warning Victor Zverovich 2018-03-21 07:59:42 -0700
  • b64486dae9 Add format.cc Victor Zverovich 2018-03-21 07:51:56 -0700
  • 3da71d51e0 Move source files to the src directory Victor Zverovich 2018-03-21 07:50:59 -0700
  • 7971ed3db3 Update readme Victor Zverovich 2018-03-21 06:48:36 -0700
  • f61ca2ec4f Update readme Victor Zverovich 2018-03-21 06:46:41 -0700
  • 84e520b79c Update readme Victor Zverovich 2018-03-21 06:16:13 -0700
  • e8aa0f3315 Update docs Victor Zverovich 2018-03-21 06:12:10 -0700
  • 17258e9c63 Update docs Victor Zverovich 2018-03-19 19:47:14 -0700
  • 6d339e32a0 Improve comment Victor Zverovich 2018-03-16 16:26:31 -0400
  • c3d05245fe Fix a shadowing warning Victor Zverovich 2018-03-16 16:26:11 -0400
  • b58c8ddeb4 Update docs Victor Zverovich 2018-03-16 16:04:12 -0400
  • 505b3ae66f Workaround GCC bug 67371 (#682) Victor Zverovich 2018-03-16 12:02:19 -0400
  • 70dffc639a Remove unnecessary check Victor Zverovich 2018-03-15 09:58:26 -0400
  • df828f88da Don't define FMT_GCC_VERSION on clang Victor Zverovich 2018-03-15 09:55:31 -0400
  • 42f70c8b4f Avoid narrowing casts Victor Zverovich 2018-03-15 09:45:31 -0400
  • 10b939b096 Remove unneeded usage of anonymous struct on clang Elias Kosunen 2018-03-15 10:23:12 +0200
  • 3adfaae20c Remove extra semicolon in format_args constructor Elias Kosunen 2018-03-15 10:09:43 +0200
  • 61cc01f7ec
    Remove unneeded usage of anonymous struct on clang Elias Kosunen 2018-03-15 10:23:12 +0200
  • b2144bee8b
    Remove extra semicolon in format_args constructor Elias Kosunen 2018-03-15 10:09:43 +0200
  • 4006678577
    Fix warnings under MSVC (#679) Jonathan Müller 2018-03-14 20:17:15 +0100
  • 1c625ae79f Fix int64_t -> unsigned conversion Jonathan Müller 2018-03-13 20:47:24 +0100
  • c5859da61a Fix wchar_t -> char conversion warnings Jonathan Müller 2018-03-13 20:43:28 +0100