aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2020-07-02[span-lite] Update to 0.7.0 (#12206)Ryan
2020-07-02[cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in ↵nicole mazzuca
vcpkg-cmake-wrappers (#12196) * fix drive-by error in vcpkg-cmake-wrappers * rev port versions
2020-07-02[azure-iot-sdk-c] Fix feature name and enable to build (#12209)NancyLi1013
* [azure-iot-sdk-c] Fix feature name enable to build * Update OPTIONS
2020-07-01[sqlite3] update to 3.32.3 to deal with security issues (#12185)Richard H
2020-07-01[infoware] Bump version to 0.5.4 (#12167)наб
2020-07-01[imgui] Update to 1.77 (#12155)Rémy Tassoux
* [imgui] Add Freetype feature * [imgui] Update to 1.77 https://github.com/ocornut/imgui/releases/tag/v1.77 * [imgui] Fix INSTALL_INTERFACE path case
2020-07-01[google-cloud-cpp] Update to v1.15.0 (#12195)Carlos O'Ryan
2020-06-30[monkeys-audio] Update to 5.46 (#12158)Wolfgang Stöggl
- The previous version in vcpkg is not available for download any more - Fixes: Downloading https://monkeysaudio.com/files/MAC_SDK_538d.zip... Failed. Status: 22;"HTTP response code said error"
2020-06-30[boost-locale] Fix boost-locale failing to build with ICU (#10943)Victor-Bergman
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-06-30[suitesparse] Fixing `SuiteSparse_INCLUDE_DIRS` is not usable from the port. ↵Sean Yen
(#11945) * correct _SuiteSparse_PREFIX. * Update portfile.cmake
2020-06-30[vcpkg manifest] Manifest Implementation (#11757)nicole mazzuca
==== Changes Related to manifests ==== * Add the `manifests` feature flag * This only says whether we look for a `vcpkg.json` in the cwd, not whether we support parsing manifests (for ports, for example) * Changes to the manifests RFC * `"authors"` -> `"maintainers"` * `--x-classic-mode` -> `-manifests` \in `vcpkg_feature_flags` * reserve `"core"` in addition to `"default"`, since that's already reserved for features * Add a small helper note about what identifiers must look like * `<license-string>`: SPDX v3.8 -> v3.9 * `"feature"."description"` is allowed to be an array of strings as well * `"version"` -> `"version-string"` for forward-compat with versions RFC * Add the `--feature-flags` option * Add the ability to turn off feature flags via passing `-<feature-flag>` to `VCPKG_FEATURE_FLAGS` or `--feature-flags` * Add CMake toolchain support for manifests * Requires either: * a feature flag of `manifests` in either `Env{VCPKG_FEATURE_FLAGS}` or `VCPKG_FEATURE_FLAGS` * Passing the `VCPKG_ENABLE_MANIFESTS` option * The toolchain will install your packages to `${VCPKG_MANIFEST_DIR}/vcpkg_installed`. * Add MSBuild `vcpkg integrate install` support for manifests * Requires `VcpkgEnableManifest` to be true * `vcpkg create` creates a port that has a `vcpkg.json` instead of a `CONTROL` * argparse, abseil, 3fd, and avisynthplus ports switched to manifest from CONTROL * Add support for `--x-manifest-root`, as well as code for finding it if not passed * Add support for parsing manifests! * Add a filesystem lock! ==== Important Changes which are somewhat unrelated to manifests ==== * Rename `logicexpression.{h,cpp}` to `platform-expression.{h,cpp}` * Add `PlatformExpression` type which takes the place of the old logic expression * Split the parsing of platform expressions from checking whether they're true or not * Eagerly parse PlatformExpressions as opposed to leaving them as strings * Add checking for feature flag consistency * i.e., if `-binarycaching` is passed, you shouldn't be passing `--binarysource` * Add the `Json::Reader` type which, with the help of user-defined visitors, converts JSON to your internal type * VcpkgArgParser: place the switch names into a constant as opposed to using magic constants * In general update the parsing code so that this ^ works * Add `Port-Version` fields to CONTROL files * This replaces the existing practice of `Version: <my-version>-<port-version>` ==== Smaller changes ==== * small drive-by cleanups to some CMake * `${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}` -> `${CURRENT_INSTALLED_DIR}` * Remove `-analyze` when compiling with clang-cl, since that's not a supported flag (vcpkg's build system) * Add a message about which compiler is detected by vcpkg's build system machinery * Fix `Expected::then` * Convert `""` to `{}` for `std::string` and `fs::path`, to avoid a `strlen` (additionally, `.empty()` instead of `== ""`, and `.clear()`) * Add `Strings::strto` which converts strings to numeric types * Support built-in arrays and `StringView` for `Strings::join` * Add `operator<` and friends to `StringView` * Add `substr` to `StringView` * SourceParagraphParser gets some new errors
2020-06-29[vcpkg baseline][paraview] Fix linux build (#12144)Jack·Boos·Yu
2020-06-29[qt5-base] fix static init fiasco and fix debug dll's not being copied (#12153)Alexander Neumann
2020-06-29[ffmpeg] Allow gpl builds without avisynthplus (#12083)Matthias C. M. Troffaes
* [ffmpeg] Allow gpl builds without avisynthplus * Update CONTROL Co-authored-by: Billy Robert O'Neal <bion@microsoft.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-29[openssl] Update openssl 1.1.1g - continued from PR #11003 (#11882)Septarius
* [openssl] Update version to 1.1.1g * [openssl] Disable build tests * [openssl-unix][openssl-uwp] use vcpkg_fail_port_install * [openssl] Applying PR #11003 Suggestions The suggested changes from PR #11003 Along with one additional to remove the deprecated vcpkg_test_cmake from openssl-uwp\portfile.cmake as well. * Update ports/openssl-uwp/portfile.cmake Co-authored-by: crackedmind <digital.stream.of.mind@gmail.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-26[vcpkg] Add vcpkg_from_sourceforge (1/2) (#11899)Jack·Boos·Yu
2020-06-25[vcpkg baseline] Fix baseline errors (#12067)Jack·Boos·Yu
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-06-24[ignition-plugin1] Add new port 🤖 (#11275)Silvio Traversaro
* [ignition-plugin1] Add new port * vcpkg_fixup_cmake_targets: Add DO_NOT_DELETE_PARENT_CONFIG_PATH By default the vcpkg_fixup_cmake_targets script remove the parent path of CONFIG_PATH if it named "cmake", this behaviour is not convenient for ports that install more than one CMake package config file, and for which vcpkg_fixup_cmake_targets is invoked multiple times. To optionally disable this behaviour, this commit adds the option DO_NOT_DELETE_PARENT_CONFIG_PATH to vcpkg_fixup_cmake_targets. * [ignition-modularscripts] Add support for ignition libraries that install multiple CMake package config files Some ignition libraries install several CMake package config files, to represent the different components of the library. This commit modifies the ignition_modular_library function to fixup correctly all the cmake package config files. * vcpkg_fixup_pkgconfig: Move definition of SYSTEM_LIBRARIES to vcpkg_common_definitions To correctly validate installed pkg-config files, vcpkg_fixup_pkgconfig needs to know for each platform which libraries are not managed by vcpkg. This commits improve this definitions for all the triplet supported by vcpkg, and move this definition to vcpkg_common_definitions in a way that permit custom triplets to overload its value.
2020-06-24Fix bootstrapping MSYS2 pacman (#11499) (#12080)Vicki Pfau
2020-06-23[stlab] Fix cmake config file (#11787)Phoebe
* [stlab] Fix cmake config file * Update ports/stlab/portfile.cmake Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-06-23[grpc] Update to 1.29.1 (#11791)Jack·Boos·Yu
* [grpc] Update to 1.29.1 * re-fix uwp build * re-fix dependency upb * [offscale-libetcd-cpp] Fix dependency grpc
2020-06-23[cairo] Fix error in static build (#11829)NancyLi1013
* [cairo] Fix error in static build * Fix Typo * [pango] Update dependency cairo as cairo[gobject] to solve the regressions * Update ports/cairo/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cairo/CMakeLists.txt * [pango] Update dependency * Update * Remove redundant target * Post the message for feature gobject only in static build on Windows Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-23[tgbot-cpp] Add new port (#11876)ZeeWanderer
2020-06-23[Bitmagic] Add new port (#11890)JangBoo
* Add Bitmagic Port file * Renamed to Bitmagic * Added bitmagic portfile * Added lower case to capital letter to match * Edited path for header files * Removed function vcpkg_configure_cmake()
2020-06-23[icu] Add tools (#11897)NancyLi1013
* [icu] Add tools * Add macro variables
2020-06-23[wtl] Update to 10.0.10077 (#11893)Christian Ullrich
2020-06-23[efsw] Add new port (#11901)Leonid Pospelov
* [efsw] Add new port * Update portfile.cmake * Remove unnecessary BUILD_SHARED_LIBS assigning * Update portfile.cmake * Update library Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-23[x265] Delete the bin directory if the platform is Linux (#11903)Kuntal Majumder
* Delete the bin directory if the platform is Linux * Update x265 to 3.2-4
2020-06-23[imgui] Add Freetype feature (#11919)Rémy Tassoux
2020-06-23[ffmpeg] Add avisynthplus support (#11946)NancyLi1013
2020-06-23[llvm] fix issue #11916 (#11956)yurybura
* [llvm] fix issue #11916 * Remove include(vcpkg_common_functions) Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-23[libmicrohttpd] Support build on UNIX and use msbuild on Windows (#11983)Jack·Boos·Yu
* [libmicrohttpd] Support build on UNIX and use msbuild on Windows * update baseline
2020-06-23[date] Update to 3.0.0 (#11968)Jack·Boos·Yu
2020-06-23[activemq-cpp] Fix static build (#12005)Jack·Boos·Yu
* [activemq-cpp] Fix static build * update baseline
2020-06-23[cpprestsdk] Fix usage issue when building static (#12006)Jack·Boos·Yu
2020-06-23[openmesh] Fix install *.dll and add vcpkg-cmake-wrapper.cmake (#12007)Lily
* [openmesh] Fix *.dll export and add vcpkg-cmake-wrapper.cmake * Update ports/openmesh/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-23[cpp-httplib] Update library to 0.7.0 (#12010)Leonid Pospelov
2020-06-23[LibXDiff] Add port (#12017)Bruno Carvalho
* [LIBXDIFF] New port * Remove not necessary installations * Add Fail message to UWP * Add UWP fail on baseline * Revision fixes * Update ports/libxdiff/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-23[nowide] update to 11.0.0 (#12020)Tatsunori Uchino
2020-06-23[abseil] Fix usage issue (#12022)Jack·Boos·Yu
2020-06-23[open62541] update to v1.1, add encryption support (#12023)yurybura
2020-06-23[Drogon] Add new port (#12024)An Tao
* [Drogon] Add new port * Update version * Use cmake options instead of patching
2020-06-23[cjson] fix windows-static for don't export symbols (#12026)xhbuming
* fix windows-static for don't export symbols /* export symbols by default, this is necessary for copy pasting the C and header file */ #if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS) && !defined(CJSON_EXPORT_SYMBOLS) #define CJSON_EXPORT_SYMBOLS #endif * Update CONTROL
2020-06-23[absent] Bump version 0.3.1 (#12036)Rafael Varago
* [absent] Bump version 0.3.1 * [absent] Update CONTROL This patches updates the CONTROL file to the latest release 0.3.1, as well as its description.
2020-06-23[OpenAL] Update library (#12047)Leonid Pospelov
2020-06-23[freerdp] Update to version 2.1.1 (#12050)Lily
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>