| Age | Commit message (Collapse) | Author |
|
|
|
On Linux and macOS, if `which` is not installed (notably in Amazon's
amazonlinux docker base image), vcpkg fails to find system-installed
versions of tools. This is an issue when we don't attempt to install our
own versions of the tools, like with git (we fail to find any version of
git, and thus can't install any ports which come from a git repository).
Fixes #9927
|
|
Co-authored-by: Marc Boucek <marc.boucek@native-instruments.de>
|
|
* [raylib] Update to 2.6.0
* Remove unused comment
|
|
* unixODBC
* wip
|
|
|
|
- Drop patches (fixed upstream):
fix-option-2.patch
fix-arm64-config-define.patch
fix-arm-config-define.patch
- Add patch
pcre-8.44_suppress_cmake_and_compiler_warnings-errors.patch
|
|
* [cppgraphqlgen] Update to v3.1.0
* Add a Homepage to the CONTROL file
* Remove deprecated vcpkg functions
* Pick up a few more bug fixes in v3.1.1
|
|
* [libgit2] Add features to build against vcpkg pcre,pcre2
* version
* libgit2 will automatically link to 'system' zlib, which is inconsistent depending on if vcpkg zlib was installed or not. This rectifies this by always targeting vcpkg zlib
|
|
* Add "pthreads" feature to mbedtls.
* Cleanup portfile.
* Fix mbedtls pthreads support for Linux.
* [mbedtls] Require the pthreads port only on Windows.
* [mbedtls] Work around dependency issues about static linking.
|
|
|
|
* Added ifdef and disabled Harfbuzz check for non-Windows machines
* Updated portfile and CONTROL as requested
|
|
* Enable compiling SuiteSparse DLLs
Generated dynamic libraries work ok when linked to other projects.
* [suitesparse] Refresh port file for new vcpkg
* Update CONTROL file.
|
|
* Fix mhook build error.
* Removed the following entries from scripts/ci.baseline.txt: mhook:x64-windows=fail, mhook:x64-windows-static=fail, and mhook:x86-windows=fail.
* Removed unnecessary lines from fix-windows-packing-mismatch.patch.
|
|
* Update ECSUtil v1.0.7.9
* Complete PR requested changes
remove: include(vcpkg_common_functions)
use: vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "UWP" "Linux" "OSX")
* added: Supports: windows&(x64|x86)
Co-authored-by: Bob Kast <bob.kast@emc.com>
|
|
* [openal-soft] Fix find_package failed
* [openal-soft] Add usage
|
|
* [cli11] Update to version 1.9.0
* [cli11] Update to version 1.9.0
* [cli11] Modify options
|
|
|
|
* [liblemon] Fix post-build failed
* Update homepage field in CONTROL
|
|
* Update portfile.cmake
* Update CONTROL
* remove eof newlines
|
|
* [ixwebsocket] update to 7.6.3
* fix version
* Restore Source directive
Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
|
|
|
|
|
|
|
|
|
|
* [fcl] Update to 0.6.0
* Add dependency eigen
|
|
* [fltk] Fix build error on Linux
* [fltk] Modify ci.baseline.txt
* [fltk] Fix build error
* [fltk] Fix build error
* [fltk] Fix build error
* [fltk] Fix build error on MACOS
|
|
* ignition-modularscripts: move CMake config files only if necessary
Some ignition libraries (such as ignition-cmake2) already install the
CMake config file in the location required by vcpkg
* Add new port ignition-cmake2
|
|
* Fix tidy-html5 for non-Windows users
* Update ci baseline and remove deprecated stuff
|
|
* Fix incorrect filepath in globjects.
* Update CONTROL
|
|
|
|
|
|
|
|
|
|
* MetroHash
* wip
* wip
* wip
|
|
Resolves #10322
* Update MSYS2 download source. Resolve #10322
Proposal to resolve https://github.com/microsoft/vcpkg/issues/10322
* Use Sourceforge as MSYS2 download source (up to SF to choose mirror, fair to everyone and more reliable)
* Updated msys2 version to 2019-05-24 (Otherwise need to spend extra time on ```pacman -Syu```)
* Updated SHA512 accordingly
* Tested with building icu:x64-windows
* add official repo as backup
|
|
|
|
* [zkpp] Add new port
* [zkpp] Change name of underlying library
* [zookeeper] Fix interface include directories
* [zkpp] Sanity
* Fix patch
* Correctly expose include directories
* Bump version
* Explicitly fail on Windows
Co-authored-by: Raed Romanov <raid_r@mail.ru>
|
|
(#8168)
* Allow option to pass desired ports directory to boost's generate ports script
* Restore the changes and resolve the conflicts
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: PhoebeHui <v-phma@microsoft.com>
|
|
nuget package to set $(VcpkgRoot). (#6214)
* fix bug that caused exported nuget package import failure.
* Give priority to nuget package to set $(VcpkgRoot).
* [vcpkg] Remove trailing whitespace
Co-authored-by: 施浩男 <shihaonan@zhongli360.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
packages without needing to specify individual packages (#10304)
* Added command line switch --all-installed to allow exporting of all packages without needing to specify individual packages
* Changed --all-installed to --x-all-installed https://github.com/microsoft/vcpkg/pull/10304
* [vcpkg] Clang-format export.cpp
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [upb] Fix uwp build
* update baseline
|
|
|
|
|
|
* [pmdk] Update to 1.8
* Update changes as reviewed
|
|
* Update tinyfiledialogs to download from archive
I have additionally messaged the original maintainer about a fixed-version download, so we will finally have some consistent building of this package.
* Update ci.baseline.txt
* Update CONTROL
* Update portfile.cmake
* Change download path to be version specific
* Download Path now plain
* Change position of Supports tag
* Update package version
* Update portfile.cmake
Update portfile to download to a specified archive version name.
|
|
|
|
* [abseil] Add uwp support
* [abseil] Drop support with arm/arm64
* [opencensus-cpp] Add keyword supports
* update baseline
* [abseil] Enable arm support
|
|
|
|
* ryu
* Add tool bazel in OSX
* wip
* wip
* wip
* wip
* wip
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|