aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-23[hdf5] Update HDF5 to 1.12 (#11747)Alexander Neumann
* [hdf5] Update HDF5 to 1.12 and use github live-clones instead of binary download * [hdf5] bump control * [hdf5] fix szip and typo about linkage * [hdf5] add missing package namespace.... they somehow missed to set it? * [hdf5] retry without " * [field3d] fix regression and update. Remove windows as unsupported since the cmakelists tries to support windows * fix typo * remove ws Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * linebreak first patch Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * ws change Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [field3d] update copying installation * [hdf5] use official github repo * clean baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-23SObjectizer updated to v.5.7.1. (#12051)eao197
2020-06-23so5extra updated to v.1.4.1. (#12052)eao197
2020-06-23[CGNS/ParaView] Add new ports (#9960)Alexander Neumann
* [cgns] add port cgns * [paraview] add new port * [paraview] correct dependencies; disable catalyst * [VTK/ParaView] Make ParaView build * [paraview] add missing patch * [paraview] add cgns patch * [paraview] add qt plugin patches back in. Remove in the future * [vtk] slightly improved patches * [vtk] don't disable findPython * [paraview] add more features * [paraview] remove X11Extras from OSX * [vtk] make vtk workcorrectly with python and prepare for paraview with python * [paraview] Python fixes * [paraview] small bin -> lib replacement fix for static builds * [vtk] fix patch path * update baseline to exclude paraview for the time being on osx and linux. requires a fix in qt5-base linkage of libpq. * [paraview]try setting LD_LIBRARY_PATH for unix systems * [paraview] a bit of cleanup * update baseline * fix typo in baseline * [paraview] remove unnecessary patch * [vtk] replace custom patch with upstream patch * [paraview] cleanup in the portfile. * Update ports/paraview/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-22[vcpkg] Track compiler information in ABI (#11654)ras0219
* [vcpkg] Refactor out abi_tags_from_pre_build_info() * [vcpkg] Track Windows toolchain file in triplet hash * [vcpkg] Improve error messages when constructing PreBuildInfo * [vcpkg] Extract InstallPlanAction::BuildAbiInfo * [vcpkg] Extract Build::EnvCache and private-impl VcpkgPaths * [vcpkg] Enable compiler hash detection when binarycaching is enabled * [vcpkg] Downgrade warning about missing ABI keys When binarycaching is not enabled, this warning is spurious and provides no user value. * [vcpkg] Cleanup * [vcpkg] Refactor compiler tracking into triplet abi computation Move several static global caches into VcpkgPaths/EnvCache. Add feature flag 'compilertracking' to enable the new feature. * [vcpkg] Refactor out PreBuildInfo::using_vcvars() Move VcpkgTripletVar into build.cpp because it is not used outside that file. * [vcpkg] Address some code analysis warnings Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-21[vcpkg] Use SSH keys instead of password authentication when minting Linux ↵Billy O'Neal
scale sets (#11999)
2020-06-18[skyr-url] Updated version number of skyr-url (#11911)Glyn Matthews
* [skyr-url] Updated version number of skyr-url * Updated HEAD_REF value
2020-06-18[bitsery] Update to 5.1.0 version (#11912)Rémy Tassoux
* [bitsery] Update to 5.1.0 version * [bitsery] Remove unused patch
2020-06-18[graphicsmagick] fix Magick++.h header location. (#11926)Sean Yen
* fix Magick++.h location. * Update CONTROL
2020-06-18Put user-defined configuration triplets path on top of the search queue (#11931)Vitalii Koshura
I believe that user-defined configuration triplets paths should be the first when searching for triplet configuration. This commit puts user-defined configuration triplets (if defined) on top of the search queue before standard paths. This could help to overwrite default tiplet configuration without setting custom triplet. P.S. If current implementation is better than my suggestion, feel free to ignore this commit. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-06-18[trantor] Bump version to v1.0.0-rc14 (#11937)An Tao
* [trantor] Bump version to v1.0.0-rc14 * Update CONTROL
2020-06-18[cmake] Add mirror to download Strawberry Perl (#11938)Vitalii Koshura
Last several days Strawberry Perl official download server has issues that lead to extremely slow download rates (sometimes it takes more than 1 hour to download ~150MB). This commit adds non-official mirror of Strawberry Perl to the list of available URLs. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-06-18[nlohmann-json] Upgrade to 3.8.0 (#11941)thewhiteninja
* [nlohmann-json] Upgrade to 3.8.0 * Replace hardcoded port name by the variable ${PORT} * Replace all nlohmann-json by ${PORT}
2020-06-18Mention --ignore-space-at-eol in patching.md (#11952)Leonid Pospelov
2020-06-18[nanobench] Add new port (#11955)Leonid Pospelov
* [nanobench] Add new port * Update ports/nanobench/portfile.cmake * Update ports/nanobench/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-18[tinyxml2] Fix generation of pkg-config file (#11966)Owen Rudge
2020-06-18Update C port files (#12013)Tye Tinsley
2020-06-18[jsoncons] Update to v0.153.3 (#12014)Daniel Parker
2020-06-18[qhull] update version 8.0.0 (#12015)Giulio Romualdi
* [qhull] Update the library version to 8.0.0 (2020.1) * [qhull] Update the patches: * uwp.patch has been removed * mac-fix.patch is updated. Now C++11 is required to compile the library
2020-06-17[vcpkg baseline] Retrigger failed ports in baseline (#11965)Phoebe
* [vcpkg baseline] Retrigger flaky ports * update the url for geographiclib * Rebase the changes * Remove libpq:arm64-windows=fail in baseline file
2020-06-17[vcpkg] Clean tombstones in every build except PR validations (#12000)Billy O'Neal
2020-06-17[directxtk12][directxtex] Update to latest version (#11971)Rémy Tassoux
https://github.com/microsoft/DirectXTK12/releases/tag/jun2020b https://github.com/microsoft/DirectXTex/releases/tag/jun2020b
2020-06-17[libzip] Update to 1.7.1 (#11982)JonLiu1993
* [libzip] Update to 1.7.1 * Update ports/libzip/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-17[libvpx] Support arm64-windows (#11963)Jack·Boos·Yu
2020-06-17[thrift] Update to 0.13.0 and fix OSX build (#11981)Jack·Boos·Yu
2020-06-17[plf-colony] Update to 5.33 (#11993)George Bott
2020-06-17[vcpkg] Fix issue #9781 by exporting from the installed directory (#11015)ras0219
* [vcpkg] Fix issue #9781 by exporting from the installed directory * [vcpkg] Address code review comments for #11015 * [vcpkg] Remove duplicate triplet in installed path from exports Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-17[breakpad] Fix build failure on OSX (#11984)Jack·Boos·Yu
* [breakpad] Fix build failure on OSX * update baseline * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-17[slikenet] Add cmake config and targets file (#11987)Phoebe
* [slikenet] Add cmake config and targets file * Add vcpkg-cmake-wrapper
2020-06-17Attempt to mitigate Windows Defender detections by making ↵Billy O'Neal
provision-image.ps1 not a powershell script (#11978) * Remove C:\ exclusion since we do all the interesting work on D: now. * Rename provision-image.ps1 to remove executable extension.
2020-06-16[CHANGELOG] Update to 2020.06.15 (#11977)2020.06Victor Romero
2020-06-16[vcpkg] Fix create by extracting common paths settings (#11842)Billy O'Neal
Resolves #11784
2020-06-15[vcpkg] Delete g_binary_caching global that should be passed as a parameter. ↵Billy O'Neal
(#11958)
2020-06-15[vcpkg] Add vcpkg item to project settings in Visual Studio (#4361)Alexander Neumann
Co-authored-by: Curtis J Bezault <curtbezault@gmail.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-15[mpir] Add mpirxx.lib (#9205)NancyLi1013
* [mpir] Add mpirxx.lib * Update * Remove bin directory in static build * Update support info
2020-06-12Revert "[nowide] Set the ports to empty package (#11732)" (#11859)Mérill Téterel
This reverts commit 9d727caa3f3e253945e5e0cf3d927e08c85746ba.
2020-06-12[vcpkg baseline] Fix baseline error (#11896)Jack·Boos·Yu
* [tinyfiledialogs] Re-trigger CI test * [msix] Fix source hash * [geographiclib] Re-trigger CI test * [soundtouch] Re-trigger CI test * update baseline * [plplot] Re-trigger CI test * [dmlc] Fix issues with parallel configuration * [tclap] Re-trigger CI test * [itpp] Re-trigger CI test * [mpg123] Re-trigger CI test * [qwt] Re-trigger CI test * [soundtouch] Re-trigger CI test * [pthreads] Re-trigger CI test
2020-06-11[infoware] Add port of infoware library (#11410)The Phantom Derpstorm
* Improved infoware and portfile port * Add a note for why we do this. * Add vcpkg_fail_port_install call requested by @PhoebeHui Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-06-11[ccd] Add emscripten support (#11407)Silvio Traversaro
Backport upstream patch: https://github.com/danfis/libccd/pull/70 Disable BUILD_TESTING, that has also the nice side effect of a faster build on all triplets.
2020-06-11[libpcap] Enable compilation of libpcap port on x86-windows and x64-windows ↵Silvio Traversaro
(#10731) * Enable compilation of libpcap port on x86-windows and x64-windows As winpcap and libpcap install the same headers, this two port have been marked as not not compatible, and cannot be installed together. * Update ci.baseline.txt * Add libcrafter failing ports to ci.baseline.txt
2020-06-11[tinyxml2] Update to 8.0.0; avoid exporting symbols when building static ↵Owen Rudge
libraries (#11616) * [tinyxml2] Update to 8.0.0; avoid exporting symbols when building static libraries * [tinyxml2] Clean up files
2020-06-11[bitserializer] Update to new version 0.10 (#11683)Pavel Kisliak
* [BitSerializer] Update to version 0.9 * [bitserializer] Update to version 0.10 * [bitserializer] Enable all features by default * [bitserializer] Update hash of tagged commit and remove "rapidyaml-archive" from default list of features * [bitserializer] Add alias packages for deprecated BitSerializer's libraries * Skip bitserializer-rapidyaml for arm and osx * Update scripts/ci.baseline.txt Co-authored-by: Pavel_Kisliak <Pavel_Kisliak@epam.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-06-11[ace] tao as feature (#11473)victorburckel
* Add tao as feature for ace * Use vcpkg_install_msbuild instead of vcpkg_build_msbuild * Use lists for directories installation as in #11464 * Update to version 6.5.9-4 * Update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-06-11[python3] Update to Python 3.8 (#11708)Adam Johnson
* [python3] Update to Python 3.8.3. [vtk] Update to Python 3.8 and fix improper Python3 artifact specification. * [python3] Fix static linking, broken in 121faf2. * [hyperscan] Add missing build dependency (fixes CI on macOS).
2020-06-11[librabbitmq] Update to use rabbitmq-config.cmake (#11733)Eric Huff
* Update librabbitmq portfile to use rabbitmq-config.cmake * Change version and update outdated vcpkg functions * Capitalization error Co-authored-by: Eric Huff <thegreaterici@gmail.com>
2020-06-11[libpmemobj-cpp] Update to 1.10 (#11738)JonLiu1993
* [libpmemobj-cpp] Update to 1.10 * [libpmemobj-cpp] Update to 1.10 * [libpmemobj-cpp] Update to 1.10 * fixlibpmemobj-cpp * Update ports/libpmemobj-cpp/portfile.cmake * Update ports/libpmemobj-cpp/portfile.cmake * Update ports/libpmemobj-cpp/portfile.cmake * Update ports/libpmemobj-cpp/portfile.cmake * Update ports/libpmemobj-cpp/portfile.cmake * Update ports/libpmemobj-cpp/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-11[discord-game-sdk] Won't compile with certain compilers (#11728)Maki
* [discord-game-sdk] Added required flag for compiling * [discord-game-sdk] Added patch for fixing cstdint issue * [discord-game-sdk] Bumped version for patch * [discord-game-sdk] Formatting Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-06-11[LAStools] Update to 200509 (#11796)Moritz
* [LAStools] Update to 200509 * [LAStools] fixed file naming for case-sensitive linux triplett
2020-06-11[fmt] Update to 6.2.1 (#11789)NancyLi1013
2020-06-11[libuuid] Install uuid.pc file (#11849)Lily
* [libuuid] Install uuid.pc file * [libuuid] Install uuid.pc file * [libuuid] Install uuid.pc file * Update portfile.cmake * Update ports/libuuid/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>