Commit Graph

5188 Commits

Author SHA1 Message Date
Connor Fitzgerald
02511898db [rapidxml-ns] Add new port. (#5703)
* [rapidxml-ns] Add new port

* [rapidxml] Move headers out of include to prevent conflicts and clutter.

* [rapidxml-ns] Update SHA512

* [rapidxml-ns] Fix header installation

* [3fd] Fix header issue with rapidxml
2019-03-18 21:18:02 -07:00
myd7349
27b1d92ef5 [qcustomplot] Add new port (#5036)
* [qcustomplot] Add new port

* [qt5-base] Trigger a rebuild for qcustomplot

* Revert "[qt5-base] Trigger a rebuild for qcustomplot"

This reverts commit 1082892d12.

* [qcustomplot] Trigger rebuild on CI
2019-03-18 14:45:36 -07:00
grdowns
164c78cab8 Update version string 2019-03-18 14:27:48 -07:00
Griffin Downs
4cfeb475dd Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5699 2019-03-18 14:03:35 -07:00
MouhammadEV
aed7d2e214 [WIP][vtk] add the option -DModule_vtkGUISupportMFC=ON (#4661)
* Update portfile.cmake

* [vtk] Only enable Module_vtkGUISupportMFC for Windows. Require atlmfc on Windows.
2019-03-18 12:33:45 -07:00
Erwan BERNARD
2fc5b2815e [orc] update to 1.5.5 (#4786)
* [orc] update to 1.5.3

* [orc] update usage with zstd

* [orc] update to 1.5.4

* [orc] update to orc 1.5.5rc1

* [orc] fix static build

* [orc] bump to 1.5.5
2019-03-18 12:26:29 -07:00
Connor Fitzgerald
2978d2480f [mapbox-variant] Fix include install location due to hard-coded paths (#5706)
* [mapbox-variant] Fix include install location due to hard-coded paths
2019-03-18 12:25:21 -07:00
Connor Fitzgerald
dcd9f41388 [cppfs] Fix debug exports (#5708) 2019-03-17 17:05:57 -07:00
Alexej Harm
d7bf0e5819 [fmt] Changed library linkage to static. (#5688)
* [fmt] Changed library linkage to static.

* [fmt] Re-enabled shared build without breaking LTCG toolchains.
2019-03-16 03:02:50 -07:00
Robert Schumacher
9637942a59 [harfbuzz] Restore patches removed by #5359 (#5696) 2019-03-15 22:08:07 -07:00
Connor Fitzgerald
d61392b3ae [glslang] Properly fixup cmake targets 2019-03-16 00:39:46 -04:00
Sönke Schau
9b8e6a8be0 [gsoap] update to 2.8.82 (#5695) 2019-03-15 16:04:18 -07:00
Griffin Downs
5afc34532b
Merge pull request #5577 from cwfitzgerald/spirv-tools-target
[spirv-tools] Add cmake targets
2019-03-15 15:51:21 -07:00
myd7349
68a2b4c766 [libxml2] Update to 2.9.9 (#5193)
* [libxml2] Update to 2.9.9

Fix #5177

* [libxml2] Fix static build

* [libxml2] Modernize

* [libxml2] Use vcpkg_from_github

* [libxml2] Get version info from configure.ac

* [libxml2] Install xmlversion.h

* [libxml2] Improve port file

* [libxml2] Move version.h generation into CMakeLists.txt

* [libxml2] Fix misspelled version header

* [libxml2] Add UWP support
2019-03-15 15:29:08 -07:00
Sönke Schau
d433d21904 [upstream] Update toversion 2.8.81 and added missing folder (#5668)
* Update to upstream version 2.8.81
Copy import directory to the share folder, so it can be used by clients.
2019-03-15 14:31:00 -07:00
NancyLi1013
9ca11f3a6d [cairo] Update version to 1.16.0 (#5646) 2019-03-15 11:41:42 -07:00
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
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
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
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
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
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
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
NancyLi1013
7d10f758d3 [pixman]Update version to 0.38.0 (#5641) 2019-03-12 16:00:31 -07:00