aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-07[libflac] remove unused flagscodicodi
2016-12-07[libflac] link to correct version of oggcodicodi
2016-12-06[openssl] Fix source path for new archive.Robert Schumacher
2016-12-06[openssl] Do not use branches; these will update and constantly break the hash.Robert Schumacher
2016-12-06Merge pull request #394 from stammen/uwp-opensslAlexander Karatarakis
fixed openssl hash for uwp builds
2016-12-06Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-12-06Merge branch 'codicodi-add-flac'Alexander Karatarakis
2016-12-06[libflac] Fix typoAlexander Karatarakis
2016-12-06[gflags] Lowercase install directories. Bump version to account for this and ↵Robert Schumacher
c0c2135.
2016-12-06Merge branch 'add-flac' of https://github.com/codicodi/vcpkg into ↵Alexander Karatarakis
codicodi-add-flac
2016-12-06Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2016-12-06[gflags] Add quotes to avoid stripping semicolons from the config module.Robert Schumacher
2016-12-06Merge pull request #390 from cguebert/masterAlexander Karatarakis
Add libssh2.
2016-12-06[aws-sdk-cpp] Check VCPKG_CRT_LINKAGE instead of VCPKG_LIBRARY_LINKAGE. ↵Robert Schumacher
Rename archive to avoid collisions with other libraries.
2016-12-06[boost] Fix dynamic build lib renamingAlexander Karatarakis
2016-12-06Merge pull request #383 from codicodi/add-lua-toolsAlexander Karatarakis
[lua] install compiler and interpreter
2016-12-06[libflac] update config in static buildscodicodi
Now static libs can be used without defining FLAC__NO_DLL by user.
2016-12-06fixed openssl hash for uwp buildsDale Stammen
2016-12-06Add libssh2.Christophe Guébert
2016-12-06[libflac] initial commitcodicodi
2016-12-06Merge pull request #388 from mattiascibien/anax_sharedRobert Schumacher
Anax shared lib support
2016-12-06[anax] Bump VersionMattias Cibien
2016-12-06Anax support for shared libsMattias Cibien
2016-12-06[vcpkg] Disable all interactions with CMake registry -- we are effectively ↵Robert Schumacher
implementing our own registry and they don't nest very well at all. Fixes #334.
2016-12-06Merge pull request #358 from vlj/shadercRobert Schumacher
Add shaderc.
2016-12-06[shaderc] Enable dynamic CRT. Explicitly search for python3. Add ↵Robert Schumacher
Build-Depends on glslang.
2016-12-06[gslang] Version bump to account for layout changesRobert Schumacher
2016-12-06Merge pull request #364 from mmassing/add_gdal_portRobert Schumacher
GDAL 1.11.3 port
2016-12-06[gdal] Use CURRENT_INSTALLED_DIR instead of calculating it out. Use ↵Robert Schumacher
VCPKG_TARGET_ARCHITECTURE instead of parsing the triplet.
2016-12-06Merge branch 'add_gdal_port' of https://github.com/mmassing/vcpkg into ↵Robert Schumacher
mmassing-add_gdal_port
2016-12-05Merge pull request #386 from willyd/gflags-2.2.0Robert Schumacher
Updated glfags to v2.2.0
2016-12-05[gflags] Switch to using zip files -- this makes the download faster and ↵Robert Schumacher
easier to upgrade. Remove gflags_nothreads to avoid choices at link time.
2016-12-05Merge branch 'gflags-2.2.0' of https://github.com/willyd/vcpkg into ↵Robert Schumacher
willyd-gflags-2.2.0
2016-12-05Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2016-12-05Merge pull request #341 from gnome71/qcaRobert Schumacher
initial commit qca port
2016-12-05Merge branch 'qca' of https://github.com/gnome71/vcpkgRobert Schumacher
2016-12-05Merge pull request #221 from ebraminio/masterRobert Schumacher
Update harfbuzz to 1.3.4
2016-12-06Merge branch 'master' of https://github.com/Microsoft/vcpkg into qcaAlexander Kaspar
2016-12-06Update harfbuzz to 1.3.4Ebrahim Byagowi
The needed local patches are now upstreamed thus no longer needed. Also Uniscribe backend is no longer default enabled so almost no lib is needed to be linked.
2016-12-05[boost] Don't use --layout=system. Resolves #369Alexander Karatarakis
2016-12-05Merge pull request #370 from sdcb/aws-sdkRobert Schumacher
Add aws-sdk-cpp
2016-12-05Merge branch 'qca' of github.com:gnome71/vcpkg into qcaAlexander Kaspar
2016-12-05Merge branch 'master' of https://github.com/Microsoft/vcpkg into qcaAlexander Kaspar
2016-12-05[lua] bump versioncodicodi
2016-12-05Merge pull request #382 from codicodi/add-nanaRobert Schumacher
[nana] initial commit
2016-12-05[nana] fix harmless but still ugly mix-upcodicodi
2016-12-05Merge branch 'master' into qcaAlexander Kaspar
2016-12-04[lua] no debug toolscodicodi
2016-12-04[lua] add interpreter and compilercodicodi
2016-12-04Add shaderc.vlj