aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2016-12-01Merge branch 'master' of https://github.com/Microsoft/vcpkg into qcaAlexander Kaspar
2016-12-01[aws-sdk-cpp] correct patch pathsdcb
2016-12-01[aws-sdk-cpp] set FORCE_SHARED_CRT ON when building dynamic.sdcb
2016-12-01[aws-sdk-cpp] add patch to define USE_IMPORT_EXPORT to fix dynamic build ↵sdcb
link issue
2016-11-30Merge pull request #375 from Wakusei/port-yamlcppAlexander Karatarakis
Added yaml-cpp
2016-11-30[qca] import local certsAlexander Kaspar
2016-11-30[qca] added PS script to extract local certs from storeAlexander Kaspar
2016-11-30[aws-sdk-cpp] correct FORCE_SHARED_CRTflysha
2016-11-30[aws-sdk-cpp] enable static and disable testflysha
2016-11-30[gdal] Rename dynamic gdal libraries to match static library naming, add "d" ↵Manuel Massing
suffix for debug libraries
2016-11-30[gdal] Enable building of PDBs in release builds as well, copy PDBs overManuel Massing
2016-11-30[gdal] Separate build directories for dynamic and static buildManuel Massing
2016-11-30formatting portfileAlexander Kaspar
2016-11-30Merge branch 'master' of https://github.com/Microsoft/vcpkg into qcaAlexander Kaspar
2016-11-29Merge fix #306Robert Schumacher
2016-11-29[freeimage] Always define FREEIMAGE_LIB in static mode.Robert Schumacher
2016-11-29[libraw] Rename Module to Config to increase flexibility of install locationsRobert Schumacher
2016-11-29Merge branch 'master' into traversaro-add-freeimageRobert Schumacher
2016-11-29[vcpkg] Remove link-time choice of thread-safe vs non-thread-safe so that ↵Robert Schumacher
dependent libraries make the right choice.
2016-11-29Merge branch 'add-freeimage' of https://github.com/traversaro/vcpkg into ↵Robert Schumacher
traversaro-add-freeimage
2016-11-29Merge pull request #365 from stammen/uwp-libiconvRobert Schumacher
fix for uwp builds
2016-11-29Merge branch 'entityx' of https://github.com/mattiascibien/vcpkg into ↵Alexander Karatarakis
mattiascibien-entityx
2016-11-29[globjects] Remove files from package dir and debug dirAlexander Karatarakis
2016-11-29Merge branch 'globjects' of https://github.com/mattiascibien/vcpkg into ↵Alexander Karatarakis
mattiascibien-globjects
2016-11-29[glbinding] Remove files from package dir and debug dirAlexander Karatarakis
2016-11-29Added missing control infoMattias Cibien
2016-11-29Add entityxMattias Cibien
2016-11-29[anax] BUILD_SHARED_LIBS is automatically set by vcpkgAlexander Karatarakis
2016-11-29Merge branch 'anax' of https://github.com/mattiascibien/vcpkg into ↵Alexander Karatarakis
mattiascibien-anax
2016-11-29Initial anax portMattias Cibien
2016-11-29[freeimage] Add vcpkg_copy_pdbs()Silvio Traversaro
2016-11-29Merge branch 'master' of https://github.com/Microsoft/vcpkg into qcadevel71
2016-11-29[aws-sdk] issues occurs in static build, revert code.sdcb
2016-11-29[aws-sdk] drop static block because aws-sdk actually works in static builds.sdcb
2016-11-28Move PYTHON2 "acquisition" to vcpkg_find_acquire_programAlexander Karatarakis
2016-11-28Merge pull request #361 from sdcb/dxutoptAlexander Karatarakis
[dxut] add build for optional libs.
2016-11-28Merge pull request #360 from sdcb/dxtk12Alexander Karatarakis
Add DirectXTK12
2016-11-28Merge pull request #344 from vlj/masterAlexander Karatarakis
Add glslang.
2016-11-28Add freeimage portSilvio
Extensive modification have been done to support building with external dependencies. The biggest change is a new CMake-based build system. Several patches are based on the equivalent ones used in Debian packaging, see http://sources.debian.net/patches/freeimage . The only dependency for which the internal version is still used is OpenEXR.
2016-11-28Merge pull request #343 from mmassing/add_proj4_portAlexander Karatarakis
Add PROJ.4 cartographic projection library port
2016-11-28fix for uwp buildsDale Stammen
2016-11-28[ports] Initial commit of GDAL 1.11.3 portManuel Massing
2016-11-28[aws-sdk-cpp] specify dynamic onlyflysha
2016-11-28[aws-sdk-cpp] correct the lib fileflysha
2016-11-28[proj] Remove unused parametersManuel Massing
2016-11-28[proj] Rename library to "proj.lib" / "projd.lib"Manuel Massing
2016-11-28[proj4] Rename port from "proj4" to "proj"Manuel Massing
2016-11-28[proj4] Replace tabs with spacesManuel Massing
2016-11-28Add aws-sdk-cppsdcb
Note: 1. I add a patch to not using git, because git will emit a wrong version number in initialize_project_version.cmake file. 2. building aws-sdk-cpp will emit some very long file(longer than 258 in my machine), to make it work, you must moving vcpkg into some shorter path like: C:\vcpkg
2016-11-28[dxut] add build for optional libs.sdcb