aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-09-20[paho-mqtt] Remove duplicate libraries without SSL support.Robert Schumacher
2017-09-19Merge pull request #1816 from willyd/caffe2Alexander Karatarakis
[caffe2] Added caffe2 port (CPU only, no OpenCV)
2017-09-19Merge pull request #1844 from sjemens/xlntAlexander Karatarakis
[xlnt] Update to 1.1.0
2017-09-19[qt5] Bump version to reflect fixcmake.py fixShinNoNoir
2017-09-19[qt5] Update fixcmake.py for new manual-link directoryShinNoNoir
2017-09-19xlnt: update to 1.1.0Steve Jemens
2017-09-18git push clean-up of portfileNic Holthaus
2017-09-18Add port for nholthaus/unitsNic Holthaus
2017-09-17Bump luafilesystem to 1.7.0.2Stephen E. Baker
2017-09-14[chmblib] Also modify VCPKG_LIBRARY_LINKAGEAlexander Karatarakis
2017-09-14bump subversionglachancecmaisonneuve
2017-09-14Dynamic build -> Static without failing the buildglachancecmaisonneuve
2017-09-14Fixed: debug and release versions in their proper folder (was reversed)glachancecmaisonneuve
Added: Tools included in that library Misc: portfile cleanup, chm.vcxproj optimization switches
2017-09-12Fix several port hashes due to github tar.gz changeAlexander Karatarakis
It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports.
2017-09-12[caffe2] Added caffe2 port (CPU only, no OpenCV)Guillaume Dumont
2017-09-11Merge pull request #1811 from pravic/sqliteAlexander Karatarakis
[sqlite3] update to 3.20.1
2017-09-11[sqlite3] update to 3.20.1pravic
2017-09-11[sciter] Update to 4.0.3.5348pravic
2017-09-09Merge branch 'master' into pybind11Alexander Karatarakis
2017-09-10[boost] Update to version 1.65.1Arkady Shapkin
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-09-08Update pybind11 version to 2.2.0Kyle Macfarlan
2017-09-08[openssl] Actually include the patch for /Z7Alexander Karatarakis
2017-09-08[zeromq] Update to latest master to take advantage of CMake improvements.Robert Schumacher
2017-09-08Merge pull request #1800 from KindDragon/protobuf-fixAlexander Karatarakis
[protobuf] Fix define PROTOBUF_USE_DLLS with static linking
2017-09-08[openssl] Use /Z7 to embed symbols in static libsAlexander Karatarakis
2017-09-09[protobuf] Fix define PROTOBUF_USE_DLLS with static linking. Closes #1798Arkady Shapkin
2017-09-08Merge pull request #1731 from FabienPean/PR/script_cmake_vcpkg_from_bitbucketAlexander Karatarakis
[cmake] add function vcpkg_from_bitbucket
2017-09-08[xxhash] update to 0.6.3codicodi
2017-09-07Merge pull request #1792 from ShinNoNoir/qt5-removedefaultdepsRobert Schumacher
[qt5] Do not link all .lib files
2017-09-07Merge pull request #1779 from OlafvdSpek/masterRobert Schumacher
Update ctemplate, use Python 3
2017-09-07Merge pull request #1773 from Mixaill/urdfdomRobert Schumacher
[urdfdom] add version 1.0.0
2017-09-07Merge branch 'master' into Mixaill-urdfdomRobert Schumacher
2017-09-07[console-bridge] [urdfdom-headers] Move copyright location. Move CMake ↵Robert Schumacher
config location
2017-09-07[grpc] Update version to 1.6.0Arkady Shapkin
2017-09-07[c-ares] Update version to 1.13.0Arkady Shapkin
2017-09-07[protobuf] Fix problem with define PROTOBUF_USE_DLLSArkady Shapkin
2017-09-07Merge pull request #1796 from codicodi/libuv-1.14.1Alexander Karatarakis
[libuv] update to 1.14.1
2017-09-07[openblas] Move whitespace fixes to the whistespace.patchAlexander Karatarakis
2017-09-07[libuv] update to 1.14.1codicodi
2017-09-07[ACE] 6.4.5Johnny Willemsen
2017-09-06[openblas] Use vcpkg_from_github()Alexander Karatarakis
2017-09-06[console-bridge] [urdfdom-headers] Move copyright locationRobert Schumacher
2017-09-06[urdfdom-headers] [console-bridge] Rename to remove underscoresRobert Schumacher
2017-09-06Merge pull request #1790 from cyj0912/masterRobert Schumacher
Update glslang shaderc spirv-tools
2017-09-06[openblas] Bump versionAlisa yang
2017-09-06[openblas] Have the portfile apply the new patchAlisa yang
2017-09-06[openblas] Add patch for whitespaceAlisa yang
2017-09-06[qt5] Bump version to reflect change in which .libs are linkedRaynor Vliegendhart
2017-09-06[qt5] Do not link all .lib filesRaynor Vliegendhart
This commit moves a few .lib files to subfolders to prevent them from automatically getting linked: Qt5Bootstrap (dbg): This lib is linked against a release version of the CRT and is only meant for release builds. For debug builds, this lib should not be linked at all. qtmain (rel), qtmaind (dbg), Qt5AxServer (rel), Qt5AxServerd (dbg): These libs are mutually exclusive. The user either links against qtmain(d) for desktop applications or against Qt5AxServer(d) for ActiveX servers. See https://github.com/Microsoft/vcpkg/issues/1442 for more information.