aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-11-06BUGFIX: [vtk] remove libharu as a core dependency (#2140)xoviat
* [vtk:control] break out libharu * [vtk:portfile] disable libharu * [vtk:control] update version * [vtk:portfile] remove useless comment
2017-11-06Merge pull request #2041 from DanOlivier/FreeType-GLRobert Schumacher
Adding Freetype-GL port
2017-11-06merge from masterBarath Kannan
2017-11-06update modules dependent on qt5 to use qt5baseBarath Kannan
2017-11-06use install target in Makefiles; make all portfile uniformBarath Kannan
2017-11-05[sfgui] add version 0.3.2Mikhail Paulyshka
2017-11-05Update Catch to 2.0.1Martin Hořeňovský
2017-11-05qt5 modules: gamepad, scxml, virtual keyboard, websocketsBarath Kannan
2017-11-05[libpng] update to 1.6.34Mikhail Paulyshka
https://sourceforge.net/projects/libpng/files/libpng16/older-releases/1.6.33/ https://sourceforge.net/projects/libpng/files/libpng16/1.6.34/
2017-11-05fix path lengths limit for qt source, add qt5 modules: datavis3d, ↵Barath Kannan
imageformats, multimedia, xmlpatterns
2017-11-05qt5 - serial, svg, charts, and 3d modulesBarath Kannan
2017-11-04[freetype-gl] Add version & description. Note that the build is always static.Robert Schumacher
2017-11-04[alac] initatkawa7
2017-11-04[opencv] add support for MSVS 2017 update 5 (#2132)Mikhail Paulyshka
2017-11-04Adding OpenSSL support to FFMPEG, fixed Assmimp UWP build (#2018)Vlad Kolesnikov
* Enable ffmpeg to build using openssl for HTTPS/TLS support * [ffmpeg] Add contract versions to libpath * Updated FFMPEG to 3.3.3; Fixed unistd.h issue in ffmpeg build * merge fix * merge fix * fix merge * removed extra files * Assimp UWP build fix * [assimp] Bump version * [ffmpeg] Implement openssl support through features. * [opencv] remove ffmpeg depenency OpenCV has own prebuilt ffmpeg library * Fix version, package name is not a part of it * Add support build option to PCL port Add support build options (pcap, qt) to PCL port. * Update VTK to 8.0.1 Update VTK to 8.0.1. * [vcpkg] Enable pkg[*] as alias for all features. * Using CP_UTF8 macro instead of magic numbers. * [vcpkg] Add optional Abi field to BinaryParagraph for future use. * [double-conversion] Fix --head builds * [vcpkg] --head should only apply to USER_REQUESTED packages. * [vcpkg] Fix bug where packages with uninstalled features appear to be uninstalled. * Update Catch to 1.11.0 * Fix proxy usage in Win7 (powershell 2.0) * [findVSInstances] Data lines are now placed within <sol><eol> tags. Text outside these tags is ignored This means we can print text in powershell now and it won't break vcpkg. * [fetchDependency] Now also returns output in the form <sol>data<eol> * [git] Update to 2.15.0 (was 2.14.3) * [bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure. * [poco] build with MySQL support (#2088) * [poco] build with MySQL support Set proper variables to enable MySQL support if libmysql port is installed * [poco] Move Mysql support to a feature. Enable CMake config files. * help assimp find vcpkg's copy of zlib so it does not build its own * [assimp] Bump revision * [assimp] Fix assimp overwriting CMAKE_PREFIX_PATH. * [boost] Handle spaces in vcpkg path. * [vcpkg] Fix use of features in undocumented build command * Update to v1.2.0. Remove man pages * [opencv] Remove ffmpeg from dependencies -- it is not currently possible to use an external ffmpeg with opencv. Add features for cuda and vtk. * Enable OpenGL support for GUI Enable OpenGL support for GUI. * [protobuf] Add feature packages for zlib ZLib based features like Gzip streams. * [llvm] Require Python3 * [blaze] Fix remaining stray _INVALID_ROOT_ * Add option to enable Qt GUI support Add option to enable Qt GUI support. * Sorting CMake options for maintainability Sorting CMake options based on grouped of CMake-GUI for maintainability. * VTK: implement features (#2071) * [vtk/portfile] add OpenVR option * [vtk/control] add OpenVR feature * [vtk/portfile] Add OpenVR feature to portfile * [vtk/CONTROL] add features * [vtk/portfile] implement features * [vtk/CONTROL] fix syntax * [vtk/CONTROL] fix case * [vtk/portfile] fix case * [vtk/CONTROL] fix syntax * [vtk/CONTROL] fix syntax * [vtk/portfile] fix module name * [vtk] Bump version * [uwebsockets] Remove boost from dependency list to follow upstream's official README * [libharu] Fix DLLIMPORT macro replacement * Update CHANGELOG and bump version to v0.0.95 * Fix date in CHANGELOG.md * [apr] Update to 1.6.3 * Enable C++11 features Enable C++11 features. * Enable Microsoft Media Foundation support for Video I/O Enable Microsoft Media Foundation support for Video I/O. * [double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets. * [vcpkg] Refactor argument parsing to use common code paths. * [vcpkg] Improve `vcpkg help` -- now has per-command help! * [vcpkg-help-export-ifw] Add settings description * [opencv] Disable MSMF in UWP due to an upstream bug * [vcpkg_download_distfile] Now downloads in a temp dir and rename to the target location * [vcpkg_find_acquire_program] Use vcpkg_download_distfile() * Remove vcpkg_acquire_depot_tools * [downloads] Don't show progress by default * [vcpkg_acquire_msys] Use vcpkg_download_distfile() * vcpkg_from_github] Use vcpkg_download_distfile() * [vcpkg_from_bitbucket] Use vcpkg_download_distfile() * [ports.cmake] Use vcpkg_download_distfile() * [antlr] upgrade to antlr4.7 * [antlr4] bump version to 4.7 * Use download-at-temp-and-rename pattern in powershell too * Print error message when there is a syntax error in triplet file As it is now vcpkg fails silently (actually, it outputs two empty lines). * [fdk-aac] init * [fetchDependendy.ps1] Remove obsolete comment * [fetchDependency.ps1] Improve error message on hash mismatch * [vswhere] Update to 2.2.11 (was 2.2.7) * libaiff * Append W * [libaiff] fix uninitialized buffer * Add the flint2 library (#1988) * Add the "flint2" library. * FIX: update library name * FIX: only set MSVC version to VC14 * FIX: use static linkage * DOC: display notification to the user * [flint/CONTROL] add gettimeofday dependency * [flint/portfile] move up linkage * [flint/portfile] attempt to override the CRT linkage * Add arblib (#1991) * Fix rename libraries of FLANN Fix rename libraries of FLANN. * Fix line endings * [cmake] Update to 3.9.5 (was 3.9.4) * Porting ITK * Sourcing from GitHub, using a master version with vcpkg patch * Update CHANGELOG and bump version to v0.0.96 * [fftw] update to 3.3.7 * [dlib] update to 19.7 and use vcpkg_from_github * fix issue 2111 * Revert "Updated libsigcpp to version 2.99.9" This reverts commit 079ef9785ad539e1484f876577913a7269021288. * Added glibmm and giomm. * Added atkmm. * Added pangomm. * Added gtkmm * Use unicode * [glibmm] Add missing dependency: libsigcpp
2017-11-04[glibmm] Add missing dependency: libsigcppAlexander Karatarakis
2017-11-04Use unicodeMateusz Adamczyk
2017-11-04Added gtkmmMateusz Adamczyk
2017-11-04Added pangomm.Mateusz Adamczyk
2017-11-04Added atkmm.Mateusz Adamczyk
2017-11-04Added glibmm and giomm.Mateusz Adamczyk
2017-11-04Revert "Updated libsigcpp to version 2.99.9"Mateusz Adamczyk
This reverts commit 079ef9785ad539e1484f876577913a7269021288.
2017-11-04fix issue 2111jasjuang
2017-11-04[dlib] update to 19.7 and use vcpkg_from_githubjasjuang
2017-11-04[fftw] update to 3.3.7jasjuang
2017-11-03Sourcing from GitHub, using a master version with vcpkg patchDženan Zukić
2017-11-03Porting ITKDženan Zukić
2017-11-03Fix line endingsAlexander Karatarakis
2017-11-03Fix rename libraries of FLANNTsukasa Sugiura
Fix rename libraries of FLANN.
2017-11-03Add arblib (#1991)xoviat
2017-11-03Add the flint2 library (#1988)xoviat
* Add the "flint2" library. * FIX: update library name * FIX: only set MSVC version to VC14 * FIX: use static linkage * DOC: display notification to the user * [flint/CONTROL] add gettimeofday dependency * [flint/portfile] move up linkage * [flint/portfile] attempt to override the CRT linkage
2017-11-03[libaiff] fix uninitialized bufferatkawa7
2017-11-03Append Watkawa7
2017-11-03libaiffatkawa7
2017-11-03[fdk-aac] initatkawa7
2017-11-03[antlr4] bump version to 4.7sdcb
2017-11-03[antlr] upgrade to antlr4.7sdcb
2017-11-03Merge pull request #2099 from podsvirov/protobuf-feature-zlibRobert Schumacher
[protobuf] Add feature packages for zlib
2017-11-03[opencv] Disable MSMF in UWP due to an upstream bugRobert Schumacher
2017-11-03Merge pull request #2108 from UnaNancyOwen/fix_opencvRobert Schumacher
Enable some options for OpenCV port
2017-11-02[double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.Robert Schumacher
2017-11-02Enable Microsoft Media Foundation support for Video I/OTsukasa Sugiura
Enable Microsoft Media Foundation support for Video I/O.
2017-11-02Enable C++11 featuresTsukasa Sugiura
Enable C++11 features.
2017-11-01[apr] Update to 1.6.3Alexander Karatarakis
2017-11-01[libharu] Fix DLLIMPORT macro replacementRobert Schumacher
2017-11-01[uwebsockets] Remove boost from dependency list to follow upstream's ↵Robert Schumacher
official README
2017-11-01Merge pull request #2083 from UnaNancyOwen/support_option_pclRobert Schumacher
Add support build options to PCL port
2017-11-01VTK: implement features (#2071)xoviat
* [vtk/portfile] add OpenVR option * [vtk/control] add OpenVR feature * [vtk/portfile] Add OpenVR feature to portfile * [vtk/CONTROL] add features * [vtk/portfile] implement features * [vtk/CONTROL] fix syntax * [vtk/CONTROL] fix case * [vtk/portfile] fix case * [vtk/CONTROL] fix syntax * [vtk/CONTROL] fix syntax * [vtk/portfile] fix module name * [vtk] Bump version
2017-11-01Merge pull request #2098 from UnaNancyOwen/fix_opencvRobert Schumacher
Fix OpenCV port
2017-11-02Sorting CMake options for maintainabilityTsukasa Sugiura
Sorting CMake options based on grouped of CMake-GUI for maintainability.