Commit Graph

  • dc3039a40d Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-04-09 07:22:19 -0700
  • d2ada77ccc Install documentation vitaut 2015-04-09 07:21:42 -0700
  • 3a0624ab2e Update README.rst Victor Zverovich 2015-04-08 09:11:25 -0700
  • fb362ef880 Set .so version for libformat vitaut 2015-04-08 07:13:06 -0700
  • fd53bb6fb8 Fix bogus "conditional expression is constant" MSVC warnings vitaut 2015-04-05 11:27:07 -0700
  • aab64b55a4 Update README.rst vitaut 2015-04-02 08:49:28 -0700
  • d2387999ec Try fixing a bogus MSVC warning about buffer overrun (#145) vitaut 2015-03-28 17:52:17 -0700
  • 60405cf693 Use /W4 in format-test and only if FMT_EXTRA_TESTS is set vitaut 2015-03-28 17:29:12 -0700
  • 9c75d0ccf7 Compile with /W4 in MSVC vitaut 2015-03-28 13:21:49 -0700
  • 3a5573ac6e Revert commit 3c3ae4e319 vitaut 2015-03-27 07:36:26 -0700
  • d4ea2d7fcb Add ArgVisitor::report_unhandled_arg vitaut 2015-03-26 08:55:20 -0700
  • d618f8baac Fix NonZero vitaut 2015-03-25 09:29:40 -0700
  • 885d1a1c64 Simplify NonZero vitaut 2015-03-25 08:50:48 -0700
  • 2ba3988da3 Reduce compiled code size when using variadic templates vitaut 2015-03-25 08:29:55 -0700
  • 66915785dd Get rid of FMT_NORETURN because it breaks when FMT_EXCEPTIONS=0 vitaut 2015-03-25 07:24:26 -0700
  • 3c3ae4e319 MakeValue -> MakeArg vitaut 2015-03-25 07:04:16 -0700
  • 00df5c91f3 Merge Value into Arg vitaut 2015-03-25 06:48:21 -0700
  • cf04d98d06 Pass as many types as possible in a single integer to reduce code bloat vitaut 2015-03-24 08:55:40 -0700
  • 1addec97bc Rename _ERR to ERROR_STR vitaut 2015-03-21 20:16:36 -0700
  • da052ae821 Fix bogus warnings vitaut 2015-03-21 07:53:39 -0700
  • 72aae04adf Merge pull request #141 from Shauren/master Victor Zverovich 2015-03-21 06:29:53 -0700
  • a445e727c2 Added support to format more than 16 arguments with printf API when using variadic templates Shauren 2015-03-20 18:32:27 +0100
  • 45bba4f129 Document protected members of Buffer vitaut 2015-03-20 06:46:39 -0700
  • 73ea170966 Document the Buffer class vitaut 2015-03-20 06:42:55 -0700
  • 906432161b Make Buffer part of the public API vitaut 2015-03-20 06:31:24 -0700
  • b9f4668855 Add missing pragma diagnostic push for clang vitaut 2015-03-19 08:04:31 -0700
  • ba81f04bfa Turn verbose output off in travis vitaut 2015-03-19 08:03:20 -0700
  • 100bc30773 Reset CMAKE_REQUIRED_FLAGS vitaut 2015-03-19 07:59:12 -0700
  • df477565f8 Diagnose clang failures vitaut 2015-03-19 07:51:10 -0700
  • a53ac7ad5c Workaround mingw bugs vitaut 2015-03-19 07:39:24 -0700
  • f49ab8e4a9 Detect broken cmath vitaut 2015-03-19 07:34:50 -0700
  • 0e8fcd47a0 Silence warnings about convering float to int vitaut 2015-03-18 18:59:09 -0700
  • bf8636c959 Fix compile error on clang when formatting a C++11-style enum vitaut 2015-03-18 11:08:34 -0700
  • 2adbfa4af7 Test IsConvertibleToInt with a C++11 enum vitaut 2015-03-18 11:02:37 -0700
  • 23b60f5735 Merge pull request #138 from Naios/build1 Victor Zverovich 2015-03-18 05:53:12 -0700
  • ef7d4879e4 Fix build under g++-4.9, SunOS 5.11 i386 i86pc Solaris * thanks @VolodymyrLavrenchuk for pointing this out. Naios 2015-03-18 10:34:47 +0100
  • 33ec5b16d8 Don't match bool because it causes undesirable conversions vitaut 2015-03-17 20:51:29 -0700
  • 275d1ab423 Fix warnings on lesser compilers vitaut 2015-03-17 20:43:55 -0700
  • 107a95c9cc Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-03-17 20:12:44 -0700
  • 3d4af9cd65 Use `long double instead of int` to avoid warnings vitaut 2015-03-17 20:12:36 -0700
  • ef5972e1ca Update README.rst Victor Zverovich 2015-03-17 19:43:47 -0700
  • d99c49b970 Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-03-17 07:57:39 -0700
  • 538c2610cb Move FMT_USE_VARIADIC_TEMPLATES definition to macro-test.cc vitaut 2015-03-17 07:57:30 -0700
  • 8ed6031457 Add a comment describing the use of -std=c++11 vitaut 2015-03-17 07:56:55 -0700
  • b621b499ee Merge b7febc9856 into a6aa789f4b Magnus Bjerke Vik 2015-03-17 13:48:53 +0000
  • a6aa789f4b Merge pull request #136 from Gachapen/fix_initializer_list_check Victor Zverovich 2015-03-17 06:48:52 -0700
  • b7febc9856 Fix CMake CPP11_FLAG not being added to compile flags when FMT_EXTRA_TESTS is OFF. Magnus Bjerke Vik 2015-03-17 10:53:49 +0100
  • b739ec893f Fix CMake FMT_INITIALIZER_LIST check failing because of wrong include name. Magnus Bjerke Vik 2015-03-17 10:15:54 +0100
  • 357950e06b Fix warnings on braindamaged compilers (aka MSVC) vitaut 2015-03-16 19:02:25 -0700
  • df47d819b9 Suppress bogus MSVC warning vitaut 2015-03-16 18:53:14 -0700
  • a530052b7e Only include crtdbg.h when compiling with MSVC vitaut 2015-03-16 18:05:45 -0700
  • eccd5e8d15 Fix test vitaut 2015-03-16 09:17:18 -0700
  • 93ae73adbc Fix a typo vitaut 2015-03-16 09:05:46 -0700
  • 2b793d2d1e Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-03-16 08:52:31 -0700
  • 5aecd4947f Use GetFileSize instead of GetFileSizeEx on Windows vitaut 2015-03-16 08:52:23 -0700
  • c6d3a73201 Workaround MinGW's braindamage vitaut 2015-03-16 08:43:59 -0700
  • 4825fb4a0d Add default value for None's template argument vitaut 2015-03-16 08:43:33 -0700
  • eb6baf04ff Update README.rst Victor Zverovich 2015-03-15 06:39:03 -0700
  • d08c4ba84a Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-03-15 06:35:06 -0700
  • 4547523e19 Make dummy strerror_r and strerror_s inline and remove old comment vitaut 2015-03-15 06:34:59 -0700
  • e65e05b960 Merge pull request #134 from CarterLi/master Victor Zverovich 2015-03-15 06:21:28 -0700
  • 80d1dd29b7 Feedback Carter Li 2015-03-15 09:25:36 +0800
  • c97c0fbbc9 Merge remote-tracking branch 'upstream/master' Carter Li 2015-03-15 09:23:19 +0800
  • e1776acd19 Handle the result of XSI-complint version of strerror_r correctly vitaut 2015-03-14 14:05:02 -0700
  • 341b98c6e2 Detect safe strerror variants using function overloading instead of macros vitaut 2015-03-14 13:39:33 -0700
  • 2d4631a580 Silence -Wunused-parameter Carter Li 2015-03-14 14:54:37 +0800
  • 593d3aef9e Improve behaviors when disabling exceptions Carter Li 2015-03-14 14:37:02 +0800
  • b8c36498f2 Temporarily disable mingw build vitaut 2015-03-12 09:06:50 -0700
  • 97b33fe069 More mingw fixes vitaut 2015-03-12 08:57:25 -0700
  • 82a3e78e04 Indent vitaut 2015-03-12 08:57:00 -0700
  • 9f19796ef0 Remove extra #endif vitaut 2015-03-12 08:37:07 -0700
  • 23b7bfead0 More mingw fixes vitaut 2015-03-12 08:29:28 -0700
  • 57f9f06619 More mingw fixes vitaut 2015-03-12 08:11:04 -0700
  • 03ee6a0295 Fix mingw build vitaut 2015-03-12 08:00:56 -0700
  • 6bca5ca109 Woraround a bug in MinGW vitaut 2015-03-12 07:49:01 -0700
  • b2207f9d05 Workaround MinGW bug https://sourceforge.net/p/mingw/bugs/2024/ vitaut 2015-03-12 07:24:15 -0700
  • 752580a5c2 Move sys/types.h include to posix.h for MinGW vitaut 2015-03-12 07:09:44 -0700
  • 93cfe9951b Woraround for braindamaged versions of MinGW vitaut 2015-03-12 06:48:14 -0700
  • 6dd532b456 Add mingw bin directory to path and enable mingw build vitaut 2015-03-12 06:13:51 -0700
  • 3b259b5120 Disable mingw build again vitaut 2015-03-11 09:04:55 -0700
  • 870f42e1f0 Enable mingw build with extra diagnostics vitaut 2015-03-11 07:10:43 -0700
  • e3a1da5a71 Temporarily disable mingw build Victor Zverovich 2015-03-10 10:17:08 -0700
  • da547f5533 Fix mingw build, take 2 Victor Zverovich 2015-03-10 09:43:12 -0700
  • 961097315c Fix mingw build Victor Zverovich 2015-03-10 09:18:31 -0700
  • f9e1c2bd59 Use preinstalled mingw on appveyor Victor Zverovich 2015-03-10 08:52:39 -0700
  • 8c8826f749 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-03-10 07:53:57 -0700
  • 5821aec7b9 Implement printing of values that are convertible to int such as enums Victor Zverovich 2015-03-10 07:53:46 -0700
  • 689ea8d3dd Merge pull request #130 from cstamford/master Victor Zverovich 2015-03-10 06:34:07 -0700
  • 55836caa8d Added the define FMT_SWPRINTF to allow compilation under TDM-gcc (and possibly other MinGW distributions). cstamford 2015-03-10 07:04:31 +0000
  • a037a829f5 Update README.rst Victor Zverovich 2015-03-09 09:29:46 -0700
  • 7e251643db Update README.rst Victor Zverovich 2015-03-09 08:48:08 -0700
  • 08d759c425 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-03-09 07:37:34 -0700
  • 6af3da1089 Merge website content into docs Victor Zverovich 2015-03-09 07:37:27 -0700
  • eec6b29b64 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:58:54 -0800
  • 0b097da31e Set release date 1.1.0 Victor Zverovich 2015-03-06 08:33:25 -0800
  • f9e98c2007 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-03-06 08:30:38 -0800
  • 2d80bcc1cb Bump version Victor Zverovich 2015-03-06 08:30:30 -0800
  • fa5b35e539 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:17:13 -0800
  • 549b61e958 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:15:11 -0800
  • 2d200e3caa Update ChangeLog.rst Victor Zverovich 2015-03-06 08:14:19 -0800