aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-05-16Add mac applocal for bundling dependencies (#5681)Sean Warren
2019-05-13[vcpkg-bootstrap.sh] Enable finding gcc 9 (#6417)Robert Schumacher
2019-05-13fix parens in cmake variable name (#6420)lukka
2019-05-12also ignore x86 openssl paths (#6416)Alexander Neumann
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-04-30[qt5] Fix scripts on debug/release-only builds (#6259)João Maia
* Fix qt5-base portfile qt5-release.conf was not copied in release mode * Fix vcpkg_configure_qmake.cmake in debug-only builds * Add VCPKG_BUILD_TYPE support to qt_modular_library.cmake and vcpkg_build_qmake.cmake
2019-04-25[qt5] Build qt5 release/debug targets according to VCPKG_BUILD_TYPE (#6215)João Maia
2019-04-25[Jom] Upgrade Jom (#6210)Phoebe
2019-04-24Add support for CMake generation with VS 2019 (#6090)Thad House
2019-04-19Run bootstrap-vcpkg.bat when bootstrapped from git-bash (#6142)Miro Knejp
* Bootstrap for windows when called from within bash for windows When calling `bootstrap-vcpkg.sh` from within a git-bash script it fails with the error message `Unknown uname: MINGW64_NT-10.0`. This change delegates bootstrapping to `bootstrap-vcpkg.bat` by executing it in a `cmd` session when the result of `uname -s` matches the pattern `MINGW*_NT*`. * [vcpkg-bootstrap] Avoid using bash extensions and keep ./bootstrap-vcpkg.sh as a simple forwarder.
2019-04-15upgrade to windows MinGit 2.21.0 (#6041)Phil Christensen
* [fdlibm] update hash
2019-04-11Add -allowAppleClang option to bootstrap.sh. (fixes #4698) (#5915)soroshsabz
* Add -allowAppleClang option to bootstrap.sh. (fixes #4698) * [vcpkg-bootstrap] Simplify appleclang changes and reformat * [vcpkg-bootstrap] Remove enviroment variable VCPKG_ALLOW_APPLE_CLANG
2019-04-10Revert "partial update for testing"Phil Christensen
This reverts commit 880181892e83b89657207777b1f2ce40fe3d31cb.
2019-04-10Revert "add git hash"Phil Christensen
This reverts commit 1a3b388a911f844e6907cc9058728e2a3bdda419.
2019-04-10add git hashPhil Christensen
2019-04-10partial update for testingPhil Christensen
2019-04-05Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵Griffin Downs
dev/grdowns/5702
2019-04-05Merge pull request #5935 from ras0219-msft/dev/roschuma/vtkGriffin Downs
[vtk] Fix flaky builds by using system libraries
2019-04-04Fix installation failure when system Boost present (#5939)Damian Jarek
Boost 1.70 introduces "native" cmake config scripts which are accidentally used when installing a vcpkg package. This only occurs when Boost 1.70 is installed in the system when the user uses `vcpkg install`. Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2019-04-04Merge branch 'pr/cmake_3_14' of https://github.com/kiwixz/vcpkg into ↵Griffin Downs
dev/grdowns/5702
2019-04-04Merge branch 'dev/roschuma/vtk' of https://github.com/ras0219-msft/vcpkg ↵Griffin Downs
into dev/grdowns/5935
2019-04-03[Thrift] Updates 2019.03.29 (#5924)Phoebe
2019-04-03[vtk] Fix flakiness by relying on vcpkg-provided dependenciesRobert Schumacher
[libharu] Add patches required for vtk [vcpkg-build-cmake] Add retry logic for mt.exe failures
2019-04-02[vcpkg-fetch] Set git subpath to mingw32\bin\git.exe to fix execution within ↵Robert Schumacher
containers (#5878)
2019-04-02Merge branch 'master' of https://github.com/Microsoft/vcpkg into pr/cmake_3_14Victor Romero
2019-04-02Fix vcpkg_find_acquire_program(NUGET) (#5871)David Lechner
Set the ARCHIVE and NOEXTRACT variables so that downloading works. Also HASH is case-sensitive, so make it lower case. vcpkg_find_acquire_program(NUGET) was failing with the following error message: -- Downloading https://dist.nuget.org/win-x86-commandline/v4.8.1/nuget.exe... CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:159 (file): file DOWNLOAD error: cannot create directory 'C:/Users/david/Documents/GitHub/vcpkg/downloads/temp/C:/Users/david/Documents/GitHub/vcpkg/downloads' - Specify file by full path name and verify that you have directory creation and file write privileges. Call Stack (most recent call first): scripts/cmake/vcpkg_find_acquire_program.cmake:255 (vcpkg_download_distfile) ports/gobject-introspection/portfile.cmake:20 (vcpkg_find_acquire_program) scripts/ports.cmake:71 (include)
2019-03-22Disable vcpkg_test_cmake()Victor Romero
2019-03-20[vcpkg] Fixup previous commitRobert Schumacher
2019-03-20[vcpkg] Fixup previous commitRobert Schumacher
2019-03-20[vcpkg] Revert change to freebsd cmake versionRobert Schumacher
2019-03-20[vcpkg] Update to CMake 3.14.0Robert Schumacher
2019-03-16fix vs2019 arch specificationkiwixz
2019-03-16update to cmake 3.14 (allow VS2019RC)kiwixz
2019-03-14Merge pull request #5574 from Neumann-A/VTK_8.2.0Phil Christensen
[VTK 8.2.0/HDF5 1.10.5] Upgrade VTK and HDF5
2019-03-14cmake sometimes requires a generator if it is not defined beforehand.Alexander Neumann
extra code comments. Maybe the test should actually try to link targets from the package instead of just testing find_package
2019-03-14fix missing debug references in cmake generated (release) target files.Alexander Neumann
2019-03-14Add headers to vcpkg_download_distfile (#5640)Don
* Add headers to vcpkg_download_distfile Allows headers to be appended when downloading a distribution. This allows for setting authentication headers to download from a private repository. * [scripts,docs] Regenerate docs for portfile functions * [docs,scripts] Fix typo regressions * [docs,scripts] Fix broken link
2019-03-14[qt5] Fix mac build (#5624)Sean Warren
* [qt5] Fix mac build * [qt5] Disable parallel build on mac * [qt5] Fix qmake find on mac * [qt5] Update find jom for mac * [qt5] Fix invocation of build command * [qt5-base] Rebuild packages for #5624 * [harfbuzz] Remove disabled assert (failing due to -Werror) * [qt5] Bump control version * [qt5] Disable harfbuzz on mac * [qt5-base] Disable harfbuzz on mac
2019-03-14Add nuget to vcpkg_find_acquire_program (#4568)Ethan Smith
* Add nuget to vcpkg_find_acquire_program * Add niget to list of programs one can download
2019-03-13[tiff] use vcpkg wrapper for all configs, remove dead code (#5584)Stefano Sinigardi
* [tiff] use vcpkg wrapper for all configs, remove dead code * [tiff] update CONTROL
2019-03-11[libepoxy/fribidi] Update version of meson to support VS2019 (#5629)Cheney Wang
2019-03-06Add DPDK package (#5388)Ernest Zaslavsky
DPDK is a set of libraries and drivers for fast packet processing. (cherry picked from commit 8127cb7b23557f21281186980883fdfb4fa08c47)
2019-03-05[vcpkg] Add more detailed error message when trying to use v142 and an ↵Robert Schumacher
msbuild generator (#5422)
2019-03-05[hdf5] Use cmake wrapper to ensure consuming libraries link to szip (#5467)Sean Warren
* [hdf5] Use cmake wrapper to ensure consuming libraries link to szip in static build * [hdf5] Move hdf5 cmake code from vcpkg.cmake to vcpkg-cmake-wrapper * [hdf5] Do not force search in config mode * [hdf5] balance needs of vtk and kealib
2019-02-28Modify `vcpkg_fixup_cmake_targets()` (#5459)Victor Romero
* some libraries export <PackageName>LibraryDepends.cmake instead of <PackageName>Targets.cmake. Those file also need the fix of #1044 should close #4753 * prefered the general solution #4622. hopefully solved the issue within #4150 replaced the regex with something more readable (also ident is lost) should close: #4753 #4633 #4150 and maybe more * Hash vcpkg_fixup_cmake_targets.cmake * [boost] Fix use of find_package(Boost) with cache variables [socket-io-client] Fix install * reversed change back to use regex replace * [glbinding] Fix _IMPORT_PREFIX depth in *-export.cmake files * [tinyspline] Ignore warnings treated as errors * [libevent, liblemon, libpng, smpeg2, zlib] Fix apply patches * [libsodium] Fix apply patches * [folly] Link correct libraries in debug and release * [vtk] Remove unset of _IMPORT_PREFIX * [tinyspline] Do not treat warnings as errors * [smpeg2] Fix double* to int comparison * [nvtt] Define value for HAVE_UNISTD_H in MacOS * [libui] Fix MacOS X build * [zlib] Fix download URL * [qhull] Update to v7.2.1 * [podofo] Set value for HAVE_UNISTD_H in MacOS * [mongo-cxx-driver,ogre,podofo,qhull] Bump CONTROL version * [mongo-c-driver] Set _IMPORT_PREFIX * [tmxparser] Bump CONTROL version * [qhull,vxl] Bump CONTROL version
2019-02-28Overwriting dlls in the destination output directory when the source … (#4796)SvenPStarFinanz
* Overwriting dlls in the destination output directory when the source is newer. * [vcpkg] cleanup whitespace
2019-02-22[bootstrap.ps1] Fixed some possible incorrect comparison with null warnings. ↵soroshsabz
(#5343) * Fixed some possible incorrect comparison with null warnings. * Correct bad indentation. * Removed extra space.
2019-02-21[x265] upgrade to 3.0, enable assembly (upgrade nasm to 2.14) (#5389)kiwixz
* [acquire nasm] upgrade to 2.14 * [x265] upgrade to 3.0, enable assembly * [x265] Enable assembly only on Windows
2019-02-15[vcpkg create, docs] Update create command's template and documentation on ↵Victor Romero
patching (#5370)
2019-02-06Warn when unable to determine target architecture instead of error (#5188)Sam Freed
* Warn when unable to determine target architecture instead of error * Make the warning not appear multiple times * fix multiple warnings for real