Commit Graph

6869 Commits

Author SHA1 Message Date
LoveSy
0560c334fb
Fix build with FMT_MODULE=OFF (#3997) 2024-06-07 06:25:07 -07:00
Victor Zverovich
db9365a11b
Update lint.yml 2024-06-05 21:04:46 -07:00
LoveSy
5c445bc42c Reverting check to make shorter branch comes first 2024-06-05 21:01:42 -07:00
LoveSy
94f96d112d Fix undefined reference when compiling with FMT_STATIC_THOUSANDS_SEPARATOR and chrono.h 2024-06-05 21:01:42 -07:00
LoveSy
6abc1204f3 Check if the generator is ninja 2024-06-05 21:01:42 -07:00
LoveSy
a9b8517638 Use native c++ module support from CMake
also fix some clang compilation issues when using c++ modules
2024-06-05 21:01:42 -07:00
Victor Zverovich
fba06f0ee1 Update changelog 2024-06-05 20:38:44 -07:00
Victor Zverovich
598e518085 Remove redundant tests 2024-06-05 08:38:00 -07:00
Victor Zverovich
0a555818d7 Usage -> Get Started 2024-06-05 07:59:06 -07:00
Victor Zverovich
966a1b3d44 Update docs 2024-06-05 07:19:14 -07:00
Victor Zverovich
adb8e27db0 Fix rendering of template parameters 2024-06-05 07:08:21 -07:00
Victor Zverovich
2c84fa9ac9 Update docs 2024-06-05 06:19:40 -07:00
Victor Zverovich
8da0240dbc Improve docs 2024-06-04 19:46:45 -07:00
Victor Zverovich
83bf142378 Update changelog 2024-06-04 17:09:58 -07:00
Victor Zverovich
595e54919b Cleanup docs 2024-06-04 17:01:04 -07:00
Victor Zverovich
c636967c5c Improve docs 2024-06-04 15:26:38 -07:00
Victor Zverovich
2392367efc Set primary color 2024-06-04 11:20:59 -07:00
Victor Zverovich
06f8e02fb3 Remove rtd compat 2024-06-04 10:43:55 -07:00
Kefu Chai
c71d08fc22
github: update lint.yml to post details on formatting issue (#3988)
before this change, user need to click into the details for more
details on the formatting issue identified by the lint workflow.

after this change, the workflow pastes the details with a comment,
to provide more specific details on the formatting issue if any.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2024-06-03 06:34:44 -07:00
Victor Zverovich
d9b90029bf Update docs 2024-06-03 06:25:14 -07:00
Victor Zverovich
c0029b9847 Update docs 2024-06-02 21:16:04 -07:00
Victor Zverovich
1ac9b317f2 New landing page 2024-06-02 20:46:16 -07:00
Victor Zverovich
f68dee5351 Fix syntax highlighting 2024-06-02 15:10:10 -07:00
Victor Zverovich
fb9ee2ed65 Simplify doxygen config 2024-06-02 14:27:12 -07:00
Victor Zverovich
d29ceaf915 Update .gitignore 2024-06-02 14:21:46 -07:00
Victor Zverovich
9b12491c19 Migrate docs 2024-06-02 14:20:41 -07:00
Victor Zverovich
ab29ef37d9 Migrate docs and cleanup 2024-06-02 13:17:04 -07:00
Victor Zverovich
97117cbb51 Migrate to mkdocs 2024-06-02 12:21:11 -07:00
Victor Zverovich
886237ae7b Emit anchors 2024-06-02 10:32:53 -07:00
Victor Zverovich
904f2a5c20 Remove a non-pinned dependency 2024-06-02 10:00:24 -07:00
Victor Zverovich
dab1a65d2c Sort out directory URI config 2024-06-02 09:47:52 -07:00
Victor Zverovich
509d018101 Fix a link 2024-06-02 09:29:33 -07:00
Victor Zverovich
75ab3bc2a0 Add a script to invoke mkdocs 2024-06-02 09:29:07 -07:00
Victor Zverovich
871538d3ab Fix install dir 2024-06-02 09:05:32 -07:00
Victor Zverovich
250456d5a3 Migrate to mkdocs 2024-06-02 09:00:40 -07:00
Victor Zverovich
38ba3d3993 Migrate to mkdocs 2024-06-02 08:26:56 -07:00
Victor Zverovich
0714113974 Add macro support to api doc extraction 2024-06-02 08:06:52 -07:00
Victor Zverovich
dd3b3f937b Merge branch 'master' of github.com:fmtlib/fmt 2024-06-02 07:02:05 -07:00
Victor Zverovich
03d14c3beb Add support for multiple namespaces 2024-06-02 07:01:40 -07:00
dependabot[bot]
416ac0fc7b
Bump actions/checkout from 4.1.0 to 4.1.6 (#3986)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8ade135a41...a5ac7e51b4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 06:22:27 -07:00
dependabot[bot]
596add8993
Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#3984)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](0864cf1902...dc50aa9510)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 06:22:07 -07:00
Victor Zverovich
a10e032148 Improve docs 2024-06-01 20:08:41 -07:00
Victor Zverovich
febeb51bde Documentation improvements 2024-06-01 17:45:06 -07:00
Victor Zverovich
f18c2b65c4 Fix rendering of aliases 2024-06-01 14:40:39 -07:00
Victor Zverovich
e3910b8a9c Improve apidoc rendering 2024-06-01 10:24:46 -07:00
Victor Zverovich
34b85678f9 Render members 2024-06-01 10:07:33 -07:00
Victor Zverovich
e5c07c8356 Improve apidoc formatting 2024-06-01 09:37:32 -07:00
Victor Zverovich
933d8ba352 Improve apidoc formatting 2024-06-01 09:24:32 -07:00
Victor Zverovich
e7ba467e9b Improve apidoc formatting 2024-06-01 09:05:17 -07:00
Victor Zverovich
91a859ee4a Switch to markdown 2024-06-01 08:56:26 -07:00