aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29Use new Files functionsAlexander Karatarakis
2016-11-29[Files] Add functions to get all files of a dir recursively or non-recursivelyAlexander Karatarakis
2016-11-29Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-11-29Merge pull request #366 from traversaro/add-freeimageRobert Schumacher
Add freeimage port
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-29Introduce PostBuildLint namespaceAlexander Karatarakis
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-29Move file functions to vcpkg_Files.hAlexander Karatarakis
2016-11-29Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-11-29Remove unused functionAlexander Karatarakis
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-29[post-build-checks] Refactor - pass around package_dirAlexander Karatarakis
2016-11-29Merge branch 'mattiascibien-entityx'Alexander Karatarakis
2016-11-29Merge branch 'entityx' of https://github.com/mattiascibien/vcpkg into ↵Alexander Karatarakis
mattiascibien-entityx
2016-11-29Merge branch 'mattiascibien-globjects'Alexander Karatarakis
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-29Use extracted local variableAlexander Karatarakis
2016-11-29[post-build-checks] Add check for files in package dir and debug dirAlexander Karatarakis
2016-11-29Extract local variableAlexander Karatarakis
2016-11-29Extract local variableAlexander Karatarakis
2016-11-29Don't return by const valueAlexander Karatarakis
2016-11-29Added missing control infoMattias Cibien
2016-11-29Add entityxMattias Cibien
2016-11-29Merge branch 'mattiascibien-anax'Alexander Karatarakis
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 'qca' of github:gnome71/vcpkg into qcadevel71
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-28Update CHANGELOG and bump version to v0.0.61Alexander Karatarakis
2016-11-28[vcpkg portsdiff] Add check that commit id existsAlexander Karatarakis
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.