aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-11-24Update versionVictor Zverovich
2020-11-04Update versionVictor Zverovich
2020-11-01Update versionVictor Zverovich
2020-10-25Update versionVictor Zverovich
2020-10-25Always install the required version of breatheVictor Zverovich
2020-10-25Use the correct version of sphinxVictor Zverovich
2020-10-19added position independent documentation (#1939)Adnan
* added position independent documentation * suggested fixes to usage * linebreaks Co-authored-by: Adnan Yunus <adnan@opus.ai>
2020-10-07Don't exclude all detail symbols from docsVictor Zverovich
2020-10-07Fix the doc configVictor Zverovich
2020-10-06Fix long lines in usage.mdfrancesco-st
2020-10-06Add reference to lhelper package manager in usagefrancesco-st
2020-09-30Update docsVictor Zverovich
2020-09-30Update linkVictor Zverovich
2020-08-28Added build2 usage instructions. (#1838)Joël Lamotte
The `fmt` package have been available for `build2` users for several version, see: https://cppget.org/fmt This simply add the minimum instructions for making a `build2` project depend on it. There are other ways to do it, but they need more understanding of `build2`.
2020-08-26Update signaturesVictor Zverovich
2020-08-21Add ptr to docsVictor Zverovich
2020-08-07Merge release branchVictor Zverovich
2020-08-06Update versionVictor Zverovich
2020-07-29Merge release branchVictor Zverovich
2020-07-29Update versionVictor Zverovich
2020-07-26Partially revert 638db5 because it breaks the doc buildVictor Zverovich
2020-07-26Document colorVictor Zverovich
2020-07-24Make format_to_n part of the core APIVictor Zverovich
2020-07-23Correct the locale format specifier in api.rst (#1792)Malcolm Parsons
2020-07-23Make formatted_size part of the core APIVictor Zverovich
2020-07-23Update docsVictor Zverovich
2020-07-20Reorder functionsVictor Zverovich
2020-07-20Improve docsVictor Zverovich
2020-07-19Move make_args_checked to the public APIVictor Zverovich
2020-07-19Add a color sectionVictor Zverovich
2020-07-16Trying to clear ambiguous compile time claims (#1775)Léonard Gérard
* Trying to clear ambiguous compile time claims Documentation was a bit misleading. Many people assume that fmt does compile time checks by default, while it requires the use of `FMT_STRING`. It was also unclear that FMT_COMPILE does the same checks. https://github.com/fmtlib/fmt/issues/1772 * Update api.rst
2020-07-14Add a short anchorVictor Zverovich
2020-07-12Clarify precedenceVictor Zverovich
2020-07-08Use Cmake to find Python and Sphinx-doc.Vitaly Zaitsev
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2020-07-07Update versionVictor Zverovich
2020-07-07Merge release branchVictor Zverovich
2020-07-06Fix the docsVictor Zverovich
2020-07-06Update versionVictor Zverovich
2020-07-05Update versionVictor Zverovich
2020-07-05Update docsVictor Zverovich
2020-07-05Add a section on std::format compatibilityVictor Zverovich
2020-07-04Deprecate arg_formatterVictor Zverovich
2020-07-02Fix a typoVictor Zverovich
2020-06-25Tweak the docsVictor Zverovich
2020-06-25Extract docs from compile.hVictor Zverovich
2020-06-25Document format string compilationVictor Zverovich
2020-06-12Tweak commentsVictor Zverovich
2020-06-11c++11 use formatting user-defined types (#1721)文佳鹏
2020-05-30Don't install sphinx cache filesJelle van der Waa
When building documentation sphinx creates cached files in the .doctrees directory and aren't required for viewing documentation only for building. As added benefit this makes fmt reprodcubile as the cached files are different when the build environment is varied.
2020-05-20Fix an example (thanks Alexey Kuzmenko)Victor Zverovich