angelmixu
e740b5717c
[fontconfig] use __attribute__((visibility("default"))) for exporting symbols on macOS ( #5689 )
...
* use __attribute__((visibility("default"))) for exporting symbols on macOS
* [fontconfig] Bump CONTROL version
2019-03-15 11:12:55 -07:00
Phil Christensen
ee957d9170
Merge pull request #5679 from ras0219-msft/dev/roschuma/fix-recursive-find-up
...
[vcpkg] Fix infinite loop bug on certain filesystem implementations when searching up
2019-03-15 10:30:16 -07:00
Todd
532528903c
[portaudio]: fix Linux build ( #5678 )
...
* [portaudio]: fix Linux build
Wrap some Win specific stuff in an if (WIN32)
Fixes #4526
* [portaudio] Bump CONTROL version
2019-03-15 10:23:02 -07:00
ceeac
830087d679
[capstone] Update Capstone to v4.0.1-49-ge3d5a594 ( #5546 )
...
* Update Capstone to v4.0.1-49-ge3d5a594
* Use full SHA hash for ref
* Build Capstone with dynamic runtime
* Update Capstone to 4.0.1-57-g120373dc
* Fix wrong description for osxkernel feature
2019-03-14 23:14:05 -07: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
Toby Chen
7d701a92a3
[openexr] Fix IlmImf.dll installed to the wrong location ( #5677 )
2019-03-14 22:45:46 -07:00
JackBoosY
b2ad980029
[curl]Add the dependency of the curl feature [ssh] to solve the lnk2019 error. ( #5682 )
2019-03-14 22:31:07 -07:00
Robert Schumacher
184fd3a1b1
[vcpkg] Fix infinite loop bug on certain filesystem implementations when searching up
2019-03-14 16:55:23 -07:00
Max Khizhinsky
61c6ef26f7
* [libcds] Update to v2.3.3 ( #5274 ) ( #5278 )
...
* * [libcds] Update to v2.3.3 (#5274 )
* Minimum CMake version is 3.0.2
* Changed software license from BSD to Boost
* Removed '#pragma lib' for Windows build
* Bugfix and minor improvements
* [libcds] Use PATCHES parameter instead of `vcpkg_apply_patches()`
* [libcds] Fix static builds
2019-03-14 15:41:16 -07:00
Alexander Neumann
68a540d84c
fix find_package for fftw3 and add arch features ( #4783 )
...
* fix find_package for fftw3
* the patch took care of moving the files
* Additional Patch to add Suffix to LibraryDepends
* fixed minsizerel and relwithdebinfo for vs cmake configs
* remove fix for minsizerel and relwithdeb info. Use global cmake mappings of these targets instead!
* added feature packages. unfortunally avx and avx2 create an ICE with Visual Studio 2017 (maybe fixed with 2019?)
* removed sse2 as default (forgot about arm...)
2019-03-14 15:24:31 -07:00
Alexander Neumann
d5fbb5e0e7
vtk update to 8.2.0
2019-03-14 22:38:47 +01:00
Alexander Neumann
1feb0dc3d8
workaround for qhull regression in static build see #5574
2019-03-14 22:38:17 +01:00
Alexander Neumann
1ee65c19dd
correct hdf5 usage in netcdf-cxx4
2019-03-14 22:33:56 +01:00
Alexander Neumann
6c3c6737ba
fixes #5562
2019-03-14 22:33:28 +01:00
Alexander Neumann
9ac08b34ce
fix highfive in static builds.
...
HDF5_USE_STATIC_LIBRARIES must be set in static builds so that find_package(HDF5) finds the static hdf5 libraries
2019-03-14 22:32:31 +01:00
Alexander Neumann
7419fc975c
fixed flann for linux
2019-03-14 22:31:23 +01:00
Alexander Neumann
0e898fe892
update netcdf-c tp 4.6.2 and fixed curl linkage
2019-03-14 22:30:51 +01:00
Alexander Neumann
4de9cb0f1b
kealib update to 1.4.11 and correctly include hdf5
2019-03-14 22:30:18 +01:00
Alexander Neumann
49f59fd081
updated hdf5 to 1.10.5.
...
Also now builds dynamic and static libs in dynamic build due to the targets exported by hdf5. (Revert to default hdf5 build behavior)
2019-03-14 22:29:33 +01:00
Alexander Neumann
69bacbb11d
update szip control
2019-03-14 22:27:13 +01:00
Alexander Neumann
9f41fed172
default szip to also build static libraries in shared builds
2019-03-14 22:27:05 +01: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
Stefano Sinigardi
cfdc331b4b
[darknet/yolo] new port ( #5648 )
...
* [darknet/yolo] add draft implementation
* [darknet] use official repo
* [darknet] use stb from vcpkg
* [darknet] Explicit failure on ARM and UWP
2019-03-14 14:15:28 -07: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
Griffin Downs
03696669ca
Merge pull request #5634 from edmBernard/fix_realsense2
...
[realsense2] fix cmake for linux
2019-03-14 13:25:56 -07:00
myd7349
fe419b2890
[roaring] Add new port ( #5643 )
...
* [roaring] Add new port
* [roaring] Add a warning for 32-bit build
2019-03-14 11:19:45 -07:00
RT222
98e6be36c8
[physx] Initial port ( #5618 )
...
* [physx] Initial port
* [physx] use vcpkg version of cmake if not installed
2019-03-14 06:48:30 -07:00
Roland
bce7501a80
Angle updated to master, UWP fix for Angle ( #4862 )
...
* Angle updated to master, UWP fix for Angle
* updated uwp patch
2019-03-14 06:39:31 -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
LarryIII
e37a6c65d6
[luasocket] Fix static build for renaming files ( #5665 )
2019-03-14 06:32:27 -07:00
JackBoosY
45aa34edb4
[libssh]fix config.cmake error, add usage. ( #5666 )
2019-03-14 06:30:02 -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
Phil Christensen
fc9aa15287
[docs] Fix broken link
2019-03-13 13:52:20 -07:00
markdegreef
2cb95c67a3
[assimp] fix linux build ( #5632 )
2019-03-13 11:56:39 -07:00
Andre Abrantes
a317e182de
[fix][jsonnet] Replicating generation command in Linux format ( #5652 )
...
* Replicating generation command in Linux format
Current port only support Windows. Replicating the commands that generate "std.jsonnet.h" for a Linux build. New command is closer to the original at https://github.com/google/jsonnet/blob/master/Makefile#L162
* [jsonnet] bump control version to force rebuild on update
2019-03-13 11:21:25 -07:00
JackBoosY
842d6169a6
[wangle]fix wangle-config.cmake bug ( #5653 )
2019-03-13 10:08:42 -07:00
NancyLi1013
deae3465bc
[ecm] Update ecm to 5.56.0 ( #5654 )
2019-03-13 10:07:36 -07:00
Lars Ivar Hatledal
7609de8497
Update libzip to 1.5.2 ( #5656 )
...
* Update libzip to 1.5.2
* Remove reference to patch in portfile
* Add patch to fix compilation on windows
* Prefer ninja and fix indentation
2019-03-13 10:06:49 -07:00
Griffin Downs
94218ff782
Merge pull request #5651 from donny-dont/check-for-filesystem
...
Use feature macro and VC++ compiler version macro to check for support of filesystem
2019-03-13 04:37:22 -07:00
Griffin Downs
61922f919f
Update check for VS2015
2019-03-12 16:46:40 -07:00
NancyLi1013
7d10f758d3
[pixman]Update version to 0.38.0 ( #5641 )
2019-03-12 16:00:31 -07:00
shelltdf
99ec372755
install gdal tools ( #5644 )
2019-03-12 15:58:40 -07:00
NancyLi1013
b4a64cca36
[hunspell] update hunspell to 1.7.0 ( #5645 )
2019-03-12 15:54:45 -07:00
JackBoosY
894f110c02
[pangolin]Fix usage bug:include path has one more ../, add usage file. ( #5647 )
2019-03-12 15:46:54 -07:00
Griffin Downs
1c879a4b92
Use identical check when creating namespace alias
2019-03-12 15:05:49 -07:00
Griffin Downs
d8998f879d
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5651
2019-03-12 14:57:24 -07:00
Griffin Downs
77becdc97a
Merge pull request #5580 from JackBoosY/dev/jack/2181
...
[apr]Add feature to enable option "APR_INSTALL_PRIVATE_H" to build non-standard files.
2019-03-12 14:44:51 -07:00
Griffin Downs
6880f4e6e3
Remove options var; Create var for setting APR_INSTALL_PRIVATE_H
2019-03-12 14:26:38 -07:00