aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt
AgeCommit message (Collapse)Author
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-27[fmt] update to 4.0.0codicodi
2017-06-15[fmt] update to 3.0.2codicodi
2017-02-09[fmt] Force headers in shared build to always have FMT_SHARED.Robert Schumacher
Fixes #331.
2017-02-03Add Ninja supportcodicodi
2017-02-02[fmt] Bump version to 3.0.1-2 to correspond with binary output change in ↵Robert Schumacher
4f5f52ff47
2017-01-10Fix error message when looking for PYTHON2Alexander Karatarakis
2016-11-23[fmt] Bump versionAlexander Karatarakis
2016-11-22mode fmt export all symbols on windowsCharlie Barto
2016-11-21Bump fmt version to 3.0.1codicodi
2016-11-10fixed fmt portCharles Barto
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-02[fmt] Remove empty directoriesAlexander Karatarakis
2016-10-26[fmt] Mark as not supporting dynamic buildingAlexander Karatarakis
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-29[fmt] Disable FMT_DOC to prevent build errorAlexander Karatarakis
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Replaced everything concerning MD5 with SHA512Ninetainedo
2016-09-21[fmt] Downloaded archives should include the package nameRobert Schumacher
2016-09-21Added fmt library https://github.com/fmtlib/fmtArkadiy Shapkin