fmt v11.0.2
- Created
- Updated
{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
# Usage
The package fmt provides CMake targets:
find_package(fmt CONFIG REQUIRED)
target_link_libraries(main PRIVATE fmt::fmt)
# Or use the header-only version
find_package(fmt CONFIG REQUIRED)
target_link_libraries(main PRIVATE fmt::fmt-header-only)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- ada-url (feature
tools
) - avro-cpp
- bark
- cachelib
- coolprop
- ctbench
- dartsim
- daxa
- dv-processing
- fawdlstty-libfv
- fbthrift
- fizz
- folly
- hareflow
- ktx (feature
tools
) - libenvpp
- libtorch
- lief
- lightgbm
- log4cxx (feature
fmt
) - loguru (feature
fmt
) - mfl
- mp-units
- mvfst
- openimageio
- restinio
- rivers (feature
fmt
) - rsocket
- saucer
- seacas
- simpleble
- spdlog
- stronk (feature
fmt
) - tdscpp
- vili
- vowpal-wabbit
- vtk
- wpilib
# Host Dependents
No dependents.
# Contributors
Arkadiy Shapkin
Robert Schumacher
Ninetainedo
Alexander Karatarakis
Charlie Barto
codicodi
Ivy Snow
Daniel Marshall
Seo Sanghyeon
Stanislav Ershov
Alexej Harm
Andrei Lebedev
pravic
Kevin Lu
Dmitry Makarov
Lily
Curoky
wangli28
Alexander Neumann
NancyLi1013
Matthias C. M. Troffaes
Samuel El-Borai
Cengizhan Pasaoglu
bl-ue
nicole mazzuca
Jack·Boos·Yu
Matt Haynie
JonLiu1993
双草酸酯
chausner
Mengna Li
sean
JulZimmermann
Pierre Wendling
Jón Bjarni
Bruce Mitchener
Weihang Ding
wtz
miyanyan
Amin Yahyaabadi
# Changelog
and 61 more commits:
279867c
[fmt] update to 6.2.09c62c6a
Upgrades 2018.10.1164a7483
Upgrades 2018.09.18db835b9
[fmt] update to 5.2.00606add
[fmt] Update to 5.1.0b82bbc4
fixed fmt-targets-debug.cmake and FMT_SHARED8d97a8c
[fmt] update to 5.0.01785170
[fmt] update to 4.1.026516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)0ee8ad5
[fmt] update to 4.0.02752e69
[fmt] update to 3.0.24366585
[fmt] Force headers in shared build to always have FMT_SHARED.95af9aa
Add Ninja support62e7557
[fmt] Bump version to 3.0.1-2 to correspond with binary output change in 4f5f52ff474f5f52f
Fix error message when looking for PYTHON2d6c6818
[fmt] Bump version1f22f92
mode fmt export all symbols on windows1d2761e
Bump fmt version to 3.0.1b56819e
fixed fmt portcadee66
If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46
triplet is now automatically included before portfiles.ca79ebf
[fmt] Remove empty directories1f8c2ea
[fmt] Mark as not supporting dynamic buildingab74726
[fmt] Disable FMT_DOC to prevent build error3679955
Introduce SOURCE_PATH to almost all portfiles930d0a7
URL and MIRRORS are now URLS8cee9c6
Replaced everything concerning MD5 with SHA512fef2ec1
[fmt] Downloaded archives should include the package name45c65e0
Added fmt library https://github.com/fmtlib/fmt