Commit Graph

  • f6d481f120 Improve example. Victor Zverovich 2014-06-29 14:22:53 -07:00
  • afc760263e Update example. Victor Zverovich 2014-06-29 12:04:28 -07:00
  • e882db900d Fix rendering. Victor Zverovich 2014-06-29 12:01:23 -07:00
  • c673c84905 Fix rendering. Victor Zverovich 2014-06-29 12:00:14 -07:00
  • 5fe01fd096 Correct example. Victor Zverovich 2014-06-29 11:59:38 -07:00
  • ba65bc1ec6 Update readme. Victor Zverovich 2014-06-29 11:58:21 -07:00
  • 7955dc479c Update readme. Victor Zverovich 2014-06-29 11:57:36 -07:00
  • 9d5905707a Update docs. Victor Zverovich 2014-06-29 11:51:27 -07:00
  • a1264926a0 Writer::format -> Writer::write. Make fmt::format return string. Victor Zverovich 2014-06-29 11:51:10 -07:00
  • d5b8196749 Update the API. Victor Zverovich 2014-06-28 21:56:40 -07:00
  • 856e129cc6 Don't use deprecated API. Victor Zverovich 2014-06-28 20:03:46 -07:00
  • c649007ed8 Don't use deprecated API. Victor Zverovich 2014-06-28 19:59:44 -07:00
  • 0914c91284 Don't use deprecated API. Victor Zverovich 2014-06-28 19:53:15 -07:00
  • 421cb0ad18 Update test. Victor Zverovich 2014-06-28 19:47:41 -07:00
  • 2e03963e9e Add fmt::print. Undocument and deprecate old API. Victor Zverovich 2014-06-28 19:44:39 -07:00
  • 8dbfd723b6 Add another project using cppformat. Victor Zverovich 2014-06-28 19:17:13 -07:00
  • ddbd50de4a Fix build. Victor Zverovich 2014-06-28 17:44:52 -07:00
  • 4d5b1e8a13 Update the API and tests. Victor Zverovich 2014-06-28 17:35:57 -07:00
  • 876a5d1f43 Update more tests. Victor Zverovich 2014-06-28 16:05:02 -07:00
  • e06e9f885c Deprecate Format and update tests. Victor Zverovich 2014-06-28 15:58:02 -07:00
  • 09f40191f4 Fix build, take 2. Victor Zverovich 2014-06-28 14:57:06 -07:00
  • c164cb6ecd Fix build. Victor Zverovich 2014-06-28 14:53:16 -07:00
  • 75e078748a Format -> format Victor Zverovich 2014-06-28 14:50:16 -07:00
  • 5edda531f6 Add fmt::format and deprecate fmt::Format. Victor Zverovich 2014-06-28 14:48:42 -07:00
  • 428d114766 Complete FMT_VARIADIC. Victor Zverovich 2014-06-28 13:31:44 -07:00
  • 9c8db26457 Fix build, take 2. Victor Zverovich 2014-06-28 13:06:49 -07:00
  • 3b3f76b809 Fix build. Victor Zverovich 2014-06-28 13:03:39 -07:00
  • 4f4e6c965f Fix MSVC build. FormatError -> FormatMessage to avoid ambiguity. Victor Zverovich 2014-06-28 12:49:51 -07:00
  • 5aa36285b1 Try another MSVC workaround. Victor Zverovich 2014-06-28 12:14:43 -07:00
  • a0e2f52247 MSVC workaround. Victor Zverovich 2014-06-28 12:05:32 -07:00
  • ce09e7e348 Simplify FMT_FOR_EACH. Victor Zverovich 2014-06-28 11:43:07 -07:00
  • e4c2475318 MSVC workaround. Victor Zverovich 2014-06-28 11:36:49 -07:00
  • 3b18ecb24a FMT_FOR_EACH_NARG -> FMT_NARG. Victor Zverovich 2014-06-28 11:30:15 -07:00
  • be7473b401 Test FMT_VARIADIC. Victor Zverovich 2014-06-28 11:20:04 -07:00
  • 2f6dddd6fd Simplify FMT_VARIADIC. Victor Zverovich 2014-06-28 11:07:43 -07:00
  • 360bfbdd50 Use 0-based indices. Test FMT_FOR_EACH*. Victor Zverovich 2014-06-28 10:32:37 -07:00
  • bf25ef6455 FMT_TEMPLATE -> FMT_WRAP Victor Zverovich 2014-06-28 09:15:51 -07:00
  • 08e2dffa86 Add macro test. Victor Zverovich 2014-06-25 07:50:33 -07:00
  • ef34eb6ec2 Emulate variadic functions on older compilers. Victor Zverovich 2014-06-25 07:50:16 -07:00
  • 2f752abe97 Add FMT_VARIADIC_VOID to emulate variadic functions on old compilers. Victor Zverovich 2014-06-24 19:27:26 -07:00
  • 8198df84f0 Suppress warnings about variadic macros. Victor Zverovich 2014-06-24 13:01:44 -07:00
  • 55f6640cae Fix test. Victor Zverovich 2014-06-24 11:13:18 -07:00
  • a062f94ab0 Workaround a bug in VC++ variadic macro implementation. Victor Zverovich 2014-06-24 11:09:07 -07:00
  • 302b8f4406 Fix MSVC build, take 2. Victor Zverovich 2014-06-24 10:46:01 -07:00
  • 73fda2a8b1 Fix error on MSVC. Victor Zverovich 2014-06-24 10:30:37 -07:00
  • 0195f543d9 Initial support for variadic functions without C++11. Victor Zverovich 2014-06-24 10:14:50 -07:00
  • ea99bfb902 Move ArgInfo to internal namespace and add ArgList. Victor Zverovich 2014-06-24 07:54:26 -07:00
  • 8d4535e76c Avoid unnecessary include. Victor Zverovich 2014-06-23 09:49:59 -07:00
  • 3e53ac2451 Fix warnings. Victor Zverovich 2014-06-23 08:48:42 -07:00
  • d0587445cb Test negative precision. Victor Zverovich 2014-06-23 08:39:32 -07:00
  • 4099a1269b Add support for negative width. Victor Zverovich 2014-06-23 08:10:50 -07:00
  • 91e6bc8b97 Document 'a' and 'A' format specifiers. Victor Zverovich 2014-06-23 07:28:29 -07:00
  • 8a8be2267d More tests. Victor Zverovich 2014-06-23 07:17:58 -07:00
  • 1a75ed01cd Implement dynamic precision in printf. Victor Zverovich 2014-06-23 07:16:46 -07:00
  • 0552f5b809 Test precision. Victor Zverovich 2014-06-23 07:07:10 -07:00
  • c538dd5033 Don't specify image dimensions as they have no effect. Victor Zverovich 2014-06-22 11:58:19 -07:00
  • 9c995a6b58 Don't use undefined _MSC_VER. Victor Zverovich 2014-06-21 09:47:37 -07:00
  • 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