aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2018-03-20Merge pull request #3092 from past-due/libpng_fix_vcpkg_build_typeAlexander Karatarakis
[libpng] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3091 from past-due/libssh_fix_vcpkg_build_typeAlexander Karatarakis
[libssh] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3090 from past-due/zlib_fix_vcpkg_build_typeAlexander Karatarakis
[zlib] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3089 from past-due/box2d_fix_vcpkg_build_typeAlexander Karatarakis
[box2d] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3088 from past-due/protobuf_fix_vcpkg_build_typeAlexander Karatarakis
[protobuf] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3087 from past-due/double-conversion_fix_vcpkg_build_typeAlexander Karatarakis
[double-conversion] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3086 from past-due/yaml-cpp_fix_vcpkg_build_typeAlexander Karatarakis
[yaml-cpp] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3085 from past-due/readosm_fix_vcpkg_build_typeAlexander Karatarakis
[readosm] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3084 from past-due/libspatialite_fix_vcpkg_build_typeAlexander Karatarakis
[libspatialite] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3083 from past-due/freexl_fix_vcpkg_build_typeAlexander Karatarakis
[freexl] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3082 from past-due/proj4_fix_vcpkg_build_typeAlexander Karatarakis
[proj4] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3081 from past-due/sqlite3_fix_vcpkg_build_typeAlexander Karatarakis
[sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release"
2018-03-20Merge pull request #3079 from past-due/yoga_fix_vcpkg_build_typeAlexander Karatarakis
[yoga] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3078 from past-due/paho-mqtt_fix_vcpkg_build_typeAlexander Karatarakis
[paho-mqtt] Fix post-build validation failure when VCPKG_BUILD_TYPE is set
2018-03-20Merge pull request #3077 from past-due/chakracore_fix_vcpkg_build_typeAlexander Karatarakis
[chakracore] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19[signalrclient] Use vcpkg_from_githubAlexander Karatarakis
2018-03-19Merge pull request #3076 from past-due/glew_fix_vcpkg_build_typeAlexander Karatarakis
[glew] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19Merge pull request #3075 from past-due/sdl2_fix_vcpkg_build_typeAlexander Karatarakis
[sdl2] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19Merge pull request #3067 from ivysnow/curlAlexander Karatarakis
[curl] fix a dependency error: "Error: Unable to satisfy dependency s…
2018-03-19Merge pull request #3074 from past-due/freetype_fix_vcpkg_build_typeAlexander Karatarakis
[freetype] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19[glew] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[libpng] Fix static build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[zlib] Fix static build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[libssh] Fix static build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[box2d] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[protobuf] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[double-conversion] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[yaml-cpp] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[readosm] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[libspatialite] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[paho-mqtt] Fix post-build validation failure when VCPKG_BUILD_TYPE is setpast-due
The portfile was creating empty directories (for the "other" build type) if `VCPKG_BUILD_TYPE` was specified.
2018-03-19[freexl] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[proj4] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release"past-due
2018-03-19Upgraded asio to version 1.12.0Art
2018-03-19[yoga] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[libmysql] Use relative include path. Fixes #3071Robert Schumacher
2018-03-19[libmysql] Use system dependencies to avoid ODR violationsRobert Schumacher
2018-03-19[chakracore] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[freetype] Fix build failures when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[sdl2] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-19[ffmpeg] Add optionsYoungho Kim
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