Commit Graph

  • 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. 0.9.0 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