aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-16[json_dto] Update to v.0.2.10 (#13535)eao197
* json_dto updated to v.0.2.10 * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-16[google-cloud-cpp] Update to v1.18.0 release (#13552)Carlos O'Ryan
* [google-cloud-cpp] Update to v1.18.0 release * Update portfile.cmake Add unsupported message Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-15[dartsim] Fix version in vcpkg.json (#13550)Silvio Traversaro
2020-09-15[vcpkg-docs] Add docs/users/binarycaching.md (#13517)ras0219
* [vcpkg-docs] Add docs/users/binarycaching.md * [vcpkg] Address PR Comments Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-14[dartsim] Add new port (#13320)Silvio Traversaro
* [dartsim] Add new port * Update vcpkg.json * Update vcpkg.json * Update vcpkg.json
2020-09-14[triangle] Add new port (#13322)Nathan
* New Port : libigl-triangle * Update ci.baseline.txt for libigl-triangle port * Update ports/libigl-triangle/CONTROL Unnecessary Port-Version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libigl-triangle/portfile.cmake Unnecessary inclusion of vcpkg_common_functions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libigl-triangle/portfile.cmake Use README from source as the copyright file Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Updates to libigl-translate port * Update libigl-triangle port * Update ports/libigl-triangle/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libigl-triangle/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Make the header copy properly and add CMake targets * Utilize original sources for triangle library and rename to triangle * Build triangle executable and add it to tools * Fix Linux build which requires linking to m library for math functions * Update scripts/ci.baseline.txt Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Instead of defining INT_PTR, use uintptr_t from stdint.h Also, define FLOAT and VOID in the header so the user of the library does not have to define them * Make sure the port works and can be used * Remove the use of the SINGLE define for switching the REAL define to be float or double. Also make the define for VOID be void rather than replacing all VOID with void in order to reduce the patch size. Co-authored-by: Nathan Mercer <nmercer@intermap.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2020-09-14[qt-advanced-docking-system] update to 3.6.1 (#13340)Stijn Herfst
* update to 3.6.1 * remove unneeded changes * fix qt5-x11extras linux dependency * add dependency for osx * make requested changes * change hash
2020-09-14[croncpp] Added croncpp port (#13359)Robert Kesteson
* Added croncpp port * Update croncpp for windows failure * Update ports/croncpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/croncpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/croncpp/CONTROL Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/croncpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/croncpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/croncpp/portfile.cmake Co-authored-by: Robert Kesterson <robert.d.kesterson@leidos.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-14[ffmpeg:arm64-linux] Fix bug #13511: [ffmpeg:arm64-linux] build failure. ↵xyb
(#13512) Root cause: In `ffmpeg/portfile.cmake`, `--target-os=win32` is applied to all arm or arm64 targets. This is wrong. Fix: Only apply "--target-os=win32" if VCPKG_TARGET_IS_WINDOWS. Verify: Run `./vcpkg install ffmpeg` on arm64-linux host, make sure the generated libraries are *.a not *.lib.
2020-09-14[sdl2] Fix pkgconfig: missing system lib dbus-1 (#13520)Jack·Boos·Yu
2020-09-14[sqlite3] Update to 3.33.0 (#13501)Kevin Lu
2020-09-14[vcpkg] Add metrics for binarycaching feature (#13486)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-14[tool-meson] Update to 0.55.3 (#13497)Wolfgang Stöggl
2020-09-14[vcpkg manifest] Add documentation! (#13488)nicole mazzuca
* [vcpkg docs] add docs for manifest files These are just for the maintainer docs, not user docs. * [vcpkg] EBNF-ify platform expression parsing this modifies nothing about what strings are accepted or rejected, it just moves stuff around. also adds tests. * [vcpkg docs] add manifest mode example * [wip] docs for augustin also fix tabs * [vcpkg manifest] switch to using maps for features * Apply suggestions from code review * un-experimentize format-manifest * flesh out the user manifest mode docs * CRs * billy CRs * final personal pass-thru
2020-09-13[yoga] Update to 1.18.0 (#13515)Agustin Mendez
* Update CONTROL * Update portfile.cmake * Update add-project-declaration.patch
2020-09-11Fix boostrap on VS2019. (#13489)Billy O'Neal
2020-09-11[vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421)Billy O'Neal
2020-09-11[d3dx12] Add new port (#13360)Mérill Téterel
* [d3dx12] new port * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update portfile.cmake Use the correct d3dx12.h that does not require the very latest Windows SDK * Apply suggestions from code review Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/d3dx12/portfile.cmake * [d3dx12] Download license file Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-11[vcpkg] Fix issue #12745. (#12746)martin-s
2020-09-11[freeimage] Add freeimage-config.cmake (#12627)Lily
* [freeimage] Add vcpkg-cmake-wrapper.cmake * [freeimage] Prefer creating config.cmake instead of vcpkg-cmake-wrapper Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-11[qwt] update to 6.1.5 (#12459)JonLiu1993
* [qwt] update to 6.1.5 * delete patch file Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-11[gtest] Remove autodetectable usage information (#13442)ras0219
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2020-09-11[shogun] Fix build error (#13425)NancyLi1013
2020-09-11[pybind11] Fixup cmake information (#13443)ras0219
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
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>