Beat Bolli
668fe2653c
doc: fix the chrono %C example value ( #3822 )
...
Assuming that the example date is always "Sat Nov 12 22:04:00 1955", the
result of the `%C` format string should be "19", not "55".
Signed-off-by: Beat Bolli <dev@drbeat.li>
2024-01-21 06:31:15 -08:00
frank-weinberg
2eb363297b
Fix custom formatter example ( #3820 )
...
Add a return type declaration so the example builds when the formatter is used in a different compilation unit than it's implemented.
2024-01-19 08:14:48 -08:00
Victor Zverovich
0147e08225
Document println
2024-01-18 19:42:33 -08:00
Vladislav Shchapov
d249fd9f84
Workaround for gcc 6 ( #3810 )
...
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-01-15 08:58:19 -08:00
Victor Zverovich
362b40c1a3
Fix docs
2024-01-13 19:21:27 -08:00
Victor Zverovich
56fa4d61f6
Fix docs
2024-01-13 19:03:23 -08:00
Victor Zverovich
1b55d10305
Update api.rst
2024-01-12 16:48:20 -08:00
Victor Zverovich
5d9d376d49
Update api.rst
2024-01-12 15:17:52 -08:00
Victor Zverovich
6064b85c10
Update api.rst
2024-01-12 13:57:44 -08:00
Victor Zverovich
deb584c0e1
Update build.py
2024-01-12 13:56:00 -08:00
Victor Zverovich
725992928b
Update build.py
2024-01-10 07:44:24 -08:00
Tulio Leao
cf8426cf8c
Sort links on fmt/std.h section
2024-01-09 15:43:18 -08:00
Tulio Leao
e915d52162
Update api.rst with support provided by std.h
2024-01-09 15:43:18 -08:00
Eicke Herbertz
6c617c9670
Update documentation ( #3789 )
...
Add a note about the numerical zero being ignored when an alignment flag is
present in the format specifier.
This change was introduced in a585571e90
to
be compatible with std::format, but misses documentation.
2024-01-04 10:35:55 -08:00
Victor Zverovich
baea8f6906
Update docs
2024-01-02 08:52:07 -08:00
Victor Zverovich
eedfdb4c5c
Fix docs
2024-01-02 08:44:15 -08:00
Victor Zverovich
5dbd7fd770
Switch to bootstrap 4 because 5 breaks menus
2024-01-02 07:39:28 -08:00
Victor Zverovich
583729493c
Remove duplicate version
2024-01-01 11:50:43 -08:00
Victor Zverovich
67c0c0c09c
Update version
2024-01-01 11:10:16 -08:00
Victor Zverovich
4939d67a83
Cleanup scripts
2023-12-30 15:08:27 -08:00
Victor Zverovich
5f9058dbd4
Improve scripts
2023-12-30 11:23:08 -08:00
Victor Zverovich
44b76d88f4
Fix docs
2023-12-30 07:11:13 -08:00
Victor Zverovich
c64edcd325
Fix grammar
2023-12-29 15:51:16 -08:00
Victor Zverovich
a13d1b12e5
Update changelog and docs
2023-12-29 13:00:12 -08:00
Victor Zverovich
18ca2248df
Document '?'
2023-12-28 06:39:00 -08:00
Victor Zverovich
1c023c0087
Update bootstrap
2023-11-06 08:20:01 -10:00
Carson Riker
baae1ed658
add meson instructions to usage docs ( #3677 )
2023-10-18 11:53:47 -07:00
Victor Zverovich
3baaa8d899
Update docs
2023-09-18 14:54:52 -07:00
Victor Zverovich
aa3c5a4127
Clarify I/O error handling
2023-09-16 08:20:27 -07:00
Victor Zverovich
6379251554
Update version
2023-08-28 06:29:25 -07:00
Victor Zverovich
f5e54359df
Update version
2023-08-26 08:20:41 -07:00
Victor Zverovich
e57ca2e368
Update version
2023-08-12 07:18:59 -07:00
Victor Zverovich
744ff55549
Fix docs
2023-08-07 08:40:41 -07:00
Martin Jeřábek
503d49286d
expose detail::throw_format_error ( #3551 )
...
This enables to only #include <fmt/core.h> when defining formatters.
2023-07-26 13:21:38 -07:00
Victor Zverovich
95e1ea5737
Clarify requirement on compiled formatter
2023-07-20 10:24:02 -07:00
Victor Zverovich
8e87d3a8be
Fix include
2023-07-15 09:02:19 -07:00
Victor Zverovich
8732ad8773
Update docs
2023-06-13 19:24:18 +03:00
Victor Zverovich
5afb1821a9
Update docs
2023-06-13 18:58:15 +03:00
Victor Zverovich
a81135f2c8
Fix a link
2023-06-13 18:39:00 +03:00
Victor Zverovich
dfc34821ad
Update docs
2023-06-13 18:33:36 +03:00
Victor Zverovich
0765e7284c
Update docs
2023-06-13 18:12:27 +03:00
Victor Zverovich
abdb7fdf88
Update api.rst
2023-05-24 06:30:48 -07:00
rlalik
8b09fe2a0a
Fix example for user-defined types in documentation for 10.0.0 ( #3461 )
...
* Fix example for user-defined types in documentation for 10.0.0
* Fix the fix
2023-05-24 06:25:51 -07:00
Victor Zverovich
e077396f5a
Update docs
2023-05-12 16:10:38 -07:00
Victor Zverovich
861facad0a
Fix a typo
2023-05-12 16:08:55 -07:00
Victor Zverovich
75bfe57614
Improve docs
2023-05-12 12:57:01 -07:00
Victor Zverovich
a0b8a92e3d
Update version
2023-05-09 15:55:39 -07:00
tom-huntington
5b8302079d
Add optional support ( #3303 )
2023-02-25 06:45:56 -08:00
Victor Zverovich
32190859ec
Fix handling of char
2022-12-30 09:11:42 -08:00
Victor Zverovich
9e60304869
Clarify that unused args are allowed
2022-12-28 06:58:04 -08:00