aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2018-02-24[lcm] Init portJacob Zhong
2018-02-24[rttr] Use from github, slight patch simplification.Robert Schumacher
2018-02-24[chakracore] Use out of source buildsRobert Schumacher
2018-02-24[wxwidgets] Upgrade to 3.1.1Robert Schumacher
2018-02-24Add doxygen and add packages option to vcpkg_require_msys (#2869)Jacob Zhong
* Add doxygen to acquired programs * Add packages option to msys function * Add documentation for PACKAGES in vcpkg_require_msys * [ffmpeg][x264] Update to use `PACKAGES` parameter. Tweak docs.
2018-02-23[exiv2] Hotfix previous fix -- apply patches before configuringRobert Schumacher
2018-02-23[exiv2] Fix FindIconvRobert Schumacher
2018-02-24[monkeys-audio] Init portJacob Zhong
2018-02-23[live555] Update and simplifyRobert Schumacher
2018-02-23[exiv2] Fix static builds. [gts] Add early detection for CRT linkage.Robert Schumacher
2018-02-23[unrar] Improve error message during static buildsRobert Schumacher
2018-02-23[args] Fix hashRobert Schumacher
2018-02-23[breakpad] Fix hashRobert Schumacher
2018-02-23[opencv] Ensure rework is starting from a fresh set of sourcesRobert Schumacher
2018-02-23[opencv] ReworkRobert Schumacher
Split off contrib, ipp, webp, openexr, tiff, png, tiff, jpeg, jasper, eigen into features. Prevent downloads during the build
2018-02-23[libwebp] Deploy FindWebP.cmakeRobert Schumacher
2018-02-23[openexr] Deploy FindOpenEXR.cmake and reduce components builtRobert Schumacher
2018-02-23[ffmpeg] Deploy FindFFMPEG cmake fileRobert Schumacher
2018-02-23[abseil] UpdateRobert Schumacher
2018-02-23[llvm] Reenable packageRobert Schumacher
2018-02-23[eastl] Upgrade to 3.07.02Robert Schumacher
2018-02-23[eastl] Upgrade to 3.07.00Robert Schumacher
2018-02-23[wt] UpgradeRobert Schumacher
2018-02-23[rocksdb] UpdateRobert Schumacher
2018-02-23[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][sp ↵Robert Schumacher
dlog][yaml-cpp] Upgrades
2018-02-23[x265] Init portJacob Zhong
2018-02-22[halide] Update to release_2018_02_15Tsukasa Sugiura
Update halide port to halide release_2018_02_15.
2018-02-22[libsodium] Upgrade to 1.0.16Robert Schumacher
2018-02-22Handle qt subpackage executable paths in cmake config files (#2844)yosagi
* Handle qt subpackage executable paths in cmake config files * [qt5-modularscripts] Bump version to include changes to tool deployment
2018-02-22[mman] Fix static linkage. Fixes #2856.Robert Schumacher
2018-02-21add x264 package for vcpkg (#2849)Youngho Kim
* add x264 package add x264 package * [x264] Simplify portfile. Use GitHub mirror instead of trying to run git clone.
2018-02-20Merge pull request #2789 from melchi45/masterAlexander Karatarakis
modify pthread download url
2018-02-20[glew] Add comment about vcpkg_from_github()Alexander Karatarakis
2018-02-20Merge pull request #2832 from evpobr/port/matroskaAlexander Karatarakis
[matroska] Initial port
2018-02-20Merge pull request #2831 from miurahr/libgeotiff_fix_xtiffAlexander Karatarakis
[Libgeotiff] fix xtiff error
2018-02-20[opencv] sfm module should depend on ceres (#2829)Jason Juang
2018-02-19[blaze] Update SHA512. Fixes #2841.Robert Schumacher
2018-02-19[tinytoml] Initial port (#2836)Tobias Schwendemann
* [tinytoml] Initial port This port works only using --head since no tags are provided by the author. * [tinytoml] Add stable REF and SHA512
2018-02-19[sciter] Update to 4.1.3.5728 (#2835)pravic
2018-02-19[libdisasm][breakpad] Initial commit of breakpad. Improvements to libdisasm.Robert Schumacher
2018-02-19port for google cartographer (#2665)mmazat
* initial try to add port files * updates control and patch * minor fix * release is now built * install succeed * update to the latest commit * use cmake to export the symbols in dynamic linkage * [cartographer] Reformatting and added dependency on ceres[eigensparse]
2018-02-17Using vcpkg_from_github() for HPX (#2830)Hartmut Kaiser
2018-02-18[libgeotiff] Fix libgeotiff link errorHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-18[libgeotiff] Update patchesHiroshi Miura
- Import CMakeLists updates from libgeotiff trunk HEAD. It makes unify target name among static/shared libs. - Rebased patches and generated from git format-patch command. These two patches are as same code as previous one. - Publish patches on https://github.com/miurahr/libgeotiff Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-17[draco] Update to version 1.2.5 (#2826)Arkady Shapkin
2018-02-17Add libpng-apng as a new port (#2578)Albert Huang
* Add libpng-apng as a new ports definition * Update portfile to use 7Z to extract patch + fix others
2018-02-17Fix building boost.mpi (#2684)Albert Ziegenhagel
* Fix building boost.mpi * [boost-*] Remove boost-mpi dependencies to avoid direct dependency on msmpi. * [boost-build] Bump version with mpi changes
2018-02-17[szip] Fix szip-config.cmake to return SZIP_FOUND (#2765)Hiroshi Miura
In current implementation, it returns only SZIP_static_FOUND or SZIP_shared_FOUND. szip-config.cmake calls check_required_components(SZIP) helper, but it just set SZIP_FOUND=FALSE when it does not find required componets, but never set SZIP_FOUND=TRUE. szip-config.cmake should set SZIP_FOUND=TRUE when it find some components before calling the helper function. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-17Ceres and SuiteSparse features (#2800)Arkady Shapkin
* [suitesparse] Implement optional feature: metis * [ceres] Implement optional features: lapack, suitesparse, cxsparse, eigen. Closes #2798 * [ceres] Always require Eigen3
2018-02-17[libgeotiff] build and install utility commands (#2784)Hiroshi Miura
* [libgeotiff] install utility commands Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [libgeotiff] install utility only when release build and unconditionaly copy tool dependencies * [libgeotiff] fix tool instalation when static and bump version Signed-off-by: Hiroshi Miura <miurahr@linux.com>