aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2018-03-19[azure-storage-cpp] Upgrade to 3.2.1Robert Schumacher
2018-03-19[openimageio] update to 1.8.9 (#3051)Yann Lanthony
* [openimageio] update to 1.8.9 * [openimageio] remove '-1' suffix from version name
2018-03-19Update to ACE 6.4.7 (#3059)Johnny Willemsen
* ports/ace/CONTROL: * ports/ace/portfile.cmake:
2018-03-19[curl] fix a dependency error: "Error: Unable to satisfy dependency ↵Ivy Snow
ssl:x86-windows of curl[http2]:x86-windows"
2018-03-18bug fixed for librtmp on vcpkgYoungho Kim
bug fixed for librtmp on vcpkg because of wrong find_package name for zlib and openssl
2018-03-18purged empty directory in qt5 (#3028)Ugo Pattacini
2018-03-18[msmpi] update to v9.0 (#3058)Stefano Sinigardi
2018-03-18Include windows.h before including consoleapi.h (#3050)Daniel Strommen
* Include windows.h before including consoleapi.h Issue: cpython fails to build against Windows Insider Preview SDK 17115 Root Cause: Failure to include windows.h before other Windows headers (consoleapi.h) Solution: Include windows.h before consoleapi.h If you don't include Windows.h before other Windows headers, then your code is likely to break with new versions of the Windows Platform SDK, as headers move around or new intraheader dependencies are added. That is what happened here. * Remove redundant consoleapi.h The documented header for all the console API's is windows.h, which includes wincon.h which includes consoleapi.h. Consoleapi.h used to also include windows.h, but this caused a circular dependency. So, adjusting this to only include windows.h and omit the consoleapi.h which is redundant. * [python3] formatting
2018-03-18[gdal] Fix regression due to libmysql upgradeRobert Schumacher
2018-03-18[libjpeg-turbo] Disable GETENV/SETENV in UWP. See ↵Robert Schumacher
https://github.com/libjpeg-turbo/libjpeg-turbo/issues/203
2018-03-17[abseil][exiv2][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][zeromq][ ↵Robert Schumacher
zziplib] Upgrades
2018-03-17[abseil][curl][chakracore][thrift] UpgradesRobert Schumacher
2018-03-16Fix boost build errors when vcpkg path has spaces (#3054)Daniel
* Fix boost build errors when vcpkg path has spaces Add missing quotes in boost_serialization path * [boost-modular-build-helper] Bump version due to change * [boost-modular-build-helper] Quote mpi as well
2018-03-14[nlohmann-json] Update to 3.1.2Robert Schumacher
2018-03-14Fix PCL portfile debug/share error (#2996)Claudio Fantacci
Add missing file(REMOVE_RECURSE /debug/share) that was preventing post-build validation to complete successfully.
2018-03-14Merge pull request #3033 from pravic/curlAlexander Karatarakis
[curl] update to 7.59.0
2018-03-14Merge pull request #2906 from cenit/OpenCV_341Alexander Karatarakis
[OpenCV] update to 3.4.1
2018-03-14[opencv] Fixes for contribAlexander Karatarakis
2018-03-14[zeromq] UpdateRobert Schumacher
2018-03-14[jemalloc] Fix corrupted patchfileRobert Schumacher
2018-03-14[curl] update to 7.59.0pravic
2018-03-14Add OpenMesh 6.3(without apps) (#3032)itsuhane
2018-03-14[libmariadb] Use vcpkg_from_github() and improve conflict checkRobert Schumacher
2018-03-14[libmysql] Clarify support messageRobert Schumacher
2018-03-13[vcpkg-find-acquire-program] Handle PERL and NASM on non-windowsRobert Schumacher
2018-03-13[libjpeg-turbo] Fix non-windows non-linuxRobert Schumacher
2018-03-13[abseil][breakpad][cimg][matio][piex][rocksdb][thrift][tiny-dnn][unicorn-lib ↵Robert Schumacher
][unicorn] Updates
2018-03-13[libssh] Fix static builds for non-windowsRobert Schumacher
2018-03-13[libmysql] Update to 8.0.4Robert Schumacher
2018-03-13[libssh] Only build one flavor at a time, don't build examples.Robert Schumacher
2018-03-13[libpq] Fix config writing into source dirRobert Schumacher
2018-03-13[openssl] Add BSD-generic64Robert Schumacher
2018-03-13[libssh] Bake in LIBSSH_STATICRobert Schumacher
2018-03-13[matio][rocksdb] Fix buildRobert Schumacher
2018-03-12Merge pull request #3013 from yurybura/masterAlexander Karatarakis
[rocksdb] Fix build and use debug suffix 'd'
2018-03-12Revert versionYury Bura
2018-03-12Update versionsYury Bura
2018-03-12[gtest] Fix issue #2373yurybura
2018-03-12[WTL] Update to 10.0.7336gouranga
2018-03-12[rocksdb] Fix build and use debug suffix 'd'yurybura
[gtest] Fix issue #2373
2018-03-12[libzip] Upgrade to 1.5.0Robert Schumacher
2018-03-12[evpp] Upgrade to 0.7.0Robert Schumacher
2018-03-12[evpp] Fix build and use external rapidjsonRobert Schumacher
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2018-03-11[boost-build] Split out into boost-modular-build-helper and support ↵Robert Schumacher
non-Windows targets
2018-03-11[clara][jsonnet][rs-core-lib][thrift] UpgradesRobert Schumacher
2018-03-11[cimg][doctest][harfbuzz][libwebsockets] UpgradesRobert Schumacher
2018-03-11[uwebsockets] Update to 0.14.6 (#3001)Wimok Nopphiboon
2018-03-11Update Catch to 2.2.1 (#3004)Martin Hořeňovský
2018-03-10Update OpenExr to 2.2.1 (#2931)Kim Christensen