Commit Graph

6918 Commits

Author SHA1 Message Date
Victor Zverovich
a5c1b5d440 Update changelog 2024-06-10 11:30:21 -07:00
Kefu Chai
cc4d1245b8 README.md: update to remove "not yet release" remarks on clang-tidy
clang v18 was released, see
https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.6
so let's drop the remarks of "not yet released", and encourage user
to the latest stable release of clang-tidy.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2024-06-10 23:18:02 +08:00
Victor Zverovich
18a325f370 Disable footer 2024-06-09 19:02:34 -07:00
Victor Zverovich
a1337aa8aa Merge literal-based API doc into the parent section 2024-06-09 18:16:56 -07:00
LoveSy
51a690ab15
Check if .cc exists in fmt.cc (#4005)
After installation, these files no longer exist and cause errors.
2024-06-09 18:01:44 -07:00
Victor Zverovich
f332a81b72 Remove unnecessary build step 2024-06-09 17:32:13 -07:00
Victor Zverovich
33a1de57af Deploy docs, take 3 2024-06-09 17:26:37 -07:00
Victor Zverovich
c7252b3344 Deploy docs, take 2 2024-06-09 17:19:06 -07:00
Victor Zverovich
3f71b60668 Deploy docs 2024-06-09 17:16:59 -07:00
Victor Zverovich
215ce4d979 Fix error getting config 'user.email' 2024-06-09 17:07:23 -07:00
Victor Zverovich
89f3a810ec Fix error getting config 'user.name' 2024-06-09 17:04:19 -07:00
Victor Zverovich
1f170d3fe0 Install mike 2024-06-09 16:54:53 -07:00
Victor Zverovich
d175db8f5b Fix doc CI and clean workflows 2024-06-09 16:51:19 -07:00
Victor Zverovich
a8cfc0cc2c Deploy dev docs 2024-06-09 16:34:50 -07:00
Victor Zverovich
65e278b286 Don't pollute the source directory 2024-06-09 16:20:54 -07:00
Victor Zverovich
3620c174a6 Fix doc build 2024-06-09 16:10:26 -07:00
Victor Zverovich
702b6f3788 Update docs 2024-06-09 15:59:35 -07:00
Victor Zverovich
ed21034a10 Implement deployment 2024-06-09 15:53:16 -07:00
Victor Zverovich
76d57f93db Remove old script 2024-06-09 13:40:33 -07:00
Victor Zverovich
6ceef04dfe Merge branch 'master' of github.com:fmtlib/fmt 2024-06-09 13:17:31 -07:00
Victor Zverovich
ab6b257a39 Implement doc building 2024-06-09 13:17:13 -07:00
ChristianGebhardt
077e4ae746
Added generator expression to /utf-8 compile option (#3995)
Do not pass the compile options in the project to other compilers such as nvcc
2024-06-09 13:05:17 -07:00
Victor Zverovich
d4a8d26c55 Temporarily disable doc build in CI 2024-06-09 11:47:09 -07:00
Victor Zverovich
b5c8fd783c Fix doc build 2024-06-09 11:37:18 -07:00
Victor Zverovich
735a613821 Build docs 2024-06-09 11:26:25 -07:00
Victor Zverovich
a6e6e9c3c9 Fix a link 2024-06-09 11:22:57 -07:00
Victor Zverovich
e6d4f927cc Improve docs 2024-06-09 11:17:32 -07:00
Victor Zverovich
8de3e87da1 Add a CMake option to control Unicode support 2024-06-09 11:16:13 -07:00
LoveSy
46d2acb3ba
Don't add os.cc to sources with FMT_MODULE (#4004)
It will be included by `fmt.cc`
2024-06-09 11:00:12 -07:00
LoveSy
fad0222a0c
Export compiled_string so that user can customize one (#3999) 2024-06-09 10:58:58 -07:00
Victor Zverovich
d1cab6a9ae Drop parentheses 2024-06-09 10:58:02 -07:00
Victor Zverovich
fcb6a452d6 Improve docs 2024-06-09 10:47:32 -07:00
Victor Zverovich
72928661ed Improve docs 2024-06-09 10:33:34 -07:00
Victor Zverovich
d6ec6b7e27 Update docs 2024-06-09 10:16:19 -07:00
Victor Zverovich
e845fc572e Ignore old changelog 2024-06-09 07:40:02 -07:00
LoveSy
2bf811b1d9
Also allow compiled format for clang >= 12 (#4001) 2024-06-09 06:43:39 -07:00
Victor Zverovich
9653eed8e7 Don't hide the navbar 2024-06-09 06:36:11 -07:00
Victor Zverovich
9b5d1826d4 Update changelog 2024-06-08 18:45:18 -07:00
LoveSy
fe741daaab
Mention namespace fmt::literals in the document (#4002) 2024-06-08 14:31:51 -07:00
LoveSy
0f6e716548
Fix missing includes in fmt.cc (#3994)
This causes duplicated std definitions in the fmt module
2024-06-08 13:50:29 -07:00
Victor Zverovich
a3d95971be Update changelog 2024-06-08 08:52:16 -07:00
Victor Zverovich
7bd11b5cdf Remove a redundant extension to reduce divergence from std::format 2024-06-08 08:29:34 -07:00
Victor Zverovich
21372bc0b2 Update cmake config 2024-06-08 08:21:18 -07:00
Victor Zverovich
a0495e3eb5 Update changelog 2024-06-08 08:17:15 -07:00
Victor Zverovich
cba5e8615a Update changelog 2024-06-08 08:15:40 -07:00
Victor Zverovich
e9609dec1a Update changelog 2024-06-08 08:13:08 -07:00
Victor Zverovich
6ebbaf4b4d Split changelog 2024-06-08 08:11:19 -07:00
Victor Zverovich
4e31d2dc61 Update changelog 2024-06-08 08:01:19 -07:00
LoveSy
fcc0b49978
Fix FMT_INSTALL with FMT_MODULE (#3998) 2024-06-08 07:26:53 -07:00
LoveSy
0560c334fb
Fix build with FMT_MODULE=OFF (#3997) 2024-06-07 06:25:07 -07:00