Commit Graph

  • 5be9a8de3f Reduce the number of integer types that need to be handled. Victor Zverovich 2014-06-21 09:40:04 -07:00
  • 5e6f57ada1 Link to the latest release. Victor Zverovich 2014-06-21 09:11:19 -07:00
  • 680d88de68 Add Usage section. Victor Zverovich 2014-06-21 08:50:48 -07:00
  • b1bbc90919 Use precision from FormatSpec. Victor Zverovich 2014-06-21 08:32:00 -07:00
  • f8c058e99c Predefine _WIN32 for Windows-only parts of API. Victor Zverovich 2014-06-21 08:18:24 -07:00
  • 6238f2daa1 Make precision and alignment work together. Victor Zverovich 2014-06-21 08:18:05 -07:00
  • f430516d3f Use stock version of breathe as it provides control over member visibility now. Victor Zverovich 2014-06-21 07:20:58 -07:00
  • ca31c2b322 Fix handling of octal prefix. Victor Zverovich 2014-06-20 08:04:44 -07:00
  • 512ab9336b PrepareFilledBuffer -> PrepareBufferForInt Victor Zverovich 2014-06-20 08:01:58 -07:00
  • c556926597 Implement precision + fill. Victor Zverovich 2014-06-20 07:59:23 -07:00
  • 879838a539 Implement integer precision. Victor Zverovich 2014-06-20 07:34:02 -07:00
  • cb743c0249 Parse printf format specs. Victor Zverovich 2014-06-19 07:40:35 -07:00
  • 7d5da66db9 Clean Victor Zverovich 2014-06-17 06:54:08 -07:00
  • 1275923a68 Implement dynamic width in printf. Victor Zverovich 2014-06-17 06:53:48 -07:00
  • 8666ea82f7 Merge branch 'master' of github.com:cppformat/cppformat Victor Zverovich 2014-06-16 07:49:37 -07:00
  • 1f19b986a0 Implement printf specifications. Victor Zverovich 2014-06-16 07:49:30 -07:00
  • da9457da61 Add a test case for https://github.com/cppformat/cppformat/pull/47 Victor Zverovich 2014-06-16 07:48:57 -07:00
  • 7d8f3c261a Merge pull request #47 from Jopie64/master vitaut 2014-06-16 07:48:05 -07:00
  • f4d47d7140 Fix grow size during Array<>::append Johan 't Hart 2014-06-16 11:38:16 +02:00
  • 1aeac1b25a Unindent Victor Zverovich 2014-06-11 05:52:02 -07:00
  • dc440dd19d Merge pull request #46 from amorozov/bug/45 vitaut 2014-06-11 05:49:26 -07:00
  • 08d4e5040f GCC may have support for __has_feature but doesn't support __has_builtin Alexey Morozov 2014-06-11 15:30:57 +07:00
  • f0bcc0b1c0 Merge pull request #44 from procedural/master vitaut 2014-06-10 16:13:34 -07:00
  • 6aace693db Changes for MinGW compiler Constantine Tarasenkov 2014-06-11 02:38:57 +04:00
  • e2cbee77b8 Fix coding style issues. Victor Zverovich 2014-06-10 09:17:24 -07:00
  • 11f76fea94 Fix test, take 2. Victor Zverovich 2014-06-10 08:57:28 -07:00
  • e1d4690566 Fix test. Victor Zverovich 2014-06-10 08:15:38 -07:00
  • 07095e85b2 Fix formatting and comment why fcntl.h is included. Victor Zverovich 2014-06-10 07:36:50 -07:00
  • a2828412b6 Fix tests. Victor Zverovich 2014-06-10 07:36:23 -07:00
  • 03776dd988 Add support for hexadecimal floating point format specifiers a and A. Victor Zverovich 2014-06-10 07:03:49 -07:00
  • 546b62e74f More tests. Victor Zverovich 2014-06-10 06:21:41 -07:00
  • ed19147441 Fix build, take 2. Victor Zverovich 2014-06-09 10:16:13 -07:00
  • e7b6896c43 Fix tests. Victor Zverovich 2014-06-09 09:57:34 -07:00
  • 5222f59cc0 Fix build. Victor Zverovich 2014-06-09 09:35:12 -07:00
  • eaa89e23d7 Put File, BufferedFile & ErrorCode in the fmt namespace. Victor Zverovich 2014-06-09 09:07:27 -07:00
  • b692ab58b2 Move POSIX wrappers to separate files. Victor Zverovich 2014-06-09 08:33:48 -07:00
  • b4dc0301f6 Disable test. Victor Zverovich 2014-06-09 08:17:14 -07:00
  • f51fc08670 More tests. Victor Zverovich 2014-06-09 07:40:51 -07:00
  • 1b80148420 Implement '#' flag. Victor Zverovich 2014-06-07 08:57:55 -07:00
  • bf790d2819 Ignore '0' flag for non-numeric types as printf does. Victor Zverovich 2014-06-07 07:31:25 -07:00
  • 80c99760fb Fix warnings. Victor Zverovich 2014-06-07 07:11:34 -07:00
  • 1ed23b9127 Warng about compilers mishandling negative NaN. Victor Zverovich 2014-06-06 18:54:45 -07:00
  • acf94abffd Fix build. Victor Zverovich 2014-06-06 11:14:53 -07:00
  • 5b054ae7b8 Test signbit. Victor Zverovich 2014-06-06 11:04:27 -07:00
  • 34b5030239 Display test log on failure. Victor Zverovich 2014-06-06 09:18:57 -07:00
  • 39f812f040 Install CMake on OS X. Victor Zverovich 2014-06-06 09:07:08 -07:00
  • 533c8214d4 Avoid unnecessary check. Victor Zverovich 2014-06-06 08:54:37 -07:00
  • 8ed2243a3c Workaround windows brain damage. Victor Zverovich 2014-06-06 08:18:53 -07:00
  • 9a33891e97 Add missing include. Victor Zverovich 2014-06-06 08:07:05 -07:00
  • ed8ff58019 Enable osx in travis-ci config. Victor Zverovich 2014-06-06 08:05:13 -07:00
  • 438eba1402 Fix parsing of flags. Victor Zverovich 2014-06-06 08:01:48 -07:00
  • f16aff8033 Simplify tests. Victor Zverovich 2014-06-06 08:01:25 -07:00
  • b88d261282 Fix an issue with allocation of a zero-size array. Victor Zverovich 2014-06-06 08:01:10 -07:00
  • d9f5089a18 Remove unnecessary qualification. Victor Zverovich 2014-06-06 08:00:20 -07:00
  • 18316cb25f Fix windows build. Victor Zverovich 2014-06-06 07:29:57 -07:00
  • 9aba05b76a Parse '0' flag. Victor Zverovich 2014-06-06 07:07:57 -07:00
  • bf8b29fbe7 Add initial support for printf format specifications. Victor Zverovich 2014-06-06 06:38:37 -07:00
  • 7042d14341 Disable extra tests unless FMT_EXTRA_TESTS is set. Victor Zverovich 2014-06-06 06:35:28 -07:00
  • 60cd838f1c Update benchmark results. Victor Zverovich 2014-05-23 08:58:28 -07:00
  • 23eb9b4f4c Move speed-test to benchmarks. Victor Zverovich 2014-05-23 07:24:23 -07:00
  • 19343ce274 Update readme. Victor Zverovich 2014-05-23 07:09:41 -07:00
  • 0a3806602a Fix script name. Victor Zverovich 2014-05-23 07:00:11 -07:00
  • 6be9a89eb6 Update readme. Victor Zverovich 2014-05-23 06:59:03 -07:00
  • 8d372eb30d Remove format-benchmark submodule. Victor Zverovich 2014-05-22 10:26:37 -07:00
  • 27c7216e01 Add an option to build cppformat as a shared library. Victor Zverovich 2014-05-22 08:45:30 -07:00
  • 7aa9eaea48 Update benchmarks. Victor Zverovich 2014-05-22 08:17:30 -07:00
  • e3f11bab42 Add units. Victor Zverovich 2014-05-22 06:10:42 -07:00
  • f561a7b0e8 Update benchmark results. Victor Zverovich 2014-05-22 06:08:50 -07:00
  • 3e4eded5b2 Update benchmarks. Victor Zverovich 2014-05-21 08:38:14 -07:00
  • 4fa1647c3a Fix module url. Victor Zverovich 2014-05-20 09:22:28 -07:00
  • 242ad5a120 Update readme. Victor Zverovich 2014-05-20 09:16:41 -07:00
  • 0e32544855 Update benchmark. Victor Zverovich 2014-05-20 07:10:46 -07:00
  • e2670001bc Add updated format-benchmark repo. Victor Zverovich 2014-05-20 07:00:26 -07:00
  • 10e0c15534 Remove format-benchmark. Victor Zverovich 2014-05-20 06:56:00 -07:00
  • b65c19012a Test write count conversion. Victor Zverovich 2014-05-19 08:37:28 -07:00
  • 49fac7666c Test read count conversion. Victor Zverovich 2014-05-19 08:25:08 -07:00
  • ba176c3cb3 Fix handling of -std=c++11 flag. Victor Zverovich 2014-05-19 08:02:44 -07:00
  • 3159170383 Fix warnings. Victor Zverovich 2014-05-19 07:53:16 -07:00
  • 3c1bc74b04 Multiple build types in travis. Victor Zverovich 2014-05-19 07:53:02 -07:00
  • cfa34cff2d Enable parallel build in appveyor. Victor Zverovich 2014-05-19 07:38:24 -07:00
  • c123fc612f Enable parallel build in travis. Victor Zverovich 2014-05-19 07:35:18 -07:00
  • f578bc3a4a More tests. Fix warnings. Victor Zverovich 2014-05-19 07:31:05 -07:00
  • 952fd7a756 Comment. Victor Zverovich 2014-05-19 07:30:32 -07:00
  • 5bd9efebda Fix Windows build, take 2. Victor Zverovich 2014-05-18 12:38:01 -07:00
  • df991a0f46 Fix Windows build. Victor Zverovich 2014-05-18 11:09:37 -07:00
  • f21fa23186 More posix tests. Victor Zverovich 2014-05-18 10:05:29 -07:00
  • e654f56210 Test fdopen. Victor Zverovich 2014-05-18 10:04:49 -07:00
  • 13a5b2511b Document Print. Victor Zverovich 2014-05-18 10:04:36 -07:00
  • e79bcfe5ab Enable parallel build in appveyor. Victor Zverovich 2014-05-18 10:03:48 -07:00
  • 1dd0e3046b Fix tests. Victor Zverovich 2014-05-18 10:03:28 -07:00
  • bd205aea28 Fix test. Victor Zverovich 2014-05-16 09:16:29 -07:00
  • ed2caaf265 No need for retry on Windows. Victor Zverovich 2014-05-16 09:09:54 -07:00
  • 5bc2b533ff Experiment with tests. Victor Zverovich 2014-05-16 08:59:54 -07:00
  • e22665e528 Try different configurations. Victor Zverovich 2014-05-16 08:55:12 -07:00
  • 22240589fc Experiment with tests and multiple platforms. Victor Zverovich 2014-05-16 08:47:59 -07:00
  • 17cc8b0f23 Add test log to appveyor artifacts. Victor Zverovich 2014-05-16 08:37:46 -07:00
  • f1eab158c5 Test retry on EINTR in read, write, dup & dup2. Victor Zverovich 2014-05-16 07:07:43 -07:00
  • 232e5c3a3b Test retry on EINTR in close. Victor Zverovich 2014-05-16 06:25:20 -07:00
  • 41895fdf42 Fix url. Victor Zverovich 2014-05-15 11:02:24 -07:00
  • fb17316d77 Use stdio.h instead of cstdio for fdopen. Wrap all used POSIX functions for testing. Victor Zverovich 2014-05-15 08:58:10 -07:00