Commit Graph

713 Commits

Author SHA1 Message Date
Victor Zverovich
07095e85b2 Fix formatting and comment why fcntl.h is included. 2014-06-10 07:36:50 -07:00
Victor Zverovich
a2828412b6 Fix tests. 2014-06-10 07:36:23 -07:00
Victor Zverovich
03776dd988 Add support for hexadecimal floating point format specifiers a and A. 2014-06-10 07:03:49 -07:00
Victor Zverovich
546b62e74f More tests. 2014-06-10 06:21:41 -07:00
Victor Zverovich
ed19147441 Fix build, take 2. 2014-06-09 10:16:13 -07:00
Victor Zverovich
e7b6896c43 Fix tests. 2014-06-09 09:57:34 -07:00
Victor Zverovich
5222f59cc0 Fix build. 2014-06-09 09:35:12 -07:00
Victor Zverovich
eaa89e23d7 Put File, BufferedFile & ErrorCode in the fmt namespace. 2014-06-09 09:07:27 -07:00
Victor Zverovich
b692ab58b2 Move POSIX wrappers to separate files. 2014-06-09 08:33:48 -07:00
Victor Zverovich
b4dc0301f6 Disable test. 2014-06-09 08:17:14 -07:00
Victor Zverovich
f51fc08670 More tests. 2014-06-09 07:40:51 -07:00
Victor Zverovich
1b80148420 Implement '#' flag. 2014-06-07 08:57:55 -07:00
Victor Zverovich
bf790d2819 Ignore '0' flag for non-numeric types as printf does. 2014-06-07 07:31:25 -07:00
Victor Zverovich
80c99760fb Fix warnings. 2014-06-07 07:11:34 -07:00
Victor Zverovich
1ed23b9127 Warng about compilers mishandling negative NaN. 2014-06-06 18:54:45 -07:00
Victor Zverovich
acf94abffd Fix build. 2014-06-06 11:14:53 -07:00
Victor Zverovich
5b054ae7b8 Test signbit. 2014-06-06 11:04:27 -07:00
Victor Zverovich
34b5030239 Display test log on failure. 2014-06-06 09:18:57 -07:00
Victor Zverovich
39f812f040 Install CMake on OS X. 2014-06-06 09:07:08 -07:00
Victor Zverovich
533c8214d4 Avoid unnecessary check. 2014-06-06 08:54:37 -07:00
Victor Zverovich
8ed2243a3c Workaround windows brain damage. 2014-06-06 08:18:53 -07:00
Victor Zverovich
9a33891e97 Add missing include. 2014-06-06 08:07:05 -07:00
Victor Zverovich
ed8ff58019 Enable osx in travis-ci config. 2014-06-06 08:05:13 -07:00
Victor Zverovich
438eba1402 Fix parsing of flags. 2014-06-06 08:01:48 -07:00
Victor Zverovich
f16aff8033 Simplify tests. 2014-06-06 08:01:25 -07:00
Victor Zverovich
b88d261282 Fix an issue with allocation of a zero-size array. 2014-06-06 08:01:10 -07:00
Victor Zverovich
d9f5089a18 Remove unnecessary qualification. 2014-06-06 08:00:20 -07:00
Victor Zverovich
18316cb25f Fix windows build. 2014-06-06 07:29:57 -07:00
Victor Zverovich
9aba05b76a Parse '0' flag. 2014-06-06 07:07:57 -07:00
Victor Zverovich
bf8b29fbe7 Add initial support for printf format specifications. 2014-06-06 06:38:37 -07:00
Victor Zverovich
7042d14341 Disable extra tests unless FMT_EXTRA_TESTS is set. 2014-06-06 06:35:28 -07:00
Victor Zverovich
60cd838f1c Update benchmark results. 2014-05-23 08:58:28 -07:00
Victor Zverovich
23eb9b4f4c Move speed-test to benchmarks. 2014-05-23 07:24:23 -07:00
Victor Zverovich
19343ce274 Update readme. 2014-05-23 07:09:41 -07:00
Victor Zverovich
0a3806602a Fix script name. 2014-05-23 07:00:11 -07:00
Victor Zverovich
6be9a89eb6 Update readme. 2014-05-23 06:59:03 -07:00
Victor Zverovich
8d372eb30d Remove format-benchmark submodule. 2014-05-22 10:26:37 -07:00
Victor Zverovich
27c7216e01 Add an option to build cppformat as a shared library. 2014-05-22 08:45:30 -07:00
Victor Zverovich
7aa9eaea48 Update benchmarks. 2014-05-22 08:17:30 -07:00
Victor Zverovich
e3f11bab42 Add units. 2014-05-22 06:10:42 -07:00
Victor Zverovich
f561a7b0e8 Update benchmark results. 2014-05-22 06:08:50 -07:00
Victor Zverovich
3e4eded5b2 Update benchmarks. 2014-05-21 08:38:14 -07:00
Victor Zverovich
4fa1647c3a Fix module url. 2014-05-20 09:22:28 -07:00
Victor Zverovich
242ad5a120 Update readme. 2014-05-20 09:16:41 -07:00
Victor Zverovich
0e32544855 Update benchmark. 2014-05-20 07:10:46 -07:00
Victor Zverovich
e2670001bc Add updated format-benchmark repo. 2014-05-20 07:00:26 -07:00
Victor Zverovich
10e0c15534 Remove format-benchmark. 2014-05-20 06:56:00 -07:00
Victor Zverovich
b65c19012a Test write count conversion. 2014-05-19 08:37:28 -07:00
Victor Zverovich
49fac7666c Test read count conversion. 2014-05-19 08:25:08 -07:00
Victor Zverovich
ba176c3cb3 Fix handling of -std=c++11 flag. 2014-05-19 08:02:44 -07:00