aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-08Upgrade google-cloud-cpp to 0.9.0. (#6355)Carlos O'Ryan
2019-05-08[freeglut] enable building on non-win32 (#6298)Stefano Sinigardi
2019-05-08[valijson] new port (#6354)WebFolder OÜ
2019-05-08[wil] new port (#6353)Charles Milette
* [wil] new port
2019-05-07[minhook] Add new port (#6333)NancyLi1013
* [minhook] Add new port * Download cmake support as patch * Move architecture check to before work is done * Check in install destination patchl Remove config
2019-05-07[uriparser] Update to 0.9.3, add tool feature (#6303)myd7349
* [uriparser] Update to 0.9.3 * [uriparser] Fix static build * [uriparser] Handle URI_STATIC_BUILD * [uriparser] Add support for --head option * [uriparser] Simplify * [uriparser] Use file COPY to USE_SOURCE_PERMISSIONS
2019-05-07[cppgraphqlgen] Update to 3.0.0 release (#6337)Bill Avery
2019-05-07[moos-core]Fix build failure on Windows (#6252)JackBoosY
* [moos-core]Fix build in windows: 1.Add compile macros and includes 2.Fix empty directories in static. * [moos-core]Fix link error LNK2019. * [moos-core]Changed library linkage to static. * Clean up tool + copyright install; Remove messages
2019-05-07[doctest] Update to 2.3.2 (#6331)zhihaoy
An critical fix to https://github.com/onqtam/doctest/issues/228
2019-05-07[libpng] remove broken patch (#6293)Stefano Sinigardi
2019-05-06[openjpeg/itk]Update openjpeg to v2.3.1 and fix conflict with ITK. (#6313)JackBoosY
* [openjpeg/itk]Update openjpeg to v2.3.1 and fix conflict with ITK.
2019-05-06[libnoise] Add new port libnoise (#6319)Robert Hümmer
* [libnoise] Add new port libnoise * refactor(libnoise): removed unnecessary comments
2019-05-06[libgd] Fix static build (#6307)Jackie Ng
* Revert libgd portfile change from 5ea9105 This makes libgd static buildable again * Undo reversion of -DBUILD_SHARED_LIBS. This is not necessary.
2019-05-06[libpq]: Fix linkage with static openssl (#6309)Jackie Ng
* [libpq]: Add crypt32 to linker set. This allows libpq to link against static openssl. * Bump portfile version
2019-05-06[gdal] Fix linker error with static libpng (#6305)Jackie Ng
* When linking gdal with static libpng, it fails because the libpng vcpkg port has references to zlib symbols that aren't present in the internal copy of zlib that gdal builds/links against. To fix this, have the gdal port pull in a vcpkg zlib port as another dependency and have it build/link against that instead. * [gdal]: Bump portfile version as master is already at 2.4.1-2
2019-05-06[xeus] Update to 0.19.1 (#6320)myd7349
* [xeus] Update to 0.19.1 * [xeus] Update usage
2019-05-06[duktape/open62541] Update the SHA512 of distfile (#6326)Cheney Wang
* [duktape] Update the SHA512 of distfile * [open62541] Update the SHA512 of distfile
2019-05-06[libjpeg-turbo] Update to libjpeg-turbo 2.0.1 (#4635)Tsukasa Sugiura
* [libjpeg-turbo] Update to libjpeg-turbo 2.0.1 * [libjpeg-turbo] workaround CMAKE_SYSTEM_PROCESSOR vcpkg bug
2019-05-05[xsimd,xtensor,xtensor-blas,xtl] Update to latest (#6318)myd7349
2019-05-05[Z85] Add new port (#6315)NancyLi1013
2019-05-04 [gdal] Add libspatialite build-dependency (#6251)Jeremy
* add libspatialite for gdal * add libspatialite * Bump version * Add libspatialite as feature * Do not use gen expressions as nmake does not support
2019-05-03[glib] arm/arm64 windows support (#6116)driver1998
* glib port update for arm/arm64 windows * bump glib version to 2.52.3-14
2019-05-03[dlib] port patch from #5169 (#6292)Stefano Sinigardi
2019-05-03[clapack] port patch from #5169 (#6291)Stefano Sinigardi
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-05-02[c-ares] Update to Latest (#6287)Darrin W. Cullop
* [c-ares] Update to Latest The latest has fixes to support ARM/ARM64 on Windows * Update version string
2019-05-02[zziplib] Fix autotool generated includes (#6284)Victor Romero
* [zziplib] Fix autotool generated includes * [zziplib] Configure zziplib in portfile
2019-05-02[uWebSockets] Upgrades 2019.03.29 (#6133)Phoebe
2019-05-02[sndfile] Add new port sndfile (#4514)evpobr
* [port] Add sndfile port
2019-05-02[range-v3] Update to 0.5.0 (#6283)Casey Carter
2019-05-01[args] Export official targets (#6276)zhihaoy
2019-05-01[libsodium] Migrate build system to CMake (#5600)myd7349
2019-05-01[cmocka] Add new port (fix #4728) (#5669)myd7349
2019-05-01Remove Addtional checks since CMake support vs2019 now (#6265)Phoebe
Remove Addtional checks since CMake support vs2019 now
2019-05-01Fix sdl2-gfx, sdl2-image, sdl2-mixer, sdl2-net, and sdl2-ttf forcing debug ↵Antonio Maiorano
lib first (SDL2d) (#5948) Prevent SDL2 dependent libraries from always linking against debug.
2019-05-01SPDK - Storage performance development kit (#5877)Ernest Zaslavsky
2019-05-01[Live555]Update version to 'latest' (#6267)LarryIII
2019-04-30[ceres,jxrlib,zziplib] Fixes for non-windows (#6188)Victor Romero
* [ceres, zziplib] fixes for building on non-windows systems * [jxrlib, zziplib] other fixes for non-windows systems * [zziplib] fix CMakeLists.txt for non win32 platforms, there were missing exported headers * [ceres] Fix targets path * [ceres] Fix typo * [ceres] trigger CI build * [ceres] use proper glog/gflags targets
2019-04-30[fmi4cpp] Update to 0.7.0 (#6269)Griffin Downs
* [fmi4cpp] update to 0.7.0 * Fix indentation * Remove duplicate feature entry
2019-04-30[qt5] Fix scripts on debug/release-only builds (#6259)João Maia
* Fix qt5-base portfile qt5-release.conf was not copied in release mode * Fix vcpkg_configure_qmake.cmake in debug-only builds * Add VCPKG_BUILD_TYPE support to qt_modular_library.cmake and vcpkg_build_qmake.cmake
2019-04-30[many ports] Updates 2019.04.19 (#6155)Robert Schumacher
* [many ports] Updates 2019.04.19
2019-04-29[mlpack] Updated to version 3.1.0 (#6263)Miguel
2019-04-29[tmxlite] port (#6243)Bogdan Gospodaru
* added tmxlite port * added static support
2019-04-29[taocpp-json] Add new port (#6253)myd7349
* [taocpp-json] Add new port
2019-04-29[gmime] Fixed missing exports. (#6256)Vitaliy Didik
2019-04-29[boost-locale] Enable arm64-windows (#6208)Tony Lin
2019-04-29[date] Update the version to the latest commit. (#6131)NancyLi1013
2019-04-29[boost-regex] Enable arm64-windows (#6206)Tony Lin
2019-04-29[libpcap] new port only linux (#6082)almikhayl
* [libpcap] new port only linux * Add system dependencies message
2019-04-29[fltk] Windows ARM/ARM64 support (#6241)driver1998
* update fltk for arm/arm64-windows * add windows libraries for arm/arm64