Commit Graph

  • 4797ca025e POD -> trivially copyable/constructible vitaut 2015-12-20 07:29:59 -0800
  • 3121ebd044 Merge pull request #249 from dean0x7d/variadic-v3 Victor Zverovich 2015-12-20 07:10:00 -0800
  • b098306839 Replace template recursion with array initialization Dean Moldovan 2015-12-12 17:12:29 +0100
  • a721319e3a Add MakeArg constructor for Arg Dean Moldovan 2015-10-24 20:16:46 +0200
  • 29726cefb8 Remove extra '*'s vitaut 2015-12-18 07:30:03 -0800
  • 811964502d Add BasicFormatter's members to the docs vitaut 2015-12-18 07:24:25 -0800
  • 0629d76bb0 Fallback to sized integer types on MSVC if stdint.h is not available vitaut 2015-12-18 07:20:05 -0800
  • 016714c57b Add BasicFormatter to the docs vitaut 2015-12-18 07:16:40 -0800
  • c679352517 Define FMT_API to nothing for Doxygen vitaut 2015-12-18 07:13:43 -0800
  • 1042ddda0f Document BasicFormatter vitaut 2015-12-18 07:07:41 -0800
  • d998b5d038 Add version 2.0.0 to the dropdown menu vitaut 2015-12-18 06:47:37 -0800
  • bf6651d1ca Add github-btn style vitaut 2015-12-17 07:59:09 -0800
  • 1cba0aea27 Simplify CMake config and do minor adjustments vitaut 2015-12-10 07:24:23 -0800
  • a9d2e826fe Merge pull request #245 from macdems/master Victor Zverovich 2015-12-10 07:05:33 -0800
  • c47318afa8 Declarations for shared library in Windows. Maciej Dems 2015-12-09 14:52:09 +0100
  • ecd52bc610 Fix for a bogus MSVC warning (#244) vitaut 2015-12-09 08:57:29 -0800
  • 98ed65d7a8 Fix compilation in C++0x mode Dean Moldovan 2015-12-06 18:30:02 +0100
  • 983b883380 Use MakeArg constructor instead of manually constructing Arg Dean Moldovan 2015-12-06 14:00:37 +0100
  • 6ea14f0dd2 Test that arrays of Value/Arg and MakeValue/MakeArg are equivalent Dean Moldovan 2015-11-09 00:10:42 +0100
  • f9428560df Replace template recursion with variadic array initialization Dean Moldovan 2015-10-25 04:23:40 +0100
  • 1383efb6c0 Add MakeArg constructor Dean Moldovan 2015-10-24 20:16:46 +0200
  • 8a9ad00ab3 Compose Arg instead of inheriting from Value Dean Moldovan 2015-10-19 01:18:32 +0200
  • 5c76d107cb Fix MSVC build vitaut 2015-12-06 14:17:34 -0800
  • 98c1f76f24 Replace uninitialized_copy with memmove (#242) vitaut 2015-12-06 07:44:07 -0800
  • e7f4566dd4 Replace <algorithm> with <memory> vitaut 2015-12-04 22:57:36 -0800
  • e0179ee190 Fix a warning and remove extra newline vitaut 2015-12-04 17:52:36 -0800
  • e567fe6960 Replace "!!" with "!= 0" for readability vitaut 2015-12-04 17:52:06 -0800
  • 7c60db1e24 Fix a warning vitaut 2015-12-04 14:12:42 -0800
  • 0ea73df717 Merge branch 'custom-formatter' vitaut 2015-12-04 07:24:09 -0800
  • aa7bb101ed Undefine fileno if defined in posix-test vitaut 2015-12-03 20:17:04 -0800
  • 3bc97a5564 Merge pull request #241 from Gachapen/fix_fileno Victor Zverovich 2015-12-03 20:15:10 -0800
  • c2ffa14684 Fix fileno causing compile error when #defined Magnus Bjerke Vik 2015-12-03 23:21:42 +0100
  • 4b1e38724e Merge 062cc37623 into 00d56e06ef Magnus Bjerke Vik 2015-12-03 20:30:42 +0000
  • 062cc37623 Fix fmt::BufferedFile::fileno not compiling with Android NDK. Magnus Bjerke Vik 2015-04-13 13:55:12 +0200
  • 535dbdd1c8 Move formatter methods to the header vitaut 2015-12-03 09:38:06 -0800
  • 00d56e06ef Bump version vitaut 2015-12-03 08:15:03 -0800
  • 7e94fcb680 Reapply accidentally reverted changes by ReadmeCritic vitaut 2015-12-03 08:09:53 -0800
  • 6ced4230f4 Initial support for custom formatters vitaut 2015-12-02 08:41:05 -0800
  • 56cd736a04 Update README URLs based on HTTP redirects ReadmeCritic 2015-12-02 07:49:13 -0800
  • 5f8af5ef1d Update version 2.0.0 vitaut 2015-12-01 07:33:30 -0800
  • 5837851cb2 Update docs vitaut 2015-12-01 07:31:15 -0800
  • abe932164a Update changelog vitaut 2015-12-01 07:20:33 -0800
  • 19de4a863a Merge pull request #236 from Jopie64/master Victor Zverovich 2015-12-01 06:58:09 -0800
  • 328c8888ec Make compilable under Visual Studio 2008 Johan 't Hart 2015-12-01 09:34:13 +0100
  • df2dfd9612 Silence some performance warnings in Visual Studio Johan 't Hart 2015-12-01 08:59:59 +0100
  • fac207816c Update release script vitaut 2015-11-30 08:23:16 -0800
  • ec80a1ab51 Update changelog vitaut 2015-11-30 08:22:03 -0800
  • 3bf900e301 Update changelog vitaut 2015-11-30 08:17:47 -0800
  • 722c8e4ae6 Update changelog vitaut 2015-11-30 08:10:49 -0800
  • 13d6b2d38c Update changelog vitaut 2015-11-30 07:22:51 -0800
  • b8bd80ff28 Fix handling of empty non-null-terminated strings vitaut 2015-11-25 09:49:01 -0800
  • 7cbb29f61e Make FormatBuf::size() const vitaut 2015-11-25 08:27:46 -0800
  • 053df632f8 Minor simplification and adjustment of coding style for consistency vitaut 2015-11-25 08:00:57 -0800
  • 222f2d28f5 Fix MSVC warnings vitaut 2015-11-25 07:47:43 -0800
  • f60c4b9947 Fix an MSVC warning (#234) vitaut 2015-11-25 07:17:05 -0800
  • 0519737b95 Don't use _ecvt (#233) vitaut 2015-11-25 07:11:28 -0800
  • 9a08fb52bf Fix compilation with clang and old libstdc++ vitaut 2015-11-24 09:13:48 -0800
  • c45a4bacf7 Merge 7b6117344b into 8265263c5d NotImplemented 2015-11-24 17:10:22 +0000
  • 8265263c5d Remove unnecessary stuff. Michael Kasperovich 2015-11-24 19:24:47 +0300
  • d266adf805 Implement custom stream buffer (#92) Michael Kasperovich 2015-11-24 18:47:04 +0300
  • 7b6117344b Remove unnecessary stuff. Michael Kasperovich 2015-11-24 19:24:47 +0300
  • 6cff6d8137 Use overloaded operator<< for enums if available (#232) vitaut 2015-11-24 08:18:19 -0800
  • 69179b952c Merge branch 'slow-custom-type-format' of https://github.com/NotImplemented/cppformat into slow-custom-type-format Michael Kasperovich 2015-11-24 18:48:33 +0300
  • 662544605e Squash last 2 commits. Michael Kasperovich 2015-11-24 18:47:04 +0300
  • 1a2a333a1a Use format specifiers when formatting null pointers & strings vitaut 2015-11-23 21:01:28 -0800
  • c1ce408d11 Merge branch 'slow-custom-type-format' of https://github.com/NotImplemented/cppformat into slow-custom-type-format Michael Kasperovich 2015-11-23 21:21:55 +0300
  • 289885e8c0 Fix branch detection on Travis vitaut 2015-11-23 08:47:46 -0800
  • 4118b89139 Get rid of the html directory when installing docs vitaut 2015-11-23 08:22:21 -0800
  • 96731cebe1 Print branch name vitaut 2015-11-23 08:21:22 -0800
  • b83fd00183 Pass version from CMake to Sphinx vitaut 2015-11-23 08:10:02 -0800
  • cadb63e7de Custom formatbuf implementation. Four commits squashed into one. Michael Kasperovich 2015-11-23 17:57:04 +0300
  • 646829e34d Fix MSVC warnings vitaut 2015-11-21 07:31:00 -0800
  • 8beadace37 Improve detection of isinf, isnan and getsign vitaut 2015-11-21 07:20:18 -0800
  • 223575b567 Tyop vitaut 2015-11-20 08:28:29 -0800
  • ee3e68dc16 Improve compatibility with bcc32 vitaut 2015-11-20 08:14:10 -0800
  • e5d599875c Improve compatibility with bcc32 vitaut 2015-11-20 07:56:16 -0800
  • b53994fd0d Suppress a warning vitaut 2015-11-20 07:49:29 -0800
  • 9ffdec9622 Fixed overflow implementation. Michael Kasperovich 2015-11-19 22:23:42 +0300
  • fd1753484e Fix example vitaut 2015-11-19 07:23:43 -0800
  • 914853716b Fix gcc errors. Michael Kasperovich 2015-11-18 22:02:45 +0300
  • ad77903832 a) Fix format check tests b) Disable friendship for basic_formatbuf Michael Kasperovich 2015-11-18 21:30:53 +0300
  • 6606971aae Improve compatibility with bcc32 vitaut 2015-11-18 08:42:09 -0800
  • 31aced8b59 Improve compatibility with bcc32 vitaut 2015-11-18 08:04:04 -0800
  • 1dd5e035eb Simplify signbit vitaut 2015-11-18 07:38:05 -0800
  • 5343eab4c8 fmt::format<Char, T> inefficiency #92 Michael Kasperovich 2015-11-17 20:06:11 +0300
  • 0219d5591b Improve compatibility with bcc32 vitaut 2015-11-17 08:53:15 -0800
  • 3a2f91bd58 Fallback to ecvt if _ecvt_s is not available. vitaut 2015-11-17 08:35:30 -0800
  • c1a8dfe555 Improve detection of signbit vitaut 2015-11-17 07:40:22 -0800
  • d9e0f5c04e Merge pull request #229 from LogicalKnight/fix_intel_warning Victor Zverovich 2015-11-13 16:48:34 -0800
  • 9c03176e6b Fix util-test vitaut 2015-11-13 15:16:10 -0800
  • 2157375d5c Use textual formatting for bool with %s specifier in printf (#224) vitaut 2015-11-13 07:18:44 -0800
  • 7dcf05108e Move cstddef include to format.cc and refactor Buffer::append vitaut 2015-11-13 06:52:13 -0800
  • 32f0295460 Fix warning when using Intel C++ on OS X Sean L 2015-10-13 14:27:57 -0400
  • 3df9bf3a91 Merge pull request #228 from dean0x7d/fix_warning Victor Zverovich 2015-11-12 12:38:27 -0800
  • 7d94b5bbeb Fix static_assert feature detection on clang Dean Moldovan 2015-10-31 20:07:47 +0100
  • ef5e5e02b4 Only update docs from master branch on travis vitaut 2015-11-12 08:47:07 -0800
  • 11f946efff Make release script create a GitHub release vitaut 2015-11-12 07:39:09 -0800
  • 57ba9436a0 Format null string as (nil) with p specifier vitaut 2015-11-12 06:09:08 -0800
  • 5e37698911 Implement release script vitaut 2015-11-11 08:41:29 -0800
  • b5fda1c90d Format null pointer as (nil) and null string as (null) in printf (#226) vitaut 2015-11-11 07:57:19 -0800