Thad House
788af2a75c
Merge master
2019-05-31 13:49:13 -07:00
Charlie Barto
7340d6ac55
make meson not download things ( #6667 )
2019-05-31 02:50:05 -07:00
Alexander Neumann
bdb77a361c
make regex case insensitive ( #6402 )
2019-05-24 16:35:40 -07:00
Robert Schumacher
33af90d42a
[many ports] Updates 2019.05.19 ( #6524 )
2019-05-21 21:00:24 -07:00
ccorn
b0b895bff6
Bootstrap: Refining PreferredToolArchitecture ( #6398 )
...
* Patch to enable bootstrap on Win32
* [bootstrap-vcpkg] Test OS version to set PreferredToolArchitecture
2019-05-20 15:48:59 -07:00
Sean Warren
84e19f1ce2
[vcpkg.cmake] Remove use of IN_LIST ( #6521 )
...
Fixes regression introduced by #5681 in CMake projects with minimum version <3.3 where CMP0057 is not set to NEW
Fixes #6484
2019-05-18 23:33:16 -07:00
Sean Warren
031e494970
Add mac applocal for bundling dependencies ( #5681 )
2019-05-16 13:24:02 -07:00
Robert Schumacher
8a6c7f375b
[vcpkg-bootstrap.sh] Enable finding gcc 9 ( #6417 )
2019-05-13 11:43:24 -07:00
lukka
f2f31240a0
fix parens in cmake variable name ( #6420 )
2019-05-13 00:11:07 -07:00
Alexander Neumann
884bf46bf4
also ignore x86 openssl paths ( #6416 )
2019-05-12 18:37:02 -07:00
Victor Romero
050e71d01d
Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ( #5937 )
...
* [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-05-02 22:57:43 -07:00
João Maia
5314524f44
[qt5] Fix scripts on debug/release-only builds ( #6259 )
...
* 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-30 09:29:41 -07:00
João Maia
d299ad6107
[qt5] Build qt5 release/debug targets according to VCPKG_BUILD_TYPE ( #6215 )
2019-04-25 14:30:39 -07:00
Phoebe
0808a97ab4
[Jom] Upgrade Jom ( #6210 )
2019-04-25 11:56:36 -07:00
Thad House
d91644d3f5
Add support for CMake generation with VS 2019 ( #6090 )
2019-04-24 18:13:16 -05:00
Miro Knejp
7e8d7b381d
Run bootstrap-vcpkg.bat when bootstrapped from git-bash ( #6142 )
...
* 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-19 17:24:05 -07:00
Phil Christensen
56bc2f9160
upgrade to windows MinGit 2.21.0 ( #6041 )
...
* [fdlibm] update hash
2019-04-15 22:28:45 -07:00
Thad House
dd2100ee80
VS 2019 support
2019-04-14 11:09:32 -07:00
Thad House
73a99865b1
Add WPILib port for vcpkg
2019-04-14 11:09:32 -07:00
soroshsabz
246bd61ba1
Add -allowAppleClang option to bootstrap.sh. ( fixes #4698 ) ( #5915 )
...
* 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-11 00:32:03 -07:00
Phil Christensen
6c62b08fcb
Revert "partial update for testing"
...
This reverts commit 880181892e83b89657207777b1f2ce40fe3d31cb.
2019-04-10 12:41:41 -07:00
Phil Christensen
dc4b27955b
Revert "add git hash"
...
This reverts commit 1a3b388a911f844e6907cc9058728e2a3bdda419.
2019-04-10 12:41:28 -07:00
Phil Christensen
1a3b388a91
add git hash
2019-04-10 12:37:43 -07:00
Phil Christensen
880181892e
partial update for testing
2019-04-10 12:34:46 -07:00
Griffin Downs
97b7134f41
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5702
2019-04-05 13:35:58 -07:00
Griffin Downs
a141b603b9
Merge pull request #5935 from ras0219-msft/dev/roschuma/vtk
...
[vtk] Fix flaky builds by using system libraries
2019-04-05 13:23:17 -07:00
Damian Jarek
0e4c999b21
Fix installation failure when system Boost present ( #5939 )
...
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-04 19:13:10 -07:00
Griffin Downs
9ff9817a40
Merge branch 'pr/cmake_3_14' of https://github.com/kiwixz/vcpkg into dev/grdowns/5702
2019-04-04 15:46:02 -07:00
Griffin Downs
e2ec029af2
Merge branch 'dev/roschuma/vtk' of https://github.com/ras0219-msft/vcpkg into dev/grdowns/5935
2019-04-04 14:12:47 -07:00
Phoebe
83f13067f3
[Thrift] Updates 2019.03.29 ( #5924 )
2019-04-03 14:43:56 -07:00
Robert Schumacher
d788ada4e9
[vtk] Fix flakiness by relying on vcpkg-provided dependencies
...
[libharu] Add patches required for vtk
[vcpkg-build-cmake] Add retry logic for mt.exe failures
2019-04-03 04:15:00 -07:00
Robert Schumacher
af1597e229
[vcpkg-fetch] Set git subpath to mingw32\bin\git.exe to fix execution within containers ( #5878 )
2019-04-02 20:54:22 -07:00
Victor Romero
9596fe7dd7
Merge branch 'master' of https://github.com/Microsoft/vcpkg into pr/cmake_3_14
2019-04-02 16:53:20 -07:00
David Lechner
0fffb47ed0
Fix vcpkg_find_acquire_program(NUGET) ( #5871 )
...
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-04-02 13:49:03 -07:00
Victor Romero
c2ad1baafc
Disable vcpkg_test_cmake()
2019-03-22 16:26:27 -07:00
Robert Schumacher
f41cc7b47c
[vcpkg] Fixup previous commit
2019-03-20 16:47:25 -07:00
Robert Schumacher
399665d1ea
[vcpkg] Fixup previous commit
2019-03-20 16:46:02 -07:00
Robert Schumacher
4c516c62ee
[vcpkg] Revert change to freebsd cmake version
2019-03-20 16:40:45 -07:00
Robert Schumacher
e9c47b0a8a
[vcpkg] Update to CMake 3.14.0
2019-03-20 16:23:02 -07:00
kiwixz
caa7981dcf
fix vs2019 arch specification
2019-03-16 17:53:31 +01:00
kiwixz
b755c30bc7
update to cmake 3.14 (allow VS2019RC)
2019-03-16 17:40:31 +01:00
Phil Christensen
d72e38036b
Merge pull request #5574 from Neumann-A/VTK_8.2.0
...
[VTK 8.2.0/HDF5 1.10.5] Upgrade VTK and HDF5
2019-03-14 23:12:31 -07:00
Alexander Neumann
bdc5d538a5
cmake sometimes requires a generator if it is not defined beforehand.
...
extra code comments. Maybe the test should actually try to link targets from the package instead of just testing find_package
2019-03-14 22:26:16 +01:00
Alexander Neumann
1c7972a011
fix missing debug references in cmake generated (release) target files.
2019-03-14 22:24:29 +01:00
Don
a421f43ed1
Add headers to vcpkg_download_distfile ( #5640 )
...
* 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 13:43:49 -07:00
Sean Warren
f409536f5e
[qt5] Fix mac build ( #5624 )
...
* [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-14 06:33:47 -07:00
Ethan Smith
62462f7162
Add nuget to vcpkg_find_acquire_program ( #4568 )
...
* Add nuget to vcpkg_find_acquire_program
* Add niget to list of programs one can download
2019-03-14 00:10:11 -07:00
Stefano Sinigardi
0e77ca352e
[tiff] use vcpkg wrapper for all configs, remove dead code ( #5584 )
...
* [tiff] use vcpkg wrapper for all configs, remove dead code
* [tiff] update CONTROL
2019-03-13 22:51:16 -07:00
Cheney Wang
37ddeed0ea
[libepoxy/fribidi] Update version of meson to support VS2019 ( #5629 )
2019-03-11 10:01:57 -07:00
Ernest Zaslavsky
d92ad530a9
Add DPDK package ( #5388 )
...
DPDK is a set of libraries and drivers for fast packet processing.
(cherry picked from commit 8127cb7b23557f21281186980883fdfb4fa08c47)
2019-03-06 23:37:24 -08:00