]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add a subset of fmt 5.3.0
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 26 Jul 2019 18:28:53 +0000 (20:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 14 Aug 2019 19:42:34 +0000 (21:42 +0200)
commitbc39cbb1ded49fc69be15cc183aeba29a72d7fae
tree6c74ee45a7761d4e578decdd130e0ff5f8c93a3e
parentf5795cdbc0703d80ab21f39c49bb2384ea2429ba
Add a subset of fmt 5.3.0

fmt is a “small, safe and fast formatting library”, see
<https://fmt.dev>.
LICENSE.adoc
Makefile.in
configure.ac
src/third_party/fmt/core.h [new file with mode: 0644]
src/third_party/fmt/format-inl.h [new file with mode: 0644]
src/third_party/fmt/format.h [new file with mode: 0644]
src/third_party/format.cpp [new file with mode: 0644]