Commit Graph

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