Commit Graph

  • 4c1a0303aa Create and keep virtualenv in the current (build) directory vitaut 2015-05-18 08:09:26 -0700
  • 0e28acdd05 Update Sphinx to 1.3.1 to fix local search vitaut 2015-05-18 07:24:33 -0700
  • 4d1bd5ac18 Merge pull request #161 from syohex/correct-misspelling Victor Zverovich 2015-05-15 08:05:05 -0700
  • 0ba03ee823 Correct misspellings Syohei YOSHIDA 2015-05-15 15:57:22 +0900
  • 2c03e822b2 Add a link to API changes/compatibility report vitaut 2015-05-14 14:18:59 -0700
  • 804a74c998 Explicitly instantiate BasicData<void> vitaut 2015-05-14 12:58:42 -0700
  • 90a12b1bb2 Fix warnings vitaut 2015-05-12 08:57:21 -0700
  • a5757c86df FMT_EXTRA_TESTS -> FMT_PEDANTIC and use it to control extra warnings vitaut 2015-05-12 07:35:29 -0700
  • 5517c8962e Use -std=gnu++11 if -std=c++11 is broken (for MinGW) vitaut 2015-05-12 07:13:12 -0700
  • 684495c887 Add header files to gmock target vitaut 2015-05-12 06:53:35 -0700
  • 640445fc48 FMT_CPP11_IO_H -> FMT_CPP11_UNISTD_H and enable all build configs vitaut 2015-05-11 19:48:30 -0700
  • e17b743141 Workaround a MinGW bug vitaut 2015-05-11 19:37:40 -0700
  • c8688576f2 Fix MinGW build vitaut 2015-05-11 19:10:31 -0700
  • 024f8c6a0a Disable MinGW build until the remaining issues are solved vitaut 2015-05-11 09:12:34 -0700
  • 8035c3eb30 Workaround a bug in the definition of fstat on some versions of MinGW vitaut 2015-05-11 08:44:40 -0700
  • 15de5f68b4 Enable debug MinGW build vitaut 2015-05-11 08:10:13 -0700
  • 3913f29ad7 Fix posix-test on MinGW vitaut 2015-05-11 07:57:08 -0700
  • 2da08f21dd Only run compile-test if FMT_EXTRA_TESTS is set vitaut 2015-05-11 07:34:07 -0700
  • 0e5c8e5395 Move chat link to the end vitaut 2015-05-11 07:15:11 -0700
  • ea9a31b225 Merge pull request #160 from gitter-badger/gitter-badge Victor Zverovich 2015-05-11 07:14:10 -0700
  • dd8e6b9a72 Added Gitter badge The Gitter Badger 2015-05-11 01:02:26 +0000
  • c150722945 Fix compiler warnings about unused parameter (#158) vitaut 2015-05-08 11:20:56 -0700
  • f3fc8052ab Add a section on how to install the library using Homebrew vitaut 2015-05-08 08:19:15 -0700
  • 3e03934d15 If std::swprintf is broken, disable relevant test and warn about it vitaut 2015-05-08 07:57:43 -0700
  • 85b985e9f2 Workaround a bug in formatting long double in MinGW, take 3 vitaut 2015-05-07 08:17:30 -0700
  • 3e379829a0 Workaround a bug in formatting long double in MinGW, take 2 vitaut 2015-05-07 07:25:39 -0700
  • 4888000f32 Fix a warning vitaut 2015-05-07 07:19:28 -0700
  • 673a4525f6 Workaround a bug in formatting long double in MinGW vitaut 2015-05-07 07:18:46 -0700
  • 1c72e7062b Update the license section vitaut 2015-05-07 06:47:22 -0700
  • 6de2edf05b Link to rendered instead of raw license file vitaut 2015-05-07 06:45:13 -0700
  • fde90aa551 Move license to a separate file vitaut 2015-05-07 06:43:13 -0700
  • 40681e6037 Fix compilation of posix-test on MinGW vitaut 2015-05-06 07:29:58 -0700
  • ca2cadb1c6 Fix compilation when fileno is a macro vitaut 2015-05-06 07:19:42 -0700
  • 11464343a9 Fix handling of exactly MAX_PACKED_ARGS arguments vitaut 2015-05-05 10:00:11 -0700
  • 3c388185c0 Remove old TODO vitaut 2015-05-05 07:25:42 -0700
  • f5b3c9cbec Simplify construction of ArgList objects vitaut 2015-05-05 07:23:32 -0700
  • de994a27a7 Remove internal::NonZero vitaut 2015-05-01 07:58:32 -0700
  • e515e5f14e Simplify construction of argument lists vitaut 2015-05-01 07:35:28 -0700
  • 87cb2935f8 Test and fix handling of exactly MAX_PACKED_ARGS arguments vitaut 2015-05-01 06:55:26 -0700
  • 969d1cdbdc Break long line vitaut 2015-04-30 08:41:17 -0700
  • 67ce394256 Undefine Windows min/max macros (#152) vitaut 2015-04-30 07:48:36 -0700
  • f44666aac6 Remove extra parentheses vitaut 2015-04-30 07:35:04 -0700
  • 001054c8a0 Update README.rst Victor Zverovich 2015-04-27 07:02:15 -0700
  • 926b7680ea Cleanup vitaut 2015-04-21 07:17:00 -0700
  • 8af48bbaf1 Merge pull request #149 from cppformat/compact-arglist Victor Zverovich 2015-04-21 07:05:54 -0700
  • 8d2559bd96 Reduce compiled code size vitaut 2015-04-20 10:02:41 -0700
  • 62c483c940 Test EnableIf vitaut 2015-04-20 08:08:02 -0700
  • 88f4be3d19 Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-04-18 19:16:16 -0700
  • c3ebcce89d Make library install dir configurable via FMT_LIB_DIR CMake var vitaut 2015-04-18 19:15:36 -0700
  • 0963fd0a4d Workaround a bug in implementation of variadic templates in MSVC11 vitaut 2015-04-12 14:33:11 -0700
  • cea64132a2 Detect tuple vitaut 2015-04-12 07:02:49 -0700
  • f6823221d3 Workaround broken tuple in MSVC11 vitaut 2015-04-12 06:45:40 -0700
  • f35a220536 Remove .gitmodules vitaut 2015-04-10 08:44:53 -0700
  • 8c24a42395 Make documentation builds more reproducible by using virtualenv vitaut 2015-04-10 08:39:09 -0700
  • 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
  • a6aa789f4b Merge pull request #136 from Gachapen/fix_initializer_list_check Victor Zverovich 2015-03-17 06:48:52 -0700
  • 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 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
  • 3252eead94 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:03:34 -0800
  • d82b6c7e62 Update ChangeLog.rst Victor Zverovich 2015-03-06 08:03:11 -0800
  • 55ba812d12 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:52:51 -0800
  • 5463a62d43 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:52:06 -0800
  • 9350328086 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:32:28 -0800
  • 9d1fc0ecd5 Update ChangeLog.rst Victor Zverovich 2015-03-06 07:18:44 -0800
  • 9c006520bd Break long lines Victor Zverovich 2015-03-05 08:15:26 -0800
  • 8ad6f93428 Update changelog Victor Zverovich 2015-03-05 08:04:27 -0800
  • 72c97ab4ab Add missing '>' Victor Zverovich 2015-03-05 07:31:27 -0800
  • bcc2fd1dbe Fix markup Victor Zverovich 2015-03-05 07:30:50 -0800
  • a89f578c14 Update changelog Victor Zverovich 2015-03-05 07:29:54 -0800
  • 6005907db6 Fix markup Victor Zverovich 2015-03-05 07:27:14 -0800
  • 53dd7d1583 Update changelog Victor Zverovich 2015-03-05 07:26:44 -0800
  • 65a8a7f85e Fix markup Victor Zverovich 2015-03-04 19:03:56 -0800
  • 89e0684da6 Update changelog Victor Zverovich 2015-03-04 19:02:59 -0800
  • a5c6975118 Use issue numbers instead of links Victor Zverovich 2015-03-04 18:50:46 -0800
  • ec7b006fab Update changelog Victor Zverovich 2015-03-04 18:49:23 -0800
  • c1f8274701 Copy info from releases to changelog Victor Zverovich 2015-03-04 18:30:00 -0800
  • 91d9497911 Fix markup Victor Zverovich 2015-03-04 18:16:26 -0800
  • 3453df6d65 Add a changelog Victor Zverovich 2015-03-04 18:10:08 -0800
  • 648c730bd2 CMake should be now preinstalled on OS X Victor Zverovich 2015-03-04 15:15:31 -0800
  • 8abc15f85e Fix a reference Victor Zverovich 2015-03-04 14:04:10 -0800
  • 4ff6ab396c Fix biicode build script Victor Zverovich 2015-03-04 09:24:54 -0800
  • 14d1fb561f Don't run biicode on Travis Victor Zverovich 2015-03-04 09:22:52 -0800
  • 7ae6dfbcba Fix cmake command Victor Zverovich 2015-03-04 08:57:56 -0800
  • bdada10c2c Only run biicode-build on Linux and print cmake version Victor Zverovich 2015-03-04 08:53:51 -0800
  • 65cf5414c9 Temporarily disable biicode build Victor Zverovich 2015-03-04 08:33:13 -0800
  • cb40e7c60b Fix biicode-build script Victor Zverovich 2015-03-04 08:24:35 -0800
  • 3a9b7ad8b6 Pass env to bii Victor Zverovich 2015-03-04 08:07:26 -0800
  • 38b5f573dd Set CMAKE_ROOT Victor Zverovich 2015-03-04 08:01:56 -0800
  • 5ad6c6bd7f Use correct path to CMake bin directory, take 2 Victor Zverovich 2015-03-04 07:51:09 -0800
  • 85ef48cb6d Use correct path to CMake bin directory Victor Zverovich 2015-03-04 07:36:30 -0800
  • a6864a7264 Fix CMake installation and enable biicode build Victor Zverovich 2015-03-04 07:07:13 -0800
  • 0dd1f19281 Temporarily disable biicode build Victor Zverovich 2015-03-03 22:24:34 -0800
  • 7c8f915f0b Sudo make me a sandwich Victor Zverovich 2015-03-03 22:19:56 -0800
  • e1b62a5d39 Install CMake in system dirs Victor Zverovich 2015-03-03 22:12:37 -0800
  • 4d208ae86f Install newer version of cmake Victor Zverovich 2015-03-03 22:07:20 -0800
  • 29451ea8e2 Update travis config Victor Zverovich 2015-03-03 21:49:33 -0800
  • e6113fb9f5 Rewrite biicode build script in Python and simplify Victor Zverovich 2015-03-03 21:45:47 -0800
  • 7c0a23329e Update copyright notices Victor Zverovich 2015-03-03 21:04:45 -0800
  • f1e77e41a5 Update breathe Victor Zverovich 2015-03-02 08:34:22 -0800
  • 267d4542bb Remove unnecessary stuff from biicode-build.sh Victor Zverovich 2015-03-02 07:54:13 -0800
  • ee5443e920 Move biicode files to support/biicode Victor Zverovich 2015-03-02 07:48:57 -0800
  • 103530d407 Fix formatting Victor Zverovich 2015-03-01 20:58:45 -0800
  • efc42fbd4e Temporary exclude fancy ctor from the docs Victor Zverovich 2015-03-01 18:25:40 -0800
  • 7c0d5756ff Fix clang build Victor Zverovich 2015-03-01 18:19:56 -0800
  • 91a7ee6c20 Add BasicArrayWriter to docs Victor Zverovich 2015-03-01 18:10:09 -0800
  • 74512aa282 Ignore bin directory Victor Zverovich 2015-03-01 18:09:03 -0800
  • beaf6f7436 Add a fixed-size array writer Victor Zverovich 2015-03-01 18:08:24 -0800
  • 63b4f0ae1a build.py -> appveyor-build.py Victor Zverovich 2015-03-01 17:20:22 -0800
  • 5bea8a649b Move biicode C++ Format sample to support/biicode/sample.cc Victor Zverovich 2015-03-01 17:12:14 -0800
  • 2e3423b053 Update compile-test Victor Zverovich 2015-03-01 17:03:44 -0800
  • 1244f3d58f Move biicode.cmake to support/cmake Victor Zverovich 2015-03-01 17:00:53 -0800
  • 656f0895ed Add readme Victor Zverovich 2015-03-01 16:48:08 -0800
  • 5a51aac85e Move biicode build script to support/biicode-build.sh Victor Zverovich 2015-03-01 16:46:44 -0800
  • c3e845ab7e Only enable doc target if breathe is available Victor Zverovich 2015-03-01 16:35:29 -0800
  • ce4d3e175c Fix biicode build Victor Zverovich 2015-03-01 16:23:47 -0800
  • fb86e4f6fa Remove conf.py from .gitignore Victor Zverovich 2015-03-01 16:16:18 -0800
  • da6ac7fb26 Fix tests Victor Zverovich 2015-03-01 16:12:26 -0800
  • 07754c047c Place executables in the bin dir Victor Zverovich 2015-03-01 16:07:18 -0800
  • 67089022bf Run test commands during CI builds Victor Zverovich 2015-03-01 15:21:33 -0800
  • 4df5d10e3c Check if initializer lists are supported Victor Zverovich 2015-03-01 14:14:06 -0800
  • 8a915b9b8d Update compile-test Victor Zverovich 2015-03-01 14:13:45 -0800
  • 8f1e5df672 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-03-01 09:43:44 -0800
  • c09c42f9a7 Don't do explicit instantiation in the header-only mode Victor Zverovich 2015-03-01 09:43:33 -0800
  • 86a7d856fa Update README.rst Victor Zverovich 2015-02-26 09:05:20 -0800
  • 391d6430e5 Update README.rst Victor Zverovich 2015-02-26 08:10:36 -0800
  • a8a7534f78 Reorder function declarations Victor Zverovich 2015-02-26 06:54:12 -0800
  • 110d4c0ab0 Replace CharTraits::UnsupportedStrType with WCharHelper::Unsupported Victor Zverovich 2015-02-26 06:32:00 -0800
  • 17b9e4db8c Improve error reporting when trying to write wchar_t with a char writer Victor Zverovich 2015-02-26 06:21:54 -0800
  • 52f44bf114 Fix clang warning Victor Zverovich 2015-02-25 17:32:32 -0800
  • fede517b22 Don't define _CRT_SECURE_NO_WARNINGS if it is already defined Victor Zverovich 2015-02-25 17:20:26 -0800
  • c746122623 Remove extra whitespace Victor Zverovich 2015-02-25 16:23:11 -0800
  • ed490145d8 Improve error reporting when trying to format wide char into narrow string Victor Zverovich 2015-02-25 16:03:00 -0800
  • f3fe82415d Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-25 09:50:53 -0800
  • d5602d9fb6 Remove unnecessary call to convert Victor Zverovich 2015-02-25 09:50:39 -0800
  • 7716157bdb Update README.rst Victor Zverovich 2015-02-25 09:00:31 -0800
  • e70af5b99e Merge branch 'better-errors' Victor Zverovich 2015-02-25 08:00:46 -0800
  • f014d32147 Improve error reporting when formatting wide into narrow strings Victor Zverovich 2015-02-25 07:58:49 -0800
  • bf14b2c41b Try improving error reporting Victor Zverovich 2015-02-25 07:43:47 -0800
  • f6cffb5eeb Indent Victor Zverovich 2015-02-25 06:17:12 -0800
  • c634a5bf2b Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-25 06:16:08 -0800
  • f8fd34ac30 Merge pull request #121 from objectx/VC2013 Victor Zverovich 2015-02-25 06:15:09 -0800
  • c2bcb31354 Avoid error C2156 under VC++2013 Masashi Fujita 2015-02-25 20:40:28 +0900
  • 7215c3446b Break long lines Victor Zverovich 2015-02-24 16:44:01 -0800
  • 642b72cd91 Fix StringRef test Victor Zverovich 2015-02-24 09:52:16 -0800
  • 89fed501d4 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-24 08:32:12 -0800
  • 28fd7fb159 Fix formatting (-Gangnam- Google style) Victor Zverovich 2015-02-24 08:31:56 -0800
  • 85833c90ee Merge pull request #119 from TrentHouliston/master Victor Zverovich 2015-02-24 05:55:46 -0800
  • 4da1fa391e Add an install command to the cmake file (to allow make install) Trent Houliston 2015-02-24 17:31:30 +1100
  • de92f5d8a7 Update README.rst Victor Zverovich 2015-02-22 11:46:58 -0800
  • d06ff7a7e8 Fix internal::clzll on Win64 Victor Zverovich 2015-02-22 06:31:55 -0800
  • a81baf2904 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-22 06:29:33 -0800
  • 810c734c3f Merge pull request #118 from CarterLi/master Victor Zverovich 2015-02-22 06:29:19 -0800
  • 524222f094 Win32 doesn't have _BitScanForward64 so emulate it with two 32 bit calls. Implementation used: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/win32/support.h?view=markup#l135 Carter Li 2015-02-22 17:43:58 +0800
  • 016adee06c Simplify sample Victor Zverovich 2015-02-21 16:15:47 -0800
  • 2b35c9e8e7 Move CMake files to support Victor Zverovich 2015-02-21 16:02:44 -0800
  • cbc46d9e78 Use __builtin_clz whenever it is available Victor Zverovich 2015-02-21 06:21:29 -0800
  • e87a24633b Don't use builtin_ in function names as they are not builtins Victor Zverovich 2015-02-21 06:16:49 -0800
  • 14eae59c6a Correct FMT_BUILTIN_CLZ definition Victor Zverovich 2015-02-20 08:58:16 -0800
  • 2418a84f02 Cleanup Victor Zverovich 2015-02-20 08:51:01 -0800
  • 27e0bf72c0 Use correct intrinsics for count_digits Victor Zverovich 2015-02-20 08:49:06 -0800
  • 939193be21 Merge pull request #116 from CarterLi/master Victor Zverovich 2015-02-20 08:22:06 -0800
  • 00e3ae508e Use MSVC intrinsics for better performance Carter Li 2015-02-20 11:19:01 +0800
  • bc33d17ce3 Update README.rst Victor Zverovich 2015-02-19 08:40:40 -0800
  • 65cd4835cd Update README.rst Victor Zverovich 2015-02-19 08:26:03 -0800
  • 53010624a0 Move Windows implementation of print_colored to a separate branch Victor Zverovich 2015-02-19 07:54:59 -0800
  • a92205be9c Remove unused policy setting Victor Zverovich 2015-02-17 14:42:11 -0800
  • a16ca84346 Use mirror Victor Zverovich 2015-02-17 09:19:49 -0800
  • f40f790159 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-17 09:17:21 -0800
  • 88835f8468 Fix mingw download URL Victor Zverovich 2015-02-17 09:16:50 -0800
  • 5b0a9bbe85 Improve StringRef test Victor Zverovich 2015-02-17 06:45:45 -0800
  • 6a52fc164a Merge pull request #114 from CarterLi/master Victor Zverovich 2015-02-17 06:39:21 -0800
  • b4df6cb2fa Add libstdc++ version Victor Zverovich 2015-02-17 06:24:40 -0800
  • 932eb9777e Fix formatting, take 2 Victor Zverovich 2015-02-17 06:15:44 -0800
  • 4a1974577f Fix formatting Victor Zverovich 2015-02-17 06:14:32 -0800
  • dfad5f1d39 Update README.rst Victor Zverovich 2015-02-17 06:12:44 -0800
  • 3f574c1611 Silence warnings on Windows Carter Li 2015-02-17 10:11:42 +0800
  • 8d07db0e0e Break long line Victor Zverovich 2015-02-16 14:33:04 -0800
  • bd133382f0 Fix BasicWriter::write without formatting arguments on C++11 (#109) Victor Zverovich 2015-02-16 14:32:38 -0800
  • 040b8e7e06 Link to Android NDK Victor Zverovich 2015-02-16 07:25:45 -0800
  • d9ef0e0a44 Minor correction Victor Zverovich 2015-02-16 07:11:57 -0800
  • 6c656663f3 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-16 07:09:33 -0800
  • 291e43abac Add Android NDK section Victor Zverovich 2015-02-16 07:09:25 -0800
  • a85d5e962b Update README.rst Victor Zverovich 2015-02-15 09:32:13 -0800
  • 11fab458c4 Merge pull request #107 from newnon/master Victor Zverovich 2015-02-15 09:12:49 -0800
  • 829cd70cd2 Merge pull request #112 from CarterLi/master Victor Zverovich 2015-02-15 08:43:59 -0800
  • 1d49443405 fix android.mk Sergey 2015-02-15 19:21:32 +0300
  • 9fd566412d Refine root 2015-02-15 15:25:56 +0800
  • 9331533309 Use __GXX_EXPERIMENTAL_CXX0X__ for better C++11 detection carterl 2015-02-15 04:16:23 +0100
  • 43b9fefbd2 Use static_assert more actively carterl 2015-02-15 03:07:27 +0100
  • 0fc15d48f3 Merge pull request #111 from CarterLi/master Victor Zverovich 2015-02-14 08:33:37 -0800
  • 2eef573656 Use explicitly deleted functions to make types non-copyable Carter Li 2015-02-14 23:22:14 +0800
  • f77350f8fa Disable unnecessary CMake check and comment Victor Zverovich 2015-02-14 06:18:19 -0800
  • 5282bebbd7 Merge pull request #110 from CarterLi/master Victor Zverovich 2015-02-14 06:10:11 -0800
  • e2583ab5f3 Use throw() when noexcept is not supported Carter Li 2015-02-14 09:58:29 +0800
  • 950e6b9753 Fix downloader Victor Zverovich 2015-02-12 21:34:36 -0800
  • c110f7b8d3 Move the code from appveyor config to a Python script Victor Zverovich 2015-02-12 17:53:39 -0800
  • 86fee707fb Update MinGW URL Victor Zverovich 2015-02-12 16:48:17 -0800
  • c643fdae53 Fix CMake warning Victor Zverovich 2015-02-12 15:55:21 -0800
  • 609f33c94a Fix appveyor script Victor Zverovich 2015-02-12 15:41:30 -0800
  • 2f05eaa07d Correct filename in Biicode config Victor Zverovich 2015-02-12 15:39:06 -0800
  • 2ced92529d Move logic from travis.yml to a Python script Victor Zverovich 2015-02-12 15:34:38 -0800
  • dd2e8b98de Fix RST markup Victor Zverovich 2015-02-12 12:46:28 -0800
  • f79c88c190 Android.mk Sergey Perepelitsa 2015-02-12 23:34:40 +0300
  • 4f51033aa9 Workaround PowerShell idiocy Victor Zverovich 2015-02-12 12:27:32 -0800
  • 503e87f153 Report CMake version for debugging Victor Zverovich 2015-02-12 11:41:45 -0800
  • 3822241d99 Use policy check instead of CMake version check Victor Zverovich 2015-02-12 11:27:55 -0800
  • e392eea160 Fix CMake warning Victor Zverovich 2015-02-12 10:12:26 -0800
  • 8273855067 Remove extra newline mostly to check for linguist updates Victor Zverovich 2015-02-12 06:23:58 -0800
  • 8bd1953094 Minor changes to follow C++ Format's coding conventions Victor Zverovich 2015-02-11 14:16:22 -0800
  • 33f85efb55 Merge pull request #104 from franramirez688/master Victor Zverovich 2015-02-11 14:02:27 -0800
  • 7b77eb61b5 adapted to biicode via biicode.conf, ignore.bii and CMakeLists.txt; mixed Travis (original and biicode building) franchuti688 2015-02-09 10:31:22 +0100
  • 50151ff804 Update README.rst Victor Zverovich 2015-02-10 19:37:54 -0800
  • 4a11f70408 Update README.rst Victor Zverovich 2015-02-10 19:36:29 -0800
  • 01b00e6dfb Update README.rst Victor Zverovich 2015-02-10 19:34:03 -0800
  • a32f9148fc Update README.rst Victor Zverovich 2015-02-10 19:32:33 -0800
  • a95b3f7ee1 Update README.rst Victor Zverovich 2015-02-10 19:31:22 -0800
  • 04a21bbb2e Merge branch 'fallthrough' of github.com:cppformat/cppformat Victor Zverovich 2015-02-09 08:02:14 -0800
  • 618dd9d6af Remove the fallthrough attribute detection Victor Zverovich 2015-02-09 07:54:03 -0800
  • a92c179a6d Fix warnings on clang Victor Zverovich 2015-02-09 07:37:26 -0800
  • 267382af39 Revert the experimental fix for print_colored that didn't work Victor Zverovich 2015-02-09 06:53:05 -0800
  • cfd476bb8b Temporarily disable the test as the fix didn't work. Victor Zverovich 2015-02-08 20:41:13 -0800
  • e875e3145f Fix print_colored on Windows Victor Zverovich 2015-02-08 20:24:07 -0800
  • 9368b6a4ee Fix error handling in print_colored Victor Zverovich 2015-02-08 20:06:45 -0800
  • 7004d1edf6 Update the contributed code to the used coding conventions Victor Zverovich 2015-02-08 19:54:39 -0800
  • d5ab6ba728 Merge pull request #102 from Ryuuke/master Victor Zverovich 2015-02-08 18:25:31 -0800
  • bc78ca42a9 remove global variables Ryuuke 2015-02-08 23:10:13 +0000
  • 4806f75469 remove unused define Ryuuke 2015-02-08 16:14:46 +0000
  • 5a9dc8f991 windows cli colors revision and test case Ryuuke 2015-02-08 16:08:29 +0000
  • 26c151c5e4 Detect [[clang::fallthrough]] even __has_cpp_attribute is not supported viz 2015-02-08 07:57:05 -0800
  • bce73e2bd8 remove forward enum declaration Ryuuke 2015-02-07 22:47:42 +0000
  • 51ceef3dee added color support for windows Ryuuke 2015-02-07 22:39:08 +0000
  • 326ade7698 Document what happens if you pass an invalid error code Victor Zverovich 2015-02-07 09:46:42 -0800
  • 502d2ede8a Bump version Victor Zverovich 2015-02-07 08:53:30 -0800
  • 81dc04dd48 Update README.rst Victor Zverovich 2015-02-07 08:31:17 -0800
  • fe2b5351be Merge pull request #101 from cppformat/fallthrough Victor Zverovich 2015-02-07 06:57:20 -0800
  • d7fea1ba0c Try detecting clang::fallthrough using __has_cpp_attribute Victor Zverovich 2015-02-07 06:51:47 -0800
  • 37ad436068 Fix by @dixlorenz for clang warnings "'return' will never be executed" (#96) Victor Zverovich 2015-02-06 21:27:31 -0800
  • 45d70b71ec Fix by @dixlorenz for clang warning about unknown Doxygen tags Victor Zverovich 2015-02-06 21:25:30 -0800
  • d930f6956f Update README.rst Victor Zverovich 2015-02-06 14:03:44 -0800
  • 38a7406318 Update README.rst Victor Zverovich 2015-02-06 13:46:19 -0800
  • 83f5085551 Remove RTD theme Victor Zverovich 2015-02-06 09:01:49 -0800
  • 554abb12f1 Fix formatting Victor Zverovich 2015-02-06 08:45:43 -0800
  • f2c16957f7 Provide examples of using SystemError and WindowsError (#54) Victor Zverovich 2015-02-06 08:43:02 -0800
  • 48e6df117a Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-06 07:27:29 -0800
  • 59254410da Fix a warning (#95) Victor Zverovich 2015-02-06 07:27:19 -0800
  • 58a300c82a Merge pull request #98 from MariadeAnton/master Victor Zverovich 2015-02-06 07:07:14 -0800
  • 710817befb Update README.rst MariadeAnton 2015-02-06 15:19:30 +0100
  • ba17cca432 Fix link Victor Zverovich 2015-02-05 11:18:16 -0800
  • f82f4bd79b Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-02-05 11:16:47 -0800
  • 589b73f646 Update links Victor Zverovich 2015-02-05 11:16:39 -0800
  • afba2422ae Fix packaging Victor Zverovich 2015-02-05 08:50:47 -0800
  • 58683f5376 Version 1.0 🎆 Victor Zverovich 2015-02-05 08:42:25 -0800
  • bc6fcd90cf Fix CSS Victor Zverovich 2015-02-05 08:41:19 -0800
  • 402f5f3178 Documentation fixes Victor Zverovich 2015-02-05 08:36:46 -0800
  • bdeffc3fdc Fix build on Android NDK Victor Zverovich 2015-02-05 07:04:22 -0800
  • b4eef59100 Only add the doc target if doxygen and sphinx-build are available Victor Zverovich 2015-01-30 12:53:52 -0800
  • 90bc8dd3ed Don't track the dependencies of the doc target as Sphinx does it itself Victor Zverovich 2015-01-30 08:49:48 -0800
  • 237eaa53e1 Replace exclude_trees with exclude_patterns Victor Zverovich 2015-01-30 07:15:00 -0800
  • 531ee615af Switch to the main breathe repo Victor Zverovich 2015-01-21 14:46:29 -0800
  • fae27d262c Switch to the main breathe repo Victor Zverovich 2015-01-21 14:44:05 -0800
  • 0bd32f3f29 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2015-01-08 07:56:19 -0800
  • 43aebf51d6 Allow precision specifier for non-float arguments Victor Zverovich 2015-01-08 07:56:08 -0800
  • 757a523195 Merge pull request #89 from mparaniak/master Victor Zverovich 2015-01-06 09:12:37 -0800
  • 7f706171a9 Add format linking to tests Mikolaj Paraniak 2015-01-06 16:57:07 +0100
  • cd828a8691 Add a test for https://github.com/cppformat/cppformat/issues/86 Victor Zverovich 2015-01-05 07:16:26 -0800
  • 6080108802 Merge pull request #87 from aruhan/issue/86 Victor Zverovich 2015-01-05 07:13:04 -0800
  • e8febf7f4b Fix format using wostream produces wrong results aruhan 2015-01-05 22:33:18 +0900
  • 130bccbcbf Update README.rst Victor Zverovich 2014-12-19 07:50:41 -0800
  • 01414ac6ec Update README.rst Victor Zverovich 2014-12-19 07:49:54 -0800
  • 3cb004d0d3 Update README.rst Victor Zverovich 2014-12-19 07:48:38 -0800
  • a7d7e0daec Restore bootstrap theme Victor Zverovich 2014-12-19 07:42:46 -0800
  • 67e196eac4 Make test libraries static Victor Zverovich 2014-12-19 07:39:13 -0800
  • fdecd5b40f Remove FMT_SHARED in favor of BUILD_SHARED_LIBS Victor Zverovich 2014-12-19 07:37:49 -0800
  • a8b1769803 Use default namespace Victor Zverovich 2014-12-18 08:46:25 -0800
  • 8d89e56d2c Set primary domain to cpp Victor Zverovich 2014-12-18 08:36:53 -0800
  • fb12cfd196 Suppress more bogus warnings Victor Zverovich 2014-12-17 06:53:32 -0800
  • ecd2b80e8f Get rid of using declarations for header-only config Victor Zverovich 2014-12-17 06:42:26 -0800
  • c95908bd8c Disable bogus MSVC warnings Victor Zverovich 2014-12-17 06:41:21 -0800
  • c630d1f236 Disable "secure" warnings in posix. Victor Zverovich 2014-12-16 07:07:09 -0800
  • 0d1eb8b1ea Don't undefine "secure" warnings Victor Zverovich 2014-12-16 07:02:59 -0800
  • dff2137405 Don't define/undefine macros without FMT_ prefix Victor Zverovich 2014-12-16 07:01:01 -0800
  • 2523f3b939 Fix more -Wshadow warnings Victor Zverovich 2014-12-10 07:24:05 -0800
  • f9fc8fd09d Fix -Wshadow warnings Victor Zverovich 2014-12-09 07:45:54 -0800
  • b49a1b4a52 Fix linkage errors on Windows in header-only config Victor Zverovich 2014-12-09 06:32:07 -0800
  • df580969f7 Add a test for header-only configuration Victor Zverovich 2014-12-09 06:22:55 -0800
  • f9c3ff244d Merge branch 'header-only' of github.com:cppformat/cppformat Victor Zverovich 2014-12-09 06:14:04 -0800
  • 6e3d7d9a6a Update README.rst Victor Zverovich 2014-12-08 06:15:31 -0800
  • 54f19ff7b2 Simplify append_float_length Victor Zverovich 2014-12-03 06:33:31 -0800
  • f3bd9d4241 Remove extra space Victor Zverovich 2014-12-03 06:20:12 -0800
  • 6f3c095ed6 Use FMT_DISALLOW_COPY_AND_ASSIGN instead of undefined assignment operators Victor Zverovich 2014-12-03 06:16:52 -0800
  • 0fea89ec8f Merge pull request #81 from Queueless/master Victor Zverovich 2014-12-03 06:04:06 -0800
  • 7706e1054d Update README.rst Victor Zverovich 2014-12-02 12:55:13 -0800
  • a23fbbb9a3 Update README.rst Victor Zverovich 2014-12-02 12:54:12 -0800
  • 838dc1e189 move append_float_length specialization to the header Daniel.Perry 2014-12-02 10:20:27 -0500
  • 820c03a473 Update README.rst Victor Zverovich 2014-12-02 06:39:16 -0800
  • 311251eb91 Complete header-only configuration support Victor Zverovich 2014-11-29 06:58:00 -0800
  • c2a6903e19 Define FMT_FUNC to nothing if FMT_HEADER_ONLY is not defined Victor Zverovich 2014-11-28 15:30:03 -0800
  • d9c605c61f Initial support for header-only configuration Victor Zverovich 2014-11-28 06:40:57 -0800
  • 334fc54b5d removed unused code Daniel.Perry 2014-11-25 18:03:54 -0500
  • bd0067ee76 made code compile under windows with level 4 warnings Daniel.Perry 2014-11-25 18:01:09 -0500
  • 4c59aa8780 Link to stable docs Victor Zverovich 2014-11-24 16:20:07 -0800
  • aca49379a5 Fix a few minor issues detected by CppCheck Victor Zverovich 2014-11-24 07:38:26 -0800
  • 615c1eef6b Fix error handling in fmt::fprintf. Victor Zverovich 2014-11-14 09:40:01 -0800
  • 8ea9f068c7 Convert tabs to spaces Victor Zverovich 2014-11-07 07:58:49 -0800
  • 97ea39cf79 Remove no longer needed highlight directives Victor Zverovich 2014-11-07 07:26:04 -0800
  • 43d3c0a110 Set highlight language to c++ in config Victor Zverovich 2014-11-07 07:24:51 -0800
  • f02e4100db Undo highlight since it's not working and simplify markup Victor Zverovich 2014-11-07 07:04:03 -0800
  • e41ca7b951 Try setting highlight to c++ Victor Zverovich 2014-11-07 06:56:53 -0800
  • 6527551d43 Simplify markup Victor Zverovich 2014-11-05 07:39:34 -0800
  • 9cbb25e43f Simplify markup Victor Zverovich 2014-11-05 07:36:55 -0800
  • 10698cc44d Update theme Victor Zverovich 2014-11-04 08:31:07 -0800
  • aa78f6155b Add theme alias Victor Zverovich 2014-11-04 08:17:59 -0800
  • 6bcfb377b2 Link to docs Victor Zverovich 2014-11-04 07:44:07 -0800
  • bbd7681a33 Add ReadTheDocs badge Victor Zverovich 2014-11-04 07:42:56 -0800
  • 8f93e84a1a Switch to ReadTheDocs theme Victor Zverovich 2014-11-04 07:37:25 -0800
  • ed92af29b3 Add missing ')' Victor Zverovich 2014-10-30 13:58:16 -0700
  • 14984acd27 Fix UTF conversion tests Victor Zverovich 2014-10-30 13:00:44 -0700
  • daca48cb15 Fix MSVC build Victor Zverovich 2014-10-30 12:20:08 -0700
  • cabe5bddb4 Fix util-test Victor Zverovich 2014-10-30 08:07:28 -0700
  • 5a5870d3ca n -> size Victor Zverovich 2014-10-30 07:10:43 -0700
  • 5c4b6678e4 Compute StringRef size in ctor Victor Zverovich 2014-10-30 07:05:42 -0700
  • 10d83aaa52 Test that StringRef size computation Victor Zverovich 2014-10-30 06:27:44 -0700
  • d5a6316d5c Update breathe Victor Zverovich 2014-10-25 10:27:49 -0700
  • 9501ca0e68 Update theme Victor Zverovich 2014-10-24 07:43:53 -0700
  • 06ae9a6de0 Update breathe Victor Zverovich 2014-10-24 07:09:56 -0700
  • c50e7781fc Remove old bootstrap theme Victor Zverovich 2014-10-24 07:09:46 -0700
  • e3263a341e Update theme Victor Zverovich 2014-10-23 07:25:54 -0700
  • adca25913c Indent descriptions of macros Victor Zverovich 2014-10-23 07:22:37 -0700
  • 99ff512b32 Use sphinx bootstrap theme from subproject Victor Zverovich 2014-10-23 07:17:56 -0700
  • 0019793786 Add bootstrap theme as a module Victor Zverovich 2014-10-21 08:28:27 -0700
  • e640e458c1 Align navbar content with the main content Victor Zverovich 2014-10-20 08:56:27 -0700
  • fb6ed7590b Align footer with the main content Victor Zverovich 2014-10-17 09:39:43 -0700
  • e9bf788bd5 Add side margins if screen is too wide Victor Zverovich 2014-10-17 09:20:21 -0700
  • 4a818ac785 Move CSS override to theme because RTD ignores layout.html Victor Zverovich 2014-10-17 09:15:47 -0700
  • c90c6805a2 Add side margins if screen is too wide Victor Zverovich 2014-10-17 07:53:56 -0700
  • 7d2c3ac0f2 Add styles Victor Zverovich 2014-10-17 07:24:49 -0700
  • 32392597aa Move Usage section to a separate file Victor Zverovich 2014-10-16 07:12:43 -0700
  • 2b17d47372 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2014-10-16 06:51:04 -0700
  • ca94e4d27f Update breathe Victor Zverovich 2014-10-16 06:50:48 -0700
  • c752b6d489 Merge pull request #78 from amorozov/issue/76 Victor Zverovich 2014-10-14 06:46:20 -0700
  • 4d3126c567 sign-compare warnings fixes Alexey Morozov 2014-10-14 03:28:47 +0700
  • 755ecb0311 Fix warnings Victor Zverovich 2014-10-13 08:39:38 -0700
  • d707adce5c Fix warning in clang Victor Zverovich 2014-10-13 06:59:18 -0700
  • 0d732cf5d3 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2014-10-13 06:46:17 -0700
  • 5189274797 Fix warnings Victor Zverovich 2014-10-13 06:46:07 -0700
  • 73ec6504c7 Update README.rst Victor Zverovich 2014-10-12 14:18:17 -0700
  • 88f3f53870 Fix Sphinx config Victor Zverovich 2014-10-10 08:47:36 -0700
  • 709465197a Switch to bootstrap theme Victor Zverovich 2014-10-10 08:40:35 -0700
  • 76a2ea56ce Add bootstrap Sphinx theme Victor Zverovich 2014-10-10 08:39:54 -0700
  • a7520f164a Restore theme Victor Zverovich 2014-10-10 06:18:50 -0700
  • bb1926753d Try using the default theme Victor Zverovich 2014-10-10 06:10:52 -0700
  • f05e856017 Fix example Victor Zverovich 2014-10-09 11:25:39 -0700
  • 4865950649 Update links Victor Zverovich 2014-10-09 09:10:12 -0700
  • 8cab5909e0 Improve PDF output Victor Zverovich 2014-10-09 07:57:26 -0700
  • 80f5cbb9e5 Add missing quote Victor Zverovich 2014-10-09 07:57:03 -0700
  • 833fd47f83 Change the next version number to 0.12.0 Victor Zverovich 2014-10-06 08:49:33 -0700
  • 8b76e97062 Support compilation with exceptions disabled Victor Zverovich 2014-10-06 08:30:55 -0700
  • 55c61d1abd Update project name Victor Zverovich 2014-10-06 08:27:42 -0700
  • b6afd93879 Split long line Victor Zverovich 2014-10-06 08:20:52 -0700
  • 1e63fc7ca0 Comment Victor Zverovich 2014-10-05 09:34:46 -0700
  • 32c5dca733 Update breathe Victor Zverovich 2014-10-03 07:14:56 -0700
  • 43b389f358 Update README.rst Victor Zverovich 2014-10-02 06:44:34 -0700
  • fae3ae67b9 Fix util-test Victor Zverovich 2014-10-01 09:32:31 -0700
  • ae413ebf7a Add a section on custom allocators Victor Zverovich 2014-10-01 08:49:20 -0700
  • 04d38a8b14 Update docs Victor Zverovich 2014-10-01 08:32:01 -0700
  • 03f7f99f4c Fix build on pre-C++11 compilers Victor Zverovich 2014-10-01 08:24:47 -0700
  • 8b9a6e03f6 Test buffer Victor Zverovich 2014-10-01 08:12:10 -0700
  • 74dc571ba0 Support signed char and unsigned char strings Victor Zverovich 2014-09-30 08:15:56 -0700
  • 98a25ec7cb Test Buffer Victor Zverovich 2014-09-30 07:30:27 -0700
  • 313b259891 Use type_traits to test if copyable/assignable Victor Zverovich 2014-09-30 07:30:05 -0700
  • d00f689c40 Fix type_traits check Victor Zverovich 2014-09-29 11:03:18 -0700
  • b79d06a5da Escape quotes Victor Zverovich 2014-09-29 10:44:48 -0700
  • 2846a9eb38 Check if is_copy_assignable is working Victor Zverovich 2014-09-29 10:42:16 -0700
  • 810f42c0c7 Fix util-test on Windows, take 2 Victor Zverovich 2014-09-29 09:59:49 -0700
  • 55a16eaec7 Fix util-test on Windows Victor Zverovich 2014-09-29 09:37:33 -0700
  • a309c4bbed Fix posix-test on Windows Victor Zverovich 2014-09-29 09:28:44 -0700
  • e1c046c984 Fix open check Victor Zverovich 2014-09-29 09:27:32 -0700
  • 8c4db5081b Fix Windows build Victor Zverovich 2014-09-29 09:17:02 -0700
  • dd90129066 Check if type_traits actually work. Victor Zverovich 2014-09-29 09:15:41 -0700
  • d1ded569ff Separate memory management and formatting Victor Zverovich 2014-09-29 08:48:16 -0700
  • 5ca3d00e26 Mind the lifetime Victor Zverovich 2014-09-25 12:15:16 -0700
  • a9da3d3852 Fix ArgList::operator[] Victor Zverovich 2014-09-25 09:31:36 -0700
  • b2bd63d2d9 Test ArgList Victor Zverovich 2014-09-25 09:11:51 -0700
  • 65cb43a484 Store type info in uint64_t instead of ULongLong Victor Zverovich 2014-09-25 07:42:29 -0700
  • c2f02df2f5 Fix warning in clang Victor Zverovich 2014-09-25 07:38:16 -0700
  • f43caef311 Fix linkage Victor Zverovich 2014-09-25 07:21:48 -0700
  • 098a8fdef8 Simplify make_type Victor Zverovich 2014-09-25 07:14:08 -0700
  • 75a2ea03a7 Reduce code bloat Victor Zverovich 2014-09-25 07:10:44 -0700
  • 163178eee1 Make print non-inline Victor Zverovich 2014-09-25 07:08:25 -0700
  • ae8bc36e57 MakeArg -> MakeValue Victor Zverovich 2014-09-24 08:07:50 -0700
  • 93b314d3ab Comments Victor Zverovich 2014-09-24 07:59:23 -0700
  • ec1aea34e6 Refactor type processing Victor Zverovich 2014-09-24 07:48:45 -0700
  • ab6e759291 pointer_value -> pointer Victor Zverovich 2014-09-23 08:21:58 -0700
  • d2973766ea ArgBase -> Value Victor Zverovich 2014-09-23 08:11:03 -0700
  • beb00edf73 Store types in ArgList instead of Arg Victor Zverovich 2014-09-23 07:59:43 -0700
  • 49222dc0c7 Improve allocator test Victor Zverovich 2014-09-23 07:58:23 -0700
  • 13bbb0db7a Update docs Victor Zverovich 2014-09-21 14:12:21 -0700
  • eac25ad1c7 Update readme Victor Zverovich 2014-09-21 08:13:35 -0700
  • 1d4640415d Pass ArgList by value Victor Zverovich 2014-09-21 08:08:52 -0700
  • 14f2577569 Fix linkage Victor Zverovich 2014-09-19 08:45:05 -0700
  • b9a568b1dd Add support for custom memory allocator to BasicWriter Victor Zverovich 2014-09-19 07:51:42 -0700
  • 70205edd6e Fix build with ancient CMake Victor Zverovich 2014-09-18 09:29:51 -0700
  • a734f67978 Check if variadic templates are working Victor Zverovich 2014-09-18 09:18:18 -0700
  • 6a98f42336 Add support for custom allocators Victor Zverovich 2014-09-18 09:07:40 -0700
  • a4998accf6 Fix travis build Victor Zverovich 2014-09-17 08:26:07 -0700
  • c76b22405d Replace GTest with GMock (includes GTest) Victor Zverovich 2014-09-17 08:01:42 -0700
  • 2938a92d64 Add KBEngine to projects that use cppformat Victor Zverovich 2014-09-13 08:44:49 -0700
  • b54d6e7124 Fix posix-test, take 3. Victor Zverovich 2014-09-12 18:22:45 -0700
  • 94daf27c9d Fix posix-test, take 2. Victor Zverovich 2014-09-12 17:41:04 -0700
  • 886ad20a9d Remove unused size argument from Array's ctor. Victor Zverovich 2014-09-12 17:20:36 -0700
  • 434e83a192 Fix posix-test. Victor Zverovich 2014-09-12 17:16:22 -0700
  • ddd95965e1 Fix MaxSize test. Victor Zverovich 2014-09-12 16:52:15 -0700
  • a3062f6647 Disambiguate a call Victor Zverovich 2014-09-12 16:18:04 -0700
  • 352b6ae496 Workaround more Windows crap. Victor Zverovich 2014-09-12 15:18:11 -0700
  • 74169e4b5d Add a portable getpagesize() implementation Victor Zverovich 2014-09-12 13:53:52 -0700
  • 1e9ca17b9d Workaround Windows crap. Victor Zverovich 2014-09-12 13:42:22 -0700
  • 225b757b50 Handy fix for handling of handles. Victor Zverovich 2014-09-12 12:37:32 -0700
  • cb7caa540f Move FMT_STATIC_ASSERT to header and test. Victor Zverovich 2014-09-12 12:05:32 -0700
  • ea9989b254 Add missing include. Victor Zverovich 2014-09-12 11:57:33 -0700
  • 949c3c5df4 Test if File::size can handle maximum file size. Victor Zverovich 2014-09-12 11:12:22 -0700
  • e34e9fa0c7 Add File::size and make File's ctor take StringRef. Victor Zverovich 2014-09-12 10:50:16 -0700
  • f175591923 Return size_t instead of streamsize in File::read and File::write Victor Zverovich 2014-09-12 09:38:37 -0700
  • 6cd9be2c06 Bump version. Victor Zverovich 2014-09-12 08:29:38 -0700
  • 3269fce2dc Fix https://github.com/cppformat/cppformat/issues/61 Victor Zverovich 2014-09-12 08:27:23 -0700
  • d59fbdcd4a Increase the maximum number of formatting arguments on compilers without variadic templates to 15. Victor Zverovich 2014-09-11 21:18:36 -0700
  • 445663fade Fix windows build. Victor Zverovich 2014-09-05 10:56:00 -0700
  • f2c9df8e9f Move safe_strerror to anonymous namespace. Victor Zverovich 2014-09-05 08:44:41 -0700
  • b33d2aa825 Workaround Windows braindamage. Victor Zverovich 2014-09-05 08:06:07 -0700
  • 88e0db8486 Test format_error_code. Victor Zverovich 2014-09-05 08:04:26 -0700
  • d4916d9271 Add missing file. Victor Zverovich 2014-09-05 07:35:00 -0700
  • fe9888a1e2 Move implementation tests to format-impl-test. Victor Zverovich 2014-09-05 07:12:20 -0700
  • 93bcad6d8e Fix Windows build. Victor Zverovich 2014-09-03 08:10:20 -0700
  • 22f75d8b6d Don't throw exceptions from error formatting functions. Gracefully fallback to a less descriptive message instead. Victor Zverovich 2014-09-03 08:03:05 -0700
  • 82d4d11c11 format -> cppformat Victor Zverovich 2014-08-29 09:18:53 -0700
  • 5debb2aa86 Refactor error reporting to reduce duplication. Victor Zverovich 2014-08-29 08:16:10 -0700
  • 605d2600f8 Improve error reporting. Victor Zverovich 2014-08-29 07:45:55 -0700
  • 271fa8c908 Improve handling of format strings in custom arguments. Victor Zverovich 2014-08-29 07:23:54 -0700
  • 3947a7a98c Move check_sign to anonymous namespace. Victor Zverovich 2014-08-29 06:57:53 -0700
  • ab35af53c5 Check result of fread. Victor Zverovich 2014-08-29 06:57:26 -0700
  • e62354a190 Fix build. Victor Zverovich 2014-08-28 14:51:01 -0700
  • eab0b577f8 Report filename in exception. Victor Zverovich 2014-08-28 13:42:07 -0700
  • e44619707e Fix Windows build. Victor Zverovich 2014-08-28 12:46:30 -0700
  • 2dad1690c8 Fix BufferefFile test on Windows. Victor Zverovich 2014-08-28 12:13:03 -0700
  • 564da25932 Add ctor & print method to BufferedFile. Victor Zverovich 2014-08-28 11:53:05 -0700
  • 108cd1d1a0 Fix anchor. Victor Zverovich 2014-08-28 10:18:13 -0700
  • 32344d9b14 Comment Victor Zverovich 2014-08-28 08:11:21 -0700
  • c57d7a506f Factor out argument processing logic common between format and printf to FormatterBase::{next_arg,get_arg}. Victor Zverovich 2014-08-28 08:05:47 -0700
  • 56fc525e98 Get rid of FormatterBase::error_. Victor Zverovich 2014-08-28 07:48:55 -0700
  • 279c7a6e6a Change "number is too big in format" to "number is too big" because the error can occur not only in the format function. Victor Zverovich 2014-08-28 06:50:52 -0700
  • 526b7fc91d Throw exception in parse_nonnegative_int if the number is too big. Victor Zverovich 2014-08-28 06:42:59 -0700
  • 9646e38c3b Don't use error_ in parse_arg_index. Victor Zverovich 2014-08-27 09:13:42 -0700
  • da0f7c0a51 Improve error reporting in parse_arg_index. Victor Zverovich 2014-08-27 09:04:51 -0700
  • 42de4f1f7d Get rid of FormatErrorReporter. Victor Zverovich 2014-08-27 08:24:31 -0700
  • 8cc0d21124 Move the Crash Reporter fix to Google Test where it belongs. Victor Zverovich 2014-08-23 10:25:21 -0700
  • 59a462c67d Make sure that Crash Reporter is not invoked on death tests. Victor Zverovich 2014-08-23 10:04:06 -0700
  • 45397e5046 Add dependency from CMakeLists.txt since it is used to get version. Victor Zverovich 2014-08-21 08:51:45 -0700
  • 034aedb6d4 Bump version. Victor Zverovich 2014-08-21 08:49:58 -0700
  • dd4323f31c Add fprintf and write docs. Victor Zverovich 2014-08-21 08:49:13 -0700
  • f9561671cf Write docs. Victor Zverovich 2014-08-21 07:30:00 -0700
  • da0293c4dd Add missing include. Victor Zverovich 2014-08-21 07:29:23 -0700
  • 03cdf1235a Test printf. Victor Zverovich 2014-08-21 07:14:02 -0700
  • f1ac0a19e9 Test float. Victor Zverovich 2014-08-20 08:21:06 -0700
  • be00d8b272 Convert integer argument like printf does. Victor Zverovich 2014-08-19 08:49:10 -0700
  • 406c6123fb Cleanup Victor Zverovich 2014-08-19 08:47:38 -0700
  • c4a4a05d12 Improve handling of char in printf. Victor Zverovich 2014-08-19 08:14:21 -0700
  • f2be7851cc Fix a warning. Victor Zverovich 2014-08-19 07:29:30 -0700
  • e0f92d675e Fix a warning. Victor Zverovich 2014-08-19 07:14:25 -0700
  • 39ac84f01e Comment. Victor Zverovich 2014-08-18 07:03:22 -0700
  • 186734cf8b Fix warnings. Victor Zverovich 2014-08-18 07:03:12 -0700
  • 61857356ea Fix appveyor config. Victor Zverovich 2014-08-17 08:01:00 -0700
  • 2462c61d05 Enable output for test failures. Victor Zverovich 2014-08-17 07:56:48 -0700
  • adce0245dc Fix a warning. Victor Zverovich 2014-08-17 07:53:55 -0700
  • 366e852f00 Fix a warning. Victor Zverovich 2014-08-15 16:35:41 -0700
  • bb01633d19 Fix a warning. Victor Zverovich 2014-08-15 09:03:59 -0700
  • c978d88183 Test ArgConverter. Victor Zverovich 2014-08-15 08:40:13 -0700
  • fb32161fa4 Move implementation specific stuff from format.h to format.cc. Victor Zverovich 2014-08-15 08:40:03 -0700
  • c7cfa7d4e7 More tests. Victor Zverovich 2014-08-15 06:58:24 -0700
  • d4412a01f0 Simplify isinfinity. Victor Zverovich 2014-08-13 08:01:51 -0700
  • 1a0c76a81a Fix formatting of long double. Victor Zverovich 2014-08-13 07:51:02 -0700
  • 18f1e08685 Test 'll' specifier. Victor Zverovich 2014-08-13 06:59:29 -0700
  • e488a28601 Fix a warning. Victor Zverovich 2014-08-13 06:53:43 -0700
  • ddd087d8d1 Test more length specifiers. Victor Zverovich 2014-08-13 06:42:15 -0700
  • d3a7039e31 Implement 'll' specifier. Victor Zverovich 2014-08-12 08:36:19 -0700
  • 5614295aa1 Test 'l' specifier. Victor Zverovich 2014-08-12 08:15:39 -0700
  • 7c14431211 Enable 'h' speciffier tests. Victor Zverovich 2014-08-12 06:49:27 -0700
  • adbf3f8b86 Rewrite length specifier tests without using printf to workaround broken MSVC implementation. Victor Zverovich 2014-08-11 08:34:17 -0700
  • 137153b9f0 Take integer promotion into account. Victor Zverovich 2014-08-11 06:54:58 -0700
  • 910dec5ed3 Fix 'l' specifier test. Victor Zverovich 2014-08-11 06:33:40 -0700
  • 028d12dacd Disable 'l' specifier tests. Victor Zverovich 2014-08-09 10:12:36 -0700
  • 316ae7e244 Implement more printf length specifiers. Victor Zverovich 2014-08-09 10:04:35 -0700
  • 6a8becb5bf Rearrange tests to simplify inclusion in other projects, part 2. Victor Zverovich 2014-08-09 09:07:15 -0700
  • 56fb75c2ec Rearrange tests to simplify inclusion in other projects. Victor Zverovich 2014-08-09 09:04:38 -0700
  • bdbacde659 Test 'h' specifier. Victor Zverovich 2014-08-09 08:53:14 -0700
  • 3465d056e7 Test hh specifier with unsigned char. Victor Zverovich 2014-08-08 06:59:17 -0700
  • e22d657202 Fix MSVC warnings. Victor Zverovich 2014-08-08 06:51:09 -0700
  • 44e23c39f1 Implement GetThreadCount on Linux. Victor Zverovich 2014-08-07 09:30:46 -0700
  • 431b556951 Add FMT_ prefix to SPECIALIZE_MAKE_UNSIGNED. Victor Zverovich 2014-08-07 07:42:55 -0700
  • 6a37965710 Replace gtest with fused version. Victor Zverovich 2014-08-07 06:47:51 -0700
  • 566061d1f1 Fix formatting of signed ints in test. Victor Zverovich 2014-08-06 08:21:12 -0700
  • 6cd1563eac Add a size argument to Array ctor. Victor Zverovich 2014-08-06 07:17:03 -0700
  • e04b07921f Debug length specifier test. Victor Zverovich 2014-08-06 07:16:49 -0700
  • 8b41b09add Test 'hh' and 'h' printf specifiers. Victor Zverovich 2014-08-06 07:00:04 -0700
  • 86bbd3c238 Test hh length. Victor Zverovich 2014-08-05 08:21:47 -0700
  • b797d39dd1 Test printf length. Victor Zverovich 2014-08-05 07:52:59 -0700
  • fc10d10b6b Disable hh specifier tests for now because broken MSVC's printf causes test failures. Victor Zverovich 2014-08-01 08:50:09 -0700
  • 58dfe5c9f7 Make format_decimal inline. Victor Zverovich 2014-08-01 08:49:16 -0700
  • 3390a9510e Markup Victor Zverovich 2014-08-01 07:36:08 -0700
  • 5ccbc9bb53 Acknowledge Boris Kaul. Victor Zverovich 2014-08-01 07:35:02 -0700
  • a259c941e2 Implement 'l' length specifier. Victor Zverovich 2014-08-01 07:15:27 -0700
  • be9356b651 Specialize MakeUnsigned for all signed integer types. Victor Zverovich 2014-07-31 21:23:49 -0700
  • d81fafc295 Fix tests on MSVC, take 2. Victor Zverovich 2014-07-31 07:43:14 -0700
  • 3f444fe3e2 Fix tests on MSVC. Victor Zverovich 2014-07-31 06:47:24 -0700
  • e2f0408b69 Print format string on failure. Victor Zverovich 2014-07-30 10:59:23 -0700
  • f4156b57f0 Implement 'hh' length specifier in printf. Victor Zverovich 2014-07-30 08:39:07 -0700
  • 39b0930aee Improve handling of 'h' length specifier in printf. Victor Zverovich 2014-07-30 08:08:08 -0700
  • eeca22357b Handle 'h' length specifier in printf. Victor Zverovich 2014-07-30 07:37:16 -0700
  • e4c4e4e944 Improve handling of dynamic precision in printf. Victor Zverovich 2014-07-30 06:51:35 -0700
  • be785a8a43 Fix MSVC build. Victor Zverovich 2014-07-29 09:14:07 -0700
  • d346a4120d FormatDec -> format_decimal Victor Zverovich 2014-07-29 08:45:29 -0700
  • bf5b246717 fmt_isinf -> isinfinity Victor Zverovich 2014-07-29 08:22:52 -0700
  • 138c3dccdc Fix tests. Victor Zverovich 2014-07-29 08:11:49 -0700
  • 8f8fd769ee Fix Fix https://github.com/cppformat/cppformat/issues/50 in tests too. Victor Zverovich 2014-07-29 07:50:05 -0700
  • 24d6baa60f Fix Clang build. Victor Zverovich 2014-07-29 07:49:34 -0700
  • 481c313df5 Fix the build. Victor Zverovich 2014-07-29 07:19:54 -0700
  • d8b9f413fe Fix https://github.com/cppformat/cppformat/issues/50. Victor Zverovich 2014-07-29 06:38:05 -0700
  • ad9c830282 format -> format_str to avoid confusion with function name. Victor Zverovich 2014-07-29 06:26:44 -0700
  • 7a83dcd23e Mind the lifetime. Victor Zverovich 2014-07-28 13:30:09 -0700
  • 7e40ca6a9c Fix a warning. Victor Zverovich 2014-07-28 09:08:21 -0700
  • 4d049cf598 More fixes for https://github.com/cppformat/cppformat/issues/50. Victor Zverovich 2014-07-28 08:41:50 -0700
  • 75b5eb4b9d More fixes for https://github.com/cppformat/cppformat/issues/50. Victor Zverovich 2014-07-27 15:09:05 -0700
  • 5d4803a567 More fixes for https://github.com/cppformat/cppformat/issues/50. Victor Zverovich 2014-07-27 12:53:42 -0700
  • 4c563de76f Use stock version of sphinx build. Victor Zverovich 2014-07-27 10:07:20 -0700
  • 82652f4ee2 Experiment with appveyor. Victor Zverovich 2014-07-27 09:24:22 -0700
  • b9c40c6af5 Experiment with appveyor. Victor Zverovich 2014-07-27 09:03:59 -0700
  • 7b44b0113b Remove sphinx submodule. Victor Zverovich 2014-07-27 08:51:33 -0700
  • 8e0bfb5714 Debug appveyor config. Victor Zverovich 2014-07-27 08:42:03 -0700
  • 2ebfa7b53d Fix appveyor config, take 2. Victor Zverovich 2014-07-27 08:30:37 -0700
  • 721d95adf2 Fix appveyor config. Victor Zverovich 2014-07-27 08:13:39 -0700
  • af90b08b76 Remove sphinx submodule as we can now use the stock version. Victor Zverovich 2014-07-27 08:08:16 -0700
  • d658c835d4 Update breathe. Victor Zverovich 2014-07-26 21:34:50 -0700
  • a8cef1d987 FormatDecimal -> format_decimal (https://github.com/cppformat/cppformat/issues/50) Victor Zverovich 2014-07-26 21:31:40 -0700
  • 1a6cdb53ac Use custom version of breathe. Victor Zverovich 2014-07-26 21:30:36 -0700
  • 33cde15334 Fix version. Victor Zverovich 2014-07-26 21:23:50 -0700
  • 533b9cf24f Add missing import. Victor Zverovich 2014-07-26 21:14:40 -0700
  • 46b6e4b52c Run doxygen on ReadTheDocs. Victor Zverovich 2014-07-26 21:12:48 -0700
  • d91a66e1c5 Read version from CMakeLists.txt instead of using configure for compatibility with ReadTheDocs. Victor Zverovich 2014-07-26 21:05:42 -0700
  • 2a1c0c9969 Obey line length limit. Victor Zverovich 2014-07-26 09:45:03 -0700
  • f634ccb344 ReportUnknownType -> report_unknown_type (https://github.com/cppformat/cppformat/issues/50) Victor Zverovich 2014-07-26 08:42:19 -0700
  • b498ba0bc5 FormatFloat -> format_float (https://github.com/cppformat/cppformat/issues/50) Victor Zverovich 2014-07-26 08:03:03 -0700
  • 37356c3f5e Comment. Victor Zverovich 2014-07-26 07:26:04 -0700
  • aa6aa4207e Edit readme. Victor Zverovich 2014-07-26 07:25:31 -0700
  • 2a747b19e0 CheckPtr -> make_ptr (https://github.com/cppformat/cppformat/issues/50) Victor Zverovich 2014-07-25 08:41:22 -0700
  • d142e3b55f Simplify handling of flags. Victor Zverovich 2014-07-25 08:29:06 -0700
  • d699c2a0d9 Don't duplicate integer format specifiers when formatting char as integer. Victor Zverovich 2014-07-25 08:24:27 -0700
  • a997de90eb Fix https://github.com/cppformat/cppformat/issues/57. Victor Zverovich 2014-07-25 07:10:33 -0700
  • 89468c2a23 Update breathe. Victor Zverovich 2014-07-24 14:48:20 -0700
  • ee24839cbd Fix tests. Victor Zverovich 2014-07-24 09:07:43 -0700
  • ca0dcce2a6 CountDigits -> count_digits Victor Zverovich 2014-07-24 08:59:52 -0700
  • c1db293518 Don't use Writer's buffer directly in formatters. Unfriend BasicFormatter. Victor Zverovich 2014-07-24 08:53:27 -0700
  • a7d94f0c61 Fix https://github.com/cppformat/cppformat/issues/55. Victor Zverovich 2014-07-22 12:37:10 -0700
  • 177715d8f9 Update breathe. Victor Zverovich 2014-07-21 12:27:52 -0700
  • f1dfd59a41 HandleArgIndex -> handle_arg_index. Use error_ instead of a local. Victor Zverovich 2014-07-16 08:49:23 -0700
  • f86c812e1a Remove unused SimpleErrorReporter. Victor Zverovich 2014-07-16 08:48:27 -0700
  • 4edc88f609 Add FormatterBase. Victor Zverovich 2014-07-16 08:38:15 -0700
  • 9144a8fbbe PrintfParser -> PrintfFormatter. Victor Zverovich 2014-07-16 07:59:45 -0700
  • e2a66c58e5 Simplify and test ArgVisitor. Victor Zverovich 2014-07-16 07:55:31 -0700
  • 9d74f9542b IsNegative -> is_negative. Simplify WidthHandler and ArgFormatter. Victor Zverovich 2014-07-16 07:27:54 -0700
  • 512e2ced93 Rewrite argument formatting using ArgVisitor. Victor Zverovich 2014-07-14 08:47:03 -0700
  • e3a2ac8725 Move StringValue to Arg & simplify StringTraits. Victor Zverovich 2014-07-14 08:04:17 -0700
  • 8a66bb89b2 Complete ArgVisitor test. Victor Zverovich 2014-07-14 07:27:07 -0700
  • a7a18fac89 Fix util-test. Victor Zverovich 2014-07-14 07:17:58 -0700
  • 591ad0a64a Add ArgVisitor. Victor Zverovich 2014-07-14 06:55:29 -0700
  • 979561cc00 Clean appveyor config. Victor Zverovich 2014-07-10 11:23:06 -0700
  • 4ecfdd50b6 Suppress error dialogs on assertion failures in MinGW. Victor Zverovich 2014-07-10 11:05:26 -0700
  • c3a6e01f52 Try a fix for $env:Configuration not expanding. Victor Zverovich 2014-07-10 10:43:21 -0700
  • 308ee8a7eb Clean appveyor config. Victor Zverovich 2014-07-10 09:34:26 -0700
  • eb04e9abd3 Report build type. Victor Zverovich 2014-07-10 09:14:24 -0700
  • c0d55e6308 Remove WriteArrayOfUnknownSize because it shouldn't compile according to standard. Victor Zverovich 2014-07-10 08:42:33 -0700
  • 47f2e7aa02 Clean appveyor config. Victor Zverovich 2014-07-10 08:41:33 -0700
  • 6eaee58679 Fix appveyor config. Victor Zverovich 2014-07-10 08:26:20 -0700
  • b119b9ad71 Debug appveyor config. Victor Zverovich 2014-07-10 08:18:24 -0700
  • 59ed28274c Remove Git bin directory from the path because it breaks mingw config. Victor Zverovich 2014-07-10 07:58:42 -0700
  • f29a3fadbf Fix appveyor config, take 2. Victor Zverovich 2014-07-10 07:38:55 -0700
  • 8cfe4e2266 Fix appveyor config. Victor Zverovich 2014-07-10 07:31:54 -0700
  • 0a26914e42 Debug appveyor config. Victor Zverovich 2014-07-10 07:27:14 -0700
  • 472e6107bb Fix appveyor config. Victor Zverovich 2014-07-10 07:02:59 -0700
  • 307c207351 Split long line. Victor Zverovich 2014-07-10 07:00:26 -0700
  • dfadea8345 Fix 7z invocation. Victor Zverovich 2014-07-10 06:50:14 -0700
  • b1c89e37bf Add support for MinGW build. Victor Zverovich 2014-07-10 06:39:10 -0700
  • dac1aa0d23 Don't install MinGW for MSVC build. Victor Zverovich 2014-07-10 06:33:20 -0700
  • f7e0fb8a58 Try build matrix in appveyor. Victor Zverovich 2014-07-09 19:44:32 -0700
  • f739978fbb Clean appveyor config. Victor Zverovich 2014-07-09 17:32:32 -0700
  • cac3656b78 Suppress output from 7z. Victor Zverovich 2014-07-09 17:24:23 -0700
  • 18b4abff0b Specify user agent when downloading from SF. Victor Zverovich 2014-07-09 17:13:27 -0700
  • 2fb88aaa08 Debug appveyor config. Victor Zverovich 2014-07-09 17:06:05 -0700
  • bd8f8b5525 Try fixing download. Victor Zverovich 2014-07-09 15:16:24 -0700
  • 5e42eaca0d Install mingw in appveyor. Victor Zverovich 2014-07-09 13:16:39 -0700
  • e839608dcf Try installing mingw in appveyor. Victor Zverovich 2014-07-09 12:07:24 -0700
  • 83c2b37673 Check if 7zip installed in appveyor. Victor Zverovich 2014-07-09 11:16:28 -0700
  • 16985f4764 Fix one more test failure on MinGW. Victor Zverovich 2014-07-09 10:13:44 -0700
  • d3a7a4c209 Fix StrError test. Victor Zverovich 2014-07-09 10:11:10 -0700
  • 53a475ac94 Do fix a test. Victor Zverovich 2014-07-09 10:01:36 -0700
  • 897397760c Fix a test. Victor Zverovich 2014-07-09 09:55:13 -0700
  • 9c47f3e057 Fix MinGW issues, take 2. Victor Zverovich 2014-07-09 09:45:18 -0700
  • 0ffcec0090 Fix MinGW issues. Victor Zverovich 2014-07-09 09:35:36 -0700
  • 8321d0ecf9 Fix warnings on MinGW. Victor Zverovich 2014-07-09 08:39:01 -0700
  • e3a44c11f6 Add an overload of print that accepts std::ostream. Victor Zverovich 2014-07-09 06:56:36 -0700
  • ed421848b3 Test passing an array of unknown size as an argument. Victor Zverovich 2014-07-09 06:45:20 -0700
  • 1d7bd5d073 Add c_str functions. Victor Zverovich 2014-07-08 16:44:24 -0700
  • b9a06bafd8 internal::FormatParser -> BasicFormatter. Victor Zverovich 2014-07-08 16:38:50 -0700
  • e825156add Move FormatParser to the internal namespace. Victor Zverovich 2014-07-08 16:20:33 -0700
  • f711266244 Test MakeArg. Clean the API. Victor Zverovich 2014-07-04 07:18:44 -0700
  • 144e1fbb7c Disallow formatting of wide strings when using a narrow string formatter. Victor Zverovich 2014-07-04 06:56:19 -0700
  • 270ed1cb92 Add printf example. Victor Zverovich 2014-07-03 09:40:34 -0700
  • 4e260e8599 Test MakeArg and fix formatting. Victor Zverovich 2014-07-03 08:50:57 -0700
  • 43a873f7ff Typo Victor Zverovich 2014-07-02 09:12:25 -0700
  • 9fbdc32adc Test MakeArg and handle bool, signed char and unsigned char. Victor Zverovich 2014-07-02 08:38:31 -0700
  • 6e5551e77a ArgInfo -> Arg Victor Zverovich 2014-07-02 06:33:25 -0700
  • c494c980b6 Clean. Victor Zverovich 2014-07-01 21:01:15 -0700
  • b827a97fd6 Correct example. Victor Zverovich 2014-07-01 16:59:25 -0700
  • 5d15bdd5a5 Clean. Victor Zverovich 2014-07-01 16:23:50 -0700
  • 530479bd07 Don't exclude PrepareBufferForInt to demonstrate an issue with docs. Victor Zverovich 2014-07-01 13:12:44 -0700
  • b8174bec30 Use Kill-o-Zap Victor Zverovich 2014-07-01 09:17:37 -0700
  • 39166f9aa9 Remove more deprecated code. Victor Zverovich 2014-07-01 09:15:20 -0700
  • 2dc108b31f Remove deprecated code 🎆 🎆 🎆 Victor Zverovich 2014-07-01 09:10:43 -0700
  • ccf1dbb139 Bump version. Victor Zverovich 2014-07-01 07:19:42 -0700
  • cff1c79469 Fix another warning. Victor Zverovich 2014-07-01 06:27:15 -0700
  • 537c6c4e18 Fix a warning. Victor Zverovich 2014-07-01 06:21:51 -0700
  • 8e451911c9 Fix a warning. Victor Zverovich 2014-06-30 19:11:20 -0700
  • 442c122c44 Fix warnings. Victor Zverovich 2014-06-30 18:38:45 -0700
  • 536fedfe0f Fix build. Victor Zverovich 2014-06-30 18:26:46 -0700
  • 35866bb2c2 Fix warnings. Victor Zverovich 2014-06-30 18:12:57 -0700
  • cea08c7abc Suppress more warnings. Victor Zverovich 2014-06-30 17:46:14 -0700
  • eb034a0589 Suppress warnings. Victor Zverovich 2014-06-30 17:40:53 -0700
  • f4208771a8 Replace ThrowWinError with WindowsError class. Victor Zverovich 2014-06-30 17:32:08 -0700
  • c6eb12d1d4 Fix one more Windows issue. Victor Zverovich 2014-06-30 17:17:48 -0700
  • 182d8178fe Fix one more Windows issue. Victor Zverovich 2014-06-30 17:01:31 -0700
  • 3c72e0c18b Fix Windows build, take 2. Victor Zverovich 2014-06-30 16:56:22 -0700
  • a318244a1c Fix Windows build. Victor Zverovich 2014-06-30 16:48:05 -0700
  • a2205739b1 Fix build. Victor Zverovich 2014-06-30 16:31:43 -0700
  • b939860d6e write -> write_str Victor Zverovich 2014-06-30 15:44:08 -0700
  • 14e7ed76df Update excludes. Victor Zverovich 2014-06-30 15:43:46 -0700
  • 53201033f2 Refactor error reporting API. Victor Zverovich 2014-06-30 14:26:29 -0700
  • d29e505568 Move PrintfParser from BasicWriter to the internal namespace. Victor Zverovich 2014-06-30 07:12:09 -0700
  • e63a0ff125 Deprecate c_str() and str(). Victor Zverovich 2014-06-30 06:43:53 -0700
  • 90e6faffa0 Document ArgList. Victor Zverovich 2014-06-30 06:27:26 -0700
  • ba70b30d7e Move BasicArg & make_arg from BasicWriter to the internal namespace. Victor Zverovich 2014-06-30 06:19:20 -0700
  • 21111cc954 MakeArg -> make_arg. Move printf out of Writer. Victor Zverovich 2014-06-29 19:52:26 -0700
  • f6d481f120 Improve example. Victor Zverovich 2014-06-29 14:22:53 -0700
  • afc760263e Update example. Victor Zverovich 2014-06-29 12:04:28 -0700
  • e882db900d Fix rendering. Victor Zverovich 2014-06-29 12:01:23 -0700
  • c673c84905 Fix rendering. Victor Zverovich 2014-06-29 12:00:14 -0700
  • 5fe01fd096 Correct example. Victor Zverovich 2014-06-29 11:59:38 -0700
  • ba65bc1ec6 Update readme. Victor Zverovich 2014-06-29 11:58:21 -0700
  • 7955dc479c Update readme. Victor Zverovich 2014-06-29 11:57:36 -0700
  • 9d5905707a Update docs. Victor Zverovich 2014-06-29 11:51:27 -0700
  • a1264926a0 Writer::format -> Writer::write. Make fmt::format return string. Victor Zverovich 2014-06-29 11:51:10 -0700
  • d5b8196749 Update the API. Victor Zverovich 2014-06-28 21:56:40 -0700
  • 856e129cc6 Don't use deprecated API. Victor Zverovich 2014-06-28 20:03:46 -0700
  • c649007ed8 Don't use deprecated API. Victor Zverovich 2014-06-28 19:59:44 -0700
  • 0914c91284 Don't use deprecated API. Victor Zverovich 2014-06-28 19:53:15 -0700
  • 421cb0ad18 Update test. Victor Zverovich 2014-06-28 19:47:41 -0700
  • 2e03963e9e Add fmt::print. Undocument and deprecate old API. Victor Zverovich 2014-06-28 19:44:39 -0700
  • 8dbfd723b6 Add another project using cppformat. Victor Zverovich 2014-06-28 19:17:13 -0700
  • ddbd50de4a Fix build. Victor Zverovich 2014-06-28 17:44:52 -0700
  • 4d5b1e8a13 Update the API and tests. Victor Zverovich 2014-06-28 17:35:57 -0700
  • 876a5d1f43 Update more tests. Victor Zverovich 2014-06-28 16:05:02 -0700
  • e06e9f885c Deprecate Format and update tests. Victor Zverovich 2014-06-28 15:58:02 -0700
  • 09f40191f4 Fix build, take 2. Victor Zverovich 2014-06-28 14:57:06 -0700
  • c164cb6ecd Fix build. Victor Zverovich 2014-06-28 14:53:16 -0700
  • 75e078748a Format -> format Victor Zverovich 2014-06-28 14:50:16 -0700
  • 5edda531f6 Add fmt::format and deprecate fmt::Format. Victor Zverovich 2014-06-28 14:48:42 -0700
  • 428d114766 Complete FMT_VARIADIC. Victor Zverovich 2014-06-28 13:31:44 -0700
  • 9c8db26457 Fix build, take 2. Victor Zverovich 2014-06-28 13:06:49 -0700
  • 3b3f76b809 Fix build. Victor Zverovich 2014-06-28 13:03:39 -0700
  • 4f4e6c965f Fix MSVC build. FormatError -> FormatMessage to avoid ambiguity. Victor Zverovich 2014-06-28 12:49:51 -0700
  • 5aa36285b1 Try another MSVC workaround. Victor Zverovich 2014-06-28 12:14:43 -0700
  • a0e2f52247 MSVC workaround. Victor Zverovich 2014-06-28 12:05:32 -0700
  • ce09e7e348 Simplify FMT_FOR_EACH. Victor Zverovich 2014-06-28 11:43:07 -0700
  • e4c2475318 MSVC workaround. Victor Zverovich 2014-06-28 11:36:49 -0700
  • 3b18ecb24a FMT_FOR_EACH_NARG -> FMT_NARG. Victor Zverovich 2014-06-28 11:30:15 -0700
  • be7473b401 Test FMT_VARIADIC. Victor Zverovich 2014-06-28 11:20:04 -0700
  • 2f6dddd6fd Simplify FMT_VARIADIC. Victor Zverovich 2014-06-28 11:07:43 -0700
  • 360bfbdd50 Use 0-based indices. Test FMT_FOR_EACH*. Victor Zverovich 2014-06-28 10:32:37 -0700
  • bf25ef6455 FMT_TEMPLATE -> FMT_WRAP Victor Zverovich 2014-06-28 09:15:51 -0700
  • 08e2dffa86 Add macro test. Victor Zverovich 2014-06-25 07:50:33 -0700
  • ef34eb6ec2 Emulate variadic functions on older compilers. Victor Zverovich 2014-06-25 07:50:16 -0700
  • 2f752abe97 Add FMT_VARIADIC_VOID to emulate variadic functions on old compilers. Victor Zverovich 2014-06-24 19:27:26 -0700
  • 8198df84f0 Suppress warnings about variadic macros. Victor Zverovich 2014-06-24 13:01:44 -0700
  • 55f6640cae Fix test. Victor Zverovich 2014-06-24 11:13:18 -0700
  • a062f94ab0 Workaround a bug in VC++ variadic macro implementation. Victor Zverovich 2014-06-24 11:09:07 -0700
  • 302b8f4406 Fix MSVC build, take 2. Victor Zverovich 2014-06-24 10:46:01 -0700
  • 73fda2a8b1 Fix error on MSVC. Victor Zverovich 2014-06-24 10:30:37 -0700
  • 0195f543d9 Initial support for variadic functions without C++11. Victor Zverovich 2014-06-24 10:14:50 -0700
  • ea99bfb902 Move ArgInfo to internal namespace and add ArgList. Victor Zverovich 2014-06-24 07:54:26 -0700
  • 8d4535e76c Avoid unnecessary include. Victor Zverovich 2014-06-23 09:49:59 -0700
  • 3e53ac2451 Fix warnings. Victor Zverovich 2014-06-23 08:48:42 -0700
  • d0587445cb Test negative precision. Victor Zverovich 2014-06-23 08:39:32 -0700
  • 4099a1269b Add support for negative width. Victor Zverovich 2014-06-23 08:10:50 -0700
  • 91e6bc8b97 Document 'a' and 'A' format specifiers. Victor Zverovich 2014-06-23 07:28:29 -0700
  • 8a8be2267d More tests. Victor Zverovich 2014-06-23 07:17:58 -0700
  • 1a75ed01cd Implement dynamic precision in printf. Victor Zverovich 2014-06-23 07:16:46 -0700
  • 0552f5b809 Test precision. Victor Zverovich 2014-06-23 07:07:10 -0700
  • c538dd5033 Don't specify image dimensions as they have no effect. Victor Zverovich 2014-06-22 11:58:19 -0700
  • 9c995a6b58 Don't use undefined _MSC_VER. Victor Zverovich 2014-06-21 09:47:37 -0700
  • 5be9a8de3f Reduce the number of integer types that need to be handled. Victor Zverovich 2014-06-21 09:40:04 -0700
  • 5e6f57ada1 Link to the latest release. Victor Zverovich 2014-06-21 09:11:19 -0700
  • 680d88de68 Add Usage section. Victor Zverovich 2014-06-21 08:50:48 -0700
  • b1bbc90919 Use precision from FormatSpec. Victor Zverovich 2014-06-21 08:32:00 -0700
  • f8c058e99c Predefine _WIN32 for Windows-only parts of API. Victor Zverovich 2014-06-21 08:18:24 -0700
  • 6238f2daa1 Make precision and alignment work together. Victor Zverovich 2014-06-21 08:18:05 -0700
  • f430516d3f Use stock version of breathe as it provides control over member visibility now. Victor Zverovich 2014-06-21 07:20:58 -0700
  • ca31c2b322 Fix handling of octal prefix. Victor Zverovich 2014-06-20 08:04:44 -0700
  • 512ab9336b PrepareFilledBuffer -> PrepareBufferForInt Victor Zverovich 2014-06-20 08:01:58 -0700
  • c556926597 Implement precision + fill. Victor Zverovich 2014-06-20 07:59:23 -0700
  • 879838a539 Implement integer precision. Victor Zverovich 2014-06-20 07:34:02 -0700
  • cb743c0249 Parse printf format specs. Victor Zverovich 2014-06-19 07:40:35 -0700
  • 7d5da66db9 Clean Victor Zverovich 2014-06-17 06:54:08 -0700
  • 1275923a68 Implement dynamic width in printf. Victor Zverovich 2014-06-17 06:53:48 -0700
  • 8666ea82f7 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2014-06-16 07:49:37 -0700
  • 1f19b986a0 Implement printf specifications. Victor Zverovich 2014-06-16 07:49:30 -0700
  • da9457da61 Add a test case for https://github.com/cppformat/cppformat/pull/47 Victor Zverovich 2014-06-16 07:48:57 -0700
  • 7d8f3c261a Merge pull request #47 from Jopie64/master vitaut 2014-06-16 07:48:05 -0700
  • f4d47d7140 Fix grow size during Array<>::append Johan 't Hart 2014-06-16 11:38:16 +0200
  • 1aeac1b25a Unindent Victor Zverovich 2014-06-11 05:52:02 -0700
  • dc440dd19d Merge pull request #46 from amorozov/bug/45 vitaut 2014-06-11 05:49:26 -0700
  • 08d4e5040f GCC may have support for __has_feature but doesn't support __has_builtin Alexey Morozov 2014-06-11 15:30:57 +0700
  • f0bcc0b1c0 Merge pull request #44 from procedural/master vitaut 2014-06-10 16:13:34 -0700
  • 6aace693db Changes for MinGW compiler Constantine Tarasenkov 2014-06-11 02:38:57 +0400
  • e2cbee77b8 Fix coding style issues. Victor Zverovich 2014-06-10 09:17:24 -0700
  • 11f76fea94 Fix test, take 2. Victor Zverovich 2014-06-10 08:57:28 -0700
  • e1d4690566 Fix test. Victor Zverovich 2014-06-10 08:15:38 -0700
  • 07095e85b2 Fix formatting and comment why fcntl.h is included. Victor Zverovich 2014-06-10 07:36:50 -0700
  • a2828412b6 Fix tests. Victor Zverovich 2014-06-10 07:36:23 -0700
  • 03776dd988 Add support for hexadecimal floating point format specifiers a and A. Victor Zverovich 2014-06-10 07:03:49 -0700
  • 546b62e74f More tests. Victor Zverovich 2014-06-10 06:21:41 -0700
  • ed19147441 Fix build, take 2. Victor Zverovich 2014-06-09 10:16:13 -0700
  • e7b6896c43 Fix tests. Victor Zverovich 2014-06-09 09:57:34 -0700
  • 5222f59cc0 Fix build. Victor Zverovich 2014-06-09 09:35:12 -0700
  • eaa89e23d7 Put File, BufferedFile & ErrorCode in the fmt namespace. Victor Zverovich 2014-06-09 09:07:27 -0700
  • b692ab58b2 Move POSIX wrappers to separate files. Victor Zverovich 2014-06-09 08:33:48 -0700
  • b4dc0301f6 Disable test. Victor Zverovich 2014-06-09 08:17:14 -0700
  • f51fc08670 More tests. Victor Zverovich 2014-06-09 07:40:51 -0700
  • 1b80148420 Implement '#' flag. Victor Zverovich 2014-06-07 08:57:55 -0700
  • bf790d2819 Ignore '0' flag for non-numeric types as printf does. Victor Zverovich 2014-06-07 07:31:25 -0700
  • 80c99760fb Fix warnings. Victor Zverovich 2014-06-07 07:11:34 -0700
  • 1ed23b9127 Warng about compilers mishandling negative NaN. Victor Zverovich 2014-06-06 18:54:45 -0700
  • acf94abffd Fix build. Victor Zverovich 2014-06-06 11:14:53 -0700
  • 5b054ae7b8 Test signbit. Victor Zverovich 2014-06-06 11:04:27 -0700
  • 34b5030239 Display test log on failure. Victor Zverovich 2014-06-06 09:18:57 -0700
  • 39f812f040 Install CMake on OS X. Victor Zverovich 2014-06-06 09:07:08 -0700
  • 533c8214d4 Avoid unnecessary check. Victor Zverovich 2014-06-06 08:54:37 -0700
  • 8ed2243a3c Workaround windows brain damage. Victor Zverovich 2014-06-06 08:18:53 -0700
  • 9a33891e97 Add missing include. Victor Zverovich 2014-06-06 08:07:05 -0700
  • ed8ff58019 Enable osx in travis-ci config. Victor Zverovich 2014-06-06 08:05:13 -0700
  • 438eba1402 Fix parsing of flags. Victor Zverovich 2014-06-06 08:01:48 -0700
  • f16aff8033 Simplify tests. Victor Zverovich 2014-06-06 08:01:25 -0700
  • b88d261282 Fix an issue with allocation of a zero-size array. Victor Zverovich 2014-06-06 08:01:10 -0700
  • d9f5089a18 Remove unnecessary qualification. Victor Zverovich 2014-06-06 08:00:20 -0700
  • 18316cb25f Fix windows build. Victor Zverovich 2014-06-06 07:29:57 -0700
  • 9aba05b76a Parse '0' flag. Victor Zverovich 2014-06-06 07:07:57 -0700
  • bf8b29fbe7 Add initial support for printf format specifications. Victor Zverovich 2014-06-06 06:38:37 -0700
  • 7042d14341 Disable extra tests unless FMT_EXTRA_TESTS is set. Victor Zverovich 2014-06-06 06:35:28 -0700
  • 60cd838f1c Update benchmark results. Victor Zverovich 2014-05-23 08:58:28 -0700
  • 23eb9b4f4c Move speed-test to benchmarks. Victor Zverovich 2014-05-23 07:24:23 -0700
  • 19343ce274 Update readme. Victor Zverovich 2014-05-23 07:09:41 -0700
  • 0a3806602a Fix script name. Victor Zverovich 2014-05-23 07:00:11 -0700
  • 6be9a89eb6 Update readme. Victor Zverovich 2014-05-23 06:59:03 -0700
  • 8d372eb30d Remove format-benchmark submodule. Victor Zverovich 2014-05-22 10:26:37 -0700
  • 27c7216e01 Add an option to build cppformat as a shared library. Victor Zverovich 2014-05-22 08:45:30 -0700
  • 7aa9eaea48 Update benchmarks. Victor Zverovich 2014-05-22 08:17:30 -0700
  • e3f11bab42 Add units. Victor Zverovich 2014-05-22 06:10:42 -0700
  • f561a7b0e8 Update benchmark results. Victor Zverovich 2014-05-22 06:08:50 -0700
  • 3e4eded5b2 Update benchmarks. Victor Zverovich 2014-05-21 08:38:14 -0700
  • 4fa1647c3a Fix module url. Victor Zverovich 2014-05-20 09:22:28 -0700
  • 242ad5a120 Update readme. Victor Zverovich 2014-05-20 09:16:41 -0700
  • 0e32544855 Update benchmark. Victor Zverovich 2014-05-20 07:10:46 -0700
  • e2670001bc Add updated format-benchmark repo. Victor Zverovich 2014-05-20 07:00:26 -0700
  • 10e0c15534 Remove format-benchmark. Victor Zverovich 2014-05-20 06:56:00 -0700
  • b65c19012a Test write count conversion. Victor Zverovich 2014-05-19 08:37:28 -0700
  • 49fac7666c Test read count conversion. Victor Zverovich 2014-05-19 08:25:08 -0700
  • ba176c3cb3 Fix handling of -std=c++11 flag. Victor Zverovich 2014-05-19 08:02:44 -0700
  • 3159170383 Fix warnings. Victor Zverovich 2014-05-19 07:53:16 -0700
  • 3c1bc74b04 Multiple build types in travis. Victor Zverovich 2014-05-19 07:53:02 -0700
  • cfa34cff2d Enable parallel build in appveyor. Victor Zverovich 2014-05-19 07:38:24 -0700
  • c123fc612f Enable parallel build in travis. Victor Zverovich 2014-05-19 07:35:18 -0700
  • f578bc3a4a More tests. Fix warnings. Victor Zverovich 2014-05-19 07:31:05 -0700
  • 952fd7a756 Comment. Victor Zverovich 2014-05-19 07:30:32 -0700
  • 5bd9efebda Fix Windows build, take 2. Victor Zverovich 2014-05-18 12:38:01 -0700
  • df991a0f46 Fix Windows build. Victor Zverovich 2014-05-18 11:09:37 -0700
  • f21fa23186 More posix tests. Victor Zverovich 2014-05-18 10:05:29 -0700
  • e654f56210 Test fdopen. Victor Zverovich 2014-05-18 10:04:49 -0700
  • 13a5b2511b Document Print. Victor Zverovich 2014-05-18 10:04:36 -0700
  • e79bcfe5ab Enable parallel build in appveyor. Victor Zverovich 2014-05-18 10:03:48 -0700
  • 1dd0e3046b Fix tests. Victor Zverovich 2014-05-18 10:03:28 -0700
  • bd205aea28 Fix test. Victor Zverovich 2014-05-16 09:16:29 -0700
  • ed2caaf265 No need for retry on Windows. Victor Zverovich 2014-05-16 09:09:54 -0700
  • 5bc2b533ff Experiment with tests. Victor Zverovich 2014-05-16 08:59:54 -0700
  • e22665e528 Try different configurations. Victor Zverovich 2014-05-16 08:55:12 -0700
  • 22240589fc Experiment with tests and multiple platforms. Victor Zverovich 2014-05-16 08:47:59 -0700
  • 17cc8b0f23 Add test log to appveyor artifacts. Victor Zverovich 2014-05-16 08:37:46 -0700
  • f1eab158c5 Test retry on EINTR in read, write, dup & dup2. Victor Zverovich 2014-05-16 07:07:43 -0700
  • 232e5c3a3b Test retry on EINTR in close. Victor Zverovich 2014-05-16 06:25:20 -0700
  • 41895fdf42 Fix url. Victor Zverovich 2014-05-15 11:02:24 -0700
  • fb17316d77 Use stdio.h instead of cstdio for fdopen. Wrap all used POSIX functions for testing. Victor Zverovich 2014-05-15 08:58:10 -0700
  • d758dbb33a Add tests. Victor Zverovich 2014-05-15 07:45:44 -0700
  • e1ba41f0ce Update readme. Victor Zverovich 2014-05-14 19:17:20 -0700
  • 34648f4019 Test EXPECT_SYSTEM_ERROR. Victor Zverovich 2014-05-14 09:01:16 -0700
  • 5415b2a43b Fix example. Victor Zverovich 2014-05-14 08:20:20 -0700
  • c3b3c0fafe Fix warning. Victor Zverovich 2014-05-14 07:45:21 -0700
  • d2e7554f74 Write docs. Victor Zverovich 2014-05-14 07:29:47 -0700
  • 3303708e94 Document ThrowSystemError and ThrowWinError. Victor Zverovich 2014-05-14 07:05:09 -0700
  • a59dc93764 Fix ReportSystemError and ReportWinError tests. Victor Zverovich 2014-05-14 06:58:13 -0700
  • bb93cf12a7 Add a test. Victor Zverovich 2014-05-14 06:45:39 -0700
  • cb389f9a09 Ignore generated files. Victor Zverovich 2014-05-13 09:28:53 -0700
  • 191c2011f2 Don't include sphinx in the package. Victor Zverovich 2014-05-13 09:00:21 -0700
  • 83920084f7 Update docs. Victor Zverovich 2014-05-13 08:55:13 -0700
  • 891da2f474 Fix docs. Victor Zverovich 2014-05-13 07:39:18 -0700
  • 089e54a09b Fix docs. Victor Zverovich 2014-05-13 07:35:46 -0700
  • 660938fe4d Add sphinx and breathe at top level. Victor Zverovich 2014-05-13 07:32:28 -0700
  • b0728fed27 Remove sphinx submodule. Victor Zverovich 2014-05-13 07:30:04 -0700
  • 4b31c28aea Fix an issue with permissions. Victor Zverovich 2014-05-13 06:56:17 -0700
  • 39561f8a08 Add tests. Victor Zverovich 2014-05-13 06:51:17 -0700
  • 734bb02904 More docs. Victor Zverovich 2014-05-13 06:43:43 -0700
  • 1eb30e4288 Remove breathe. Victor Zverovich 2014-05-13 06:43:17 -0700
  • b9fbdadf75 Update names in the docs. Victor Zverovich 2014-05-13 06:15:43 -0700
  • 6cb7f4638d Generate docs for variadic templates. Victor Zverovich 2014-05-13 06:15:33 -0700
  • 76d9a103e1 Update dependencies. Victor Zverovich 2014-05-13 06:15:18 -0700
  • 0c13c4483b Add custom version of sphinx and move breathe to doc. Victor Zverovich 2014-05-13 06:13:21 -0700
  • 44afc0aed6 Update breathe. Victor Zverovich 2014-05-12 06:31:07 -0700
  • 9c75b9eaa1 Fix warning. Victor Zverovich 2014-05-06 12:17:31 -0700
  • e283930566 Fix warnings. Victor Zverovich 2014-05-06 12:13:16 -0700
  • 72ad3781a4 Don't use .travis.yml in tests. Victor Zverovich 2014-05-06 12:03:12 -0700
  • 45c50a9f1a Fix warning. Victor Zverovich 2014-05-06 11:34:00 -0700
  • 44b57bdf8b Fix warnings. Victor Zverovich 2014-05-06 11:29:07 -0700
  • aab84f67a4 Fix warnings. Victor Zverovich 2014-05-06 11:24:20 -0700
  • 6bd3880cf1 Fix test. Victor Zverovich 2014-05-06 10:38:23 -0700
  • 6a5f27bed2 Add test. Victor Zverovich 2014-05-06 09:17:53 -0700
  • eb09e58697 Fix warnings. Victor Zverovich 2014-05-06 08:13:28 -0700
  • 5cf3b6dc7d Add a Print overload that writes to a file. Victor Zverovich 2014-05-06 08:05:51 -0700
  • 2e50361a29 dup -> copy Victor Zverovich 2014-05-06 08:05:14 -0700
  • b322a1f58b Fix MSVC build. Victor Zverovich 2014-05-06 07:29:50 -0700
  • e1c86f0b5d Fix warnings. Victor Zverovich 2014-05-06 06:58:32 -0700
  • fb4ccac951 Add BufferedFile::fileno. Victor Zverovich 2014-05-06 06:45:53 -0700
  • d286efd3d2 Implement GetThreadCount on Linux. Victor Zverovich 2014-05-06 06:45:06 -0700
  • 494f53421e Fix warnings. Victor Zverovich 2014-05-06 06:11:39 -0700
  • 83e1658109 Test compilation without -std=c++11. Victor Zverovich 2014-05-05 17:39:01 -0700
  • e44a2be8b9 Make BufferedFile::close public. Victor Zverovich 2014-05-05 17:38:39 -0700
  • cada26d226 Suppress asserts locally. Victor Zverovich 2014-05-05 17:07:21 -0700
  • 2ecce39ca9 More tests. Victor Zverovich 2014-05-05 12:52:16 -0700
  • 0aacd0cf6d Replace EXPECT_STDOUT and EXPECT_STDERR with a single macro EXPECT_WRITE. Victor Zverovich 2014-05-05 08:35:59 -0700
  • 098f8ac343 Evaluate EXPECT_STD* output argument once. Victor Zverovich 2014-05-05 08:20:01 -0700
  • 758283f7d9 Fix tests. Victor Zverovich 2014-05-05 08:19:35 -0700
  • 03ca48f3e7 Test calling RestoreAndRead twice. Victor Zverovich 2014-05-05 07:31:56 -0700
  • 536e61386d Evaluate message argument passed to EXPECT_THROW_MSG once. Victor Zverovich 2014-05-05 07:31:38 -0700
  • 368505ebe9 Fix tests. Victor Zverovich 2014-05-05 07:31:03 -0700
  • 5434b0282c Don't die on Windows. Victor Zverovich 2014-05-05 07:11:54 -0700
  • 3555341ab4 Fix test. Victor Zverovich 2014-05-04 18:23:06 -0700
  • a07350a0d4 More tests. Victor Zverovich 2014-05-04 10:08:29 -0700
  • 6a4a9b773c More tests. Victor Zverovich 2014-05-04 09:01:18 -0700
  • 02b185751f Add BufferedFile. OutputRedirector -> OutputRedirect. Victor Zverovich 2014-05-04 06:44:50 -0700
  • e4f8b069b5 Too young to die. Victor Zverovich 2014-05-03 20:49:42 -0700
  • 590490f35f Try not to die. Victor Zverovich 2014-05-03 19:05:56 -0700
  • 3e55391ea8 Fix test. Victor Zverovich 2014-05-03 18:48:20 -0700
  • 527c4b312a Fix test. Victor Zverovich 2014-05-03 18:36:17 -0700
  • f4c5b37561 Fix test. Victor Zverovich 2014-05-03 18:27:23 -0700
  • 58b762f965 Fix tests. Victor Zverovich 2014-05-03 18:13:16 -0700
  • ba89c6399c "Undo" delete. Victor Zverovich 2014-05-03 17:34:58 -0700
  • 798c0fae71 Fix test, take 2. Victor Zverovich 2014-05-03 16:55:13 -0700
  • 15f1f8510f Fix test. More comments. Victor Zverovich 2014-05-03 16:47:00 -0700
  • c880e31d9f Fix warnings. Victor Zverovich 2014-05-03 16:25:26 -0700
  • a2cf54fca2 Fix test. Victor Zverovich 2014-05-03 16:21:01 -0700
  • d13946bfb7 Fix warnings. Victor Zverovich 2014-05-03 15:50:22 -0700
  • 1a6d365db5 Fix move assignment. Victor Zverovich 2014-05-03 15:46:11 -0700
  • 823ce5fc3d More tests. Victor Zverovich 2014-05-03 15:26:44 -0700
  • c6f40e339f Fix MSVC build. Victor Zverovich 2014-05-03 15:16:52 -0700
  • ee793b35cf File::get -> File::descriptor. Victor Zverovich 2014-05-03 15:07:28 -0700
  • c6d83b1a3b Make File::close() public. Victor Zverovich 2014-05-03 15:04:14 -0700
  • f516fb9cba Fix tests. Victor Zverovich 2014-05-03 14:40:18 -0700
  • 7b2568a3a9 Fix test. Victor Zverovich 2014-05-03 13:18:58 -0700
  • b808503bc1 More tests. Victor Zverovich 2014-05-03 13:14:15 -0700
  • 9556d3714d Fix test. Victor Zverovich 2014-05-03 12:38:32 -0700
  • c5c2cd63bc FileDescriptor -> File Victor Zverovich 2014-05-03 12:28:02 -0700
  • 98b6e59272 Add FileDescriptor::write. Victor Zverovich 2014-05-03 12:06:28 -0700
  • f3e123b304 Use streamsize instead of ssize_t for portability. Victor Zverovich 2014-05-03 12:06:04 -0700
  • cc6a772b89 Simplify tests. Victor Zverovich 2014-05-03 12:01:27 -0700
  • a297e272d1 Add FileDescriptor::read. Victor Zverovich 2014-05-03 11:26:46 -0700
  • 90a3f0a620 Define ssize_t on Windows. Victor Zverovich 2014-05-03 11:03:04 -0700
  • e648d289bb Fix FileDescriptor::pipe. Victor Zverovich 2014-05-03 10:25:46 -0700
  • 8214a5ef5e Fix MSVC build. Victor Zverovich 2014-05-03 10:10:50 -0700
  • 1a2d7be3f5 Implement EXPECT_STDOUT and EXPECT_STDERR using pipes. Victor Zverovich 2014-05-03 09:48:54 -0700
  • dd0120c189 Use gtest's own tuple with clang. Victor Zverovich 2014-05-02 08:13:17 -0700
  • f9eb0b8ba5 format-test.h -> gtest-extra.h Victor Zverovich 2014-05-02 07:23:25 -0700
  • f912eace9e Move compile test to the end. Victor Zverovich 2014-05-02 07:15:55 -0700
  • 62394e0ebd More assertion tests. Victor Zverovich 2014-05-02 07:07:55 -0700
  • 61d5ebc0af Test EXPECT_THROW_MSG. Victor Zverovich 2014-05-02 06:33:21 -0700
  • 79226fe703 Use DLL runtime for gtest. Victor Zverovich 2014-05-01 20:06:19 -0700
  • 7bde2b3c25 Replace a fused version of gtest with a stripped down one. Victor Zverovich 2014-05-01 17:14:35 -0700
  • 9cf43ccdad Move tests to the test dir. Victor Zverovich 2014-05-01 16:49:08 -0700
  • 5c639eb4c4 Test system error reporting. Victor Zverovich 2014-05-01 08:43:36 -0700
  • 6ec1389de2 Test SystemErrorSink. Victor Zverovich 2014-05-01 08:02:55 -0700
  • 78209468a0 Test UTF16ToUTF8::Convert. Victor Zverovich 2014-05-01 07:27:29 -0700
  • 9830c52816 Fix UTF8ToUTF16. Victor Zverovich 2014-05-01 07:20:38 -0700
  • 73d98d5d17 Test error reporting in UTF8ToUTF16. Victor Zverovich 2014-05-01 07:13:42 -0700
  • dcd039df81 Define WIN32_LEAN_AND_MEAN. Victor Zverovich 2014-05-01 07:09:42 -0700
  • 42764e54ae Fix UTF16ToUTF8. Victor Zverovich 2014-05-01 07:09:08 -0700
  • 58a2f4f425 Test error reporting in UTF16ToUTF8. Victor Zverovich 2014-05-01 07:06:35 -0700
  • 53b4c31afb Move Format*ErrorMessage to internal namespace. Victor Zverovich 2014-04-30 15:00:41 -0700
  • f3a86e83fe Fix test. Victor Zverovich 2014-04-30 13:34:52 -0700
  • d35411817e Fix test. Victor Zverovich 2014-04-30 13:28:05 -0700
  • d3b1783647 Fix test. Victor Zverovich 2014-04-30 13:02:53 -0700
  • 0bece94257 Fix test. Victor Zverovich 2014-04-30 12:39:31 -0700
  • 400812a905 CError -> WinError Victor Zverovich 2014-04-30 12:38:17 -0700
  • c7eba007cc Fix MSVC build. Victor Zverovich 2014-04-30 11:47:16 -0700
  • 89a8aaf502 Fix UB. Victor Zverovich 2014-04-30 11:29:33 -0700
  • 34712da2e7 Fix MSVC build. Victor Zverovich 2014-04-30 11:28:07 -0700
  • f68d329d24 Fix warning. Victor Zverovich 2014-04-30 11:22:20 -0700
  • 99e6112fda Fix StrError, move Format*ErrorMessage to the implementation. Victor Zverovich 2014-04-30 11:20:41 -0700
  • a1a84df7a4 More tests. Victor Zverovich 2014-04-30 10:53:55 -0700
  • c8e2b474e8 Fix test. Victor Zverovich 2014-04-30 10:46:12 -0700
  • 8f06746051 Implement GetThreadCount on Linux, fix warnings. Victor Zverovich 2014-04-30 10:45:58 -0700
  • 25ce9e7153 Fix MSVC build. Victor Zverovich 2014-04-30 10:39:24 -0700
  • f79398699b Add ThrowCError to throw an exception on C library errors. Victor Zverovich 2014-04-30 10:18:11 -0700
  • 2c6372d790 Add a portable thread-safe version of strerror. Victor Zverovich 2014-04-30 09:42:48 -0700
  • 5019b6b0f4 Fix tests, take 2. Victor Zverovich 2014-04-30 07:46:16 -0700
  • ba571064e7 Fix tests. Victor Zverovich 2014-04-30 07:44:41 -0700
  • ed2bdbaeaf Fix Windows build. Victor Zverovich 2014-04-30 07:41:54 -0700
  • c16217bf9b Test UTF8ToUTF16 and UTF16ToUTF8. Victor Zverovich 2014-04-30 07:38:43 -0700
  • 089974eb92 Fix compiler flags check. Victor Zverovich 2014-04-30 07:36:47 -0700
  • da9aeab810 Add UTF8ToUTF16 and UTF16ToUTF8. Victor Zverovich 2014-04-30 07:23:43 -0700
  • 859a4975f6 Throw SystemError if fwrite fails. Victor Zverovich 2014-04-30 06:55:21 -0700
  • 4e33311597 Get rid of FormatterProxy. Victor Zverovich 2014-04-29 09:32:25 -0700
  • 063d0077b3 Test FileSink. Simplify tests. Victor Zverovich 2014-04-29 08:39:37 -0700
  • 48be5c22a2 Test "move". Victor Zverovich 2014-04-29 07:58:20 -0700
  • e00409c517 Comment. Victor Zverovich 2014-04-29 07:49:46 -0700
  • 2b64133287 Add test script to appveyor config. Victor Zverovich 2014-04-29 07:40:42 -0700
  • cfa7702409 Update benchmark. Victor Zverovich 2014-04-29 07:27:30 -0700
  • 3c3c846908 Check for -std=c++0x flag if -std=c++11 is not available. Victor Zverovich 2014-04-29 07:12:06 -0700
  • 3fe942c284 Update benchmarks. Victor Zverovich 2014-04-29 07:11:46 -0700
  • c1f947f4fb Add comments. Victor Zverovich 2014-04-29 06:54:46 -0700
  • 6798c1704e Add tests. Victor Zverovich 2014-04-29 06:26:37 -0700
  • bfc8615d28 Update benchmarks. Victor Zverovich 2014-04-29 06:26:30 -0700
  • 98e4447b46 Use locally defined open. Victor Zverovich 2014-04-29 06:10:58 -0700
  • 710725ea9d Fix implementation of open on windows. Victor Zverovich 2014-04-29 06:00:01 -0700
  • 60c92a7431 Get rid of MSB3644 warnings. Victor Zverovich 2014-04-29 05:56:47 -0700
  • 7ad88eff13 Fix a warning. Victor Zverovich 2014-04-29 05:54:36 -0700
  • 11b3b5128e Fix test when the output file exists. Victor Zverovich 2014-04-28 20:04:59 -0700
  • e3063a5902 Fix test. Victor Zverovich 2014-04-28 19:33:45 -0700
  • 9514da06e7 Fix test. Victor Zverovich 2014-04-28 19:27:41 -0700
  • 7e6dd376b1 Improve doc. Victor Zverovich 2014-04-28 19:27:29 -0700
  • 46e26191f4 Remove unnecessary const refs. Victor Zverovich 2014-04-28 19:27:19 -0700
  • d9db89814f Refactor action classes, Action -> Sink, add comments. Victor Zverovich 2014-04-28 08:59:29 -0700
  • d2bf073334 Format. Victor Zverovich 2014-04-27 09:47:07 -0700
  • 83a7b79c2d Add a macro to disallow the copy constructor and operator= functions. Victor Zverovich 2014-04-27 09:46:56 -0700
  • 5dee290482 Fix warnings. Victor Zverovich 2014-04-27 07:16:17 -0700
  • 8d28a2382b Fix MSVC build. Victor Zverovich 2014-04-27 07:09:53 -0700
  • 8641461c98 More tests. Victor Zverovich 2014-04-27 06:56:12 -0700
  • 0b307248a6 Fix warning. Victor Zverovich 2014-04-26 10:09:35 -0700
  • f6baab5c27 Fix warning. Victor Zverovich 2014-04-26 10:00:29 -0700
  • f153f6f4b5 Implement move assignment in BasicWriter. Victor Zverovich 2014-04-26 07:10:21 -0700
  • 515fd5218a Test move assignment in Array. Victor Zverovich 2014-04-26 06:49:22 -0700
  • 3bb9941e37 Fix warning. Victor Zverovich 2014-04-26 06:47:25 -0700
  • a9922a6df2 Try setting width. Victor Zverovich 2014-04-25 09:04:53 -0700
  • 2266e93fce Resore RST. Victor Zverovich 2014-04-25 08:57:34 -0700
  • 5746660183 Use HTML to set image size. Victor Zverovich 2014-04-25 08:34:41 -0700
  • 38f285c477 Set image height. Victor Zverovich 2014-04-25 08:30:05 -0700
  • 9b2e5b0c75 Add appveyor badge. Victor Zverovich 2014-04-25 08:21:26 -0700
  • 26277c8ab3 Implement move assignment operator for Array. Victor Zverovich 2014-04-25 08:18:07 -0700
  • 5adc272ee7 Add tests. Victor Zverovich 2014-04-25 07:44:35 -0700
  • 08b0741fa7 Add move ctor to BasicWriter. Victor Zverovich 2014-04-25 07:40:37 -0700
  • 259a307daf Fix version check, take 2. Victor Zverovich 2014-04-24 15:39:20 -0700
  • daaa314aac Fix version check. Victor Zverovich 2014-04-24 14:55:18 -0700
  • b61bb5d635 Don't use rvalue references when compiling with clang and an old libstdc++ as the latter doesn't provide std::move. Victor Zverovich 2014-04-24 14:18:37 -0700
  • 9882a7cf33 Specify which project to build. Victor Zverovich 2014-04-24 12:58:45 -0700
  • 9df02e2b97 Set path to find the correct version of msbuild. Victor Zverovich 2014-04-24 12:51:58 -0700
  • f28645f900 Fix includes. Victor Zverovich 2014-04-24 12:37:06 -0700
  • 4c84eb18b6 Test Array's move ctor. Victor Zverovich 2014-04-24 08:15:32 -0700
  • 71a5b7a126 Return Writer instead of std::string in variadic overloads of Format for performance & consistency with non-variadic versions. Victor Zverovich 2014-04-24 07:32:01 -0700
  • bc2cab2efe Format. Victor Zverovich 2014-04-24 07:30:47 -0700
  • b22493ce7e Add a move ctor to Array. Victor Zverovich 2014-04-24 07:30:39 -0700
  • 81217a2cc0 Add a comment. Victor Zverovich 2014-04-24 07:30:06 -0700
  • 47cbcf8b3a Correct dirname. Victor Zverovich 2014-04-24 06:16:53 -0700
  • f04cb531db Remove unused code. Victor Zverovich 2014-04-23 19:41:25 -0700
  • cfeba45c35 Let the buffer grow as it pleases. Victor Zverovich 2014-04-23 18:37:49 -0700
  • 33baa8f382 Fix the error when formatting a float with a filled buffer on MSVC. Victor Zverovich 2014-04-23 18:37:08 -0700
  • cb316b13b1 Add header to the project. Victor Zverovich 2014-04-23 17:52:13 -0700
  • f2e0391800 Simplify. Victor Zverovich 2014-04-23 17:34:32 -0700
  • 9bde82689f Use prefix FMT_ for all macros. Victor Zverovich 2014-04-23 17:33:50 -0700
  • 269c3bab7e Generate a script that configures build environment and runs msbuild. Victor Zverovich 2014-04-23 17:21:18 -0700
  • 8c423d9747 Add a script to configure build environment and run CMake when building with Microsoft SDK toolchain. Victor Zverovich 2014-04-23 16:50:04 -0700
  • cf2278d4c5 Detect msbuild. Victor Zverovich 2014-04-23 16:28:51 -0700
  • 2ef85bf845 Escape backslashes and quote. Victor Zverovich 2014-04-23 16:11:41 -0700
  • 96bcc1688b Quote command. Victor Zverovich 2014-04-23 15:21:25 -0700
  • 83b23aeb44 Just try running msbuild. Victor Zverovich 2014-04-23 13:16:28 -0700
  • 1e31452544 Fix build config, take 2. Victor Zverovich 2014-04-23 13:03:01 -0700
  • 6b07e0d28f Fix build config. Victor Zverovich 2014-04-23 12:51:29 -0700
  • ac62d74d20 Use the absolut path to msbuild. Victor Zverovich 2014-04-23 12:46:58 -0700
  • 0054010255 Try a different VS version. Victor Zverovich 2014-04-23 12:35:43 -0700
  • ca8b6f0b13 Specify Visual Studio version. Victor Zverovich 2014-04-23 12:31:10 -0700
  • e905a2870a Add appveyor config. Victor Zverovich 2014-04-23 12:18:53 -0700
  • 01ab792f60 Decouple the action perform on argument's destruction from the argument. Victor Zverovich 2014-04-23 09:13:03 -0700
  • e78904b9b9 Move formatting functionality from BasicFormatter to BasicWriter & FormatPaser to simplify the implementation of standalone formatting methods. Victor Zverovich 2014-04-23 08:27:50 -0700
  • 1104e73242 Don't use initializer lists. Victor Zverovich 2014-04-22 19:42:25 -0700
  • 656a8378d1 Use ArgInfo instead of Arg where possible. Victor Zverovich 2014-04-22 08:58:54 -0700
  • 5b8126f84d Factor POD part of Arg into ArgInfo to be able to store it in Array. Victor Zverovich 2014-04-22 08:19:10 -0700
  • 028fb01f42 Make docs depend on layout. Victor Zverovich 2014-04-22 06:34:31 -0700
  • a27560ef8d Update breathe. Victor Zverovich 2014-04-21 11:43:25 -0700
  • 656ca25177 Add example. Victor Zverovich 2014-04-20 08:46:24 -0700
  • 03f68857e2 Replace BasicFormatter::Format with BasicWriter::FormatInt. Victor Zverovich 2014-04-20 08:46:09 -0700
  • cdfbd128ec Document namespace use. Victor Zverovich 2014-04-19 19:17:06 -0700
  • 64005c04ac Move Portability section to the web site. Victor Zverovich 2014-04-18 08:26:23 -0700
  • 395f7a9615 Update readme. Victor Zverovich 2014-04-18 07:21:39 -0700
  • aec95bcbba Add instructions on how to run the unit tests. Victor Zverovich 2014-04-17 21:28:00 -0700
  • 23dd27873d Update instructions for running tests. Victor Zverovich 2014-04-17 21:25:04 -0700
  • da2a35de79 Update names and links. Victor Zverovich 2014-04-17 21:17:56 -0700
  • f4c31ccd59 Include gtest in the package and bump version. Victor Zverovich 2014-04-17 21:17:34 -0700
  • 5e3e7fe7d3 Add a fused version of gtest. Victor Zverovich 2014-04-17 20:59:06 -0700
  • 31f7a7479d Remove gtest submodule. Victor Zverovich 2014-04-17 20:50:21 -0700
  • 107a184a81 Fix test. Victor Zverovich 2014-04-17 19:20:54 -0700
  • a07b51f7df Conditionally compile part of a test that uses C++11. Victor Zverovich 2014-04-17 19:18:11 -0700
  • 7f622c118d Test example. Victor Zverovich 2014-04-17 18:28:45 -0700
  • c22c26ed3d Update project name, copyright and version. Victor Zverovich 2014-04-17 08:55:02 -0700
  • 5ef5195c8f Add Google Analytics. Victor Zverovich 2014-04-16 12:24:35 -0700
  • 265b40ec6e Disable GCC warning about "long long". Victor Zverovich 2014-04-16 09:19:31 -0700
  • 2e8c75269a Update the package name. Victor Zverovich 2014-04-15 07:35:28 -0700
  • 581947558a Change the travis config to run tests. Victor Zverovich 2014-04-14 23:28:11 -0700
  • 817d98a6fe Add a build status image. Victor Zverovich 2014-04-14 23:19:38 -0700
  • 100768a008 Add a travis config. Victor Zverovich 2014-04-14 23:18:58 -0700
  • 17fbcd166f Change String Formatting API to C++ Format Library API as it supports more general things than string formatting, e.g. file I/O. Victor Zverovich 2014-04-14 14:42:43 -0700
  • 10b2fe0f27 Implement packaging. Victor Zverovich 2014-04-14 12:54:03 -0700
  • 38d723f760 Fix link. Victor Zverovich 2014-04-13 10:18:15 -0700
  • 05993065a2 Update links. Victor Zverovich 2014-04-13 10:16:10 -0700
  • 4b22eb38c1 Update links. Victor Zverovich 2014-04-13 10:14:05 -0700
  • 8b47d578d0 Add ICC to the list of supported compilers. Victor Zverovich 2014-04-10 10:50:12 -0700
  • f2e06804c5 Workaround an issue with Intel C++ compiler. Victor Zverovich 2014-04-10 10:49:55 -0700
  • 648dba0a78 Check output. Victor Zverovich 2014-04-09 08:27:51 -0700
  • 5f9574c3c1 Add a test case for writing a double to a filled buffer. Victor Zverovich 2014-04-09 08:05:23 -0700
  • 87545b0af4 Merge pull request #28 from jdale88/vslevel4warnings vitaut 2014-03-12 08:05:56 -0700
  • 4cabe16241 Should use Char not char, as Char is typedef'd to the correct type (char or wchar_t) jdale88 2014-03-11 19:03:26 +0000
  • a9862fdb22 Fixed some level 4 warnings in VS2013 jdale88 2014-03-11 18:56:24 +0000
  • 7592eda492 Merge pull request #27 from jdale88/variadic-format vitaut 2014-03-07 08:03:14 -0800
  • 17d621f86f Added variadic versions for Format that act as a proxy for providing an initialiser list to a BasicFormatter. jdale88 2014-03-06 20:06:44 +0000
  • ae96e5bfa6 Merge pull request #26 from jdale88/wstring-fix vitaut 2014-03-06 10:54:50 -0800
  • 45b56c1c62 Fixed some places in BasicFormatter where non-templated string types were being used. jdale88 2014-02-27 01:28:17 +0000
  • 86574285cc Don't use CountDigits for 1-2 digit numbers. Victor Zverovich 2014-02-20 21:05:46 -0800
  • 7abd6443ac Fix more warnings. Victor Zverovich 2014-02-20 08:02:32 -0800
  • 8c4425a00f Fix warnings. Victor Zverovich 2014-02-20 07:53:50 -0800
  • 04b3432238 Simplify IntTraits. Victor Zverovich 2014-02-20 07:43:37 -0800
  • 90d0c50eb3 Fix formatting of integer types smaller than int in FormatDec. Victor Zverovich 2014-02-20 07:04:54 -0800
  • 2f423d8b46 Acknowledge Ruslan Baratov's contribution. Victor Zverovich 2014-02-19 14:55:22 -0800
  • 8f91cf06b6 Update README. Victor Zverovich 2014-02-19 14:40:48 -0800
  • 43fe100875 Move the implementation of ColorWriter::operator() to format.cc Victor Zverovich 2014-02-19 14:20:26 -0800
  • 6968ef3bb3 Implement PrintColored. Thanks https://github.com/jose55 for the idea. Victor Zverovich 2014-02-19 13:51:23 -0800
  • 9bb93992b6 Fix a warning. Victor Zverovich 2014-02-19 13:05:50 -0800
  • f1d8516467 Fix a warning about empty macro args. Victor Zverovich 2014-02-19 13:02:22 -0800
  • e9b2191689 Add a 32-bit version of CountDigits. Victor Zverovich 2014-02-19 12:43:55 -0800
  • 3017fc6fb7 Improve 32-bit integer formatting performance by parameterizing FormatDecimal on integer type. Victor Zverovich 2014-02-17 09:12:24 -0800
  • 6f6fe519e2 Fix more warnings. Victor Zverovich 2014-02-15 11:16:44 -0800
  • 447e02c54c Add a missing using declaration. Victor Zverovich 2014-02-15 10:48:34 -0800
  • fb2be485d7 Fix non-gcc builds. Victor Zverovich 2014-02-15 10:41:00 -0800
  • db2cf61cde Fix warnings on older GCC, take 2. Victor Zverovich 2014-02-15 10:39:41 -0800
  • ff0d5d1771 Fix more warnings on older GCC. Victor Zverovich 2014-02-15 10:17:10 -0800
  • 0c3a2f5dcb Fix warnings about constants being too large. Victor Zverovich 2014-02-15 10:08:19 -0800
  • 7561ff27e5 Fix warnings about unsigned long long as well. Victor Zverovich 2014-02-15 10:02:02 -0800
  • 7325ebc965 Fix the warning about long long on older gcc. Victor Zverovich 2014-02-15 09:58:33 -0800
  • 245faa745b ConvertWChar -> ConvertChar. Victor Zverovich 2014-02-15 09:39:49 -0800
  • eadd2ee421 Add FormatInt::data() and document members. Victor Zverovich 2014-02-15 09:39:06 -0800
  • f43de4a469 Only append terminating '\0' when necessary. Victor Zverovich 2014-02-15 09:24:31 -0800
  • 430c45d618 Too much Python 🐍 Victor Zverovich 2014-02-14 14:06:39 -0800
  • 6f0387fc22 Expose in-place decimal integer formatting via FormatDec. Improve performance of CountDigits based on the results from https://github.com/localvoid/cxx-benchmark-count-digits. Victor Zverovich 2014-02-14 10:36:17 -0800
  • d473a79581 Add FormatInt::size, and support for long and long long. Victor Zverovich 2014-02-13 09:59:49 -0800
  • 2a3e010340 Fix grammar. Victor Zverovich 2014-02-13 09:54:10 -0800
  • d1369d4bed Upate readme. Victor Zverovich 2014-02-13 09:53:01 -0800
  • affa794794 Add "Projects using this library" section. Victor Zverovich 2014-01-30 11:16:27 -0800
  • bfedba5a0a Add support for int64_t in FormatInt. Victor Zverovich 2014-01-30 08:02:06 -0800
  • c3f5dce8d5 Fixed bug https://github.com/vitaut/format/issues/16 . Thanks to https://github.com/fil222 ! Victor Zverovich 2014-01-28 12:49:36 -0800
  • ea5dce3957 Simplify format specs. Victor Zverovich 2014-01-28 12:47:37 -0800
  • a1bd3358bb Produce a compile error when using wide fill character on a narrow stream. Victor Zverovich 2014-01-08 08:17:38 -0800
  • fa3efb1330 Add a compile error test. Victor Zverovich 2014-01-08 08:16:00 -0800
  • f380dc3daa Fix error reporting. Victor Zverovich 2014-01-07 17:04:39 -0800
  • 9fad54a821 Fix CMake warning. Victor Zverovich 2014-01-07 17:04:30 -0800
  • 482472ebc5 Fix a typo. Victor Zverovich 2014-01-07 11:34:32 -0800
  • be17d14544 Simplify compile tests. Victor Zverovich 2014-01-07 09:50:36 -0800
  • ec7006fb99 Test if a narrow string padding with wide char doesn't compile. Victor Zverovich 2014-01-07 08:57:37 -0800
  • 1f17447fac Simplify pad. Victor Zverovich 2014-01-07 08:44:15 -0800
  • 6abfb84808 Simplify compile error tests. Victor Zverovich 2014-01-07 08:43:53 -0800
  • 8efc8ac075 Fixed https://github.com/vitaut/format/issues/15 . Thanks! Victor Zverovich 2014-01-06 17:49:27 -0800
  • 24fcd6e97f Fix compilation with clang. Victor Zverovich 2014-01-02 12:29:53 -0800
  • d5c82bc717 Add a comment. Victor Zverovich 2014-01-02 11:34:58 -0800
  • 47758a87a0 Ignore generated files and dirs. Victor Zverovich 2014-01-02 11:33:12 -0800
  • 9bf11d057c Add compile error tests. Victor Zverovich 2014-01-02 11:31:53 -0800
  • 6038c85231 format_test -> format-test. Add support for wide char to BasicWriter. Victor Zverovich 2014-01-02 11:30:28 -0800
  • 1cc61329ae Break long lines. Victor Zverovich 2014-01-01 10:02:15 -0800
  • 342b76d278 Implement pad for wide strings. Victor Zverovich 2014-01-01 10:00:55 -0800
  • 136ee89bb4 IntFormatter -> IntformatSpec in tests. Victor Zverovich 2014-01-01 10:00:33 -0800
  • 09f98854bf StrFormatter -> StrFormatSpec. Victor Zverovich 2014-01-01 09:22:55 -0800
  • ba6c5fe522 IntFormatter -> IntFormatSpec. Victor Zverovich 2014-01-01 09:20:16 -0800
  • fec6bc04f5 Spec -> EmptySpec. Improve comments. Victor Zverovich 2014-01-01 09:06:25 -0800
  • 59c5612e87 Add comments. Victor Zverovich 2013-12-31 10:15:16 -0800
  • 641df95491 Implement string padding. Victor Zverovich 2013-12-31 09:43:32 -0800
  • fb7b11ead0 Add a missing include. Victor Zverovich 2013-12-27 10:22:55 -0800
  • a684d0cebf Fix https://github.com/vitaut/format/issues/14 Victor Zverovich 2013-12-27 08:00:10 -0800
  • d052bdae02 Simplify the WriteDoubleAtBufferBoundary test. Victor Zverovich 2013-12-27 07:46:02 -0800
  • b6f383907b Add a test case from https://github.com/vitaut/format/issues/14 Victor Zverovich 2013-12-27 07:26:55 -0800
  • 1106004e88 Find Google profiler. Victor Zverovich 2013-12-21 10:31:06 -0800
  • 64f113c060 Update format-benchmark. Victor Zverovich 2013-12-21 10:20:04 -0800