aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/CONTROL
AgeCommit message (Collapse)Author
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.
2020-11-30[fmt] Update to 7.1.3 (#14786)Kevin Lu
2020-11-06[fmt] update to 7.1.2 (#14413)bl-ue
2020-11-03[fmt] update to 7.1.1 (#14372)bl-ue
2020-10-26[fmt] Update to 7.1.0 (#14239)Cengizhan Pasaoglu
2020-10-08[fmt] Add and install usage file (#13815)Samuel El-Borai
2020-09-04[fmt] Fix build error when build type is release. (#13352)Matthias C. M. Troffaes
2020-08-07[fmt] Update to 7.0.3 (#12806)Kevin Lu
2020-08-06[fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 (#12312)Kevin Lu
* [fmt] Update to 7.0.0 * [fmt] Update to 7.0.1 * [spdlog] Update to 1.7.0 * [quill] Patch for fmt 7.x * [fmt] Update to 7.0.2 * [quill] Update baseline * [fmt] Use vcpkg_replace_string * remove unnecessary change to `SOURCE_PATH` Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-06-11[fmt] Update to 6.2.1 (#11789)NancyLi1013
2020-06-02[fmt] add vcpkg_fixup_pkgconfig (#11706)Alexander Neumann
2020-04-09[fmt] update to 6.2.0wangli28
2020-03-02[fmt] Update to 6.1.2 (#10080)Curoky
* [fmt] Update to 6.1.2 * [spdlog] add patch to fix include missing * [fmt] check if file exists before file(RENAME ...) * [spdlog] bump version to 1.4.2-2 * [fmt][spdlog] Fix version number
2020-01-06[fmt] Disable warning C4189 on Visual Studio 2015 (#9121)Lily
2019-08-26[fmt] Update to 6.0.0 (#7910)Kevin Lu
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-20[grpc,fmt,zstd] Add Windows-specific conditionals (#6509)Andrei Lebedev
Check VCPKG_CMAKE_SYSTEM_NAME prior to performing Windows-specific actions in portfiles Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-03-16[fmt] Changed library linkage to static. (#5688)Alexej Harm
* [fmt] Changed library linkage to static. * [fmt] Re-enabled shared build without breaking LTCG toolchains.
2019-01-14[fmt] Update to 5.3.0 (#5136)Daniel Marshall
2018-10-25Upgrades 2018.10.11Robert Schumacher
2018-09-19Upgrades 2018.09.18Robert Schumacher
2018-07-10[fmt] Update to 5.1.0Stanislav Ershov
2018-06-28[fmt] Export all symbols (#3805)Seo Sanghyeon
2018-05-29[fmt] update to 5.0.0Daniel Marshall
2017-12-26[fmt] update to 4.1.0Ivy Snow
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
2016-11-23[fmt] Bump versionAlexander Karatarakis
2016-11-21Bump fmt version to 3.0.1codicodi
2016-09-29[fmt] Disable FMT_DOC to prevent build errorAlexander Karatarakis
2016-09-21Added fmt library https://github.com/fmtlib/fmtArkadiy Shapkin