Commit Graph

654 Commits

Author SHA1 Message Date
Victor Zverovich
4c4f99a583 Update a godbolt link 2022-09-21 12:05:57 -07:00
Victor Zverovich
3272a7a3ce Update an example 2022-09-21 12:03:18 -07:00
Victor Zverovich
a48e3355a6 Improve docs 2022-09-18 08:44:04 -07:00
Victor Zverovich
afcf424294 Update docs 2022-09-16 15:27:18 -07:00
Victor Zverovich
3178bb9a26 Update docs 2022-09-16 10:29:53 -07:00
Victor Zverovich
cf58f64c54 Update docs 2022-09-16 10:28:00 -07:00
Victor Zverovich
e4e0ae3918 Use fmt/core.h in examples 2022-09-15 20:41:32 -07:00
Victor Zverovich
d65acc4e6c Improve docs 2022-09-14 10:59:50 -07:00
Victor Zverovich
c9f790b061 Update docs 2022-09-14 10:58:52 -07:00
Victor Zverovich
6b8144a5ac Update locale docs 2022-09-14 06:38:29 -07:00
Victor Zverovich
76705fc2ee Update doc 2022-09-10 15:06:09 -07:00
Victor Zverovich
a33701196a Update version 2022-08-27 08:57:10 -07:00
Victor Zverovich
c7635288f7 Fix docs, take 2 2022-08-27 08:28:07 -07:00
Victor Zverovich
c8ed78e315 Fix docs 2022-08-27 08:01:47 -07:00
Haowei Hsu
36c23bd5fd
Prepare for deprecating FindPythonInterp module. (#3040)
* Prepare for deprecating FindPythonInterp module.

Since FindPythonInterp module is deprecated after CMake 3.12, it is better to start using the new FindPython module.

* Add the proper punctuation in comments.
2022-08-17 14:18:39 -07:00
Rémi Burtin
9ff0f3a7d6 Fix docs 2022-08-16 11:31:11 -07:00
Victor Zverovich
df56fdf883 Clarify docs for compile-time checks 2022-08-05 07:00:34 -07:00
Jean-Michaël Celerier
258000064d
Add fmt:: namespace to doc (#3009)
Otherwise as-is the example does not compile on Visual Studio due to the conflict with std::format_to: 
https://gcc.godbolt.org/z/qe4jEvvqY
2022-07-29 13:10:09 -07:00
Haowei Hsu
c48be439f1 Add additional search paths for doxygen on Windows
`find_program(DOXYGEN doxygen)` didn't find the executable automatically even if I installed Doxygen on Windows. Therefore, I added some additional search paths.
2022-07-19 08:59:18 -07:00
Victor Zverovich
c4ee726532 Update version 2022-07-04 09:50:06 -07:00
Victor Zverovich
1010b7f148 Update docs 2022-07-04 08:18:44 -07:00
Victor Zverovich
e29c2bc60e Update docs 2022-06-30 08:13:34 -07:00
jehelset
6a775e9560
Add support for 'std::variant' in C++17 (#2941)
Add support for 'std::variant' in C++17.

For C++17, if all the alternatives of a variant are formattable
the variant is now also formattable. In addition 'std::monostate'
is now formattable.

Moves implementation into 'std.h', and tests into 'std-test.cc'.

Avoid fold-expression since MSVC was crashing.

Add section for 'fmt/std.h' in API-docs.
2022-06-26 07:28:01 -07:00
Victor Zverovich
51535866d0 Update docs 2022-06-25 09:13:29 -07:00
Victor Zverovich
3ef5caa9fe Update docs 2022-06-25 09:11:10 -07:00
Victor Zverovich
dccd3e6742 Fix docs 2022-06-25 09:04:31 -07:00
Victor Zverovich
9cb02aaaad Fix UDLs 2022-06-25 08:52:10 -07:00
Victor Zverovich
e6d478f8e8 Update changelog and docs 2022-06-25 08:33:57 -07:00
Alex
8644654190 Docs: add comment about empty format context range 2022-06-02 08:40:29 -07:00
Victor Zverovich
fe6eb792d5 Cleanup check_format_string 2022-05-29 19:01:06 -07:00
Victor Zverovich
5ab9d39253 Namespace-qualify format_to to avoid conflict with std::format_to 2022-05-15 09:51:20 -07:00
Vladislav Shchapov
1c83eaf75e Fix incompatible between Jinja2 >= 3.1 and sphinx 3.3.0 2022-03-26 07:30:17 -07:00
Victor Zverovich
7ffe87c0bc Fix docs 2022-03-22 19:13:01 -07:00
Victor Zverovich
36d95c9fcc Fix docs 2022-03-22 17:31:31 -07:00
Victor Zverovich
44abd1f483 Update signatures in docs and ostream.h 2022-03-22 16:05:30 -07:00
Victor Zverovich
1f3d44b859 Update std::tm/chrono docs 2022-03-15 16:53:51 -07:00
Riccardo Brugo
32d477e5f1
Add styled in documentation (#2805) 2022-03-10 12:24:47 -08:00
Victor Zverovich
c10fffecdc Make _cf visible in the doc build 2022-03-08 11:00:04 -08:00
Victor Zverovich
8d4f3e91b2 Update docs 2022-03-06 10:12:40 -08:00
Victor Zverovich
21785040c7 Fix markup 2022-02-15 13:28:53 -08:00
Vladislav Shchapov
10e3b83a75
Replace `make_args_checked with make_format_args` (#2760)
* Replace make_args_checked to make_format_args

* Deprecate legacy make_args_checked
2022-02-13 20:13:35 -08:00
Victor Zverovich
c48353cb75 Update docs 2022-02-13 07:41:15 -08:00
Victor Zverovich
ecd6022c24 Update docs 2022-02-08 06:28:22 -08:00
Victor Zverovich
a5a7e3a261 Update docs 2022-02-04 15:42:22 -08:00
Victor Zverovich
09fde7f4b8 Add fmt::underlying for enum classes 2022-01-22 08:06:22 -08:00
Victor Zverovich
58fb782396 Improve docs 2022-01-13 14:57:17 -08:00
Pokechu22
c056a009de
Docs: Fix link to "Compile-time Format String Checks" section (#2712) 2022-01-12 16:07:56 -08:00
Barry Revzin
c06bef7273
Adding comments for range formatting. (#2706)
* Adding comments for range formatting.

* Adding missing quotes
2022-01-08 16:37:21 -08:00
Victor Zverovich
b6f4ceaed0 Update version 2022-01-06 14:35:15 -08:00
Victor Zverovich
7081a6aa34 Update version 2022-01-02 09:01:32 -08:00