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
Lennart Trunk
1d4485cec5
[harfbuzz] update Harfbuzz to 2.3.1 ( #5359 )
...
* update harfbuzz to 2.2.0
* clean up port and fix portfile/patches
* update harfbuzz to 2.3.1
* fix uwp patch
* skip test building
2019-03-12 13:54:20 -07:00
Griffin Downs
57cf77dc72
Add newline
2019-03-12 13:51:52 -07:00
Griffin Downs
ff28cc2d22
Express install private headers as feature
2019-03-12 13:37:08 -07:00
Griffin Downs
b29b874ae9
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5580
2019-03-12 11:29:31 -07:00
Don
795eb45248
Use feature macro to check for support of filesystem
...
Rather than defaulting to std::experimental::filesystem in files.h a feature
macro can be used to determine what stdfs uses.
2019-03-12 10:12:18 -07:00
JackBoosY
fe626490f0
[apr]Modify cmake file instead of make a patch.
2019-03-12 00:50:17 +00:00
Victor Romero
f24bd414ce
[docs] Add vcpkg functions usage examples ( #5639 )
2019-03-11 17:29:37 -07:00
Griffin Downs
be4158fb89
Merge pull request #5509 from myd7349/simdjson-init
...
[simdjson] Add new port (fix #5418 )
2019-03-11 14:22:58 -07:00
Griffin Downs
3a0e5304cf
[opencv] add nonfree as feature for opencv ( #4802 )
...
* add nonfree as feature for opencv
* Add nonfree feature; Update version str
2019-03-11 14:00:34 -07:00
Laurent Rineau
5862fba5ff
Install CGAL as header-only ( #4975 )
...
* Update to install CGAL as header-only
I think the issue #2471 would be completely solved, if vcpkg installed CGAL as header-only. That way, the installed `CGALConfig.cmake` would search for its dependencies, instead of hard-coding their path in the file.
* Bump the version
* Fix the cleaning
Once CGAL is header-only, no binary library is created, and the
`debug/` directory got empty.
This commit fixes the cleaning: now the whole `debug/` directory is
removed.
2019-03-11 13:48:26 -07:00