* add port 'wmipp'
* added 'wmipp' hash
* formatted manifest and rebuilt database
* uupdate version database
* use ${VERSION} in ports/wmipp/portfile.cmake
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* update version database
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Add cpp-async 2023-05-19
* Update CI baseline
* Add new line
* Update CI baseline
* Fix HEAD_REF
* Update CI baseline
* Update to v1.0.0
* Update CI baseline
* Remove old version
---------
Co-authored-by: chausner <chausner@users.noreply.github.com>
* [fmt] Update to version 10.0.0.
* [fmt] Update portfile.
- Remove dead code. It is no longer necessary to manually move DLLs and
edit CMake configs.
- Use vcpkg_install_copyright.
* [fmt] Update baseline.
* [cachelib] Update to 2023.05.08.00, support fmt 10
* Update to 2023.05.08.00.
* Add patch to support fmt 10.
* Update baseline.
* [spdlog] Add upstream patch for fmt 10.
* Add upstream patch to support fmt 10.
* Update portfile.
* Add usage.
* Update baseline.
* [seacas] Add upstream patch to support fmt 10.0.0.
* Add patch to support fmt 10.0.0.
* Update baseline.
* [coolprop] Update patch to support fmt 10.
* Update patch to support fmt 10.0.0. See CoolProp/CoolProp#2252
* Update baseline.
* [wasmedge] Add patch for fmt 10 support.
* Add patch to support fmt 10
* Update baseline
* [vcpkg-ci-arrow] Fix ci error
* update ci baseline
* fix arrow ci error
* update version
* update patch
* update version
* update patch
* update version
* Update discord version
* Update patch
* Update patch
* Update database version
* Update port version
* Run format
* Update database version
* Update database version
* alembic update to 1.8.5
* update version
* fix line break
* update version
* fix line break
* update version
* delete debug patch
* update version
* fix line break
* update version
* [boringssl] Fix find-module compatibility
OpenSSL libraries use a "d" postfix to differentiate debug and release
binaries. The cmake find-module mistakes the debug binary for the
release binary without the postfix.
Fix the package config generator logic which was completely broken
before: Remove linkage of Windows libraries for non-Windows targets and
remove the "lib" prefix only for msvc builds.
Harmonize the pkg-configs with the debug postfix.
Add usage instructions.
* [boringssl] Add new port version to database
* Initial commit
* Add usage and install
* Correct library name
* Try configure install
* Disable more features
* Remove redundant lines
* Remove CMakeLists.txt
* --without-cfitsio
* Clean up vcpkg.json and disable windows
* Format the manifest
* Add versions
* Update homepage and download URL
* Fix version
* Update usage
* Update version
* [libgit2] defined GIT_OPENSSL option
* update version
* update version
* update version
* update portfile.cmake
* update version
* remove unix restrictions
* update version
* [wasmedge] Add new port
* .
* Update ports/wasmedge/vcpkg.json
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Update wasmedge.json
* revert version
* update version
* new function
* version
---------
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
* Fix the issue that the proxy cannot run
* update version
* fix build error
* update version
* fix build error on osx
* update version
* fix does not support android
* update version
* ports/easyloggingpp features to support multi-threaded applications
* New version of ports/easyloggingpp
---------
Co-authored-by: Bjørn Thirud <bjorn.thirud@fotoware.com>
* [azure-storage-common-cpp] Update to 12.3.2
## 12.3.2 (2023-05-09)
### Features Added
- Bumped up Account SAS version to `2022-11-02`.
* [azure-storage-files-datalake-cpp] Update to 12.6.0
## 12.6.0 (2023-05-09)
- New features in `12.6.0-beta.1` are now generally available.
* [azure-storage-files-shares-cpp] Update to 12.5.0
## 12.5.0 (2023-05-09)
### Features Added
- New features in `12.5.0-beta.1` are now generally available.
### Bugs Fixed
- Fixed a bug where `ShareFileClient::ListHandles` and `ShareDirectoryClient::ListHandles` always return empty list.
* [intel-mkl] Install osx
* Do less work for --only-downloads
* Try harder to ensure DMG unmount
* Adjust port warning
* Always install usage
* Fix log names
* Merge copyright
* Revise pc file handling
* Cleanup
* More uniform staging and variables
* Update messages
* Update versions
* Typo
* More cleanup
* Do nothing for unsupported targets
The old code was already broken.
* Fix and simplify copy-from-dmg
* Change extract_0_dir
* Mount to tmp dir
* [libmad] Add dynamic building
* Update version
* Fix version
* Fixes to use vcpkg concepts
* Update version
* change to mad
* Update version
* PR fixes
* Update version
* Add version
* Update version
* [azure-security-keyvault-certificates-cpp] Update to 4.2.0
## 4.2.0 (2023-05-09)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
* [azure-security-keyvault-secrets-cpp] Update to 4.2.0
## 4.2.0 (2023-05-09)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
* [azure-security-keyvault-keys-cpp] Update to 4.4.0
## 4.4.0 (2023-05-09)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
### Bugs Fixed
- [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
* [luajit] Use nmake build setup [skip actions]
* [luajit] Use vcpkg_configure/install_make [skip actions]
* Cross build with host tools
* Host tools must match target bitness
* Cleanup
* WIP
* Don't touch CI baseline now
* Less osx quirks
* Move msvc header installation to nmake
* Simplify MSVC
* Add arm and x86 cross build support
* libzim: add package
update libzim versions
libzim:meson ignore xapian
* Update ports/libzim/vcpkg.json
Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
* Update ports/libzim/portfile.cmake
Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
* support both static and dynamic library
* modify according to review
Update ports/libzim/portfile.cmake
Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
add version
* only enable release library
* make xapian does not support on windows
* disable android platform
---------
Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
* Update portfile.cmake
use the latest v0.7 tag of package vk-bootstrap
* update baseline
update to v0.7 tag
* Update baseline.json
change port-version
* Update version and git-tree
* ${VERSION}
* version
---------
Co-authored-by: FrankXie <v-frankxie@microsoft.com>