aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-12-11[exiv2] update to latest master and fix debug configjasjuang
2017-12-11[openssl] Add -utf-8 flagAlexander Karatarakis
2017-12-09Merge pull request #2341 from cdcseacave/masterRobert Schumacher
[tinyexif] update to version 1.0.1
2017-12-09[speex] Fix release mode .def file. Add missing exports (#2340)Artem Golubikhin
* [speex] Fix release mode .def file. Add missing exports Fixed .def file in release mode (it is bugged after #2293 fix in d5395ac793d1db78ab97ca144d5e89eabf49a735) https://github.com/Microsoft/vcpkg/issues/2293#issuecomment-350449317 Added exports for speex_header_free and speex_mode_list (https://github.com/Microsoft/vcpkg/issues/2292#issuecomment-348773393) * [speex] Fix regression for release mode import library
2017-12-09[speex] Fix regression for release mode import libraryRobert Schumacher
2017-12-09[tinyexif] update to version 1.0.1cDc
2017-12-09alac-decoder (#2176)atkawa7
2017-12-09[tinyexif] add TinyEXIF library (#2221)cDc
2017-12-09[mbedtls] Initial port. (#2286)lcdtyph
* mbedtls: init port * add VCPKG_LIBRARY_LINKAGE for static libs only * [mbedtls] Slight cleanup
2017-12-08Merge pull request #2338 from JayFoxRox/unicorn-portRobert Schumacher
[unicorn] Adding unicorn port
2017-12-08[unicorn] Adjust handling of CRT and LIBRARY LINKAGE. Reformat to LF.Robert Schumacher
2017-12-08[gtest] Remove renaming of DLLs -- only the import libs need renaming.Robert Schumacher
2017-12-08Merge pull request #2261 from UnaNancyOwen/fix_gtestRobert Schumacher
Add install googletest/src and Fix find_package Gtest
2017-12-09[unicorn] Adding unicorn portJannik Vogel
2017-12-08[openssl] Remove entry of removed patchAlexander Karatarakis
2017-12-08Merge pull request #2330 from eao197/masterAlexander Karatarakis
Port for sobjectizer updated to v5.5.20
2017-12-08Merge pull request #2329 from jwillemsen/jwi-ace-646Alexander Karatarakis
[ACE] 6.4.6
2017-12-08[jansson] Prefer ninjaMichaƂ Janiszewski
2017-12-08Update for sobjectizer v.5.5.20eao197
2017-12-08[ACE] 6.4.6Johnny Willemsen
2017-12-07Merge pull request #2326 from dscho/openssl-1.0.2nAlexander Karatarakis
openssl: update to v1.0.2n
2017-12-07Merge pull request #2325 from dscho/curl-7.57.0Alexander Karatarakis
curl: update to v7.57.0
2017-12-07Merge pull request #2314 from peergine-admin/fix-live555-latestAlexander Karatarakis
updata live555 live555-latest
2017-12-07openssl: update to v1.0.2nJohannes Schindelin
The patch to allow for spaces in paths while running the Perl helpers is no longer necessary, and was dropped. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-12-07[live555] Set version instead of latest and update CONTROL fileAlexander Karatarakis
2017-12-07curl: update to v7.57.0Johannes Schindelin
Due to changes in curl's CMake support, where it now installs .cmake files, we now have to make sure that they are installed into the correct directory (and not duplicated into the debug/share/ directory, either). Also, a change in the context of the 2nd patch required an update of said patch. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-12-07[gmime] Update to version 3.0.5.LazyHamster
2017-12-07updata live555 live555-latesthwq@peergine.com
2017-12-06Merge pull request #2301 from cguebert/crow-0.1Alexander Karatarakis
[crow] initial port
2017-12-06Merge pull request #2311 from Farwaykorse/port-ms-gslAlexander Karatarakis
[ms-gsl] update to 2017-12-04
2017-12-06[libsodium] Disable testsAlexander Karatarakis
Also, this is a workaround for x64-windows-static taking forever in VS2017 15.5
2017-12-06Adaptation for so-5.5.20-beta1eao197
2017-12-06[ms-gsl] update to 2017-12-04Roelf-Jilling
2017-12-06[ms-gsl] simplify portfileRoelf-Jilling
2017-12-05Merge pull request #2300 from tobiaskohlbau/masterRobert Schumacher
[fcl] add missing dependencies within cmake
2017-12-06Fix pcl/CMakeLists fot Visual Studio 2017Tsukasa Sugiura
Fix conditional branch for Visual C++ 2017. Visual C++ 2017 has a version number 191x.
2017-12-05fcl: add missing dependencies within cmakeTobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-12-05crow initial portChristophe Guebert
2017-12-04[re2] Don't pass BUILD_SHARED_LIBSAlexander Karatarakis
BUILD_SHARED_LIBS should not be locked to shared/static, because the other type will fail. Vcpkg was overriding this flag before, so no behavior change. (i.e. static builds worked before as well). Also tests = OFF.
2017-12-04[re2] Use vcpkg_from_github()Alexander Karatarakis
2017-12-04Merge pull request #2298 from rapoth/masterAlexander Karatarakis
Added port for re2 2017-12-01 release
2017-12-04Adding re2 portRahul Potharaju
2017-12-04[aws-sdk-cpp] update to 1.3.15jasjuang
2017-12-04Merge pull request #2296 from pravic/sciterAlexander Karatarakis
2017-12-05remove commented sectionsBarath Kannan
2017-12-04[sciter] Update to 4.0.6.5590pravic
2017-12-03Merge pull request #2282 from sdcb/sdcb/vlppAlexander Karatarakis
[vlpp] initial commit
2017-12-03Merge pull request #2275 from lazyhamster/libmspackAlexander Karatarakis
[libmspack] Initial port.
2017-12-03Flint: enable DLL builds (#2271)xoviat
* [flint] enable dynamic building * [flint] increment version
2017-12-03[scintilla] Initial port.evpobr