* Fix zeromq mingw build issues
* upd. zeromq port version (5 to 6)
* upd. zeromq version files
* Made dynamically set and declared flags based on VCPKG_LIBRARY_LINKAGE more explicit
* Update version database
* I mean
* version
* Update ports/zeromq/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* upd. zeromq version
* revert WITH_PERF_TOOLS changes
* upd. zeromq version
* reset zeromq BUILD_TESTS option to ZMQ_BUILD_TESTS CACHE var
* upd. zeromq version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [zlib] Use readme as copyright
* [soil2] update to 1.3.0
* [bento4] update to 1.6.0-639
* [bento4] fix version db
* [zlib] Format manifest
* [anglescript] Remove local license
* [bustache] Update to master
* [bustache] Don't update
* version
* version
* remove version string
* remove v
* version
* version
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [z3] Update to 4.8.16
* Use Python3 instead of Python2
Python2 is EOL and the build script works with Python3, so we should
prefer Python3
* Update version
* [z3] Update to 4.8.15
* Update version
* Don't build test executables
* Update version
* Disable examples
* Update version
* Fix 32 bit builds with upstream patch
3828130791
* Update version
* [zeroc-ice] correct windows-static and linux
* remove tabs
* does this work to fix mcppd?
* remove the ability for zeroc-ice to depend on external libs
* remove feature supports
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Initial commit
* clean up
* updated manifest and version
* Removed C++11 mapping option (feature) and made C++11 the default mapping.
* updated version
* added main target
added entries to ci.baseline.txt
* corrected ci.baseline.txt entries
* updated version
* fixed generated header path
* Updated version
* fixed include paths
* updated version
* expect x64-windows-static to fail
* added patches for clang 13
* update version
* Update ports/zeroc-ice/portfile.cmake
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* 2->4 spaces
* Removed v144/5 stuff
* check for .DS_Store file before deletion
* several changes
* format vcpkg.json
* update version
* remove typo
* updated version
* reformatting
* resolve review issues
* regex
* updated version
* windows-static
* allow static builds on windows and added maintainer
* updated version
* added openssl as a dependency for Ice core library
* updated version
* minor updates
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update zziplib to 0.13.72
* Modernize portfile
* Fix formatting check
Separately collect and display result from version scheme check.
Ignore error from version scheme check when checking version values.
Pass output also to console.
* Update version scheme and license info
* Update versions
* [zeromq] Download patch files for GitHub PRs
This is needed to have a stable checksum for the patches because GitHub
is returning a different checksum for the patches now because the index
objects are abbreviated to 9 characters instead of 10 characters, e.g.
for patch4311:
```diff
+ index 24cce83d1..c6d625188 100644
- index 24cce83d11..c6d625188d 100644
```
Reported at <https://github.com/microsoft/vcpkg/pull/22681#issuecomment-1061312320>.
A possible long-term fix is reported to GitHub at
<https://github.com/github/feedback/discussions/12531>.
* [zeromq] Update version
* Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of https://github.com/microsoft/vcpkg/pull/21502
* Update version database.
* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728
* Repair version database.
* [zkpp] Remove vcpkg_fail_port_install.
There was no supports expression before, and there is ci.baseline.txt impact.
In support of https://github.com/microsoft/vcpkg/pull/21502
* Fix flipped sense.
* [many ports] call vcpkg_fixup_pkgconfig()
The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files
* Update port-version for armadillo and polyclipping.
* Update version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Don't add _static suffix to mingw pc file
* Update versions
* Update portfile.cmake
Small changes for the format
* Fix name of exported version file
* Update versions
* [skip actions] CI
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>