Victor Zverovich
2346779d6b
More documentation fixes
2019-05-18 09:30:36 -07:00
Victor Zverovich
afc1a74a6c
Minor documentation fixes
2019-05-18 09:10:17 -07:00
Victor Zverovich
ad0eade471
Remove MSVC nonsense
2019-05-18 09:05:19 -07:00
Victor Zverovich
28c187bcd7
Capitalize titles
2019-05-18 08:56:49 -07:00
Victor Zverovich
91bb3aaf06
fmtlib.net -> fmt.dev
2019-05-17 15:42:00 -07:00
Billy Donahue
f569c1ba28
doc fix: time -> chrono
...
Change refs to fmt/time.h -> fmt/chrono.h
RST label rename time-api -> chrono-api
2019-04-12 14:51:32 -07:00
Victor Zverovich
a4969ebe06
Link to fmt(...) docs from index
2019-04-10 19:22:10 -07:00
Victor Zverovich
918ab77baa
Try fixing doc build
2019-04-06 10:04:56 -07:00
Tommy Nguyen
b588d7f35f
Fix a couple of deprecated things.
2019-04-04 16:26:22 -07:00
Victor Zverovich
17c6900f83
Update docs
2019-03-17 14:15:48 -07:00
Victor Zverovich
ec645ca262
Update readme and doxygen config
2019-03-16 10:47:50 -07:00
Victor Zverovich
5466a5b41f
Document inherited members
2019-03-16 08:22:16 -07:00
Gawain Bolton
2d981bb133
Add documentation for '%' format type. ( #1071 )
2019-03-06 11:50:32 -10:00
Victor Zverovich
4e5694fd05
Update arg signature
2019-02-21 17:38:30 -10:00
Victor Zverovich
bf6529f2ce
Update docs
2019-01-30 06:07:59 -08:00
Victor Zverovich
06c005b7b0
Clarify that compile-time checks don't support named arguments
2019-01-27 10:10:13 -08:00
Victor Zverovich
1b8a216ddf
Improve docs
2018-12-28 15:05:42 -08:00
Victor Zverovich
9e554999ce
Update version
2018-12-28 12:31:41 -08:00
Victor Zverovich
587a7f6634
Update changelog and docs
2018-12-24 10:56:13 -08:00
Victor Zverovich
130e412b64
Update changelog and docs
2018-12-24 09:37:52 -08:00
HecticSerenity
61ad543c3e
Windows .sln filename changed from FORMAT to FMT
2018-12-14 07:50:54 -08:00
Victor Zverovich
37f599b1a1
Fix docs
2018-12-12 17:50:50 -08:00
Victor Zverovich
2b2cfdac19
Update docs
2018-11-28 12:53:09 -08:00
Victor Zverovich
36161284e2
Update docs
2018-10-28 09:28:51 -07:00
Victor Zverovich
38f355d87b
Revert "find sphinx-build before calling build.py"
...
This reverts commit 07200f445a
because
the latter doesn't work with virtualenv correctly.
2018-10-28 09:26:21 -07:00
Victor Zverovich
4373153800
Update usage.rst
2018-10-27 12:59:51 -07:00
Kefu Chai
10e03e695b
use found python executable for launching sphinx-build
...
there is chance that the distro install python as python3, in that case
the shebang of
```
```
in build.py won't work.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2018-10-13 09:14:53 -07:00
Kefu Chai
07200f445a
find sphinx-build before calling build.py
...
this allows us to use sphinx-build-3, as user might already in a python3
world, and distros, like fedora 28, tend to add a "-3" suffix to sphinx-build.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2018-10-13 09:14:53 -07:00
Dmitry Petrashko
167f8fe325
Fix a typo in api.rst
2018-10-10 10:51:43 -07:00
Victor Zverovich
7bebb3e128
Clarify overload resolution in docs
2018-10-10 09:41:46 -07:00
Mathew Cucuzella
61f81a0719
minor documentation corrections
...
In the Format API section, it says fmt:print writes to a file, but it
writes to a stream as referenced from fopen(3), "stream open
functions". Also in the Safety section a typo; tim should be time.
2018-10-08 06:27:25 -07:00
Victor Zverovich
655ce53383
is_format_string -> is_string
2018-10-07 12:45:22 -07:00
Victor Zverovich
041bf83d9b
Improve fmt::format readability
2018-10-05 18:42:02 -07:00
Victor Zverovich
2299032392
Document how to write a formatter for a type hierarchy
2018-10-05 13:21:29 -07:00
Victor Zverovich
0f98de3011
Update docs
2018-10-03 12:07:55 -07:00
Victor Zverovich
49b4c1e9db
Update docs
2018-10-02 06:21:19 -07:00
Victor Zverovich
3e75ad9822
Update version
2018-09-21 10:18:51 -07:00
Daniel Marshall
894b6fac8e
Changed to use scoped enum
...
Changed "reusing existing formatters example" to use scoped enum instead.
2018-09-16 17:28:40 -07:00
Victor Zverovich
e758bfbae1
Merge branch 'release' of github.com:fmtlib/fmt
2018-09-13 07:38:23 -07:00
Victor Zverovich
295a0d84d9
Update version
2018-09-13 07:28:20 -07:00
Victor Zverovich
1fb1c4c912
Update docs
2018-09-13 07:20:43 -07:00
Victor Zverovich
8671689449
Update docs and formatting
2018-09-08 09:06:54 -07:00
Victor Zverovich
ba95e36a58
Clarify that '\0' cannot be used as fill ( #832 )
2018-08-19 08:37:40 -07:00
Victor Zverovich
5c0101ab2d
Use the correct function signature in the docs
2018-08-12 11:34:48 -07:00
Victor Zverovich
fbe6410e53
Fix docs
2018-08-12 08:52:47 -07:00
Victor Zverovich
35538ca66c
Merge more format overloads
2018-07-22 12:24:47 -07:00
Victor Zverovich
48dff9f3c5
Update docs
2018-07-18 06:44:46 -07:00
Victor Zverovich
60c662b3a7
Add an example of reusing formatters
2018-07-08 15:00:44 -07:00
Victor Zverovich
c2ce7e4f07
Update version
2018-07-05 06:22:54 -07:00
Victor Zverovich
e3707ef14b
Document that file should be in wide-oriented mode for wide print
2018-06-09 09:12:49 +02:00
Victor Zverovich
94b476283c
Fix docs
2018-06-04 19:56:22 +02:00
Victor Zverovich
5386f1df20
Update version
2018-05-21 21:00:04 -07:00
Victor Zverovich
6966db1dab
Update docs
2018-05-20 17:10:34 -07:00
Victor Zverovich
728e4f5a8d
Fix docs
2018-05-16 08:26:55 -07:00
Victor Zverovich
8c2557710d
Update docs and changelog
2018-05-16 07:58:53 -07:00
Victor Zverovich
78677e3fcf
Update ChangeLog and docs
2018-05-13 12:42:55 -07:00
Victor Zverovich
ad23270ec7
Document to_wstring
2018-05-13 09:11:29 -07:00
Victor Zverovich
dfb6546932
Fix docs
2018-05-13 08:04:39 -07:00
Victor Zverovich
dece85b31f
Fix docs, take 2
2018-05-12 13:57:56 -07:00
Victor Zverovich
6a1df3bd05
Fix docs
2018-05-12 12:57:16 -07:00
Victor Zverovich
f0ae725721
Clarify the use of allocators
2018-05-09 06:43:54 -07:00
Victor Zverovich
bb738c4c26
Remove section on Write API since it's being superceeded by compile-time Format API
2018-04-15 09:13:44 -07:00
Victor Zverovich
52fcef1e57
Update docs
2018-04-08 07:33:07 -07:00
Victor Zverovich
9764f55891
Update docs
2018-04-04 07:53:19 -07:00
Victor Zverovich
4ef97b9bb2
Add a missing comma
2018-04-04 07:43:51 -07:00
Victor Zverovich
c5ebecf7c6
Document format_to_n
2018-03-30 08:31:41 -10:00
Victor Zverovich
e8aa0f3315
Update docs
2018-03-21 06:12:10 -07:00
Victor Zverovich
17258e9c63
Update docs
2018-03-19 19:47:14 -07:00
Victor Zverovich
b58c8ddeb4
Update docs
2018-03-16 16:04:12 -04:00
johnthagen
9c5f54a723
Add format example for padded hex byte
...
Fixes #2
2018-03-13 23:05:48 -04:00
Victor Zverovich
9facc119a6
Update docs
2018-03-10 09:44:37 -08:00
Victor Zverovich
f867d08239
Update docs
2018-03-04 12:09:34 -08:00
Victor Zverovich
f1ede6380b
Make inline_buffer_size public and update docs
2018-03-04 10:33:42 -08:00
Victor Zverovich
995b63adfe
Update copyright
2018-03-04 10:11:44 -08:00
Victor Zverovich
4023291759
Update docs
2018-03-04 09:55:17 -08:00
Victor Zverovich
86a9bc8291
Cleanup
2018-03-04 09:16:51 -08:00
Victor Zverovich
b7632e9641
Make format_to return iterator and update docs
2018-03-04 08:13:08 -08:00
Victor Zverovich
5281ea6ad2
do_vformat_to -> vformat_to and update docs
2018-03-04 06:40:43 -08:00
Victor Zverovich
d07ba49821
Fix docs
2018-03-03 22:12:23 -08:00
johnthagen
e92ba1071d
Fix Python str.format link to point to Python 3 docs
2018-02-20 17:40:49 +00:00
Victor Zverovich
4ba3f7db82
Update docs
2018-02-15 18:52:44 -08:00
Victor Zverovich
f3f19e762f
Update docs
2018-02-11 13:43:16 -08:00
Victor Zverovich
e9fa42acb8
Fix docs and build issues on gcc-4.6
2018-02-11 09:43:54 -08:00
Victor Zverovich
9710c058aa
Update documentation building script
2018-02-11 09:23:17 -08:00
Victor Zverovich
b00053247c
Merge the std branch
2018-02-10 07:38:27 -08:00
Victor Zverovich
5b3f9eab94
Update syntax.rst
2018-02-10 07:03:44 -08:00
Victor Zverovich
e802cf14e3
Add note about errno to the documentation
2018-02-10 07:01:59 -08:00
Victor Zverovich
dbd84697ff
Update usage.rst
2018-02-10 06:54:26 -08:00
Victor Zverovich
66b25ef0d0
Add examples
2018-02-10 06:33:03 -08:00
Victor Zverovich
8921f613de
Update build script
2018-02-02 18:46:39 -08:00
Victor Zverovich
3dae25828f
Describe cmake use of header-only target
2018-02-01 16:42:53 -08:00
Victor Zverovich
a5185ec8d4
add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5
2018-01-28 20:20:39 -08:00
Victor Zverovich
19f990a9c0
Use https to fetch dependencies from github
2018-01-27 09:15:28 -08:00
Victor Zverovich
e95e4659d9
Add syntax.rst to build
2018-01-20 17:55:43 -08:00
Victor Zverovich
e51119508c
argument index -> argument id
2018-01-20 17:55:28 -08:00
Victor Zverovich
9649919d01
Document use of format_arg for user-defined type #393
2018-01-20 10:07:29 -08:00
Victor Zverovich
c8efe145b4
Add api.rst to build
2018-01-20 09:52:29 -08:00
Victor Zverovich
319346025d
Update version
2017-12-20 08:38:07 -08:00
Victor Zverovich
cabce31f45
Update syntax.rst
2017-12-16 08:58:54 -08:00
Mihai Todor
f9c97de46b
Add note about errno to the documentation
2017-11-28 07:33:51 -08:00