aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-06[getdns] Add new port. (#12090)Jim Hague
* [getdns] Add new port. * Add support for vcpkg static library builds. * Convert libevent and libuv libraries to features. * Use ${PORT} in copyright install. * getdns does not currently support UWP. * Add failing port on UWP to portfile. * Remove optional FEATURES keyword.
2020-07-06[vcpkg] Format the C++ in CI (#11655)nicole mazzuca
* [vcpkg] Format the C++ in the CI * format the C++ * CR
2020-07-06[caf] Update to 0.17.3 (#12068)JonLiu1993
2020-07-06[vcpkg] Add mingw dynamic libs triplet (#12101)Long Nguyen
* Update .gitignore * Add mingw dynamic lib triplets * Only copy pdbs if not using *-mingw triplets * Using VCPKG_POLICY_DLLS_WITHOUT_LIBS as a workaround * Rename *-mingw to *-mingw-dynamic Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2020-07-06[angle] Add egl renderer to list of files compiled for linux (#12111)ankurverma85
* Add egl renderer to list of files compiled for linux * Update Control File as per request from vcpkg reviewers Co-authored-by: Ankur Verma <ankurv@localhost.localdomain>
2020-07-06[libffi] Add pkgconfig file (#12126)Wolfgang Stöggl
* [libffi] Add pkgconfig file - Configure and add the libffi.pc file. - Furthermore, enable the check for same 32/64bit-ness in libffiConfigVersion.cmake again, which had caused issues in the past with newer versions of glib using meson build, e.g. when building for x86-windows target on an x64-windows host. Now, libffi is found by current glib (e.g. 2.64.3) during meson build using the libffi pkgconfig file. * Check VCPKG_BUILD_TYPE to handle release/debug
2020-07-06[tinyfiledialogs] Update version and download path to v3.6.3 (#12137)Maximilian Kruse
* Update tinyfiledialogs version and download path to v3.6.3 * update sha512 hash * Fix download link having an extra version ref * Fix filehash being uppercased * again, fixed some ci.baseline errors
2020-07-06[cli] Update the version to 1.1.1 (#12139)Daniele Pallastrelli
Co-authored-by: Daniele Pallastrelli <daniele.pallastrelli@sadel.it>
2020-07-06[vcpkg] Added python script to generate all packages file list, added to ↵Leo Yao
azur… (#12177) * Added python script to generate all packages file list, added to azure pipeline to build at the end of the run * fixed an issue that causes some leading slashes were being removed * Header Database now includes hpp files for C++ header files * Changed Header Database to include all files under \include\ folder * Apply suggestions from code review, changing condition from eq to ne Co-authored-by: Billy O'Neal <bion@microsoft.com> * Update last condition from eq to ne Co-authored-by: Billy O'Neal <bion@microsoft.com>
2020-07-06[marl] Update to 2020-06-30 (#12162)myd7349
* [marl] Update to 2020-06-30 [marl] Repoint HEAD_REF to `main` (#11953) [marl] Dynamic build support * [marl] Fix typo * [marl] Add manifest
2020-07-06[libexif] Update to 0.6.22 (#12161)Oskari Timperi
* [libexif] Update to 0.6.22 From the release page on github: > It largely contains stability, security and bugfixes. > > Some EXIF 2.3 tags have been added. > > It is ABI compatible to 0.6.21 release. * [libexif] Fixes to portfile.cmake - don't include vcpkg_commong_functions - use the PORT variable when installing copyright file * [libexif] Use vcpkg_fail_port_install Co-authored-by: Oskari Timperi <oskari.timperi@novatron.fi>
2020-07-06[robin-hood-hashing] Update to 3.7.0 (#12147)Rémy Tassoux
https://github.com/martinus/robin-hood-hashing/releases/tag/3.7.0
2020-07-06[curl] Update to 7.71.0 (#12141)NancyLi1013
* [curl] Update to 7.71.0 * Update to 7.71.1
2020-07-06[ace] 6.5.10 (#12183)Johnny Willemsen
* [ace] 6.5.10 * Add version macros to make the port file easier to update * ports/ace/portfile.cmake: * Updated macro names to have ACE_ prefix * ports/ace/portfile.cmake: * Use string replace * ports/ace/portfile.cmake:
2020-07-06[polyhook2] Update to latest (#12189)Stephen Eckels
* bump polyhook2 version * update polyhook2
2020-07-06[libyuv] Find dependency port libjpeg-turbo (#12213)Phoebe
2020-07-06[skyr-url] Changed version number to 1.12.0 (#12214)Glyn Matthews
2020-07-06[utf8h] Update to latest commit (#12218)Rémy Tassoux
This library doesn't provide official releases, therefore I'm using the latest commit.
2020-07-06[openvr] Update to 1.12.5 (#12219)Rémy Tassoux
* [openvr] Update to 1.12.5 https://github.com/ValveSoftware/openvr/releases/tag/v1.12.5 * [openvr] Fix static build faillure * [openvr] revert aa222ad9f8fdc040dc5929138d9ed3c09ca215cd * [openvr] update ci.baseline.txt
2020-07-06[opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding ↵Billy O'Neal
Windows SDK paths. (#12232) Also delete vcpkg_get_program_files_32_bit because it was used in only one place. Resolves #8288 Obsoletes #11421, #11261, #8329
2020-07-06[doctest] update to 2.4.0 (#12239)JonLiu1993
2020-07-06[opencc] Fix regression on pipeline (#12246)Jack·Boos·Yu
* debug opencc regression on pipeline * Get the build logs. * [opencc] Remove debug code, add DISABLE_PARALLEL to configure * [opencc] Remove apply patch * Update portfile.cmake
2020-07-06[ppmagic] Add new port (#12253)Vennor
* [ppmagic] Add 2c7894e3056c610d383027b2d48149ba9d4a1c62 * [ppmagic] Updated port version to the proper value 2020-07-03
2020-07-06[vcpkg] Update toolsrc VERSION to 2020.06.15 (#12263)Wolfgang Stöggl
The currently released version of vcpkg is 2020.06.15 See commit: https://github.com/microsoft/vcpkg/commit/6185aa7 - Update also: vcpkg/toolsrc/VERSION.txt
2020-07-06[vcpkg] Revert change which causes sources to be purged by default in `vcpkg ↵ras0219
build` (#12272) Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-07-06[nanodbc] Set unixodbc as a dependency under non-Windows (#12274)Jack·Boos·Yu
2020-07-06[Exiv2] update to 0.27.3 (#12278)JonLiu1993
2020-07-06[mpg123] Update portfile.cmake to accomodate OpenSUSE 15.x /lib /lib64 (#12287)Tim Autry
* Increment CONTROL file version Increment CONTROL file version for mpg123 due to changes made to differentiate between library files being put in /lib64 instead of /lib on OpenSUSE 15.x linux * Update portfile.cmake to differentiate between /lib64 and /lib libraries on OpenSUSE 15.x linux Update portfile.cmake to differentiate between /lib64 and /lib libraries on OpenSUSE 15.x linux
2020-07-06[pcre] Use vcpkg_from_sourceforge as a fallback (#12252)Billy O'Neal
* [pcre] Use vcpkg_from_sourceforge as a fallback * Update ports/pcre/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-06[vcpkg] Remove use of std::variant and std::visit to fix VS2015. (#12242)ras0219
Fixes #12220 Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-07-05[vcpkg integrate] Clean up vcpkg.target file (#4608)Dr. Frank Heimes
Use IncludePath and LibraryPath propertiesThese tool agnostic properties allow to configure ClCompile and ResourceCompile without repeating the code. This change includes my changes from #4454. Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-07-03[vcpkg_from_sourceforge] Add retry mirror function (2/2) (#12018)Jack·Boos·Yu
2020-07-02[pcre2] Restore the https://ftp.pcre.org/ mirror in addition to the ↵Billy O'Neal
SourceForge mirrors. (#12233)
2020-07-02[xercesc] rename feature from xmlch_wchar to xmlch-wchar (#12205)Johnny Willemsen
2020-07-02[safeint] Update to 3.24 (#12217)Rémy Tassoux
https://github.com/dcleblanc/SafeInt/releases/tag/3.24
2020-07-02[vcpkg] Remove the tombstones and 'ignore' baseline concepts. (#12197)Billy O'Neal
This changes our PR builds to treat 'fail' in the ci.baseline.txt as 'skip' instead of using tombstones. We currently have large numbers of spurious failures that get enshrined in PRs through no fault of a PR author, removing the tombstones concept will fix those by allowing the user to retry. This does mean we accept some risk of not detecting when a port is 'fixed', but that failure is reasonable for us to handle after we see it in CI, but that seems worth it given that it lets us get rid of the tombstone concept. This also helps out the binary caching feature, because we don't have to figure out how to productize tombstones.
2020-07-02[msbuild] Revert the importance to Normal (#12212)Phoebe
2020-07-02[vtk] Added opengl feature. (#11399)Lars Glud
* Added opengl feature. Change description of feature: all. * Fix copyright
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-02[vcpkg] Improve performance of compiler tracking by suppressing aspects of ↵ras0219
CMake's compiler detection. (#12203) Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-07-01[vcpkg] Remove all uses of Foo::Foo() noexcept = default; to fix #9955 (#12201)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
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[vcpkg] Update message in bootstrap.ps1 (#12145)Phoebe
* [vcpkg] Update message in bootstrap.ps1 * Update docs/users/integration.md
2020-07-01[vcpkg] Enable NuGet-based binary caching via mono (#12170)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-07-01Don't change manifest root when manifest isn't enabled. (#12191)Stephane Lajoie
* Don't change manifest root when manifest isn't enabled. * Update scripts/buildsystems/msbuild/vcpkg.targets * Apply suggestions from code review Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-07-01Fix sourceparagraph:BooleanField (#12192)nicole mazzuca
the function is called `visit_boolean`, not `visit_bool`. I wish there was a better way to do this.