5 Commits

Author SHA1 Message Date
sthen
ddf056b8f1 upadte to fmt-8.1.1, from Brad, fine with Ashton Fagg (currently listed
as maintainer though asked to be dropped earlier, so I have merged that in
too)
2022-06-07 11:40:17 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
rsadowski
3e7ec8debb Update to fmt 8.0.1.
From Brad
2021-10-16 08:02:17 +00:00
cwen
d2c87d7974 devel/fmt: fix the build on clang+ld.bfd archs.
fmt needs to be built without -Wl,--as-needed on these archs, add a AS_NEEDED
option to do so. This fixes the build on powerpc and mips64. Thanks to jj@ for
testing on mips64, where there is still an int128 related test failure.

OK jca@ and Ashton Fagg (maintainer)
2021-01-30 15:37:05 +00:00
jca
6ab3f008f0 Import fmt-7.1.3, an alternative formatting library for C and C++
Port by Ashton Fagg (maintainer)

pkg/DESCR:
fmt is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.

Features include:

- Simple format API with positional arguments for localization Format

- string syntax similar to Python's format

- Safe printf implementation including POSIX extensions for positional
 arguments

- Fast IEEE 754 floating-point formatter with correct rounding,
  shortness and round-trip guarantees
2021-01-02 21:51:19 +00:00