Victor Zverovich
|
fbfedcf0ac
|
Fix the issue with signbit in C++11.
|
2013-01-14 15:16:20 -08:00 |
|
Victor Zverovich
|
446f22fb99
|
Update links.
|
2013-01-14 07:02:59 -08:00 |
|
Victor Zverovich
|
d974a935d5
|
rename format.rst to index.rst
|
2013-01-14 06:57:44 -08:00 |
|
Victor Zverovich
|
a99e7a2bae
|
remove index.rst
|
2013-01-14 06:57:21 -08:00 |
|
Victor Zverovich
|
3541e3a40e
|
Correct links.
|
2013-01-14 06:47:10 -08:00 |
|
Victor Zverovich
|
b1600d8877
|
Correct links.
|
2013-01-14 06:44:47 -08:00 |
|
Victor Zverovich
|
e7c7b12d8a
|
Add Documentation License section, acknowledge Doug's contribution.
|
2013-01-14 06:43:31 -08:00 |
|
Victor Zverovich
|
f87c6ba358
|
Fix warnings.
|
2013-01-13 09:47:01 -08:00 |
|
Victor Zverovich
|
07ad14efdb
|
Simplify traits.
|
2013-01-13 09:41:14 -08:00 |
|
Victor Zverovich
|
2ca696d4df
|
Fix the build.
|
2013-01-13 09:29:37 -08:00 |
|
Victor Zverovich
|
41d898e1e4
|
Use (u)int64_t instead of long.
|
2013-01-13 08:45:02 -08:00 |
|
Victor Zverovich
|
9fc0574715
|
Fix the build on MSVC.
|
2013-01-13 08:37:47 -08:00 |
|
Victor Zverovich
|
4d8cc4828a
|
Update tinyformat.
|
2013-01-13 08:28:57 -08:00 |
|
Victor Zverovich
|
de580f6930
|
Move str and c_str to the fmt namespace and document the API.
|
2013-01-13 07:50:28 -08:00 |
|
Victor Zverovich
|
aba9e15021
|
Add support for types other than int in oct, hex, hexu & pad. Document the API.
|
2013-01-13 07:14:54 -08:00 |
|
Victor Zverovich
|
d53cc2bc12
|
Fix the build on MSVC.
|
2013-01-12 10:17:56 -08:00 |
|
Victor Zverovich
|
4f96062c5a
|
Add tests.
|
2013-01-12 10:08:51 -08:00 |
|
Victor Zverovich
|
9e81263cf5
|
Document the API.
|
2013-01-12 10:08:39 -08:00 |
|
Victor Zverovich
|
3c90a8736b
|
Fix the build.
|
2013-01-12 10:08:16 -08:00 |
|
Victor Zverovich
|
7664a0aa5b
|
Move the heading to the correct place.
|
2013-01-09 07:30:01 -08:00 |
|
Victor Zverovich
|
877abaf301
|
Parameterize integer formatting method on format spec type. Add Sprint/iomanip style formatting methods (oct, hex, hexu, pad).
|
2013-01-08 09:56:05 -08:00 |
|
Victor Zverovich
|
6d116e959c
|
Update gtest.
|
2013-01-08 09:50:23 -08:00 |
|
Victor Zverovich
|
de17baae2d
|
Move formatting methods to BasicFormat.
|
2013-01-04 09:14:34 -08:00 |
|
Victor Zverovich
|
8e158d74cd
|
Document the API.
|
2013-01-04 07:04:35 -08:00 |
|
Victor Zverovich
|
00830b99b3
|
Document the API using breathe.
|
2013-01-03 08:57:34 -08:00 |
|
Victor Zverovich
|
251e8774b0
|
Fix the build on MSVC.
|
2012-12-29 09:54:57 -08:00 |
|
Victor Zverovich
|
5ec28a4914
|
Use breathe + doxygen for API documentation.
|
2012-12-29 09:27:26 -08:00 |
|
Victor Zverovich
|
4762a8afd0
|
Format infinity.
|
2012-12-29 06:44:14 -08:00 |
|
Victor Zverovich
|
529045b65d
|
Fix the build.
|
2012-12-28 09:41:03 -08:00 |
|
Victor Zverovich
|
7b970285da
|
Fix the build.
|
2012-12-28 09:24:06 -08:00 |
|
Victor Zverovich
|
10108c75a5
|
Implement signbit for MSVC.
|
2012-12-28 09:08:29 -08:00 |
|
Victor Zverovich
|
ce60483833
|
Format NaN.
|
2012-12-28 08:27:54 -08:00 |
|
Victor Zverovich
|
5d4ef3387f
|
Test examples.
|
2012-12-28 07:18:30 -08:00 |
|
Victor Zverovich
|
a4f836e325
|
Add missing ')'.
|
2012-12-28 06:42:17 -08:00 |
|
Victor Zverovich
|
8412ad6aeb
|
Implement automatic argument indexing.
|
2012-12-27 06:56:55 -08:00 |
|
Victor Zverovich
|
73f13eeb5b
|
Implement '#' flag.
|
2012-12-25 18:19:51 -08:00 |
|
Victor Zverovich
|
3f73987a62
|
Move single argument formatting to BasicFormatter.
|
2012-12-25 17:55:41 -08:00 |
|
Victor Zverovich
|
17ca809135
|
Implement space sign.
|
2012-12-25 13:45:12 -08:00 |
|
Victor Zverovich
|
0f46a3df6a
|
Fix the build.
|
2012-12-25 13:30:42 -08:00 |
|
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
|
3cea869989
|
Include Karma.
|
2012-12-24 21:31:05 -08:00 |
|
Victor Zverovich
|
a64300d4e6
|
Remove Format string syntax section.
|
2012-12-24 20:48:52 -08:00 |
|
Victor Zverovich
|
5f2ebc6b74
|
Update readme.
|
2012-12-24 19:44:31 -08:00 |
|
Victor Zverovich
|
84310c3a84
|
Implement center alignment.
|
2012-12-24 19:37:50 -08:00 |
|
Victor Zverovich
|
4d1ee0bb5b
|
Fix a warning.
|
2012-12-24 18:19:33 -08:00 |
|
Victor Zverovich
|
05a4b4fda9
|
Test formatting of the largest pointer
|
2012-12-24 12:28:54 -08:00 |
|
Victor Zverovich
|
995d01a6fa
|
Fix a warning.
|
2012-12-24 12:14:26 -08:00 |
|
Victor Zverovich
|
26d2ae6281
|
Fix compilation on pre C++11.
|
2012-12-24 11:58:49 -08:00 |
|
Victor Zverovich
|
100149eb58
|
Fix compilation on pre C++11.
|
2012-12-24 11:41:20 -08:00 |
|