Commit Graph

6941 Commits

Author SHA1 Message Date
Victor Zverovich
31a507034e Implement an escape mechanism. 2012-12-10 15:04:55 -08:00
Victor Zverovich
6caa750a00 Add "p" to supported types. 2012-12-10 13:30:25 -08:00
Victor Zverovich
d599e3b262 Test pointer, c string and character formatting. 2012-12-10 13:30:06 -08:00
Victor Zverovich
d73306bdce Test double formatting. 2012-12-10 12:16:02 -08:00
Victor Zverovich
27b8ba06e8 Test octal formatting. 2012-12-10 11:51:45 -08:00
Victor Zverovich
b98b2e9842 Implement formatting of integers. 2012-12-10 11:08:16 -08:00
Victor Zverovich
c5dce1caf9 Describe format string syntax. 2012-12-10 11:06:55 -08:00
Victor Zverovich
4d28757d45 Correction. 2012-12-09 19:25:53 -08:00
Victor Zverovich
a93886f1b0 Correction. 2012-12-09 19:24:39 -08:00
Victor Zverovich
dfabf0e77a Correction. 2012-12-09 19:22:38 -08:00
Victor Zverovich
8e23730f86 Add another example. 2012-12-09 19:19:47 -08:00
Victor Zverovich
bbd13a492b Test precision. 2012-12-09 14:13:23 -08:00
Victor Zverovich
095b43a8f0 Test and correct handling of the width specifier. 2012-12-09 11:32:39 -08:00
Victor Zverovich
8b60a804ba Fix an example. 2012-12-09 10:26:12 -08:00
Victor Zverovich
d3998a2a1f Add another example. 2012-12-09 10:25:38 -08:00
Victor Zverovich
cb458293a3 Mention a POSIX extension of printf. 2012-12-09 10:09:15 -08:00
Victor Zverovich
280ea8b5c5 Add support for user-defined types. 2012-12-09 09:03:47 -08:00
Victor Zverovich
8b1c7098ec More tests. 2012-12-08 18:45:35 -08:00
Victor Zverovich
63539c03b0 Check for overflow when parsing argument index. Improve error handling. Fix overload issues. More tests. 2012-12-08 08:17:12 -08:00
Victor Zverovich
5f3ed207da Add more tests. Check if argument index is in range. 2012-12-07 17:48:10 -08:00
Victor Zverovich
4dac3b7f13 Correct quotes. 2012-12-07 15:37:38 -08:00
Victor Zverovich
3e4d847d4e Write README. 2012-12-07 15:33:27 -08:00
Victor Zverovich
58e53b4370 Update readme. 2012-12-07 14:32:48 -08:00
Victor Zverovich
659dd37b79 Link to specific subsections in Benchmarks. 2012-12-07 14:22:24 -08:00
Victor Zverovich
2953d8499d Link to Benchmarks. 2012-12-07 14:20:32 -08:00
Victor Zverovich
70a23179e1 Expand README. 2012-12-07 14:18:37 -08:00
Victor Zverovich
596d01c8bd Write README. 2012-12-07 13:33:08 -08:00
Victor Zverovich
c50f94ac04 Separate optimized and debug bloat tests. Add Benchmark section to the README. 2012-12-07 13:20:50 -08:00
Victor Zverovich
d5925dc3cb Add dependencies. 2012-12-07 12:25:49 -08:00
Victor Zverovich
dc533040fa Add bloat tests from tinyformat. 2012-12-07 12:04:32 -08:00
Victor Zverovich
a23a8d134e Fix setting the default build type. 2012-12-07 10:04:01 -08:00
Victor Zverovich
5e0765975c Add format library to the tests. 2012-12-07 10:01:05 -08:00
Victor Zverovich
6767965583 Set the default build type to Release. Integrate speed test from tinyformat. 2012-12-07 09:41:02 -08:00
Victor Zverovich
4e473c23a9 Add tinyformat as a submodule for testing. 2012-12-07 09:28:48 -08:00
Victor Zverovich
7a71ff4db1 Use readonly git repo URL for gtest. 2012-12-07 09:23:40 -08:00
Victor Zverovich
afe8b1c3be Document why we compile Google Test ourselves. 2012-12-07 09:11:03 -08:00
Victor Zverovich
c84489766a Ignore generated and temporary files. 2012-12-07 09:06:29 -08:00
Victor Zverovich
cb99919912 Add tests. 2012-12-07 09:02:15 -08:00
Victor Zverovich
15755cfa69 Add CMake build script 2012-12-07 08:33:00 -08:00
Victor Zverovich
b076df4f80 Initial import 2012-12-07 08:31:09 -08:00
vitaut
ec27d5d8a1 Initial commit 2012-12-07 08:26:46 -08:00