Commit Graph

  • d3a471c0b7 Add a section on portability. Victor Zverovich 2012-12-16 15:59:19 -08:00
  • 1dc0cc3b80 Fix a dumb assert on MSVC. Victor Zverovich 2012-12-16 15:56:44 -08:00
  • 7e911c1e75 Fix a dumb assert on MSVC. Victor Zverovich 2012-12-16 15:50:43 -08:00
  • bd274a3b7a Fix test. Victor Zverovich 2012-12-16 15:46:06 -08:00
  • 0c816551ad Get rid of duplicate main. Victor Zverovich 2012-12-16 15:25:40 -08:00
  • 4226b64c7d Disable message boxes on assertion failures. Victor Zverovich 2012-12-16 15:20:01 -08:00
  • d53f209626 Disable "secure" warnings in format.cc too. Victor Zverovich 2012-12-16 15:06:31 -08:00
  • eb7cc675a6 Disable "secure" warnings, take 2. Victor Zverovich 2012-12-16 14:39:54 -08:00
  • 5b2a8842a4 Test commit. Victor Zverovich 2012-12-16 14:30:56 -08:00
  • 0086920148 Test commit. Victor Zverovich 2012-12-16 14:21:30 -08:00
  • 89d5e0c97f Test commit. Victor Zverovich 2012-12-16 13:40:59 -08:00
  • b33bdb21a4 Disable "secure" warnings. Victor Zverovich 2012-12-16 12:48:13 -08:00
  • d8f1ee175c Make test compile on older compilers. Victor Zverovich 2012-12-16 10:38:09 -08:00
  • 93a970945e Improve API and make it work on older GCC. Victor Zverovich 2012-12-16 10:03:19 -08:00
  • fcf476bb02 Fix MSVC build. Victor Zverovich 2012-12-16 09:42:00 -08:00
  • cbaddefddd Forbid copying of ActiveFormat other that from a temporary object. Victor Zverovich 2012-12-15 20:17:03 -08:00
  • 4dbf00b4e0 Rerun the tests. Victor Zverovich 2012-12-15 08:24:23 -08:00
  • 6861ac4718 Fix the build on GCC 4.2.1 from MacOS X. Victor Zverovich 2012-12-14 19:01:48 -08:00
  • 6e1d142a56 Make tests more portable. Victor Zverovich 2012-12-13 15:10:02 -08:00
  • e4ada5bc7f Add a line break after copyright. Victor Zverovich 2012-12-13 08:17:56 -08:00
  • a8a536bde5 Use syntax highlighting for all examples. Victor Zverovich 2012-12-13 08:12:09 -08:00
  • 9dc5e3f0c2 Try highlight option. Victor Zverovich 2012-12-13 08:06:07 -08:00
  • d29f31851e Add a test from example. Victor Zverovich 2012-12-13 08:01:47 -08:00
  • 228fc8758f Syntax highlight one block. Acknowledge str.format. Victor Zverovich 2012-12-13 08:01:37 -08:00
  • 1aa8f2f5c5 productionlist doesn't work on github, using parsed-literal instead. Victor Zverovich 2012-12-12 16:09:50 -08:00
  • 7a93a8e8b7 Try productionlist. Victor Zverovich 2012-12-12 16:05:48 -08:00
  • 6143698aa6 Remove unnecessary quotes. Victor Zverovich 2012-12-12 15:49:17 -08:00
  • 4dea3200a9 Use parsed literal block for the grammar. Document 0 flag. Victor Zverovich 2012-12-12 15:41:53 -08:00
  • 363352754c Implement runtime precision. Victor Zverovich 2012-12-12 15:21:11 -08:00
  • db306cfb22 Fix long double tests. Victor Zverovich 2012-12-12 11:32:13 -08:00
  • 414caae4d3 Detect boost. Victor Zverovich 2012-12-12 11:32:01 -08:00
  • 771746bd7e Set gtest_force_shared_crt, take 2. Victor Zverovich 2012-12-12 10:37:27 -08:00
  • a2a8741348 Fix issues with MSVC. Victor Zverovich 2012-12-12 10:11:40 -08:00
  • f4f35cd1af Rollback the last change and set gtest_force_shared_crt instead. Victor Zverovich 2012-12-12 10:11:23 -08:00
  • 25d61171e8 Add format.cc to the test instead of linking with format library to avoid link errors with MSVC. Victor Zverovich 2012-12-12 10:03:05 -08:00
  • e8ba960e16 Workaround for missing snprintf in MSVC. Victor Zverovich 2012-12-12 09:29:50 -08:00
  • 63d1fca94f Include cctype in tests too. Victor Zverovich 2012-12-12 09:29:32 -08:00
  • 72f896d6b6 Include cctype for isprint. Victor Zverovich 2012-12-12 09:17:28 -08:00
  • d6bf6d2708 Workaround a bug in Visual C++. Victor Zverovich 2012-12-12 09:14:00 -08:00
  • faccb4c765 Add a license. Victor Zverovich 2012-12-12 07:44:41 -08:00
  • 33bb6eef5a Enable and fix warnings. Victor Zverovich 2012-12-11 21:47:05 -08:00
  • 1c8a849229 Fix double action call issue. Victor Zverovich 2012-12-11 20:49:01 -08:00
  • 59536b154c Add more tests. Victor Zverovich 2012-12-11 20:48:49 -08:00
  • a9a4e74fed Improve description. Victor Zverovich 2012-12-11 16:53:06 -08:00
  • 1c2d00f7d8 Rerun the tests. Victor Zverovich 2012-12-11 16:37:50 -08:00
  • cd8fbb0871 Correct a comment. Victor Zverovich 2012-12-11 16:30:37 -08:00
  • 7c697bfcac Update readme. Victor Zverovich 2012-12-11 16:30:27 -08:00
  • e2725eeeb1 ArgFormatter -> Formatter::ArgInserter. Test ArgInserter and ActiveFormatter. Victor Zverovich 2012-12-11 16:26:04 -08:00
  • 1f6e4e9d7a Fix formatting. Victor Zverovich 2012-12-11 13:55:31 -08:00
  • 87b5ebfc4a BasicArgFormatter -> ArgFormatter. FullFormat -> ActiveFormatter. Use ActiveFormatter to implement Format and Print. Victor Zverovich 2012-12-11 13:54:53 -08:00
  • 57dbd2c3fe Rename Buffer to Array and test it. Victor Zverovich 2012-12-11 12:23:52 -08:00
  • 4db5a66455 Fix a lifetime issue. Victor Zverovich 2012-12-11 10:27:13 -08:00
  • b1e4cbb023 Rename ArgFormatter to BasicArgFormatter and ArgFormatterWithCallback to ArgFormatter. Victor Zverovich 2012-12-11 08:41:06 -08:00
  • 0996e98727 Add comments. Victor Zverovich 2012-12-10 20:37:35 -08:00
  • 14e0f87d50 Remove back() and Take(); add GrowBuffer(). Victor Zverovich 2012-12-10 18:08:04 -08:00
  • 198ebe9cf6 Add a Buffer that stores initial data on stack. Victor Zverovich 2012-12-10 17:16:08 -08:00
  • 31a507034e Implement an escape mechanism. Victor Zverovich 2012-12-10 15:04:55 -08:00
  • 6caa750a00 Add "p" to supported types. Victor Zverovich 2012-12-10 13:30:25 -08:00
  • d599e3b262 Test pointer, c string and character formatting. Victor Zverovich 2012-12-10 13:30:06 -08:00
  • d73306bdce Test double formatting. Victor Zverovich 2012-12-10 12:16:02 -08:00
  • 27b8ba06e8 Test octal formatting. Victor Zverovich 2012-12-10 11:51:45 -08:00
  • b98b2e9842 Implement formatting of integers. Victor Zverovich 2012-12-10 11:08:16 -08:00
  • c5dce1caf9 Describe format string syntax. Victor Zverovich 2012-12-10 11:06:55 -08:00
  • 4d28757d45 Correction. Victor Zverovich 2012-12-09 19:25:53 -08:00
  • a93886f1b0 Correction. Victor Zverovich 2012-12-09 19:24:39 -08:00
  • dfabf0e77a Correction. Victor Zverovich 2012-12-09 19:22:38 -08:00
  • 8e23730f86 Add another example. Victor Zverovich 2012-12-09 19:19:47 -08:00
  • bbd13a492b Test precision. Victor Zverovich 2012-12-09 14:13:23 -08:00
  • 095b43a8f0 Test and correct handling of the width specifier. Victor Zverovich 2012-12-09 11:32:39 -08:00
  • 8b60a804ba Fix an example. Victor Zverovich 2012-12-09 10:26:12 -08:00
  • d3998a2a1f Add another example. Victor Zverovich 2012-12-09 10:25:38 -08:00
  • cb458293a3 Mention a POSIX extension of printf. Victor Zverovich 2012-12-09 10:09:15 -08:00
  • 280ea8b5c5 Add support for user-defined types. Victor Zverovich 2012-12-09 09:03:47 -08:00
  • 8b1c7098ec More tests. Victor Zverovich 2012-12-08 18:45:35 -08:00
  • 63539c03b0 Check for overflow when parsing argument index. Improve error handling. Fix overload issues. More tests. Victor Zverovich 2012-12-08 08:17:12 -08:00
  • 5f3ed207da Add more tests. Check if argument index is in range. Victor Zverovich 2012-12-07 17:48:10 -08:00
  • 4dac3b7f13 Correct quotes. Victor Zverovich 2012-12-07 15:37:38 -08:00
  • 3e4d847d4e Write README. Victor Zverovich 2012-12-07 15:33:27 -08:00
  • 58e53b4370 Update readme. Victor Zverovich 2012-12-07 14:32:48 -08:00
  • 659dd37b79 Link to specific subsections in Benchmarks. Victor Zverovich 2012-12-07 14:22:24 -08:00
  • 2953d8499d Link to Benchmarks. Victor Zverovich 2012-12-07 14:20:32 -08:00
  • 70a23179e1 Expand README. Victor Zverovich 2012-12-07 14:18:37 -08:00
  • 596d01c8bd Write README. Victor Zverovich 2012-12-07 13:33:08 -08:00
  • c50f94ac04 Separate optimized and debug bloat tests. Add Benchmark section to the README. Victor Zverovich 2012-12-07 13:20:50 -08:00
  • d5925dc3cb Add dependencies. Victor Zverovich 2012-12-07 12:25:49 -08:00
  • dc533040fa Add bloat tests from tinyformat. Victor Zverovich 2012-12-07 12:04:32 -08:00
  • a23a8d134e Fix setting the default build type. Victor Zverovich 2012-12-07 10:04:01 -08:00
  • 5e0765975c Add format library to the tests. Victor Zverovich 2012-12-07 10:01:05 -08:00
  • 6767965583 Set the default build type to Release. Integrate speed test from tinyformat. Victor Zverovich 2012-12-07 09:41:02 -08:00
  • 4e473c23a9 Add tinyformat as a submodule for testing. Victor Zverovich 2012-12-07 09:28:48 -08:00
  • 7a71ff4db1 Use readonly git repo URL for gtest. Victor Zverovich 2012-12-07 09:23:40 -08:00
  • afe8b1c3be Document why we compile Google Test ourselves. Victor Zverovich 2012-12-07 09:11:03 -08:00
  • c84489766a Ignore generated and temporary files. Victor Zverovich 2012-12-07 09:06:29 -08:00
  • cb99919912 Add tests. Victor Zverovich 2012-12-07 09:02:15 -08:00
  • 15755cfa69 Add CMake build script Victor Zverovich 2012-12-07 08:33:00 -08:00
  • b076df4f80 Initial import Victor Zverovich 2012-12-07 08:31:09 -08:00
  • ec27d5d8a1 Initial commit vitaut 2012-12-07 08:26:46 -08:00