aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-01Allow redirection of the scripts folder. (#6552)martin-s
* Allow redirection of the scripts folder with an environment variable. * - Updated feature from environment variable to argument. * Fix crash when no scripts override is given and use --scripts-root=<PATH> format * Update help messages to use --scripts-root=<PATH> format
2019-07-01Revert Visual Studio projects versions (#7117)Victor Romero
2019-07-01Fix vcpkg_from_git (#7082)Phil Christensen
* [vcpkg_from_git/fdlibm] Fix flaky sha256 issues * [doc] regenerate docs
2019-07-01Merge pull request #6327 from myd7349/sx-initGriffin Downs
[septag-sx] Add new port
2019-07-01Merge pull request #7050 from lsparey/masterGriffin Downs
[mongo-cxx-driver] Do not delete the third_party include folder when building with mnmlstc
2019-07-01Update python2, python3, perl, aria2, ninja, ruby, 7z (#6791)YenForYang
2019-07-01[vcpkg] Use spaces instead of semicolons in the output (#7080)Leonid Pospelov
* Use spaces instead of semicolons in the output * Add prettify_command macro * Move pretty_command macro to a separate file
2019-07-01Merge branch 'master' into openssl-unix-dynamicGriffin Downs
2019-07-01Rename patch filegrdowns
2019-07-01Clean up comments and whitespacegrdowns
2019-07-01Merge pull request #6854 from the-j0k3r/openssl-version-bumpGriffin Downs
Openssl version bump 1.0.2s
2019-06-30[vcpkg_configure_cmake] Add NO_CHARSET_FLAG option (#7074)2019.06Victor Romero
* [vcpkg_configure_cmake] Add NO_CHARSET_FLAG option * [vcpkg_configure_cmake] Add documentation for new NO_CHARSET_FLAG option * [vcpkg_configure_cmake, windows toolchain] Handle NO_CHARSET_FLAG in toolchain * [build.cpp] Add Windows toolchain to package hash * [duilib,msix,thrift,tidy-html5] Use NO_CHARSET_FLAG to fix regressions
2019-06-30[freetype] Upgrade to version 2.10.0 (#7057)wangli28
* [freetype] Upgrade to version 2.10.0 * [freetype] Fix old patches
2019-06-30Adding EglContext / CglContext / GlxContext (#7060)StephaneBPRO
Adding the Egl/Cgl/Clx Context plugin to manage crossplatform OpenGL context (MacOs / Linux)
2019-06-30[vcpkg] fail archived port install when decompression fails (#7086)Phil Christensen
* [vcpkg] fail port install when decompression fails * [vcpkg] clang-format
2019-06-30[libpmemobj-cpp] fix flaky config (#7097)Phil Christensen
2019-06-29[vcpkg-integrate] Improve spelling, help, and autocomplete. (#7095)Robert Schumacher
2019-06-29[zziplib] fix flaky build (#7090)Phil Christensen
2019-06-29Update wpilib port to fix build with full package (#7087)Thad House
Previously, a warning was being generated in a higher level project, and we build with /WX by default
2019-06-29[vcpkg] Update vcpkg_check_features document (#7091)myd7349
* [oniguruma] Fix misusage of vcpkg_check_features * [xsimd] Use vcpkg_check_features
2019-06-28Merge branch 'master' of https://github.com/Microsoft/vcpkg into ↵grdowns
openssl-version-bump
2019-06-28[asio] fix flaky build (#7083)Phil Christensen
2019-06-28[darknet] enable ninja (#7064)Stefano Sinigardi
* [darknet] enable ninja * Bump CONTROL version
2019-06-28[vcpkg] Add vcpkg_check_features (#6958)myd7349
* [vcpkg] Add vcpkg_check_feature, vcpkg_check_features * [vcpkg] Remove vcpkg_check_feature * [oniguruma,xtensor] Use vcpkg_check_features
2019-06-27[libu2f-server] New Port (#6781)Sönke Schau
* update to 2.8.84 * [libu2f-server] Initial Port of Version 1.1.0 * Missing exported functions * Add support for static linkage * Added missing 'arm64' Target, and corrected case for 'arm' for vcpkg_install_msbuild * Add support for arm64 * Support for arm target * [libu2f-server] add cmakelists and patch * string copy fix * revert msbuild changes * add compile definitions * add patch file * remove line * change version
2019-06-27Update ports-overlay.mdVictor Romero
2019-06-27[flann] fix flaky config (#7073)Phil Christensen
2019-06-27[shaderc] update (#6689)Christophe Delacourt
* update shaderc * update shaderc * fix glslang cmake targets, re enable vcpkg_fixup_cmake_targets() * [spirv-tools] comment python distutils * remove comments, change path * glslang fix cmake targets * change version
2019-06-27Triplets Overlay Implementation (#7053)Victor Romero
* Triplets Overlay Implementation * Use cache for get_triplet_file_path() * Code cleanup
2019-06-27[libxslt] Update the version to 1.1.33 and change the URL. (#7058)NancyLi1013
2019-06-27[soxr]: define arm on windowsThijs Withaar
2019-06-27[soxr] patch potentially uninitialized variable, remove build warningThijs Withaar
2019-06-27[soxr] skip examplesThijs Withaar
2019-06-27[soxr] Fix macos build: remove shareThijs Withaar
2019-06-27[soxr] Set Cmake options through portfile.cmake rather than a patch.Thijs Withaar
2019-06-27[soxr] initial commitThijs Withaar
2019-06-26Fix header path propagation. (#7015)Sean Yen
2019-06-26[libftdi] resolve ninja error (-w dupbuild=err) (#7055)Phil Christensen
2019-06-26[restclient-cpp] disable tests (#7054)Phil Christensen
2019-06-26[libmikmod] resolve ninja error (-w dupbuild=err) (#7052)Phil Christensen
2019-06-26Introduce an easier way to identify target systems... (#6846)Alexander Neumann
* Introduce an easier way to identify target systems... * fix missing () * move the include around. also added vcpkg_common_functions to be automatically included * remove warning message * added remaining VCPKG_CMAKE_SYSTEM_NAMEs found only in vcpkg_configure_cmake to load a toolchain. * remove warning again from messed up merge
2019-06-26[freexl]: Linux build support (#6813)Jackie Ng
* [freexl]: Add linux build support * [freexl]: Remove various commented-out references to gdal (from which this initial Linux support was based from) * [freexl]: Port changes based on PR feedback * [freexl]: The CI error logs suggest the port has issues building for both debug/release in the same source directory on Linux. Split this off into separate debug/release source directories.
2019-06-26[curl] Revert revert of `-imp` suffix removal. (#6698)Robert Schumacher
* [curl] Revert revert of `-imp` suffix removal. * [idevicerestore][libideviceactivation] Simplify dependency on curl * [curl] Trivial change to provoke rebuild
2019-06-26[angle] Update to latest master (#6892)Robert Schumacher
* [angle] Update to latest master * [angle] Add gpu_info_util
2019-06-26[cpp-httplib] Add new port (#7037)Leonid Pospelov
2019-06-26[libmupdf] Update the port to version 1.15.0 (#7046)NancyLi1013
2019-06-26[Boost-variant] Upgrade to 1.70.0 (#7047)Phoebe
* [Boost-variant] Upgrade to 1.70.0 * Update patch
2019-06-26Fix homepage for range-v3(-vs2015) (#7049)Daniel Marshall
2019-06-26[openvdb]Upgrade version to 6.1.0, regenerate patches and fix build errors. ↵JackBoosY
(#6864)
2019-06-26Do not delete the third_party include folder when building with mnmlstclsparey