Victor Zverovich
|
a1dccea9ba
|
Use one namespace (fmt) instead of two (format and fmt).
|
2013-01-21 11:42:25 -08:00 |
|
Victor Zverovich
|
8598a57693
|
Rename "String Formatting" section to "String Formatting API".
|
2013-01-15 07:17:11 -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
|
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
|
9e81263cf5
|
Document the API.
|
2013-01-12 10:08:39 -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
|
5ec28a4914
|
Use breathe + doxygen for API documentation.
|
2012-12-29 09:27:26 -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
|
c5f4ecb25a
|
.
|
2012-12-21 22:50:51 -08:00 |
|
Victor Zverovich
|
a145b4c61c
|
Correct module name.
|
2012-12-19 09:17:32 -08:00 |
|
Victor Zverovich
|
b1da947d75
|
Preserve original copyright.
|
2012-12-19 09:17:20 -08:00 |
|
Victor Zverovich
|
45865de9b4
|
string.rst -> format.rst
|
2012-12-19 09:06:32 -08:00 |
|
Victor Zverovich
|
bee2b6a5ac
|
Update doc.
|
2012-12-19 09:05:07 -08:00 |
|
Victor Zverovich
|
2e6d79a523
|
Update docs.
|
2012-12-18 09:27:07 -08:00 |
|
Victor Zverovich
|
d7db2657a0
|
"positional argument" -> argument (in C++ all arguments are positional in a sense, there are no keyword arguments).
|
2012-12-18 08:46:53 -08:00 |
|
Victor Zverovich
|
2a95e670e5
|
Adapt "Format String Syntax" for the format library.
|
2012-12-18 08:41:59 -08:00 |
|
Victor Zverovich
|
a658427bbf
|
Temporary disabled String Formatting part. Get rid of "conversion".
|
2012-12-18 07:15:15 -08:00 |
|
Victor Zverovich
|
c1ca4a4574
|
Add docs.
|
2012-12-18 06:49:18 -08:00 |
|