Commit Graph

  • b498ba0bc5 FormatFloat -> format_float (https://github.com/cppformat/cppformat/issues/50) Victor Zverovich 2014-07-26 08:03:03 -07:00
  • 37356c3f5e Comment. Victor Zverovich 2014-07-26 07:26:04 -07:00
  • aa6aa4207e Edit readme. Victor Zverovich 2014-07-26 07:25:31 -07:00
  • 2a747b19e0 CheckPtr -> make_ptr (https://github.com/cppformat/cppformat/issues/50) Victor Zverovich 2014-07-25 08:41:22 -07:00
  • d142e3b55f Simplify handling of flags. Victor Zverovich 2014-07-25 08:29:06 -07:00
  • d699c2a0d9 Don't duplicate integer format specifiers when formatting char as integer. Victor Zverovich 2014-07-25 08:24:27 -07:00
  • a997de90eb Fix https://github.com/cppformat/cppformat/issues/57. Victor Zverovich 2014-07-25 07:10:33 -07:00
  • 89468c2a23 Update breathe. Victor Zverovich 2014-07-24 14:48:20 -07:00
  • ee24839cbd Fix tests. Victor Zverovich 2014-07-24 09:07:43 -07:00
  • ca0dcce2a6 CountDigits -> count_digits Victor Zverovich 2014-07-24 08:59:52 -07:00
  • c1db293518 Don't use Writer's buffer directly in formatters. Unfriend BasicFormatter. Victor Zverovich 2014-07-24 08:53:27 -07:00
  • a7d94f0c61 Fix https://github.com/cppformat/cppformat/issues/55. Victor Zverovich 2014-07-22 12:37:10 -07:00
  • 177715d8f9 Update breathe. Victor Zverovich 2014-07-21 12:27:52 -07:00
  • f1dfd59a41 HandleArgIndex -> handle_arg_index. Use error_ instead of a local. Victor Zverovich 2014-07-16 08:49:23 -07:00
  • f86c812e1a Remove unused SimpleErrorReporter. Victor Zverovich 2014-07-16 08:48:27 -07:00
  • 4edc88f609 Add FormatterBase. Victor Zverovich 2014-07-16 08:38:15 -07:00
  • 9144a8fbbe PrintfParser -> PrintfFormatter. Victor Zverovich 2014-07-16 07:59:45 -07:00
  • e2a66c58e5 Simplify and test ArgVisitor. Victor Zverovich 2014-07-16 07:55:31 -07:00
  • 9d74f9542b IsNegative -> is_negative. Simplify WidthHandler and ArgFormatter. Victor Zverovich 2014-07-16 07:27:54 -07:00
  • 512e2ced93 Rewrite argument formatting using ArgVisitor. Victor Zverovich 2014-07-14 08:47:03 -07:00
  • e3a2ac8725 Move StringValue to Arg & simplify StringTraits. Victor Zverovich 2014-07-14 08:04:17 -07:00
  • 8a66bb89b2 Complete ArgVisitor test. Victor Zverovich 2014-07-14 07:27:07 -07:00
  • a7a18fac89 Fix util-test. Victor Zverovich 2014-07-14 07:17:58 -07:00
  • 591ad0a64a Add ArgVisitor. Victor Zverovich 2014-07-14 06:55:29 -07:00
  • 979561cc00 Clean appveyor config. Victor Zverovich 2014-07-10 11:23:06 -07:00
  • 4ecfdd50b6 Suppress error dialogs on assertion failures in MinGW. Victor Zverovich 2014-07-10 11:05:26 -07:00
  • c3a6e01f52 Try a fix for $env:Configuration not expanding. Victor Zverovich 2014-07-10 10:43:21 -07:00
  • 308ee8a7eb Clean appveyor config. Victor Zverovich 2014-07-10 09:34:26 -07:00
  • eb04e9abd3 Report build type. Victor Zverovich 2014-07-10 09:14:24 -07:00
  • c0d55e6308 Remove WriteArrayOfUnknownSize because it shouldn't compile according to standard. Victor Zverovich 2014-07-10 08:42:33 -07:00
  • 47f2e7aa02 Clean appveyor config. Victor Zverovich 2014-07-10 08:41:33 -07:00
  • 6eaee58679 Fix appveyor config. Victor Zverovich 2014-07-10 08:26:20 -07:00
  • b119b9ad71 Debug appveyor config. Victor Zverovich 2014-07-10 08:18:24 -07:00
  • 59ed28274c Remove Git bin directory from the path because it breaks mingw config. Victor Zverovich 2014-07-10 07:58:42 -07:00
  • f29a3fadbf Fix appveyor config, take 2. Victor Zverovich 2014-07-10 07:38:55 -07:00
  • 8cfe4e2266 Fix appveyor config. Victor Zverovich 2014-07-10 07:31:54 -07:00
  • 0a26914e42 Debug appveyor config. Victor Zverovich 2014-07-10 07:27:14 -07:00
  • 472e6107bb Fix appveyor config. Victor Zverovich 2014-07-10 07:02:59 -07:00
  • 307c207351 Split long line. Victor Zverovich 2014-07-10 07:00:26 -07:00
  • dfadea8345 Fix 7z invocation. Victor Zverovich 2014-07-10 06:50:14 -07:00
  • b1c89e37bf Add support for MinGW build. Victor Zverovich 2014-07-10 06:39:10 -07:00
  • dac1aa0d23 Don't install MinGW for MSVC build. Victor Zverovich 2014-07-10 06:33:20 -07:00
  • f7e0fb8a58 Try build matrix in appveyor. Victor Zverovich 2014-07-09 19:44:32 -07:00
  • f739978fbb Clean appveyor config. Victor Zverovich 2014-07-09 17:32:32 -07:00
  • cac3656b78 Suppress output from 7z. Victor Zverovich 2014-07-09 17:24:23 -07:00
  • 18b4abff0b Specify user agent when downloading from SF. Victor Zverovich 2014-07-09 17:13:27 -07:00
  • 2fb88aaa08 Debug appveyor config. Victor Zverovich 2014-07-09 17:06:05 -07:00
  • bd8f8b5525 Try fixing download. Victor Zverovich 2014-07-09 15:16:24 -07:00
  • 5e42eaca0d Install mingw in appveyor. Victor Zverovich 2014-07-09 13:16:39 -07:00
  • e839608dcf Try installing mingw in appveyor. Victor Zverovich 2014-07-09 12:07:24 -07:00
  • 83c2b37673 Check if 7zip installed in appveyor. Victor Zverovich 2014-07-09 11:16:28 -07:00
  • 16985f4764 Fix one more test failure on MinGW. Victor Zverovich 2014-07-09 10:13:44 -07:00
  • d3a7a4c209 Fix StrError test. Victor Zverovich 2014-07-09 10:11:10 -07:00
  • 53a475ac94 Do fix a test. Victor Zverovich 2014-07-09 10:01:36 -07:00
  • 897397760c Fix a test. Victor Zverovich 2014-07-09 09:55:13 -07:00
  • 9c47f3e057 Fix MinGW issues, take 2. Victor Zverovich 2014-07-09 09:45:18 -07:00
  • 0ffcec0090 Fix MinGW issues. Victor Zverovich 2014-07-09 09:35:36 -07:00
  • 8321d0ecf9 Fix warnings on MinGW. Victor Zverovich 2014-07-09 08:39:01 -07:00
  • e3a44c11f6 Add an overload of print that accepts std::ostream. Victor Zverovich 2014-07-09 06:56:36 -07:00
  • ed421848b3 Test passing an array of unknown size as an argument. Victor Zverovich 2014-07-09 06:45:20 -07:00
  • 1d7bd5d073 Add c_str functions. Victor Zverovich 2014-07-08 16:44:24 -07:00
  • b9a06bafd8 internal::FormatParser -> BasicFormatter. Victor Zverovich 2014-07-08 16:38:50 -07:00
  • e825156add Move FormatParser to the internal namespace. Victor Zverovich 2014-07-08 16:20:33 -07:00
  • f711266244 Test MakeArg. Clean the API. Victor Zverovich 2014-07-04 07:18:44 -07:00
  • 144e1fbb7c Disallow formatting of wide strings when using a narrow string formatter. Victor Zverovich 2014-07-04 06:56:19 -07:00
  • 270ed1cb92 Add printf example. Victor Zverovich 2014-07-03 09:40:34 -07:00
  • 4e260e8599 Test MakeArg and fix formatting. Victor Zverovich 2014-07-03 08:50:57 -07:00
  • 43a873f7ff Typo Victor Zverovich 2014-07-02 09:12:25 -07:00
  • 9fbdc32adc Test MakeArg and handle bool, signed char and unsigned char. Victor Zverovich 2014-07-02 08:38:31 -07:00
  • 6e5551e77a ArgInfo -> Arg Victor Zverovich 2014-07-02 06:33:25 -07:00
  • c494c980b6 Clean. Victor Zverovich 2014-07-01 21:01:15 -07:00
  • b827a97fd6 Correct example. Victor Zverovich 2014-07-01 16:59:25 -07:00
  • 5d15bdd5a5 Clean. Victor Zverovich 2014-07-01 16:23:50 -07:00
  • 530479bd07 Don't exclude PrepareBufferForInt to demonstrate an issue with docs. Victor Zverovich 2014-07-01 13:12:44 -07:00
  • b8174bec30 Use Kill-o-Zap Victor Zverovich 2014-07-01 09:17:37 -07:00
  • 39166f9aa9 Remove more deprecated code. Victor Zverovich 2014-07-01 09:15:20 -07:00
  • 2dc108b31f Remove deprecated code 🎆 🎆 🎆 Victor Zverovich 2014-07-01 09:10:43 -07:00
  • ccf1dbb139 Bump version. 0.10.0 Victor Zverovich 2014-07-01 07:19:42 -07:00
  • cff1c79469 Fix another warning. Victor Zverovich 2014-07-01 06:27:15 -07:00
  • 537c6c4e18 Fix a warning. Victor Zverovich 2014-07-01 06:21:51 -07:00
  • 8e451911c9 Fix a warning. Victor Zverovich 2014-06-30 19:11:20 -07:00
  • 442c122c44 Fix warnings. Victor Zverovich 2014-06-30 18:38:45 -07:00
  • 536fedfe0f Fix build. Victor Zverovich 2014-06-30 18:26:46 -07:00
  • 35866bb2c2 Fix warnings. Victor Zverovich 2014-06-30 18:12:57 -07:00
  • cea08c7abc Suppress more warnings. Victor Zverovich 2014-06-30 17:46:14 -07:00
  • eb034a0589 Suppress warnings. Victor Zverovich 2014-06-30 17:40:53 -07:00
  • f4208771a8 Replace ThrowWinError with WindowsError class. Victor Zverovich 2014-06-30 17:32:08 -07:00
  • c6eb12d1d4 Fix one more Windows issue. Victor Zverovich 2014-06-30 17:17:48 -07:00
  • 182d8178fe Fix one more Windows issue. Victor Zverovich 2014-06-30 17:01:31 -07:00
  • 3c72e0c18b Fix Windows build, take 2. Victor Zverovich 2014-06-30 16:56:22 -07:00
  • a318244a1c Fix Windows build. Victor Zverovich 2014-06-30 16:48:05 -07:00
  • a2205739b1 Fix build. Victor Zverovich 2014-06-30 16:31:43 -07:00
  • b939860d6e write -> write_str Victor Zverovich 2014-06-30 15:44:08 -07:00
  • 14e7ed76df Update excludes. Victor Zverovich 2014-06-30 15:43:46 -07:00
  • 53201033f2 Refactor error reporting API. Victor Zverovich 2014-06-30 14:26:29 -07:00
  • d29e505568 Move PrintfParser from BasicWriter to the internal namespace. Victor Zverovich 2014-06-30 07:12:09 -07:00
  • e63a0ff125 Deprecate c_str() and str(). Victor Zverovich 2014-06-30 06:43:53 -07:00
  • 90e6faffa0 Document ArgList. Victor Zverovich 2014-06-30 06:27:26 -07:00
  • ba70b30d7e Move BasicArg & make_arg from BasicWriter to the internal namespace. Victor Zverovich 2014-06-30 06:19:20 -07:00
  • 21111cc954 MakeArg -> make_arg. Move printf out of Writer. Victor Zverovich 2014-06-29 19:52:26 -07:00