| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-14 | [capstone] Update Capstone to v4.0.1-49-ge3d5a594 (#5546) | ceeac | |
| * 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 | Merge pull request #5574 from Neumann-A/VTK_8.2.0 | Phil Christensen | |
| [VTK 8.2.0/HDF5 1.10.5] Upgrade VTK and HDF5 | |||
| 2019-03-14 | [openexr] Fix IlmImf.dll installed to the wrong location (#5677) | Toby Chen | |
| 2019-03-14 | [curl]Add the dependency of the curl feature [ssh] to solve the lnk2019 ↵ | JackBoosY | |
| error. (#5682) | |||
| 2019-03-14 | * [libcds] Update to v2.3.3 (#5274) (#5278) | Max Khizhinsky | |
| * * [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 | fix find_package for fftw3 and add arch features (#4783) | Alexander Neumann | |
| * 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 | vtk update to 8.2.0 | Alexander Neumann | |
| 2019-03-14 | workaround for qhull regression in static build see #5574 | Alexander Neumann | |
| 2019-03-14 | correct hdf5 usage in netcdf-cxx4 | Alexander Neumann | |
| 2019-03-14 | fixes #5562 | Alexander Neumann | |
| 2019-03-14 | fix highfive in static builds. | Alexander Neumann | |
| HDF5_USE_STATIC_LIBRARIES must be set in static builds so that find_package(HDF5) finds the static hdf5 libraries | |||
| 2019-03-14 | fixed flann for linux | Alexander Neumann | |
| 2019-03-14 | update netcdf-c tp 4.6.2 and fixed curl linkage | Alexander Neumann | |
| 2019-03-14 | kealib update to 1.4.11 and correctly include hdf5 | Alexander Neumann | |
| 2019-03-14 | updated hdf5 to 1.10.5. | Alexander Neumann | |
| 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 | update szip control | Alexander Neumann | |
| 2019-03-14 | default szip to also build static libraries in shared builds | Alexander Neumann | |
| 2019-03-14 | cmake 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-14 | fix missing debug references in cmake generated (release) target files. | Alexander Neumann | |
| 2019-03-14 | [darknet/yolo] new port (#5648) | Stefano Sinigardi | |
| * [darknet/yolo] add draft implementation * [darknet] use official repo * [darknet] use stb from vcpkg * [darknet] Explicit failure on ARM and UWP | |||
| 2019-03-14 | Add 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 | Merge pull request #5634 from edmBernard/fix_realsense2 | Griffin Downs | |
| [realsense2] fix cmake for linux | |||
| 2019-03-14 | [roaring] Add new port (#5643) | myd7349 | |
| * [roaring] Add new port * [roaring] Add a warning for 32-bit build | |||
| 2019-03-14 | [physx] Initial port (#5618) | RT222 | |
| * [physx] Initial port * [physx] use vcpkg version of cmake if not installed | |||
| 2019-03-14 | Angle updated to master, UWP fix for Angle (#4862) | Roland | |
| * Angle updated to master, UWP fix for Angle * updated uwp patch | |||
| 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-14 | [luasocket] Fix static build for renaming files (#5665) | LarryIII | |
| 2019-03-14 | [libssh]fix config.cmake error, add usage. (#5666) | JackBoosY | |
| 2019-03-14 | Add 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-13 | [docs] Fix broken link | Phil Christensen | |
| 2019-03-13 | [assimp] fix linux build (#5632) | markdegreef | |
| 2019-03-13 | [fix][jsonnet] Replicating generation command in Linux format (#5652) | Andre Abrantes | |
| * 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 | [wangle]fix wangle-config.cmake bug (#5653) | JackBoosY | |
| 2019-03-13 | [ecm] Update ecm to 5.56.0 (#5654) | NancyLi1013 | |
| 2019-03-13 | Update libzip to 1.5.2 (#5656) | Lars Ivar Hatledal | |
| * 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 | Merge pull request #5651 from donny-dont/check-for-filesystem | Griffin Downs | |
| Use feature macro and VC++ compiler version macro to check for support of filesystem | |||
| 2019-03-12 | Update check for VS2015 | Griffin Downs | |
| 2019-03-12 | [pixman]Update version to 0.38.0 (#5641) | NancyLi1013 | |
| 2019-03-12 | install gdal tools (#5644) | shelltdf | |
| 2019-03-12 | [hunspell] update hunspell to 1.7.0 (#5645) | NancyLi1013 | |
| 2019-03-12 | [pangolin]Fix usage bug:include path has one more ../, add usage file. (#5647) | JackBoosY | |
| 2019-03-12 | Use identical check when creating namespace alias | Griffin Downs | |
| 2019-03-12 | Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵ | Griffin Downs | |
| dev/grdowns/5651 | |||
| 2019-03-12 | Merge pull request #5580 from JackBoosY/dev/jack/2181 | Griffin Downs | |
| [apr]Add feature to enable option "APR_INSTALL_PRIVATE_H" to build non-standard files. | |||
| 2019-03-12 | Remove options var; Create var for setting APR_INSTALL_PRIVATE_H | Griffin Downs | |
| 2019-03-12 | [harfbuzz] update Harfbuzz to 2.3.1 (#5359) | Lennart Trunk | |
| * 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 | Add newline | Griffin Downs | |
| 2019-03-12 | Express install private headers as feature | Griffin Downs | |
| 2019-03-12 | Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵ | Griffin Downs | |
| dev/grdowns/5580 | |||
