Victor Zverovich
|
0a138ad865
|
Implement minus flag.
|
2012-12-25 13:25:14 -08:00 |
|
Victor Zverovich
|
d96337914f
|
Make integer formatting faster.
|
2012-12-25 09:00:11 -08:00 |
|
Victor Zverovich
|
ccbe94189c
|
Implement numeric alignment. Make integer formatting faster.
|
2012-12-24 08:34:44 -08:00 |
|
Victor Zverovich
|
1b9c22c161
|
Implement right alignment.
|
2012-12-22 17:53:13 -08:00 |
|
Victor Zverovich
|
be6e54de36
|
Implement left alignment.
|
2012-12-22 14:05:56 -08:00 |
|
Victor Zverovich
|
75343c7e12
|
Add format to int_generator tests.
|
2012-12-21 22:50:42 -08:00 |
|
Victor Zverovich
|
64236894ce
|
Parse alignment.
|
2012-12-21 09:12:04 -08:00 |
|
Victor Zverovich
|
a0d685c710
|
Implement fill.
|
2012-12-20 20:10:55 -08:00 |
|
Victor Zverovich
|
30ab349173
|
Refactor StringRef.
|
2012-12-19 10:47:00 -08:00 |
|
Victor Zverovich
|
77a5ffa9df
|
Remove extra '>'
|
2012-12-18 15:50:14 -08:00 |
|
Victor Zverovich
|
2baf6d3030
|
Implement StringRef.
|
2012-12-18 15:39:42 -08:00 |
|
Victor Zverovich
|
2ba1573ac3
|
Introduce str and c_str into the format namespace.
|
2012-12-18 14:38:03 -08:00 |
|
Victor Zverovich
|
3d9b0f0757
|
Add ArgInserter::str().
|
2012-12-17 21:13:54 -08:00 |
|
Victor Zverovich
|
ade5381f9a
|
Preliminary support for custom formatting.
|
2012-12-17 14:56:44 -08:00 |
|
Victor Zverovich
|
059934fd10
|
Rename Active Formatter to TempFormatter.
|
2012-12-16 20:57:35 -08:00 |
|
Victor Zverovich
|
93a970945e
|
Improve API and make it work on older GCC.
|
2012-12-16 10:03:19 -08:00 |
|
Victor Zverovich
|
cbaddefddd
|
Forbid copying of ActiveFormat other that from a temporary object.
|
2012-12-15 20:17:03 -08:00 |
|
Victor Zverovich
|
6861ac4718
|
Fix the build on GCC 4.2.1 from MacOS X.
|
2012-12-14 19:01:48 -08:00 |
|
Victor Zverovich
|
363352754c
|
Implement runtime precision.
|
2012-12-12 15:21:11 -08:00 |
|
Victor Zverovich
|
d6bf6d2708
|
Workaround a bug in Visual C++.
|
2012-12-12 09:14:00 -08:00 |
|
Victor Zverovich
|
faccb4c765
|
Add a license.
|
2012-12-12 07:44:41 -08:00 |
|
Victor Zverovich
|
33bb6eef5a
|
Enable and fix warnings.
|
2012-12-11 21:47:05 -08:00 |
|
Victor Zverovich
|
1c8a849229
|
Fix double action call issue.
|
2012-12-11 20:49:01 -08:00 |
|
Victor Zverovich
|
e2725eeeb1
|
ArgFormatter -> Formatter::ArgInserter. Test ArgInserter and ActiveFormatter.
|
2012-12-11 16:26:04 -08:00 |
|
Victor Zverovich
|
87b5ebfc4a
|
BasicArgFormatter -> ArgFormatter. FullFormat -> ActiveFormatter. Use ActiveFormatter to implement Format and Print.
|
2012-12-11 13:54:53 -08:00 |
|
Victor Zverovich
|
57dbd2c3fe
|
Rename Buffer to Array and test it.
|
2012-12-11 12:23:52 -08:00 |
|
Victor Zverovich
|
4db5a66455
|
Fix a lifetime issue.
|
2012-12-11 10:27:13 -08:00 |
|
Victor Zverovich
|
b1e4cbb023
|
Rename ArgFormatter to BasicArgFormatter and ArgFormatterWithCallback to ArgFormatter.
|
2012-12-11 08:41:06 -08:00 |
|
Victor Zverovich
|
0996e98727
|
Add comments.
|
2012-12-10 20:37:35 -08:00 |
|
Victor Zverovich
|
14e0f87d50
|
Remove back() and Take(); add GrowBuffer().
|
2012-12-10 18:08:04 -08:00 |
|
Victor Zverovich
|
198ebe9cf6
|
Add a Buffer that stores initial data on stack.
|
2012-12-10 17:16:08 -08:00 |
|
Victor Zverovich
|
31a507034e
|
Implement an escape mechanism.
|
2012-12-10 15:04:55 -08:00 |
|
Victor Zverovich
|
b98b2e9842
|
Implement formatting of integers.
|
2012-12-10 11:08:16 -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
|
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
|
b076df4f80
|
Initial import
|
2012-12-07 08:31:09 -08:00 |
|