aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-07Merge pull request #395 from stammen/uwp-sqliteRobert Schumacher
UWP: use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME
2016-12-07Merge pull request #393 from cguebert/uWSRobert Schumacher
Add uWebSockets.
2016-12-07[ragel] Use SOURCE_PATH when copying licenseAlexander Karatarakis
2016-12-07[harfbuzz] Use SOURCE_PATH for copying licenseAlexander Karatarakis
2016-12-07[globjects] Use SOURCE_PATH variableAlexander Karatarakis
2016-12-07[glbinding] Extract SOURCE_PATH variableAlexander Karatarakis
2016-12-07[geos] Extract SOURCE_PATH variableAlexander Karatarakis
2016-12-07[freeglut] Extract SOURCE_PATH variableAlexander Karatarakis
2016-12-07[assimp] Extract variable SOURCE_PATHAlexander Karatarakis
2016-12-07[asio] Use SOURCE_PATHAlexander Karatarakis
2016-12-07Merge branch 'willyd-gflags-fix-license'Alexander Karatarakis
2016-12-07Fixed wrong location of gflags license fileGuillaume Dumont
2016-12-07Add "vcpkg /?" which is equivalent to "vcpkg help"Alexander Karatarakis
2016-12-07Merge pull request #401 from codicodi/fix-flacAlexander Karatarakis
[libflac] link to correct version of ogg
2016-12-07[libflac] bump versioncodicodi
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-06use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAMEDale Stammen
2016-12-06fixed openssl hash for uwp buildsDale Stammen
2016-12-06Add uWebSockets.Christophe Guébert
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