aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2016-10-24[zeromq] Fix extension of downloaded fileAlexander Karatarakis
2016-10-24Merge branch 'zeromq' of https://github.com/adam4813/vcpkg into adam4813-zeromqAlexander Karatarakis
2016-10-23[zeromq] Added zeromq libraryAdam Martin
2016-10-23Add Wt portStephan Kaiser
2016-10-22[libccd] Remove other misc files that are getting copiedAlexander Karatarakis
2016-10-22[libccd] Handle copyright cleanlyAlexander Karatarakis
2016-10-22[libccd] copy_pdbs()Alexander Karatarakis
2016-10-22[libccd] Remove debug/include/ and debug/share/ instead of debug/Alexander Karatarakis
2016-10-21Merge branch 'libccd' of https://github.com/jslee02/vcpkg into jslee02-libccdAlexander Karatarakis
2016-10-21Add zziplib portSilvio
To facilitate support of VS2015 in all the different configurations, a CMake-based build system based on the one found in https://sourceforge.net/p/zziplib/patches/17/ is used.
2016-10-21[libccd] Add libccd 2.0.0 (tip commit of current master)Jeongseok Lee
2016-10-20Merge pull request #196 from Microsoft/ragel_controlRobert Schumacher
Ragel control
2016-10-20Merge pull request #195 from Microsoft/catch_prRobert Schumacher
adding catch
2016-10-20[glew] Fix download file typoRobert Schumacher
2016-10-20adding a description to RagelEric Mittelette
2016-10-20adding catchEric Mittelette
2016-10-20Updated Glew to version 2.0.0sol-prog
2016-10-20[boost-di] Use vcpkg_download_distfileAlexander Karatarakis
2016-10-20Merge branch 'boost.di' of https://github.com/sdcb/vcpkg into sdcb-boost.diAlexander Karatarakis
2016-10-20[fastlz] Remove SHARED keyword to also allow building STATICAlexander Karatarakis
2016-10-20[fastlz] Point to specific hash instead of `master`Alexander Karatarakis
2016-10-20[fastlz] Added fastlz libraryAdam Martin
Also did minor formating to the bullet3 portfile while using it for comparisson. The version was uncertain so I just used 1.0.
2016-10-20Add boost-di.sdcb
2016-10-19Merge pull request #185 from barcharcraz/odbRobert Schumacher
libodb and libodb-sqlite
2016-10-19Merge pull request #182 from KindDragon/utf8cppRobert Schumacher
[utf8cpp] Initial addition
2016-10-20[utfcpp] Initial additionArkadiy Shapkin
2016-10-19Merge pull request #178 from ZeroCrunch/masterRobert Schumacher
Support for Intel's Threading Building Blocks (2016/09/16)
2016-10-19Merge pull request #184 from barcharcraz/glbinding_configfixRobert Schumacher
fixed glbinding config
2016-10-19Merge pull request #180 from barcharcraz/sqlite3_unlockRobert Schumacher
Sqlite3 unlock_notify and static build support
2016-10-19removed odb binary packageCharles Barto
2016-10-19fixed glbinding configCharles Barto
2016-10-19more odb-sqliteCharles Barto
2016-10-19more random changesCharles Barto
2016-10-19add overall odb configCharles Barto
2016-10-19more work on libodbCharles Barto
2016-10-19cmake port for libodbCharles Barto
2016-10-19add odbCharles Barto
2016-10-19fixed typo in sqlite3 config fileCharles Barto
2016-10-19added a config file for sqliteCharles Barto
2016-10-18[openssl] Patches to allow building when path includes spacesAlexander Karatarakis
2016-10-18added static build support to sqliteCharles Barto
more static support more sqlite changes finally done with sqlite static
2016-10-18[tbb] Correct install pathsRobert Schumacher
2016-10-18[tbb] Rename package to 'tbb'Robert Schumacher
2016-10-18added rtree and unlock_notify support to builds of sqlite (odb needs this)Charles Barto
2016-10-18Merge branch 'master' of https://github.com/ZeroCrunch/vcpkg into ↵Robert Schumacher
ZeroCrunch-master
2016-10-18Merge pull request #179 from Microsoft/range-v3-vcpkgRobert Schumacher
Change version to "20150729-vcpkg2"
2016-10-18Change version to "20150729-vcpkg2"Casey Carter
...to reflect this is based on the upstream sources as of 20150729, and the second release of the patch based on that same upstream.
2016-10-18Merge pull request #177 from barcharcraz/glbinding-staticRobert Schumacher
added static support to glbinding
2016-10-18added static support to glbindingCharles Barto
changed glbinding to support new configure
2016-10-18Support for Intel's Threading Building Blocks (2016/09/16)ZeroCrunch