Commit Graph

484 Commits

Author SHA1 Message Date
Jack·Boos·Yu
7d40a546b8
[vcpkg baseline][pangolin] Add options to dependencies to avoid finding them automatically (#17014)
* [vcpkg baseline][pangolin] Add options to dependencies to avoid finding them automatically

* update version record

* switch to CMAKE_DISABLE_FIND_PACKAGE_PORT

* bump version
2021-04-01 10:07:01 -07:00
Mathis Logemann
338964e3ff
[mapbox-geometry,mapbox-polylabel,geojson-vt-cpp,geojson-cpp] new ports (#16838)
* added geometry

* added mapbox-polylabel

* added versions

* add port geojson-vt-cpp

* add version

* fix formatting

* fix version

* eh ok

* version...

* add geojson

* add version

* false version

* fix internal version

* use semver string

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* fix versions

* added mapbox prefix to name. fixed description

* changed versions

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-04-01 10:04:08 -07:00
Matthieu Penant
13640c5671
[zstd] update to 1.4.9 (#16865)
* [zstd] update to 1.4.9

Fixes #16642

Update zstd to the latest version 1.4.9: https://github.com/facebook/zstd/releases/tag/v1.4.9

* update baseline / version

* Update vcpkg.json

* Update vcpkg.json

apply suggested diff file

* attempt to fix build errors (missing file libzstd?)

* Update zstd.json

* Update portfile.cmake

* fix version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-03-31 14:29:14 -07:00
Ryan
f22705fd15
[spdlog] Update to 1.8.5 (#16870)
* remove featurebuild patch

see:
3d8f71c4d2
42c36f48ed

* remove external fmt patch

see:
53e1c9ab11/CMakeLists.txt (L183-L184)

* remove target fixup branching

see:
4858d7e454

* convert control file to manifest file

* remove android build patch

see:
e86f450428

* update to 1.8.3

* remove redundant cleanup

these folders don't exist in the build tree, and so they don't need to be cleaned up

* update deprecated functions

* remove empty folder

* add version

* report version using semantic versioning

* correct version comment

* update version file

* fixup pkgconfig

* update version file again

* accomodate non-cmake users

* update to 1.8.5

* update version files

* remove 1.8.3 from version file
2021-03-31 14:27:55 -07:00
Alexandre Bique
9c2aae721d
[fontconfig] fixes for macos (#16905)
References:
 - https://github.com/Homebrew/homebrew-core/pull/57999
 - https://github.com/Homebrew/homebrew-core/issues/57994
2021-03-31 14:17:19 -07:00
Odysseas Georgoudis
c6034033c4
[quill] Upgrade to 1.6.2 (#16931)
* update quill to 1.6.2

* update json file
2021-03-31 14:15:24 -07:00
Frank Hale
58d3efbc99
[lua]Update port to version 5.4.3 (#16943)
* Update Lua to version 5.4.3

* Update Lua versions file
2021-03-31 14:09:56 -07:00
Phoebe
93304d1981
[opensubdiv] Remove debug/share folder (#16962)
* [opensubdiv] Remove debug/share folder

* Format the vcpkg.json

* Update baseline revision
2021-03-31 12:11:19 -07:00
Alexander Neumann
87ae70da91
[open62541] add amalgamation feature (#16969)
* [open62541] add amalgamation features

* version stuff

* Update versions/baseline.json

* Update ports/open62541/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* update version file

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-31 11:58:31 -07:00
genevanmeter
db1df24767
[ffmpeg] Fix FindFFMPEG lib versions for building opencv[ffmpeg] (#16882)
* Fix FindFFMPEG lib versions for opencv[ffmpeg]

libavutil, libavdevice, etc. define their versions separate from FFMPEG main version in a version.h file located with each component headers.
This change fixes building opencv[ffmpeg] when it attempts to discover the individual versions of FFMPEG libs. Before this change opencv[ffmpeg] would build but the FFMPEG functionality was disabled since all the lib versions were set to 4.3.1

* Modified Port-Version of CONTROL to 13
Ran vcpkg.exe x-add-version ffmpeg

* Ran vcpkg.exe x-add-version ffmpeg --overwrite-version per Cheney-W's instructions

* Updated Port-Version of CONTROL to 1 for FFMPEG version 4.3.2

* Ran vcpkg x-add-version ffmpeg
2021-03-31 10:20:17 -07:00
Alexander Neumann
ed54efbb16
[qt5-webengine] Fix issues (#16770)
* [qt5-webengine]
 - add feature "proprietary-codecs"
 - fix build error due to internal changes how options are passed.
 - try to fail early on too long build paths instead of late

* comment the ci baseline for x64-windows to actually test it in ci
and only build one configuration to not overstress the ci system

* be less strict about the buildtree path length

* adjust qt5-webengine ci back

* update baseline

* change length error message according to CR.

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* fix version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-30 10:56:00 -07:00
Niall Douglas
a434cc74ea
[outcome] Replace Outcome single header based port with full fat cmake install port (#15603)
* Replace Outcome single header based port with full fat cmake install port.

* [outcome] Improve portfile.cmake

* update baseline

* Refactor @JackBoosY's changes to make the dependency SHA feature chosen.

* update baseline

* Fix outcome features so they actually work.

* update baseline

* [outcome] install usage

* update baseline

* [outcome] Always use vcpkg copies of dependencies

* DO NOT MERGE YET, ONLY FOR INSPECTION BY PR REVIEW.

1. Break out these dependencies into standalone ports:

  - ned14-internal-quickcpplib
  - status-code

2. Add port for LLFIO.

3. Add dependency smoke tests for Outcome and LLFIO as per instructions.

* Fix all remaining issues, including link failure. This changeset is now ready to merge into vcpkg.

* Update versions.

* Have LLFIO not build static or shared libs according to VCPKG_LIBRARY_LINKAGE.

* Fix last commit breaking everything :)

* Update versions.

* Disable uwp support for LLFIO.

* versions

* Fix status code on GCC 6 and 7

* Don't download ntkernel-error-category if not on Windows.

* Fix status-code on UWP.

* Update versions.

* Fix MSVC on ARM.

* Apply all the feedback from the PR review, more or less.

* versions

* Update to latest, disable UWP for Outcome.

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-30 10:17:02 -07:00
Fabien Péan
1054567984
[geogram] Fix windows dynamic build usage (#14962)
* [geogram] Fix windows dynamic build usage

* [geogram] Add version db entry

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-29 10:18:25 -07:00
Francisco Facioni
5eae23f558
[azure-kinect-sensor-sdk] not working on Linux (#14750)
* [azure-kinect-sensor-sdk] fix linux build and other issues
  - linux: warnings stopping the build
  - linux: set correct casing for dependecies
  - linux: depthengine
  - upgrade to 1.4.1

* Update ports/azure-kinect-sensor-sdk/CONTROL

* Update ports/azure-kinect-sensor-sdk/portfile.cmake

* Force to re-download archive, revert 9cd44db8e3

* update version record

* Update ports/azure-kinect-sensor-sdk/CONTROL

* Update versions/a-/azure-kinect-sensor-sdk.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-29 10:17:50 -07:00
Jonas Zaddach
7adc87efe1
[clamav] Add new port (#14658)
* Added ClamAV port

* Patch ClamAV's cmake files instead of doing things in portfile

* Fix whitespace

* Strip down package to really only build libclamav

* Fix static build

* Fix build on Linux

* Remove libcurl linkage

* fix copy-paste mistake

* Disable static build

* update version record

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-29 10:14:39 -07:00
Jesse Towner
170e44d327
[breakpad] add support for Android triplets (#16401)
* [breakpad] add support for Android triplets

This changes vcpkg's custom CMakeLists.txt file for Breakpad so
that it correctly builds libbreakpad_client for Android. It
follows the same source file layout for Android as seen in the
./android/google_breakpad/Android.mk make file.

* [breakpad] update control file

* [breakpad] update versions

* [breakpad] fix for unordered_map in MSVC++ STL and libstdc++

* [breakpad] update versions

* [breakpad] fix to install libbreakpad on non-Android platforms

* [breakpad] update versions

* [breakpad] Read sources list from Android.mk

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-29 10:12:06 -07:00
Kyle Benesch
cda58bef39
[libtcod] Add new port. (#16408)
* [libtcod] Add new port.

* [lodepng-c] Add port lodepng-c, conflict with lodepng

* [libtcode] Fix dependencies

* [libtcod] Re-fix dependency utf8proc

* update version record

* [lodepng-c/lodepng] Add conflict message

* add baseline

* remove port-version

* update port-version

* update version record

* [libtcod] Update to 1.16.6.

Patches applied upstream.

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-29 10:11:07 -07:00
Adam Johnson
aaa6a031ce
[python3] Add feature deprecated-win7-support. (#16420)
* [python3] Move /MACHINE into MSBuild file.

This prevents potential patch application conflicts.

* [python3] Add feature deprecated-win7-support.

This backports the fix for bpo-39401 from the Python 3.8 branch instead
of the one from the Python 3.9 branch, which dropped support for Windows
7.

* [python3] Bump port version.

* [python3] Fix goof in static patch that omitted pathcch.lib.

* x-add-version

* [python3] Revert trivial patch changes

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-29 10:09:14 -07:00
YiChih Wang
76ab38bbd9
[iir1] Add new port (#16436)
* [iir1] Add new port

* [iir1] Update portfile.cmake

Note:
- Replace vcpkg_download_distfile() with vcpkg_from_github() function

* [iir1] Update vcpkg.json

Note:
- Modify manifest property of package version

* [iir1] Precede four space before each parameter in the vcpkg_from_github()

* [iir1] Update iir1.json

* Update ports/iir1/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Co-authored-by: YiChih Wang <andywang0607@gmail.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-29 10:08:29 -07:00
Tobias Ribizel
286fa50cbd
[ginkgo] Create new port (#16536)
* [ginkgo] create new port

* [ginkgo] add description for feature requirements

* Update baseline version

* [ginkgo] Minimize patches

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-29 09:52:37 -07:00
Thomas Gwynne-Timothy
2980294114
[libsodium] Rework CMake build to match autoconf (#16730)
* !wip Use targets to organize build

* !wip Add separate file list for MSVC builds

* Restructure to match autoconf

I re-ordered everything so it is easier to compare directly with the
project's autoconf build files.

* Move config files to expected location

* Convert CONTROL file to manifest file

Use vcpkg helper ports.

* Use sqlite3's approach to creating config file

* Fix MSVC source list

I was originally using libsodium:master as a reference, not the release.

* Turn off tests

* Fix definition scope

* Fix JSON formatting

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update libsodium version metadata

* [libsodium] Fix x64-windows-static[-md] builds

* [libsodium] Update port version metadata

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Glob headers and sources on Windows

* [libsodium] Fix GLOB on Windows

* [libsodium] Update verson hash

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-29 09:45:43 -07:00
omartijn
38c073dc7a
Upgrade ffmpeg to 4.3.2 (#16768)
* Upgrade ffmpeg to 4.3.2

* Update version list

Co-authored-by: Martijn Otto <git@martijnotto.nl>
2021-03-29 09:42:42 -07:00
NancyLi1013
db1781ae00
[g3log] Add supports (#16872)
* [g3log] Add supports

* Update versions

* Update versions/g-/g3log.json
2021-03-29 09:39:29 -07:00
Alexandre Bique
9b90e8afc7
[llvm] add more features (#16877) 2021-03-29 09:39:04 -07:00
Alexandre Bique
ec73ce4bad
[vamp-sdk] new package (#16883) 2021-03-29 09:28:11 -07:00
Sönke Schau
d4c34fd271
[libcbor] New port (#16884)
* [libcbor] Initial commit

* [libcbor] Add metadata

* Changes made by vcpkg.exe format-manifest --all

* Changes made by vcpkg.exe x-add-version libcbor --overwrite-version
2021-03-29 09:25:14 -07:00
Charlie Barto
8a8eb71941
[glfw3] Update to version 3.3.3 (#16892)
* bump glfw version and convert to json format.

* update versions

* Update ports/glfw3/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* update git refs

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2021-03-29 09:23:14 -07:00
Rémy Tassoux
95890b4973
[robin-hood-hashing] Update to 3.11.1 (#16901)
* [robin-hood-hashing] Update to 3.11.1

* [robin-hood-hashing] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-03-29 09:22:09 -07:00
Tatsunori Uchino
e592d034f1
[nowide] Upgrade to 11.1.1 (#16913) 2021-03-29 09:21:48 -07:00
Christian Fersch
c94ecfa8f6
[abseil] Upgrade to 20210324 (#16928)
* [abseil] Upgrade to 20210324

* Use new version field

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-03-29 09:19:41 -07:00
Jack·Boos·Yu
6d9ed56811
[vcpkg baseline][osgearth/gdal] Re-fix dependency gdal (#16904)
* [osgearth] Re-fix dependency gdal

* [gdal] Add dependency freexl on UNIX

* update version record

* fix patch

* convert to manifest

* update version record

* re-fix

* update version record

* add dependency freexl

* update version record

* Disable freexl

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Don't require freexl on Windows

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Revert osgearth change

* Fix the baseline version

* Fix osgearth baseline version

* [protouf] Automatic set protobuf_MODULE_COMPATIBLE to include the module file

* Set protobuf_MODULE_COMPATIBLE in wrapper

* Re-fix protobuf

* update version record

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-03-28 13:52:48 -07:00
robbie-li
9f6157af4e
[vtk] Add support for unicode path for VTK reader/writer (#16779)
* feat: Add support for unicode path for VTK reader/writer

* update base line

Co-authored-by: Xiaowei Li <xiaowei.li@csdental.com>
2021-03-26 15:58:02 -07:00
Samuel Toussay
e814436c12
Nanodbc/fix/config cmake files path linux (#16045)
* [nanodbc] Fix CMake config files install path on Linux

* [nanodbc] Update port version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 15:56:50 -07:00
Joachim Gehweiler
a9ba425534
[tensorflow] upgrade to 2.4.1 (#16364)
* fix build issues occurring from default bazel config being used because customized bazel config is stored in wrong directory

* [tensorflow-cc] Update CONTROL and ci.baseline.txt

* fix also applies to windows static build

* fix debug and static builds as well as library naming for non-linux
- add patch to fix debug builds
- add patch to fix exports for static linking
- really build debug (instead of cloning release)
- override bazel build options for debug (work around bazel bug)
- bazel doesn't support static libraries: work around by building dynamic library and constructing static linkage commands from build log
- Windows .pdb file can't be >4GB even on x64: work around using reduced debug information
- Windows doesn't support .lib files >4GB even on x64, so split into multiple libs
- vcpkg requires equal amount of libs for debug and release: work around using handcrafted empty dummy libs
- fix naming of libs (.dll on Windows and .dylib on macOS)

* upgrade tensorflow from v1.14 to v2.3
- adapt patch files to tensorflow code changes
- update bazel from v0.25.2 to v3.1
- on Windows use python installed on the host instead of embedded python obtained via vcpkg because embedded python lacks pip, which we need to obtain numpy
- on Windows add MSYS2 to the PATH so that bazel tools can access MSYS2 GIT
- add support for custom CA certificates when using HTTPS_PROXY

* fix execute process macro
The existing implementation totally screwed up commands if the command's arguments contained semicolons (this is the case, e.g., in the FindPython modules of the cmake distribution).

* extend overriden execute_process to more than one COMMAND as there actually are use cases for this

* added another patch required for tensorflow v2.3, fixed path and working directory

* Revert "incorporate changes from microsoft:master"

* Revert "Revert "incorporate changes from microsoft:master""

* final fixes for static build + improving out messages

* enabling linux and osx in CI to see if it works now

* simplified code, fixed version numbers, fixed generated include cmake file

* fix failing postbuild check on handcrafted empty dummy library by spreading the last real libraries contents over the required number of libraries

* remove dead code commit by mistake again

* improvements from code review

* cleaner fix for debug code

* find pip3 in PATH (PYTHON3_DIR apparently not valid for pip3)

* fix error in python helper script

* fix wrong libname in postbuild script

* fix python detection + switch to python on msys2 (instead of embedded python) for Windows as we need numpy

* fix order of arguments

* fix command (it may contain spaces such as C:\Program Files\...)

* revert last commit (root cause for CI failures is something different: there are line breaks in path)

* fix regex comparision
(value needs to be escaped as it may contains regex special characters such as brackets, eg C:/Program Files (x86)/...)

* fix linebreaks in generated file

* fix CRT linkage
(macOS doesn't support static CRT linkage; it's set to dynamic even static target triplets for macOS and linux)

* refactor implemenation to avoid as much code duplication as possible -- algorithmically identical

* fix version numbers in helper scripts

* enable work-around for Windows until bazel fix is available

* install missing python3-pip on linux

* fix linux build by patching

* apply timeout feature now available via merged master branch

* correct linux build patch

* improve debug build patches
(no functional difference because LOG(FATAL, ...) macro internally anyway calls abort(), which the compiler doesn't detect in debug mode...

* improve linux patch

* temporarily add debug to inspect what's going on on macOS CI

* remove temporary debug code and fix static linking scripts for linux and macOS

* fix regex escaping

* fix ambiguous match while grepping for the framework link command

* extend fix of ambiguous match while grepping for the framework link command

* fix what merge of master broke

* fix more what got broken by merging master
(all packages and their dependencies are now maintained manually instead of using pacman...)

* remove "unofficial" from filename

* added switch do distinct classic and manifest mode when generating config.cmake file

* create symlinks for libraries without version number

* fix linux postbuild script

* temporarily disable code making problems

* add note for linking on Linux and macOS

* forget to add README file in previous commit

* add file forgotton in macro fixing patch

* fix python library path

* fix macOS static link command

* update linkage instructions in README

* Update ports/tensorflow-cc/CONTROL

* Update ports/tensorflow-cc/portfile.cmake

* Update scripts/ci.baseline.txt

* use vcpkg_execute_required_process

* pass C_FLAGS and CXX_FLAGS to bazel

* fix INTERFACE_INCLUDE_DIRECTORIES

* fix optional c/cxx arguments

* also add linker opts

* update README

* merge static libs into one
to support force_load (cannot force_load both due to duplicate symbols)

* update README

* quote python path (it might contain spaces that don't get escaped inside outer quotes of bash command)

* fix python path also for static build

* add arm(64) as currently unsupported arch

* bazel 3.7 is available -> remove workaround

* update README, remove necessary c-ares from deps

* update msys package

* add uwp specific options, and minor general improvements

* fix string replace

* fix control file and windows path separator

* revert backslashes-fix -- the root cause was missing .exe extension

* upgrade to tf 2.3.1

* fix hard-coded version

* remove uwp work-in-progress code so that PR can be merged

* add [tensorflow] C API port

* missing in previous commit

* fix include file

* remove unnecessary suffix

* update README and print out usage info in portfile

* add UWP patches

* fix uwp patch file

* fix patch again

* fix patch again

* fix patch again

* move options from command line to .bazelrc

* fix include paths

* work around bazel restriction "The include path 'D:/buildtrees/tensorflow-cc/tools_clone' references a path outside of the execution root."

* go for a completely different approach: force-include uwppatch.h

* fix include path again

* choose different include location, which is available in bazel build tree

* fix compile errors

* update header (getenv redefinition)

* next try to get patched headers to work

* another try to fix include paths

* update patched header, bazel has its own naming for target triplet

* yet another try to fix patched include path

* next try to fix includes: patch bazel deps where required

* fix patch

* Update ports/tensorflow-cc/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/tensorflow/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* follow-up to code review

* extend patch (further build deps)

* fix suffix parameter

* add more build deps

* fix quoting

* extend linux patch

* fix patch

* extend patch again

* yet another deps fix

* another try to fix quoting of possibly empty string parameter

* add another deps patch

* extend patch again

* different approach to fix empty string arguments

* fix portfiles, add more bazel deps

* update list of headers for tensorflow 2.3.1 (was still 2.3.0)

* update list of headers for v2.3.1

* extend bazel deps path again

* Update ports/tensorflow/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* fix bazel deps, bump port version

* add more bazel deps

* move common stuff into tensorflow-common as discussed in review

* go for a different approach (patch bazel toolchain) as adding bazel deps is a never-ending story...

* Apply suggestions from code review

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>

* yet again a completely different approach to fix the include path

* fix path

* fix path again

* merge changes from C port

* fix cmake variable replacement (apparently @ cannot be escaped...)

* try again without escaping

* use absolute path

* fix escaping

* calculate absolute path

* fix replacement in configure_file

* handle directory exists error

* convert cygpath to windows path

* overcome backslash / escaping issues

* try include with build-root-relative path

* apply work-around until proper solution is available

* merge master

* resolved conflicts

* Revert "merge master"

This reverts commit f0804f184d.

* add uwp files to copy list

* update uwppatch.h

* fix typo

* patch the patch for UWP case

* fix patch (missing spaces)

* fix build error in AWS SDK prerequisit

* fix more compilation errors

* replace previous patch with more targeted patch

* add escaped quotes around Windows path with spaces

* cleanup

* merge patch (there can only be one patch file per external)

* add messages to user

* update versions files

* update tensorflow to 2.4.1

* port 0 seems to cause errors => remove port field

* remove patches that made it into tensorflow, correct line numbers in remaining patches

* fix patch line numbers, add copy rules for new header files

* fix patch line numbers

* fix versions for x86

* add more Windows and Linux specific patches

* add more Windows and Linux patches

* fix UWP patches

* fix x86 target

* remove UWP specific fixes from this branch as UWP PR doesn't get merged

* fix version shas

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* fix version hash again

* try an easier fix after discussion upstream

* fix hashes

Co-authored-by: Gehweiler <Joachim_Gehweiler@McAfee.com>
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Joachim Gehweiler <joachim@Joachims-iMac.local>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-03-26 14:55:50 -07:00
ras0219
b5bb1511f0
[many ports] Apply host dependencies (#16479)
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json

* [many ports] Apply host dependencies

* [yasm-tool] Revert yasm-tool changes to split into PR #16478

* [many ports] Add versions

* [vcpkg.cmake] Revert change applied in other PR

* [boost-modular-build-helper] Merge from master

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 12:55:34 -07:00
Benjamin Sergeant
6a63ecae92
[ixwebsocket] update to 11.2.3 (#16856)
* ixwebsocket 11.2.0

* deledt port-version

* update version

* try version 11.2.3 with an include fix for CertOpenStore usage / https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-certopenstore

* Running ./vcpkg x-add-version ixwebsocket

* Update ixwebsocket.json

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-03-26 12:07:32 -07:00
Dmitry Baryshev
a4782d3fac
[sail] Update 0.9.0-pre11 -> 0.9.0-pre12 (#16806)
* [sail] update to v0.9.0-pre12

* [sail] update usage

* [sail] move C++ configs

* [sail] use new 0.9.0-pre12 tag

* [sail] vcpkg x-add-version sail

* [sail] version-string -> version-semver

* [sail] vcpkg x-add-version sail --overwrite-version

* [sail] Update port version to 1

* [sail] vcpkg x-add-version sail --overwrite-version

* [sail] Update versions/s-/sail.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 11:42:13 -07:00
JonLiu1993
f351aed6b8
[WinReg] Update to v4.1.0 (#16871)
* [WinReg] Update to v4.1.0

* update version
2021-03-26 11:41:21 -07:00
georg-emg
73edefd877
[ryu] ryuConfig.cmake now selects the correct libraries when cross compiling (#16858)
* ryuConfig.cmake now checks the target rather than the host system to decide whether to install ryu.lib or linryu.a

* executed vcpkg x-add-version ryu

* Update ports/ryu/ryuConfig.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* executed vcpkg x-add-version ryu

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 11:39:45 -07:00
Brennan
be656b22a4
[microsoft-signalr] Update port with new version and find_package support (#16885)
* Update microsoft-signalr port with new version and find_package support

* version
2021-03-26 11:10:47 -07:00
ankurverma85
5a10163c44
[osgearth] Fix x64-windows-static-md (#15375)
* osgearth:x64-windows-static-md fixes

* Try to build for x64-windows-static-md

* Fix builds

* Indent and combine blocks

* overwrite version

* merge with master and update version

* revert incorrect version changes

* [osgearth] Improve portfile.cmake, add feature tools

* update version record

* disable fontconfig on windows

* update version

* [osgearth] Fix dependencies

* [osgearth] Re-fix dependencies

* [osgearth] Fix the sequence of linking osg

* [osgearth] Fix dependency osg

* update version record

* Fix osgearth:x64-linux

* x64-windows-static-md fixes

* Fix x64-linux

* Build fixes

* Update x-add-version

Co-authored-by: ankurv <ankurv@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-25 13:28:42 -07:00
autoantwort
c2e1d32c25
[libmt32emu] new port (#16816)
* [libmt32emu] add new port

* add version files

* Update ports/libmt32emu/portfile.cmake

* Update versions/l-/libmt32emu.json

* Update versions/l-/libmt32emu.json

remove unnecessary entry

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-25 13:06:28 -07:00
autoantwort
dc8f5b6d99
[aubio] allow to build without dependencies (#16051)
* Make it possible to build aubio without dependencies

* Update ports/aubio/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [aubio] add suggestions

* add version files

* Update ports/aubio/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* add version files

* [aubio] fix wrong defines

* add version files

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-25 12:36:00 -07:00
Dawid Wróbel
70f73854cb
[libgwenhywfar] new port (#16810)
* [libgnutls] macOS fix; additional optimizations

- add missing macOS SDK CoreFoundation framework reference
- add OpenSSL compatibility feature
- explicitly disable libdane (was disabled implicitly due to
  a missing libunbound)
- no need for autoconfig

* [libgnutls] update versions

* [libgwenhywfar] new port

* [libgwenhywfar] add versions

* [libgwenhywfar] use semver versioning scheme

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [libgwenhywfar] use semver versioning scheme

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [libgwenhywfar] update versions

* [libgwenhywfar] make sure to fail a windows build

* [libgwenhywfar] update versions

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-25 12:16:08 -07:00
autoantwort
9a49e3df7f
[fakeit] add new port (#16875)
* [fakeit] add new port

* add version files
2021-03-25 09:51:25 -07:00
Chris Mc
63cc543890
[jwt-cpp] update to v0.5.0 (#16799)
* [jwt-cpp] update to v0.5.0

* Update CONTROL

* Update portfile.cmake

* Delete fix-warning.patch

* Update and rename CONTROL to vcpkg.json

* Update vcpkg.json

* Update jwt-cpp.json

* Update baseline.json

* Update versions/j-/jwt-cpp.json

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/j-/jwt-cpp.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-25 09:33:34 -07:00
NancyLi1013
48b59daff4
[vcpkg baseline][gsoap] Update to 2.8.112 (#16837)
* [gsoap] Update to 2.8.112

* Update versions

* Update supports

* Update versions/g-/gsoap.json

* [gsoap] Skip in CI

* Update scripts/ci.baseline.txt

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-25 09:12:33 -07:00
Phoebe
a1e67195f8
boost-modular-build-helper] Add system library dl for boost-regex[icu] and boost-locale[icu] on linux (#16859)
* [boost-modular-build-helper] Add system library dl for boost-regex[icu] and boost-locale[icu] on linux

* Update baseline version
2021-03-24 13:45:55 -07:00
sandro97git
3f567b71f6
[mqtt-cpp] update to 9.0.0 (#16863)
Co-authored-by: Sandro Scherer <sandro.scherer@siemens.com>
2021-03-24 13:19:20 -07:00
JonLiu1993
05988a694f
[argparse] Update to the latest commit (#16527)
* [argparse] Update to the latest commit

* update version

* use semver prereleases

* modify vcpkg.json

* delete version

* update version
2021-03-24 13:14:51 -07:00
NancyLi1013
a5ac469043
[poco] Fix feature sqlite3 (#16549)
* [poco] Fix feature sqlite3

* Update versions

* Add dependencies

* Update versions/p-/poco.json
2021-03-24 12:57:51 -07:00
autoantwort
bce563ed58
[Influxdb-cxx] add new port (#16794)
* [influxdb-cxx] add new port

* add version files
2021-03-24 12:53:27 -07:00
JonLiu1993
bddfc5c369
[asio] update to 1.18.1 (#16711)
* [asio] update to 1.18.1

* update version

* update version

* update version
2021-03-24 12:49:49 -07:00
Azure SDK Bot
31b3eff6a7
[azure-core-cpp] Azure Core Release Beta 7 (#16668)
* [azure-core-cpp] Update to 1.0.0-beta.7

Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2021-03-24 12:49:28 -07:00
Ahmed Yarub Hani Al Nuaimi
6562225c92
[spdlog] Fix build for Android (#16819)
* Add Android logging library to spdlog

* Update version

* Update version

* Update ports/spdlog/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update version

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-24 12:47:26 -07:00
Daniel Parker
80bd78d3dd
[jsoncons] Update to v0.163.0 (#16820)
* [jsoncons] Update to v0.163.0

* [jsoncons] Update baseline

* [jsoncons] BUILD_TESTS ->JSONCONS_BUILD_TESTS

* [jsoncons] Update baseline
2021-03-24 12:46:18 -07:00
Park DongHa
e37bd3f12f
[flatbuffers] support iOS triplets (#16843)
* [flatbuffers] exclude 'flatc' for ios triplets

* building flatc requires BUNDLE DESTINATION
* increase port version

* [flatbuffers] increase port version

* [flatbuffers] fix git-tree SHA
2021-03-24 12:45:42 -07:00
dengjunplusplus
2de2ed68fd
[workflow] update version of workflow port (#16842)
* update workflow version to 0.9.4

* update versions

* change version scheme

* update versions

* Update portfile.cmake

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-24 12:44:33 -07:00
Joe Noël
3166bcc15b
[websocketpp] Add features to build without boost (#16675)
Run vcpkg x-add-version

Change version-string to version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Roll boost-asio, openssl and zlip into a single feature

Overwrite version
2021-03-23 14:42:28 -07:00
NancyLi1013
9327b5c5bf
[libusb] Fix the support for Visual Studio 2019 (#16839)
* [libusb] Fix the support for Visual Studio 2019

* Update versions
2021-03-23 14:41:32 -07:00
Park DongHa
b35f1edc23
[mnn,flatbuffers] add a new port and patch (#15717)
* [mnn] add a new port

* create a patch, embed copyright
* touching install options

* [mnn] fix windows install

* feature cuda reqires cudnn

* [flatbuffers] add patch for TableKeyComparator

* update port SHA

* [mnn] disable arm support

* [mnn] update port SHA

* patch creates version config.cmake
* run vcpkg_copy_tools for 'tools' feature

* [mnn] remove bin when non-Windows

* make PREFER_NINJA optional for 'cuda' feature

* [mnn] fix wrong macro

* [mnn] rename install path to lowercase

* [mnn] make 'metal' feature optional

* update port SHA

* [mnn] apply PR feedback

* Move build options into vcpkg_check_features
* Download Apache-2.0 licence instead of local file

* [mnn] remove code patch for Windows

* this will break `mnn[tools]` for `windows` triplet

* [mnn] remove code changes in the patch

* [mnn] remove version.cmake generation

* possibly break osx build with the chnage

* Update ports/mnn/portfile.cmake

* Update versions/m-/mnn.json

* [mnn] apply PR feedback

* find_package(CUDNN) in patch
* use vcpkg_download_distfile
* ONLY_STATIC_LIBRARY for Windows

* [mnn] create share folder and move copyright

* [mnn] update git-tree SHA

* Update ports/mnn/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* [mnn] update git-tree SHA

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-23 14:38:59 -07:00
ZeeWanderer
e1e3d81a59
[blend2d] Update to beta_2021-03-17 (#16804)
* [blend2d] Update to 2021-03-17

* [blend2d] update port_versions
2021-03-23 14:30:38 -07:00
pastdue
ce860929a8
[sqlite3] Update to 3.35.2 (#16834)
* [sqlite3] Update to 3.35.2

* Run x-add-version sqlite3
2021-03-23 14:26:40 -07:00
NancyLi1013
f56e9dbaeb
[libhv] Add DISABLE_PARALLEL (#16835)
* [libhv] Add DISABLE_PARALLEL

* Update versions
2021-03-23 14:26:14 -07:00
Rich Logan
2bc10eae2f
[openh264] Add openh264 port (#16714)
* Add openh264 port

* Fixes for CI

* Don't build tests

* Add git dependency

* Update gas-preprocessor

* Update gas subfolder name

* No UWP support for meson builds

* Manifest format

* Update ports/openh264/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions

* [openh264] Tweak precise tool dependencies

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-22 15:58:34 -07:00
Jack·Boos·Yu
00150f5bba
[libxml2] Disable http and ftp on UWP (#16726)
* [libxml2] Disable http and ftp on UWP

* add version record

* Replace option to set

* fix typo

* update version record
2021-03-22 15:52:17 -07:00
Ryan
40027831fd
[args] update to latest version (#16703)
* [args] update to latest version

* update version files

* correct version field

* update version file
2021-03-22 15:35:03 -07:00
autoantwort
c72fa13af2
[happly] add new port (#16788)
* [happly] add new port

* add version files
2021-03-22 15:34:08 -07:00
Dejauxvue
c8021b4675
[opencascade] fix #16252 (#16513)
* [opencascade] fix #16252 by exporting includ directories with the targets and replacing internal includes from #include "..." to #include<...> post installation

* [opencascade] added port version

* [opencascade] update SHA of versions/o-/opencascade.json

* Update ports/opencascade/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/opencascade/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/opencascade/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* remove commented line for BUILD_INTERFACE

* updated version

* remove replacement of includes form #include <...> to #include "..."

* update port version

* added fix-install-prefix-path.patch, which was removed by #15997

* fix fix-install-prefix-path.patch

* update port version

* Update ports/opencascade/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* update port version

* [opencascade]Revert "remove replacement of includes form #include <...> to #include "...""
also refined regex to allow white spaces between # and 'include'
This reverts commit 4b362739f5.

* [opencascade] update port version

* [opencascade] change exported include directory from include/opencascade to include

* [opencascade] update port version

Co-authored-by: bloess <josua.bloess@uni-bayreuth.de>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-22 15:19:06 -07:00
Rémy Tassoux
e2e6dbdaa4
[implot] Update to 0.9 (#16818)
* [implot] Update to 0.9

* [implot] Update version files

* [implot] Fix missing vcpkg.json

* [implot] Fix vcpkg.json formatting

* [implot] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-03-22 09:23:14 -07:00
JonLiu1993
f35afafcaf
[termcolor] update to 2.0.0 (#16824)
* [termcolor] update to 2.0.0

* update version
2021-03-22 09:22:08 -07:00
autoantwort
9986c28da9
[mailio] does not support uwp (#16789)
* [mailio] does not support uwp

* add version files
2021-03-19 13:15:15 -07:00
Take Vos
a3c09743dc
[ttauri] Add new port (#16749)
* Port for ttauri

* ttauri version.json

* ONLY_STATIC_LIBRARY

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Miss spelling and turn off doxygen.

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update version

* Change destination to

* Update version

* Update ports/ttauri/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19 10:05:01 -07:00
Park DongHa
a47284e8f8
[fbgemm] create a new port (#16346)
* [fbgemm] create a new port

* [fbgemm] patch for latest asmjit

* [fbgemm] fix wrong install for Windows

* update baseline and port SHA

* [fbgemm] make PythonInterp required

* [fbgemm] check  PythonInterp in portfile.cmake

* [fbgemm] use Python instead of PythonInterp

* [fbgemm] use vcpkg_find_acquire_program for python3

* [fbgemm] update patches

* remove /MT /MD customization
* remove deprecated warnings for asmjit

* [fbgemm] update "supports"

* uwp can't be supported with cpuinfo link failure
* x86 SIMD may become available in future update

* [fbgemm] apply PR feedback

* [fbgemm] update to latest code

* removed asmjit related patch files

* [fbgemm] update version files
2021-03-19 10:03:17 -07:00
Park DongHa
96403d0903
[metrohash] support more triplets by excluding 128 CRC source (#16553)
* [metrohash] exclude CRC for x86

* the change will allow x86 triplets
* update port SHA

* [metrohash] remove fail_port_install

* update ci.baseline.txt

* [metrohash] sync portfile and CMakeLists.txt

* make both file use 'VCPKG_TARGET_TRIPLET' to make ease of comparison

* [metrohash] Use try_compile helpers

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19 09:56:01 -07:00
JonLiu1993
9e681d579b
[WinReg] update to v4.0.0 (#16765)
* [WinReg] update to v4.0.0

* update version

* update winreg.json

* update version
2021-03-19 09:55:28 -07:00
karastojko
d31eced872
New port for mailio. (#16696)
* New port for mailio.

* Formatting the manifest and adding the version.

* improve

* add version record

* add version record

* Update versions/m-/mailio.json

* Update ports/mailio/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* update version record

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19 09:55:04 -07:00
Hanseul Jun
a125fe9d6d
[angle] Include EGL/eglext_angle.h in ANGLE (#16733)
* Avoid exluding EGL/eglext_angle.h from ANGLE and add egl_loader_autogen.cpp/h that were not properly added.

* Add port version to ANGLE port.

* Ran vcpkg x-add-version --overwrite-version angle.
2021-03-19 09:54:01 -07:00
Ma
6b1db3e978
[libwebsockets] Update to v4.1.6 (#16767)
* [libwebsockets] Update to v4.1.6

* [libwebsockets] Patch version files

* [libwebsockets] Fix port-version

* [libwebsockets] Update hash
2021-03-19 09:52:31 -07:00
An Tao
b230db959e
[drogon] Update to 1.4.1 (#16651)
* [drogon] Update to 1.4.1

* Update patch

* Format

* update version

* Revert the ctl feature

* update version

* [libpq] Fix static linkage

* [drogon] Revert direct postgresql library linkage

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19 09:51:52 -07:00
JonLiu1993
f2b24a8784
[collada-dom] Add REMOVE_RECURSE to solve DLLs error path (#16763)
* Add REMOVE_RECURSE to solve DLLs error path

* update version

* delete ci.baseline default set

* modify suggested change

* update version

* update control file

* update version

* update homepage

* update version

* Update scripts/ci.baseline.txt

* fix shared keyword

* update version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-19 09:50:21 -07:00
nicole mazzuca
c8f6537b80
[ci,vcpkg-cmake-*] remove host-only nature of vcpkg-cmake-* ports (#16774)
* remove host-only nature of vcpkg-cmake-* ports

* versions

* fix fmt on uwp
2021-03-18 15:06:03 -07:00
Charles Milette
04821b8500
[detours] support debug builds (#16755)
* [detours] support debug builds

* Update baseline

* [detours] Update CONTROL

* [detours] Update baseline
2021-03-18 13:18:51 -07:00
NancyLi1013
1f7d384618
[sdl2-mixer] Fix features link error (#16737)
* [sdl2-mixer] Fix features link error

* Update versions
2021-03-18 13:17:59 -07:00
Brad Melanson
2797033a86
[tweeny] Update to v3.2.0 (#16683)
* Update tweeny to v3.2.0 and vcpkg.json

* Update versions db

* Address PR feedback

* Fix git-tree value for tweeny
2021-03-17 15:17:51 -07:00
Rémy Tassoux
358bcd4166
[imgui] Update to 1.82 (#16727)
* [imgui] Update to 1.82

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-03-17 15:13:48 -07:00
autoantwort
9f6aaaccb7
[libbacktrace] new port (#16693)
* [libbacktrace] add new port

* add version files

* Update ports/libbacktrace/portfile.cmake: Apply suggestion

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* add version files

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-17 15:04:33 -07:00
Bernhard Manfred Gruber
9ab3bafca4
[vc] Update HEAD_REF and fix CMake configure options (#16552)
* use 1.4 branch of Vc as HEAD_REF

* fix options passes to cmake configure

* increment port version
2021-03-16 12:13:07 -07:00
autoantwort
31534bd59b
[qt5-base] make libpq an optional dependency (#16659)
* [qt5-base] make libpq an optional dependency

* add version files

* [qt5-base] use IN_LIST for feature check

* add version files

* [qt5-base] set(WITH_PGSQL OFF)

* add version files

* [qt5-base] set -no-sql-psql

* add version files
2021-03-16 12:00:13 -07:00
Francisco Facioni
37df512335
[magnum/magnum-plugins] fix all magnum dependencies being built (#16657) 2021-03-16 11:51:57 -07:00
Mats Taraldsvik
efeb03d202
[ocilib] fix wrong solution filename (#16625)
* [ocilib] fix wrong solution filename

There is only a single file in proj/dll and that is ocilib_dll_vs2019.sln.

* ran x-add-version on new version

* consolidated platform

* consolidated platform

Co-authored-by: Mats Taraldsvik <mats.taraldsvik@norkart.no>
2021-03-16 11:47:27 -07:00
Alexander Neumann
6d3a6a3129
[gmp] correct supports field to run CI for other platforms (#15957)
* fix supports field to correctly run CI for other platforms

* Merge from master

* Update baseline version

* Fix the format issue

* Fix baseline version

* Revert the changes for host

* Fix the baseline version

* Disable mpfr:x64-osx and mpfr:x64-linux in Ci testing

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-03-16 11:45:07 -07:00
Maxime GIMENO
617247756f
[CGAL] Restore boost dependencies (#16592)
* Restore full boost dependencies, the actual modules are too many to be listed.

* Update ports/cgal/CONTROL

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update baseline version

* Detail boost modules from grep in includes

* Fix the Build-Depends

* add boost-serialization

* Update baseline version

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-03-16 11:42:16 -07:00
NancyLi1013
be12a4dd1c
[ixwebsocket] Fix cmake-configure files install path (#16710)
* [ixwebsocket] Fix cmake-configure files install path

* Update versions
2021-03-15 15:57:19 -07:00
Johnny Willemsen
ca35082c48
[ace] Upgrade to 7.0.1 (#16708)
* [ace] 7.0.0

* Make sure C++11 is enabled on macosx

    * ports/ace/portfile.cmake:

* [ace] Upgrade to 7.0.1

* [ace] Revert workaround for macosx, not needed anymore

* [ace] 7.0.1

* [ace] 7.0.1
2021-03-15 15:49:04 -07:00
General Jack O'Neill
5f3249e50e
[openjpeg] 16645 Fix compile w/features jp3d,jpip,jpwl,mj2 triplet x64-windows VS 2019 ver 16.9.1 (#16661)
* Fix for openjpeg issue 16645 compile with VS2019 16.9.1
- Modified portfile.cmake to apply patch
  fix-lrintf-to-opj_lrintf.patch
- Added patch to change /src/lib/openmj2/opj_includes.h
  From: static INLINE long lrintf(float f)
  To:   static INLINE long opj_lrintf(float f)
- Converted CONTROL file to vcpkg.json file
- Fix was tested locally on triplet x64-windows with
  Microsoft Windows x64 Professional 20H2 [Version 10.0.19042.867]
    Windows Feature Experience Pack 120.2212.551.0
  Windows SDK [Version 10.0.19041.0]
  VS 2017:
    Visual Studio 2017 Community Edition [Version 15.9.34]
    Visual Studio Toolset [Version 14.16.27023]
    Microsoft (R) C/C++ Optimizing Compiler [Version 19.16.27045 for x64]
  VS 2019:
    Visual Studio 2019 Community Edition [Version 16.9.1]
    Visual Studio Toolset [Version 14.28.29910]
    Microsoft (R) C/C++ Optimizing Compiler [Version 19.28.29912 for x64]

* Update json file

* Reformat vcpkg.json file

* Update port version

* Update json file

* Update ports/openjpeg/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/openjpeg/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/baseline.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/o-/openjpeg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update json file

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-15 15:21:09 -07:00
JonLiu1993
b6b16270d2
[indicators] update to 2.0 (#16667)
* [indicators] update to 2.0

* update version

* delete default path

* update version
2021-03-15 15:19:09 -07:00
xyb
44d235f7ee
[abseil] Upgrade to 20200923 patch 3, fix gcc11 build error (#16664) 2021-03-15 15:18:10 -07:00
Gregor Jasny
fced4bef16
[prometheus-cpp] Update to version 0.12.2 (#16643)
* [prometheus-cpp] Update to version 0.12.2

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-15 11:29:47 -07:00
Andrew
e2d4023b23
[uWebSockets] updated to 19.0.0 alpha 5 (#16672)
* [uWebSockets] updated to 19.0.0 alpha 5

* versions db update

* Versions db update
2021-03-15 11:13:02 -07:00
NancyLi1013
d1c0075558
[sundials] Update to 5.7.0 and also update repository (#16705)
* [sundials] Update to 5.7.0 and also update repository

* Update versions

* Update OPTIONS

* Update versions/s-/sundials.json
2021-03-15 11:06:19 -07:00
Andrew
924ad6ad6c
[uSockets] update to version 0.7.1 (#16697)
* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* Diff patch applied

* Version DB update
2021-03-15 11:01:01 -07:00
EniacMlezi
ad81198dd9
[openvr ] Update openvr to 1.16.8 (#16684)
* Bump openvr to 1.16.8

* Update openvr version in metadata files

Co-authored-by: lars <lars@domain.local>
2021-03-15 10:59:52 -07:00
Kevin Lu
1575c83810
[sqlite3] Update to 3.35.0 (#16679)
* [sqlite3] Update to 3.35.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-15 10:59:31 -07:00
Ryan
2fc1582826
[robin-hood-hashing] update to 3.10.0 (#16701)
* [robin-hood-hashing] update to 3.10.0

* update version files

* fix version field

* update version
2021-03-15 10:58:30 -07:00
Dawid Wróbel
3c7a12bdf3
[many ports] Add GnuTLS and its dependencies (#14242)
* [libgnutls] add new port

* [libtasn1] add new port

* [libtasn1] fix building

* [libtasn1] enable autoconfig

* libtasn1: fix building, again

* libgnutls: make it build on Linux

* libgnutls: Linux only, for now

* libgnutls: remove unnecessary dependency

* update version record

* Clean up baseline and add supports

* update version record

* libtasn1: clear macOS build

* libgnutls: libidn2 is actually needed

* libgnutls: clear macOS build

* Update ports/libgnutls/CONTROL

* Update ports/libtasn1/CONTROL

* Update versions/l-/libgnutls.json

* Update versions/l-/libtasn1.json

* [libtasn1] convert CONTROL to manifest

* [libgnutls] convert CONTROL to manifest

* [libgnutls] update versions

* [libtasn1] update versions

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-11 12:42:05 -08:00
JonLiu1993
eb41906384
[libtorrent] update to 1.2.12 (#15620)
* [libtorrent] update to 1.2.12

* update version

* fix AppleClang test

* update version
2021-03-11 12:24:25 -08:00
Simone Gasparini
939c215cc6
[popsift] add new port v0.9 (#10979)
* [ports] add popsift

* [popsift] homepage and limitations

* [popsift] test debug

* [popsift] test -fpic off for static

* [popsift] update ci.baseline

* [popsift] testing winfixes

* [popsift] missing dependencies for apps

* [popsift] update portfile

* [popsift] cleaning

* [popsift] using vcpkg_find_cuda

and v1.0.0-rc2

* [popsift] using CUDA_TOOLKIT_ROOT_DIR

* [popsift] rolling back to v0.9

* [popsift] update versions/baseline

* [popsift] baseline x64-static-md fail

* [popsift] missing popsift.json

* [popsift] remove ci.baseline.txt

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-11 12:21:52 -08:00
JonLiu1993
71c7aa72b4
[Azure-Kinect-Sensor-SDK] update to 1.41 (#16548)
* [Azure-Kinect-Sensor-SDK] update to 1.41

* update version

* revert patch

* update version

* revert patch

* update version
2021-03-11 12:17:41 -08:00
Robert Adam
4634989574
[harfbuzz] work around upstream SameFileError (#16621)
During the configuration of harfbuzz several Python scripts are invoked
that are supposed to copy some files. For some reason however the
scripts end up being instructed to copy files to themselves at which
point a SameFileError is risen, causing the build to fail.

This is a workaround for the underlaying issue that is deemed to be
usptream. The upstream issues are
- https://github.com/mesonbuild/meson/issues/8375
- https://github.com/harfbuzz/harfbuzz/issues/2870

The workaround is to add a patch that makes sure these scripts check
whether source and target file are the same and only invoking the copy
action if they are not.

Fixes #16262
2021-03-11 12:16:08 -08:00
NancyLi1013
2543be2edf
[pangolin] Fix static build error (#15593)
* [pangolin] Fix static build error

* Update versions

* Update dependency for pangolin

* Update pangolin.json
2021-03-11 12:14:34 -08:00
ihsan demir
f2ae282c8d
[hazelcast-cpp-client] New version update to 4.0.1 (#16593)
* Updated the `hazelcast-cpp-client` version to 4.0.1 since we released this new patch release.

* Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`.

* [hazelcast-cpp-client] Restore version 4.0.0 to the db

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-11 11:02:36 -08:00
Uwe Klotz
d40ea29c6e
[taglib] Upgrade from 1.12-beta-2 to 1.12 (#16649)
* [taglib] Upgrade from 1.12-beta-2 to 1.12

- Replace CONTROL with vcpkg.json
- Use Git tag as REF
- Use official version number (without the date suffix)
- Switch to semantic versioning
- Link official homepage instead of GitHub project page
- Add license string according to GitHub repo
- Add missing vcpkg_fixup_pkgconfig() in portfile

* [taglib] Disable depcrecated warnings for MSVC

See also: https://github.com/taglib/taglib/issues/1000

* [taglib] Use VCPKG_LIBRARY_LINKAGE instead of VCPKG_CRT_LINKAGE

https://github.com/microsoft/vcpkg/pull/16390/files#r591427047

* [taglib] vcpkg x-add-version
2021-03-11 10:55:33 -08:00
Jack·Boos·Yu
6ee0e916d3
[libmysql] Re-fix dependency openssl (#16426)
* [libmysql] Re-fix dependency openssl

* update version record

* LF to CRLF

* update version record
2021-03-10 14:28:59 -06:00
autoantwort
245713079f
[boost-context] fix build result on apple arm (#16482)
* [boost] fix boost context build on apple arm

* add version files
2021-03-10 14:15:19 -06:00
chausner
ce17802cce
[liblsl] Update to 1.14.0 (#16461)
* [liblsl] Update to 1.14.0

* Adjust CI baseline, assuming liblsl:x64-linux and liblsl:x64-osx pass

* Add back set(VCPKG_LIBRARY_LINKAGE dynamic)

* [libsls] Improve portfile.cmake, add homepage

* update version record

* Update ports/liblsl/CONTROL

* Update versions/l-/liblsl.json

* [liblsl] Use pugixml vcpkg package instead of bundled one

* Convert tabs to spaces

* Update version

* Fix Supports in liblsl/CONTROL

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update versions/l-/liblsl.json

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-10 14:09:27 -06:00
NancyLi1013
cea2b1232a
[msix] Add DISABLE_PARALLEL_CONFIGURE (#16488)
* [msix] Add DISABLE_PARALLEL_CONFIGURE

* Update versions
2021-03-10 14:04:40 -06:00
JonLiu1993
9e1be5ab5c
[mongoose] update to 7.1 (#16493)
* [mongoose] update to 7.1

* update version

* update suggested change

* update version

* delete Repeated version

* delete repeated version

* update version
2021-03-10 14:02:54 -06:00
Carl Mueller-Roemer
77cb26919d
Don't copy svm-toy if not on Windows (#16501)
* Don't copy svm-toy if not on Windows

svm-toy is only compiled on Windows, so should only be copied on Windows.

* Bump port version on libsvm. Switch to new manifest file format.

* [libsvm] Format manifest

* update version record

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-10 14:02:20 -06:00
NancyLi1013
d3c432d955
[hiredis] Fix include path (#16512)
* [hiredis] Fix include path

* Update versions

* Update ports/hiredis/vcpkg.json

* Update versions/h-/hiredis.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-10 14:01:27 -06:00
JonLiu1993
c3c77073f8
[uWebSockets] update to 19.0.0 (#16496)
* [uWebSockets] update to 19.0.0

* update versdion

* modify vcpkg.json

* update version
2021-03-10 14:00:33 -06:00
JonLiu1993
aac436abe0
[scintilla] update to 4.4.6 (#16508)
* [scintilla] update to 4.4.6

* update version

* modify portifile.cmake

* update version
2021-03-10 13:57:51 -06:00
JonLiu1993
1eb9348a3a
[fplus] update to v0.2.13-p0 (#16510)
* [fplus] update to v0.2.13-p0

* update version
2021-03-10 13:46:44 -06:00
JonLiu1993
f1d190a874
[crow] update to 0.2 (CrowCpp/crow fork) (#16511)
* [crow] update to 0.2

* update version

* Modify portfile.cmake

* update version

* modify ref

* update version
2021-03-10 13:45:08 -06:00
Raul Metsma
18376a2f2c
[openssl] update to 1.1.1j (#16525)
* [openssl] update to 1.1.1j

Fix #16407

Signed-off-by: Raul Metsma <raul@metsma.ee>

* Update JSON file

Signed-off-by: Raul Metsma <raul@metsma.ee>
2021-03-10 13:32:41 -06:00
anaaru
f5bfe6dc18
[wil] Updating WIL version to match its nuget package version (#16575)
* [wil] Updating WIL version to match its nuget package version

* Removing port version from CONTROL file

* Revert "Removing port version from CONTROL file"

Reverting because PR tests are failing.

This reverts commit 28ffcba04b.

* Updating baseline.json and w-/wil.json

* update version

* modify portfile.cmake

* update version

Co-authored-by: Anand Arumugam <anand.arumug@gmail.com>
Co-authored-by: Anand Arumugam <anaaru@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-10 13:29:45 -06:00
Matthias Kuhn
37a8f41163
[geos] Bump to 3.9.1 (#16572) 2021-03-10 13:14:36 -06:00
An Tao
860c3c36b4
[trantor] Update to 1.3.0 (#16568)
* [trantor] Update to 1.3.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-10 13:14:03 -06:00
Vitalii Koshura
df574baff7
[sentry-native] Update to 0.4.8 (#16550)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-03-10 13:06:30 -06:00
Johannes Rave
1ff8bc0a60
[krabsetw] Update krabsetw to 4.1.18 (#16576) 2021-03-10 12:30:00 -06:00
Tosone
16df4a56bf
[cpp-httplib] Upgrade to v0.8.4 (#16591)
* [cpp-httplib] Upgrade to v0.8.4

* Run x-add-version
2021-03-10 12:24:47 -06:00
Stefan Uhrig
8fe4184c6a
[proj4] Copy over proj.pdb file on install (#15985)
* Copy over proj.pdb file on install

* Update port-version of proj4

* update version record

* Update proj4 version

* Update versions/p-/proj4

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-10 11:56:45 -06:00
Frank Hale
52aeb54399
[lua] Update to version 5.4.2 (#16603)
* Update Lua port to 5.4.2

* Update version
2021-03-10 11:55:51 -06:00
JonLiu1993
e7361b13e7
[g3log] update to 1.3.4 (#16491)
* [g3log] update to 1.3.4

* update version

* delete function argument

* update version
2021-03-02 13:59:42 -08:00
Jack·Boos·Yu
307ac18b08
[glm] Add namespace to export target (#16429)
* [glm] Add namespace to export target

* update version record

* [globjects] Fix dependency glm

* update version record
2021-03-01 16:28:05 -08:00
autoantwort
112067db83
[libpq] fix filenames (linux -> windows cross compile) (#16434)
* [libpq] fix filenames

* add version files

* add version files
2021-03-01 16:10:04 -08:00
Arash Partow
80976fc216
[exprtk] Update ExprTk (#16458)
* Update ExprTk

* Modify portfile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-01 16:08:29 -08:00
ithewei
8e31229c72
[libhv] Add new port (#16460)
* [libhv] Add new port

* vcpkg format-manifest ports/libhv/vcpkg.json

* vcpkg x-add-version libhv

* libhv:arm64-windows arm-uwp x64-uwp:fail

* [libhv]: -DBUILD_EXAMPLES=OFF -DBUILD_UNITTEST=OFF

* vcpkg x-add-version --overwrite-version libhv

* [libhv]: update version and supports format

* [libhv]: update versions

* [libhv] vcpkg_fail_port_install(ON_ARCH arm ON_TARGET uwp)

* [libhv] update versions

* [libhv] Only build one flavor

Co-authored-by: hewei.it <hewei.it@bytedance.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-01 16:07:58 -08:00
John Farrier
b554d3ad08
[celero] Updated to v2.7.2 (#16446)
* [celero] Updated to v2.7.2

* [celero] Updated Versions file.
2021-03-01 16:07:30 -08:00
eao197
a44feca8c4
[sobjectizer] update to v5.7.2.3 (#16470)
* SObjectizer updated to v.5.7.2.3.

* New ver of SObjectizer added to versions list.

* Change 'version-string' to 'version'.

* Update for sobjectizer version in versions list.
2021-03-01 13:05:38 -08:00
Twice
e6b41b07b4
[protopuf] Update to 1.0.1 (#16459)
* [protopuf] Update to 1.0.1

* [protopuf] Add version info
2021-03-01 12:13:52 -08:00
Matthias Kuhn
e75b7c3681
[qscintilla] Update to 2.12 (#16455)
* Bump qscintilla to 2.12

* Versioning

* Shorten patch

* Switch to tar.gz

* [qscintilla] Update to 2.12

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-01 12:09:04 -08:00
Carlos O'Ryan
9b9a6680b2
[functions-framework-cpp] update to latest release (v0.5.0) (#16447) 2021-03-01 12:06:09 -08:00
Park DongHa
db519ea44c
[libnop] create a new port (#16471)
* [libnop] create a new port

* [libnop] update baseline and port SHA
2021-03-01 12:05:38 -08:00
Charles Milette
94db0dc3a0
[vcpkg-cmake] Fix typo in vcpkg_cmake_configure that prevented custom triplets from working (#16468)
* Fix typo in vcpkg_cmake_configure that prevented custom triplets from working

* Bump version

* Update baseline

* Update versions file
2021-03-01 11:49:24 -08:00
Carlos O'Ryan
a6043e4fd2
[google-cloud-cpp] update to latest release (v1.25.0) (#16477) 2021-03-01 10:12:48 -08:00
Rémy Tassoux
b5bc9d5474
[Imgui] Update docking-experimental and freetype features to 1.81 (#16268)
* [imgui] Update docking-experimental and freetype features to 1.81

* [imgui] Update version files

* [imgui] Move string replacement to post-build

* Update ports/imgui/CMakeLists.txt

* [imgui] Declare IMGUI_ENABLE_FREETYPE macro only if the freetype feature is enabled and move wchar32 string replacement to post-build

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-01 08:40:09 -08:00
nicole mazzuca
3426db05b9
[scripts-audit] Rollup PR 2021-02-26 (#16440)
* [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-02-28 13:17:19 -08:00
autoantwort
e25b620cf9
[boost-context] fix linux -> windows cross compile (#16378)
* [boost-context] fix linux -> windows cross compile

* add version files
2021-02-26 13:17:33 -08:00
Jesse Towner
82034dbd5f
[libwebm] apply upstream changes to support Android NDK r15b and later (#16398)
* [libwebm] upstream changes for Android NDK r15b

This applies upstream changes from master to libwebm 1.0.0.27 to
support building with Android NDK r15b and later up through
Android NDK r23 beta.

Commits taken from https://chromium.googlesource.com/webm/libwebm
master branch:

0ae757087f5e6eb01dfea16cc09205b2425cfb74
Fix android build failure with NDK r15b.

90967863b2f67962f52595a26abb8e4fa4105d44
mkvparser: fix float conversion warning

* [libwebm] update control file

* [libwebm] update versions

* Update ports/libwebm/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/baseline.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/l-/libwebm.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/baseline.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [libpx] use file INSTALL instead of COPY & RENAME

* [libvpx] update versions

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-26 13:16:38 -08:00
Jesse Towner
b5e6d68c20
[brotli] add iOS support (#16397)
* [brotli] add iOS support

This commit adds support for iOS by modifying the CMakeLists.txt
file to specify the BUNDLE DESTINATION parameter during install,
which is required for iOS builds.

* [brotli] update control file

* [brotli] update versions
2021-02-26 13:15:50 -08:00
JonLiu1993
e3e1b64d2a
[concurrentqueue] Update to 1.0.3 (#16404)
* [concurrentqueue] Update to 1.0.3

* update version
2021-02-26 13:14:35 -08:00
Cheney Wang
d8f0941690
[realsense2] Update version to v 2.42.0 (#16411)
* [realsense2] Update version to v2.42.0

* update version file

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-02-26 13:14:09 -08:00
Phoebe
c0d44402f7
[vcpkg baseline] [itpp] Fix include directory (#16385)
* [itpp] Fix include directory

* Update versions

* [itpp] Disable optional packages

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-26 11:30:38 -08:00
Rene Stein
0cbc579e1e
[rsasynccpp] Add new port (Rstein.AsyncCpp) (#16380)
* [rsasynccpp] Added rsasynccpp port

* [rsasyncpp] Fix ci.baseline.txt, portfile.cmake, baseline.json, sasynccpp.json

* [rsasynccpp] Added requested changes to vcpkg.json

* [rsasynccpp] Improve portfile.cmake, add supports

* [rsasynccpp] Fix version

* [rsasynccpp] Fixing x64-Windows-static triplet

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-02-24 16:38:53 -08:00
ihsan demir
c235296c65
[hazelcast-cpp-client] Add new port (#16235)
* Added Hazelcast C++ client (https://github.com/hazelcast/hazelcast-cpp-client) port for Hazelcast in-memory database.

* Fixed the patch (The generated cmake files destination is corrected.)

* Updated the patch. see https://github.com/hazelcast/hazelcast-cpp-client/pull/812

* Disable uwp support.

* Added the missing version file for hazelcast-cpp-client.

* [hazelcast-cpp-client] Avoid checking in large patch file

* Format vcpkg.json

* Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`.

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-02-24 14:06:58 -08:00
pastdue
6e8aaa76f8
[sqlite3] Update to 3.34.1 (#16125)
* [sqlite3] Update to 3.34.1

* Run x-add-version sqlite3

* [sqlite3] Change version scheme

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-24 14:06:36 -08:00
Adam Johnson
0daf0111b2
[python3] upgrade to 3.9.2 (#16315)
* [python3] Update to 3.9.2.

* x-add-version
2021-02-24 14:01:02 -08:00
JonLiu1993
c8116498e4
[box2d] update to 2.4.1 (#16322)
* [box2d] update to 2.4.1

* update version

* delete patch file

* update version

* update json

* update version
2021-02-24 13:58:56 -08:00
JonLiu1993
9c16956fb1
[libpmemobj-cpp] update to ver. 1.12 (#16325)
* [libpmemobj] update to 1.12

* update version
2021-02-24 13:57:35 -08:00
Park DongHa
365b3b6df6
[psimd] add a new port (#16339)
* [psimd] create a new port

* [psimd] update baseline and port SHA

* [psimd] update port SHA
2021-02-24 13:54:43 -08:00
Park DongHa
8c0cac7fcd
[fxdiv] create a new port (#16341)
* [fxdiv] create a new port

* [fxdiv] update baseline and port SHA
2021-02-24 13:53:33 -08:00
JonLiu1993
e3dde67a62
[amqpcpp] update to 4.3.11 (#16354)
* [amqpcpp] update to 4.3.11

* update version

* add vcpkg.json

* update version

* update amqpcpp.json

* update version

* format manifest

* update version
2021-02-24 13:50:27 -08:00
NancyLi1013
6a46f50134
[sdl2] Update patch (#16370)
* [SDl2] Update patch

* update versions
2021-02-24 13:49:53 -08:00
IronsDu
c3de6c271e
[brynet] upgrade to 1.10.0 (#16366)
* Update CONTROL

* Update portfile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-24 13:48:20 -08:00
Patrick Dehne
e51bf8e4ad
Update taglib to 1.12.0 (#16390)
* Update taglib to 1.12.0

* Update versions file

Co-authored-by: Patrick Dehne <patrick@steidle.net>
2021-02-24 13:45:34 -08:00
autoantwort
feb0a364d8
[boost] /safeseh for assembly (#16375)
* [boost] build boost on windows x86 with /safeseh

* add version files
2021-02-24 13:38:42 -08:00
Wei Dai
f5f494d087
[seal] Updated SEAL version to 3.6.2. (#16379)
* Updated SEAL's version to the latest.

* Updated version number in ports/seal/CONTROL.

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-24 13:33:26 -08:00
Jack·Boos·Yu
95f881be06
[vcpkg baseline][poppler] Add feature splash and add its dependency boost-container and boost-move (#16356)
* [poppler] Add dependency boost-container and boost-move

* [poppler] Add feature splash

* update version record
2021-02-24 08:38:00 -08:00
Jack·Boos·Yu
319b8f06eb
[llvm] Fix resource path when building tools (#16294)
* [llvm] Fix resource path when building tools

* update version record
2021-02-22 10:49:55 -08:00
Hartmut Kaiser
77c6c34223
[hpx] Adding HPX V1.6.0 (#16264) 2021-02-20 21:28:57 -08:00
Carlos O'Ryan
4d0234f8ad
[functions-framework-cpp] update to latest release (v0.4.0) (#16307)
* [functions-framework-cpp] update to latest release (v0.4.0)

* Apply patch for MSVC, fixing upstream right now

* I was wondering if this would need a new version

* Delete port version
2021-02-20 21:21:05 -08:00
Chuck Walbourn
bafa1697ba
direcxtsdk port updated to use MS Downloads (#16317)
* direcxtsdk port updated to use MS Downloads

* update version history

* Update ports/directxsdk/portfile.cmake

Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>

* update version record

* Minor filename change

* Update version hash

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-02-20 21:20:27 -08:00
Daniel Parker
6582f0e0d3
[jsoncons] Update to 0.162.1 (#16334)
* Issue #307

* Update baseline
2021-02-20 21:19:45 -08:00
Tetsuya Hayashi
82167226dd
[jsonnet] Added 0004-incorporate-md5.patch to incorporate md5.cpp into libjsonnet (#16335)
* [jsonnet] Added a patch file to incorporate md5.cpp into libjsonnet

* [jsonnet] increment port version

* [jsonnet] update version record
2021-02-20 21:19:24 -08:00
ras0219
6c70d57a1a
[librtmp] Switch to GitHub mirror (#16320) 2021-02-20 21:14:29 -08:00
Jack·Boos·Yu
99dc49dae7
[soci] Fix feature mysql (#16296)
* [soci] Fix feature mysql

* update version record
2021-02-19 13:06:34 -08:00
Park DongHa
eb1ba2a113
[continuable] add a new port (#16261)
* [continuable] add a new port

* todo: create a patch for `find_package(function2)`

* [continuable] add patch to edit cmakelists

* [continuable] add port SHA

* [continuable] minimize patch

* update port SHA
2021-02-19 13:02:46 -08:00
Alex Reinking
82dac26950
[halide] Update Halide to 11.0.1 (#16246)
* Update Halide to 11.0.0

* test PR branch

* run vcpkg x-add-version halide

* switch back to release/11.x

* rerun x-add-version

* update usage

* update Halide to 11.0.1

* ./vcpkg x-add-version halide --overwrite-version
2021-02-19 13:01:11 -08:00
Rémy Tassoux
8ede7e82b2
[quill] Uncomment QUILL_FMT_EXTERNAL macro (#16202)
* [quill] Uncomment QUILL_FMT_EXTERNAL macro

As we build using the vcpkg FMT port instead of the one bundled in Quill, this macro needs to be defined.

* [quill] Update version files

* [quill] Use vcpkg_replace_string

* [quill] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-02-19 12:40:10 -08:00
Jack·Boos·Yu
3ae84754fa
[vcpkg baseline][ktx/otl] Update download hash (#16289) 2021-02-18 18:37:43 -08:00
Jonathan Hale
e7377f7992
[magnum,-plugins] Fix deployment of plugin types and incorrect removal of plugin lib dir on unix (#16245)
* [magnum] Correctly deploy shaderconverter and sceneconverter plugins

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum,-plugins] Only remove plugin lib dirs for Windows platforms

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum,-plugins] Clean up deletion of plugin libs and clarify in comment

Signed-off-by: Squareys <squareys@googlemail.com>

* Update versions

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-02-18 13:02:27 -08:00
eao197
aef2f37056
[sobjectizer] update to v.5.7.2.2 (#16230)
* SObjectizer updated to v.5.7.2.2.

* Change the way of detecting static/dynamic libraries.

* Command 'x-add-version sobjectizer' completed.
2021-02-18 12:59:36 -08:00
georg-emg
d112d7cc06
[ryu] added ryu_printf (#16238)
* activated libraries generic_128 and ryu_printf

* updated version for ryu

* Fixed port version

* updated port version info for ryu

* removed generic_128 again, because it doesn't build under Windows

* updated version info

* - replaced CONTROL file with manifest file
- corrected version string and port version

* updated versions with "vcpkg x-add-version ryu"

* corrected formatting of ryu manifest file

* ran vcpkg --x-add-version again
2021-02-18 12:58:41 -08:00
Jackson
787fe1418e
[simdjson] Updated to v0.8.2 (#16277) 2021-02-18 07:09:12 -08:00
NancyLi1013
c3c360dbaf
[vcpkg baseline][gsoap] Update to 2.8.111 (#16270)
* [vcpkg baseline][gsoap] Update to 2.8.111

* Update versions
2021-02-18 07:02:29 -08:00
aizuon
e2ecca095c
[imgui] change to correct dx binding implementation path (#16255)
* [imgui] change to correct dx binding implementation path

* [imgui] add version files

* [imgui] forgot to update hash
2021-02-16 17:33:33 -08:00
autoantwort
0ebdff50fc
[rtaudio] Fix mingw, switch to rolling release (#16208)
* [rtaudio] update to newest version

* [rtaudio] add version files
2021-02-16 11:26:52 -08:00
Be
344ec1e6d9
[libebur128] update to 1.2.6; fixes dynamic linking on Windows (#16223)
Fixes #16078
2021-02-16 11:15:06 -08:00
Stefano Sinigardi
039e8429de
[leptonica] now all dependencies have their own find_dependency... (#16226)
* [leptonica] now all dependencies have their own find_dependency...

* [leptonica] baseline version
2021-02-16 11:14:55 -08:00
Daniel Parker
5368422fb9
[jsoncons] Update to version 0.162.0 (#16227)
* [jsoncons] Update to version 0.162.0

* [jsoncons] Run ./vcpkg x-add-version jsoncons
2021-02-16 11:14:37 -08:00
Brian Peek
502f95a1bb
upgrade imgui to v1.81 (#16239)
* upgrade imgui to v1.81

* add version files

* change port-version to 0 instead of deleting the line

* remove port-version (??)
2021-02-16 11:09:36 -08:00
Cullen Jennings
17c3670b06
[portaudio] Update port to latest on github (#16197)
* Update portaudio port to latest on github

* correct port version info

* remove the port-version when it is zero

* update version file
2021-02-14 15:29:32 -08:00
Radames Cruz
1eb49ea2ec
[kuku] Update Kuku to version 2.1 (#16194)
* Update Kuku to version 2.1

* Update Kuku version in version files
2021-02-12 19:10:44 -08:00
ras0219
e9e7021d7a
[workflow] Disable parallel configure due to writes to source dir (#16198) 2021-02-12 19:10:11 -08:00
Azure SDK Bot
6f42659cb9
update azure-storage-{common/blob/file/datalake}-cpp (#16183)
* [azure-storage-common-cpp] Update to 12.0.0-beta.8

* [azure-storage-blobs-cpp] Update to 12.0.0-beta.8

* [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.8

* [azure-storage-files-shares-cpp] Update to 12.0.0-beta.8
2021-02-11 23:03:34 -08:00
Carlos O'Ryan
28c588e6af
[google-cloud-cpp] use 'version' for version numbers (#16177) 2021-02-11 10:10:05 -08:00
Carlos O'Ryan
e05bea4283
[functions-framework-cpp] use 'version' for version numbers (#16178) 2021-02-11 10:09:47 -08:00
KangLin
d264b0eb1d
[freerdp] Fix include path (#15724)
* [freerdp] Fix include path

* [freerdp] update port version

* [freerdp] Partial revert of remove include fixup

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-11 00:54:50 -08:00
Viliam Lejčík
f9d514aea5
[restc-cpp] new port (#15739)
* [restc-cpp] new port

* Updated port's version-string

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [restc-cpp] added port version

* [restc-cpp] new port

* Updated port's version-string

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [restc-cpp] added port version

* [restc_cpp] updated MSVC CRT linkage

* [restc-cpp] reformated vcpkg.json

* [restc-cpp] updated port's version

* [restc-cpp] excluded dependency on cmake external projects

* [restc-cpp] updated version hash

* [rest-cpp] Remove changes about CRT linkage

* update version record

* Update ports/restc-cpp/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [restc-cpp] added an error message for mutual exclusive logging features

* [restc-cpp] updated port version

* Updated ports/restc-cpp/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Updated ports/restc-cpp/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update ports/restc-cpp/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Updated ports/restc-cpp/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Updated ports/restc-cpp/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Updated ports/restc-cpp/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Updated ports/restc-cpp/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Updated ports/restc-cpp/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Updated ports/restc-cpp/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* [restc-cpp] updated port version

* [restc-cpp] version file has to declare version as 'version-semver'

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-11 00:54:25 -08:00