aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-11[hffix] New port hffix library 1.0.0 (#13433)gnaggnoyil
2020-09-11[urdfdom] Fixing up _IMPORT_PREFIX (#12795)Sean Yen
* Fixing up _IMPORT_PREFIX. * update version. * address the feedback.
2020-09-11[qhull] Update to 8.0.2 (#13445)ras0219
* [qhull] Extracted from Microsoft/vcpkg#12199 * [qhull] Update to 8.0.2 release Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-11[libigl] Re-fix install extra headers (#13471)Jack·Boos·Yu
2020-09-11[soxr] remove doc files from install (#13480)Matthias C. M. Troffaes
2020-09-11[taskflow] Update cpp-taskflow 2.2.0 to taskflow 2.6.0 (#13140)mfornace
* Update to 2.5.0 * Disable unit test building; 2.5.0 uses BUILD_TESTING flag * Attempt to add /bigobj since I'm not sure how to disable building examples target * Fix build error when building x64 targets * Add more to the patch, remove sections with add_executable from CMakeLists.txt * Guard with BUILD_TEST, put compile option in * Disable CUDA * Change name of package to taskflow * Add patch so it's back to Cpp-Taskflow::Cpp-Taskflow... * Update CONTROL * Move - down to Port-Version. * Add taskflow 2.6.0 * Update cpp-taskflow to 2.4.0 and disable test building * Change 'cpp-taskflow' to merely depend on 'taskflow'. * Remove osx skip. * Fix up portfile and remove patch file since not needed for header-only * Case fix for Linux Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-11[vcpkg|toolchain] add VCPKG_OVERLAY_(PORTS|TRIPLETS) to the toolchain (#13240)Alexander Neumann
* add VCPKG_OVERLAY_(PORTS|TRIPLETS) to the toolchain * move everything into additional manifest params * fix me not thinking
2020-09-09[libtorrent] Fix build on arm-linux community triplet (#13375)Francisco Pombal
* [libtorrent] Fix build on arm-linux community triplet * [libtorrent] Add Port-Version to CONTROL file Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Add explicit dependeny on boost-pool for all triplets Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-09[assimp][irrxml][kubazip][poly2tri][polyclipping] Extract vendored ↵ras0219
dependencies (#13264) * [assimp] Fix -config.cmake files * [assimp] Fix linux build and provide backwards-compatible alias * [assimp][irrxml][kubazip][poly2tri][polyclipping] Extract vendored dependencies * [assimp] Use find_dependency(); add ZLIB dependency * [polyclipping] Do not suffix upstream binaries Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2020-09-09[msgpack] Update ports version from 3.2.0 to 3.3.0 (#13441)Tom Tan
2020-09-09[octomap] Update port to 1.9.5 (#13356)Silvio Traversaro
2020-09-09[lerc] Add lerc port (#13358)Nathan
Co-authored-by: Nathan Mercer <nmercer@intermap.com>
2020-09-09[tmx] Fix build failure (#13401)Jack·Boos·Yu
2020-09-09[vcpkg] improve s390x support (#13386)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2020-09-09[mp3lame] fix crt linkage (#13390)Matthias C. M. Troffaes
* [mp3lame] fix crt linkage * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-09[geos] Fix linking of geos for mingw (#13393)bialasjaroslaw
* Fix linking of geos for mingw Linking stage is failing due to the multiple definitions of the same symbol. One way of fixing this is to disable inlining for small functions by passing DISABLE_GEOS_INLINE=ON for mingw builds. * Bump the port version. * [geos] Bump version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-09-09[boost-context] Fixes error with linker for 32-bit GNU assembler files ↵bialasjaroslaw
targeting Windows (#13422) * Patch from official boostorg/context. There is no official version with it yet. * Apply patch globaly It is better to check it now, for all triplets as [this script](https://github.com/microsoft/vcpkg/blob/master/scripts/boost/generate-ports.ps1) will regenerate portfile.cmake with patch for all of them not just for subset.
2020-09-09[mp-units] add new port (#13416)Alexander Neumann
* [mp-units] add new port * fix config
2020-09-09[sord] Add new port (#13411)Dominic Clark
* Add sord port * Fix include directories
2020-09-09[zeromq]Fix missing system version for mingw builds (#13408)bialasjaroslaw
* Fix missing system version System version is required to be 6.0 or higher for ZeroMQ to work correctly. * Update ports/zeromq/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-09[libigl] Install extra headers when feature selected (#13424)Jack·Boos·Yu
2020-09-09[benchmark] Update to 1.5.1 and fix pkgconfig (#13427)NancyLi1013
2020-09-09[execute_process] Don't strip embedded semicolons (#12926)jgehw
2020-09-07[boost] Remove invalid identifier !v120 (#13387)Phoebe
2020-09-07[vcpkg] Fix compilation on VS2015 (#13398)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-07[vcpkg] Improve Json error messages (#12981)ras0219
* [vcpkg] Fix error reporting on json parse failure * [vcpkg] Track manifest path for use in diagnostics * [vcpkg] Use by-value for consumer API. Improve trailing comma diagnostic. * [vcpkg] Track errors directly inside Json::Reader * [vcpkg] Fixup use of .u8string() Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-07[xtensor-io] [taskflow] [tcl] [sophus] Fix CI 2020-09-06 (#13382)Billy O'Neal
* [xtensor-io] Disable undeclared HighFive detection which is currently broken. HIGHFIVE 2.2.2: (Re)Detecting Highfive dependencies (HIGHFIVE_USE_INSTALL_DEPS=NO) CMake Error: install(EXPORT "xtensor-io-targets" ...) includes target "xtensor-io" which requires target "libdeps" that is not in any export set. CMake Error in CMakeLists.txt: export called with target "xtensor-io" which requires target "libdeps" that is not in any export set. * [tcl] [taskflow] Mark passing in CI.
2020-09-06[realsense2] Update to 2.38.1 (#13273)Lily
2020-09-06[sentry-native] Update to 0.4.1 (#13305)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-09-06[entt] Update to 3.5.1 (#13318)Vennor
2020-09-06[pcl] Move VTK to an optional feature (#10449)here-mikelley
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-06[vcpkg] Fixed 'update' command output (#13378)Vitaliy Didik
2020-09-05[chromium-base] Add new port (#12396)Martin Vejdarski
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Huahua <ihuahua@live.com>
2020-09-05Add community triple arm64-linux and arm-linux. (#11880)xyb
Verify the following command on both 32 bits and 64 bits OS on Raspberry pi 3. ./bootstrap-vcpkg.sh ./vcpkg install boost
2020-09-05[vcpkg] json format for search (#12509)dan-shaw
2020-09-05Download pkgconfig for protobuf in download mode (#13263)Tom Tan
* Download pkgconfig for protobuf in download mode * Bump version of protobuf * Update ports/protobuf/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-05[highfive] Update to 2.2.2 (#13257)ZeeWanderer
2020-09-05[powershell] Update to 7.0.3 (#13267)Jack·Boos·Yu
2020-09-04Fix [boost] MSVC 2013 v120 Build (#10645)Manuel Kugelmann
2020-09-04[python3] Fix installation on OpenSUSE (#13274)Jack·Boos·Yu
2020-09-04Add option for WCHAR32 support in ImGUI (#13285)Ian Reinhart Geiser
2020-09-04[serd] Add new port (#13260)Dominic Clark
2020-09-04[curl] Update to 7.22.0 (#13045)Kevin Lu
2020-09-04[sentry-native] Add ability to control SENTRY_BACKEND variable (#13362)Vitalii Koshura
2020-09-04[libxml2] Update to 2.9.10 (#13266)Matthew Oliver
2020-09-04[sqlite-orm] Add features and also fix usage (#13328)NancyLi1013
2020-09-04[rappture] Add new port (#13321)Vitalii Koshura
2020-09-04[constexpr-contracts] s/HEAD_REF master/HEAD_REF main/ (#13357)Christopher Di Bella
2020-09-04[fmt] Fix build error when build type is release. (#13352)Matthias C. M. Troffaes
2020-09-04[sentry-native] Fix build failure and cmake path (#13329)Jack·Boos·Yu
* [sentry-native] Fix build failure and cmake path * Re-fix the static_assert issue