aboutsummaryrefslogtreecommitdiff
path: root/versions/f-/fmt.json
AgeCommit message (Collapse)Author
2021-09-07[fmt] update to 8.0.1 (#18581)JonLiu1993
* [fmt] update to 8.0.0 * update version * revert patch foramt * update version * update version * [fmt] update to 8.0.0 * update version * [fmt] update to 8.0.1 * update version * Apply suggested change * update version
2021-07-01[fmt] Fix an easily avoidable compilation warning (#18622)Matt Haynie
* Fix an unconditional #pragma warning breaking other compilers. * Increase fmt version * re-ran vcpkg x-add-version --all --overwrite-version, this time it produced a different result for some reason
2021-04-28[fmt] Update usage (#17279)NancyLi1013
2021-04-07[fmt] Fix build error when building arm64-uwp (#16766)Jack·Boos·Yu
* [fmt] Fix build error when building arm64-uwp * update version record * bump version * update version record * remove DISABLE_PARALLEL_CONFIGURE * update version record
2021-03-18[ci,vcpkg-cmake-*] remove host-only nature of vcpkg-cmake-* ports (#16774)nicole mazzuca
* remove host-only nature of vcpkg-cmake-* ports * versions * fix fmt on uwp
2021-02-28[scripts-audit] Rollup PR 2021-02-26 (#16440)nicole mazzuca
* [scripts-audit rollup] PR #16419 * pull the cmake doc comment parsing out into its own function * support cmake helper ports * add real support for deprecation, as opposed to ad-hoc * [scripts-audit rollup] PR #16192 * add a z_ in front of internal functions * move internal functions out set feature_vars again in parent scope * [scripts-audit rollup] PR #16309 Audit vcpkg_copy_pdbs * [scripts-audit rollup] PR #16304 * Fix usage, documentation * [scripts-audit rollup] PR #16393 * [scripts-audit rollup] PR #16377 Deprecate `vcpkg_*_cmake` in favor of `vcpkg_cmake_*` from the `vcpkg-cmake` port, as well as `vcpkg_fixup_cmake_targets` in favor of `vcpkg_cmake_config_fixup` from the `vcpkg-cmake-config` port.
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca