Commit Graph

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