* libwebp update to 1.2.3
* v db
* fix missing libwebp target
* v db
* add find_dependency(Threads)
* v db
* include the macro
* v db
* Add license
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* Use expressive patch name
* Fix BROTLI_INCLUDE_DIR import
* glog is unused (off by default)
* Cleanup portfile, fix 'arrow[core]'
* Add CI test port
* Update to 8.0.1 [skip actions]
* Declare dependency source for substituted packages
* Trim obsolete patch chunks
* Fix static link libs export
* Use substituted targets directly, for proper export
* Fix snappy lib export to pc file
* Update versions
* Add license for test port
* Add =pass entries for the new "vcpkg-ci-Xxx" port.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* vcpkg dpp port built from our CI
* fix missing dependency
* update
* Update Sun Jul 24 11:26:12 UTC 2022
* exclude uwp for dpp
* Update Sun Jul 24 13:21:45 UTC 2022
* fix supports
* fix supports
* Update Sun Jul 24 14:14:29 UTC 2022
* Update Sun Jul 24 15:36:39 UTC 2022
* Update Mon Jul 25 12:04:56 UTC 2022
* * Add https:// to the homepage so that it is a valid URI.
* Added usage.
* Forced pkgconfig to be required rather than quiet.
* Changed tabs to spaces in portfile.cmake.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* allow clang-cl builds
* v db
* should always wait for the debug build to finishe .....
* v db
* fix static builds not having pdbs
* v db
* Add a variable and comment to describe why we are removing PDB copy rules.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* Fix vcpkg.jsons that don't conform with our schema
iniparser's homepage is not a valid URI. ndevilla.free.fr/iniparser says that the homepage has moved to github, so just replaced it with that. Note that portfile.cmake already uses vcpkg_from_github.
nifticlib was referring to a github organization and used vcpkg_from_github in its homepage.
thor was missing a scheme. Using https gave an invalid certificate but http redirected to the site I put here.
* Add licenses.
* [directx-dxc] update port for July 2022 release and native ARM64 support
* Update baseline
* Update directxtk12 port for hotfix
* Update baseline
* Update directx-dxc.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Revise generator selection
If the host is x86, assume that msbuild is requested for windows.
If msbuild is requested and suitable, use it.
Else if a particular generator is requested, use it.
Else if ninja is available, use it.
Else on non-windows host, use "Unix Makefiles".
* Revise ninja_host detection
* Revise parallel configure detection
* Consolidate ninja path setup
* Update documentation
* Use portable chdir
* [ms-gltf] Use new generator selection
* Update versions
* [opentelemetry-cpp] update opentelemetry-cpp to v1.4.1
* enable logs and metrics preview
* update versions database
* update azure-core-tracing-opentelemetry-cpp to use opentelemetry-cpp 1.4.1
* azure-core-tracing-opentelemetry-cpp: remove hard depdency on opentelemetry version instead of using 1.4.1
* Nitpick on using identical patch file.
Co-authored-by: João Soares <joao.soares@xpi.com.br>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Add double-precision option to ccd
* Bump ccd port version
* Update version database
* format
* format
* x-add-version
* Update ccd.json
* add license
* x-add-version
Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [jsonnet] Update to 0.18.0 (#20627)
* Update jsonnet to 0.18.0
* update patch files
* add 0005-use-upstream-rapidyaml.patch to use system rapidyaml
* use system rapidyaml
* update version
* Added license "Apache-2.0" to vcpkg.json
from https://github.com/google/jsonnet/blob/master/LICENSE
* Add bullet3 features double-precision and rtti, enable a few extras
* [bullet3] bump port-version, format, x-add-version
* [bullet3] bump port-version
* Update version database
* [bullet3] reduce port-version
* Update version database
* do not use stack protection
fixes#25760
* update version
* update baseline
* only remove stack protection for mingw64
* update version
* Make variable visible even if unused
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* update version
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* [CPR] Update to 1.8.3 (again, see details)
* update version
* [CPR] Update to 1.8.4
* update version
* [CPR] Update to 1.9.0
* remove v1.8.4 in cpr.json
* update version
* STB patch no longer needed.
* Replace deprecated dependency lodepng-c.
* Added 'sdl' and 'threads' features.
Libtcod can now be compiled without linking to SDL2.
Problematic threading functions can be disabled, and are disabled by
default.
* Update to 1.21.0.
Change head ref to 'main'.
* Update Ubuntu to 22.04.
* Add libxtst-dev from https://github.com/microsoft/vcpkg/pull/24934
* Add standard prereqs.
* Update some package references for Ubuntu 22.04.
* [cuda] Update to search in /usr/bin as used on Ubuntu 22.04.
* [cudnn] Add where ubuntu 22.04 puts it.
* Add update-nvidia-cudnn calls.
* Update powershell to 7.2.5
* Re-add NCCL installation from CUDA official sources.
* Update pools.
* [folly] update to v2022.07.11.00
* update version
* [proxygen] update to v2022.07.11.00
* update version
* Add License
* update version
* update version
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year.
- Edit CMakeList.txt to target precomputed library.
- Edit libsecp256k1-config.h to undef and define VARS compilation.
- Edit portfile.cmake to download new sources from repository, commit reference 44c2452fd387f7ca604ab42d73746e7d3a44d8a2 (bitcoin-core/secp256k1)
- Edit vcpkg.json to new version portfile
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year
>> vcpkg x-add-version secp256k1
- Update secp256k1.json version
- Update baseline.json version
* Update ports/secp256k1/portfile.cmake
Added JonLiu1993 suggestion. Put PREFER_NINJA to secp256k1/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/secp256k1/vcpkg.json
Added JonLiu1993 suggestion. Put dependencies to secp256k1/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update port-version, REQUIRED to "x-add-version"
>> vcpkg x-add-version secp256k1
* Update port file to secp256k1 identation
* Update vcpkg.json identation
>> vcpkg format-manifest ports/secp256k1/vcpkg.json
* Update x-add-version command
vcpkg x-add-version secp256k1
* [secp256k1 ]Update secp256k1 from 2017 to 2022
* update version
* Add license
* update version
* Update, add features
* version
* fix
* version
* clean port version
* version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* add vcpkg-cmake-wrapper.cmake
* update version
* overwrite version
* Include all custom cmake module files
* update version
* update version
* overwrite version
* Fix build failure for cross-compiling
* update port version database
* Fix build failure for windows.
* update port version
* update port version database
* Adjust logic to remove gdk-pixbuf-thumbnailer.
* update port version database
* [gtk] Fix build failure for windows
* update port version database
* ci's down, just force it to rerun.
* Revert "ci's down, just force it to rerun."
This reverts commit 6d1040207f.
* Update gdk-pixbuf.json
* overwrite port version
* update port version database
* Update gdk-pixbuf.json
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* [google-cloud-cpp] update to latest release (v2.0.0)
* Disable `channel` and `asset` features on Windows
Protobuf <= 3.19 does not know about the `TRUE` and `DOMAIN` macros on
Windows, so it cannot hide said macros when used as enum values in a
proto file. vcpkg uses protobuf==3.19.4
* Fix formatting
* Fix versions
* Update gRPC to 1.46.3 and upb to 2022-06-01
* fix(upb): Ensure that protoc-gen-upb has been build before running protobuf_generate. Also add license to vcpkg.json
* fix(upb): Let abseil propagate cxx_std_11. Build upb codegen tools in host triplet
* Revert abseil's cxx_std propagation
* fix(upb): Attempt to fix missing -std=c++11 flag when compiling x64-osx
* Downgrade upb to the version used by gRPC. No longer installed generated descriptor.upb.h files just to use them when compiling target triplet
* Remove absl-sync patch from gRPC since it is always enabled by default now
* Use vcpkg's upb library in gRPC instead of embedded one. Also fix gRPC's pkgconfig patch
* grpc: Remove the upb::all_libs target
* grpc: Adjust versions json
* upb: Adjust versions json
* Set feature absl-sync as deprecated
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
## 1.0.0 (2022-07-07)
### Breaking Changes
- Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration.
Co-authored-by: Victor Romero <viromer@microsoft.com>
* [azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.2
## 1.0.0-beta.2 (2022-06-30)
### Breaking Changes
- The `Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider` type can only be instantiated via a factory method: `OpenTelemetryProvider::Create()`.
### Other Changes
- Removed `_internal` APIs from the public API surface. Also removed most of the `_internal` APIs from the public `opentelemetry.hpp` headers.
* [azure-core-cpp] Update to 1.7.0
## 1.7.0 (2022-06-30)
### Features Added
- Added prototypes and initial service support for Distributed Tracing.
* [kf5] Remove copyright dir part 1
* part 2
* version
* format
* version
* Diagram has only a single license file
* version
* Delete docs
* version
* Fix empty dirs
* version
* Only remove readme
* version
* [imgui] Enable C++ 11 standard as code requires it
see vcpkg issue microsoft#25588
* [imgui] Enable C++ 11 standard using target_compile_features
As lerppana suggested:
It is better to use cxx_std_11 meta feature instead of locking the version number.
This should indicate cmake to use at least 11 instead of exactly 11.
see vcpkg issue microsoft#25588
* [imgui] update versions (vcpkg x-add-version imgui)
Enable C++ 11 standard as code requires it
see vcpkg issue microsoft#25588
* feature upgrade rxcpp version from v4.1.0 to v4.1.1
* feature x-add-version
* fix rxcpp version hash diff
* feature migrating new cmake function
* feature upgrade vcpkg from v4.1.0 to v4.1.1
* fix format-manifest
* feature use version instead of version-string
* feature run x-add-version for rxcpp
* feature add license to rxcpp
* feature x-add-version for rxcpp
* update vcpkg.json
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* Add support for loongarch64 cpu.
* update port version database
* update port version
* Do nothing...
* Revert "Do nothing..."
This reverts commit b73b0e4cb8.
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
* Add new port ezfoundation
* Update version registry for ezfoundation
* Skip unsupported Linux and OSX build for ezfoundation
* Add license field for ezfoundation
* Update version registry for ezfoundation
* Add supports spec in manifest
* Update version registry
Co-authored-by: Mark Keinz <makei@microsoft.com>
* Revert "[wxwidgets] Remove debug asserts from Release build. (#25240)"
This reverts commit 6e16931acd.
* Update to 3.1.7
* Update installation layout
* Upstream CMake export is not ready for use
* Update versions
* Remove obsolete patch
* Use msvc layout for mingw on windows
* Add debug-support feature
* Update versions
* Fix condition
* Update versions
* Restore symlink patch
* Update versions
* Remove trace option from test port
* Enable testing without feature debug-support
* Fixup defaults for using without debug support
* Expect wxrc-3.1 for mingw cross builds ("unix" layout)
* Update versions
* [quickcpplib] Update port @2022-07-04
* [quickcpplib] Invert polyfill features
* [quickcpplib] Update version database
* [quickcpplib] Exclude CI failures
* Fix build failure for loongarch64 cpu.
* Update port version of boost-build.
* Update port version database.
* update sha512 of libharu-shading-pr-157.patch
* update vcpkg.json of libharu
* fix spelling wrong for 'version-date'.
* update port version database
* Revert "update sha512 of libharu-shading-pr-157.patch"
This reverts commit 64410af12c.
* update port version database
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
* Always save config.log, even on error
* Always save config.log and CMakeCache.txt[.log]
* Add SAVE_LOG_FILES option
* Make implicit lookups explicit
* Update versions
Explicitly disable icu feature if not selected in vcpkg
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* [json-c] Updated to the latest version
* [json-c] Change
* [json-c] Fixes
* [json-c] Changes that have been requested
* [json-c] Formatted and x-add-version
* [json-c] Changes that have been requested
* [json-c] Changes that have been requested
* [json-c] Fix SHA
* Fix failure of cross-compiling for ffmpeg due to use inappropriate strip.
* Update port version of ffmpeg.
* Remove redundant adjust condition.
* Update version database
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
* Updated portfile and patches for the osgEarth 3.3 release
* Updated portfile and patches for the osgEarth 3.3 release
* Update version database
* Update vcpkg.json
* added license
* re-formatted
* re-formmatted again
* update port
* Update version database
* Update versions/baseline.json
upstream osgearth changed, set port back to 0
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* updated version
* Update portfile.cmake
added cleanup
* updated version
* Update find-package.patch
fix Blosc
* Update find-package.patch
fix Blosc again
* version update
* Removed optional dependencies and submodule downloads
* update version
* Remove downloaded imgui in case it was not cleaned, better comments, and only download imgui if tools enabled
* updated version
* Update versions/o-/osgearth.json
* Update versions/o-/osgearth.json
Co-authored-by: Paul Levy <plevy@pelicanmapping.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update isalConfig.cmake
* Refactor build process
* Remove debug/share on non-Windows
* Fix build, fix config.cmake, correct usage info
* version
* Add supports, add license
* cleanup baseline
* version
* update supports
* version
* Correct include path
* version
* Fix lib name on non-Windows
* version
* Apply suggestion
* version
* Apply suggestions
* version
* Apply suggestion
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* Initial port for Ableton Link
* Added missing versions/a-/ableton.json file
* Added double quotes to all relative paths in portfile.cmake
* Removed CMakeLists.txt file from the installed files
* Use Catch2 only in CMakeLists.txt, when test features are enabled
* Made find_package asio conditional too
* Update the sqlpp11 port to version 0.61 + SQLite3
* Update the sqlpp11 version to 0.61
* Update dependencies in sqlpp11 ports
* Update sqlpp11 and its connectors versions
* Update files according to the maintainer guide
* Update the sqlpp11 version
* Update SHA512
* Version instead of version-string
* Update the sqlpp11 version
* Version-string instead of version
* Version update
* Vesrion update after script
* Update according to checks
* Replace connector ports by empty one
* Update the sqlite3 connector port to dummy one
* Remove non exsistent sqlpp11 sqlite3 version
* Make the mysql connector port as obsolete
* Format vcpkg.json in sqlpp11's ports
* Update sqlpp11's ports versions
* Backward compatibility in the mysql connector
* Update version in sqlpp11's mysql connector
* Remove non exsistent sqlpp11 mysql version
* Updated gamenetworkingsockets to 1.4.1
Also use "version-semver" to specify the version, since we are using
Semantic Versioning.
* Add gamenetworkingsockets v1.4.1
* [gamenetworkingsockets] update version to 1.4.1
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* [libdatachannel] chore(version): updated to 0.17.7
* [libdatachannel] chore(version): updated to 0.17.7 version
* [libdatachannel] chore(version): updated to 0.17.7 version sha
* update version
* [libdatachannel] update version to 0.17.8
* del version
* update version
* format patch
* overwrite version
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
* [test] Test rapidjson hash
* Restore the origin hash
* version
* Re-trigger download
* version
* Try to check hash again
* version
* Remove empty space to reduce changes size
* version
* increase num
* version
* [qtbase] Change qt source downloads to point at GitHub
* [qtbase] Rewrite update system to emit tarball data
* [qtbase] PR feedback
* Update Qt to 6.3.1
* reenable qtlocation ?
* v db
* move buildtrees - to b in pipeline; trying to get webengine logs
* fix patch
* v db
* remove special handling of arm cross case fixed in windows toolchain
* v db
* Fix stuff
* fix more stuff
* fix more stuff
* retry
* fix regex replacement
* fix regex stuff. And qtinterface ref?
* more fixes
* remove unused variable
* v db
* Revert scripts/azure-pipelines/test-modified-ports.ps1
* v db fix
* revert qtlocation changes
* revert v db
* v db
* v db
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* QT arm64-windows build (WIP)
* Updated versions
* Undo changes made to graphviz in error
* Only remove OpenGL for ARM
* Update version database
* Update version database
* updated libs not compatible with uwp+arm
* Update version database
* Enable QT in CI
* qt5-base not compat
* Update ports/qtapplicationmanager/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update ports/qt5-imageformats/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Updated versions
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking
* x-add-version
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* [librdkafka] Upgrade up to 1.9.0
* [librdkafka] Upgrade up to 1.9.0
* [librdkafka] Upgrade up to 1.9.0
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
* New port for dv-processing library
* formatting manifest
* Version update in manifest
* Adding to the versioning system
* Better compatibility for compiler checking when installing
* Version update
* Not using archive release anymore; cli11 is now a vcpkg dependency; cmakemod cloned and copied to the correct directory
* Version update
Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
* [imgui] Update to 1.88
* [imgui] Update version files
* [imgui-sfml] Build for C++11 to support imgui 1.88 changes
* [imgui-sfml] Update version files
* [Many ports] Fix copyright
* version
* [moos-core] Fix deprecated cmake
* version
* Fix cmake
* version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* 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>