aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-11-25Merge pull request #2245 from janisozaur/patch-2Robert Schumacher
[speexdsp] Only use SSE on x86/amd64
2017-11-25[libpng] Remove unneeded CMAKE_SYSTEM_PROCESSOR overrideRobert Schumacher
2017-11-25Merge pull request #2242 from jasjuang/leveldbRobert Schumacher
[leveldb] force static build when triplet is dynamic
2017-11-25[opencv] Disable msvcrt check to allow prepackaged ffmpegRobert Schumacher
2017-11-25Merge pull request #2244 from janisozaur/patch-1Robert Schumacher
[jansson] Don't use WinCryptoApi for UWP builds
2017-11-25Merge pull request #2247 from fquinner/patch-1Robert Schumacher
Fixed qpid-proton port to not need system python
2017-11-25Merge pull request #2250 from AndyM84/masterRobert Schumacher
Adding UnitTest++ Port
2017-11-25[unittest-cpp] Use vcpkg_from_github.Robert Schumacher
2017-11-25[protobuf] Restore removed export required for GRPC. [grpc] Update to 1.7.2Robert Schumacher
2017-11-25[libiconv] Update to 1.15Robert Schumacher
2017-11-25[protobuf] bump version to 3.5.0Robert Schumacher
2017-11-24Merge pull request #2254 from xoviat/fftw-cmakeAlexander Karatarakis
[fftw] Use builtin cmake configuration
2017-11-24Merge pull request #2251 from thierryba/protobuf3.5Alexander Karatarakis
[protobuf] upgrade to 3.5.0
2017-11-25[realsense2] update to v2.8.2James Chang
2017-11-24[fftw] bump versionxoviat
2017-11-24[fftw] Use builtin cmake configurationxoviat
2017-11-23protobuf: upgrade to protobuf 3.5Thierry Bastian
2017-11-23Final edits to unittest-cpp portfileAndrew Male
2017-11-23Adding UnitTest++ PortAndrew Male
2017-11-23[speexdsp] Check CMAKE_SYSTEM_PROCESSOR to enable SSEMichał Janiszewski
2017-11-22[date] Update. Resolves #2222Alexander Karatarakis
2017-11-22Fixed qpid-proton port to not need system pythonfquinner
Tried to build the last version of the port on a fresh build but wouldn't work properly unless python.exe was already installed on the system. This version explicitly uses the vcpkg provided python.
2017-11-22[speexdsp] Only use SSE on x86/amd64Michał Janiszewski
This fixes UWP builds.
2017-11-22[jansson] Don't use WinCryptoApi for UWP buildsMichał Janiszewski
Jansson tries to use Windows' CryptoApi to seed its hash table. This API is not exposed in UWP, but there is still a fallback to use current time and PID. This change makes Jansson use less-secure fallback, but fixes compilation for UWP target. See https://jansson.readthedocs.io/en/2.10/apiref.html#c.json_object_seed
2017-11-22[sdl2] Use cmake for UWPRobert Schumacher
2017-11-22[ogre] Fix unrelocatable CMake files, also attempt to enable DebugRobert Schumacher
2017-11-22Merge pull request #2092 from lazyhamster/ogre_1_10Robert Schumacher
[ogre] Update port to Ogre version 1.10.8.
2017-11-22[ogre] Fix static buildsRobert Schumacher
2017-11-21[leveldb] force static build when triplet is dynamicjasjuang
2017-11-21Merge pull request #2082 from Lyrex/devil-portRobert Schumacher
Add DevIL port
2017-11-21[devil] Enable static buildsRobert Schumacher
2017-11-21Merge pull request #2241 from UnaNancyOwen/add_halideRobert Schumacher
Add Halide
2017-11-21[halide] Small tweaks, use hash check for licenseRobert Schumacher
2017-11-21Merge pull request #2187 from seanwarren/lcms-debug-postfixRobert Schumacher
[lcms] Add 'd' debug postfix
2017-11-21[lcms] Bump package versionRobert Schumacher
2017-11-21Merge branch 'master' of https://github.com/Microsoft/vcpkgRobert Schumacher
2017-11-21[libssh2] Enable cmake config targetsRobert Schumacher
2017-11-21Merge pull request #2238 from janisozaur/libzipRobert Schumacher
[libzip] Update to 1.3.2
2017-11-22Add HalideTsukasa Sugiura
Add Halide.
2017-11-21[alembic] fix string replace eats semicolon problemjasjuang
2017-11-21[libzip] update patchesMichał Janiszewski
2017-11-21[libzip] Update libzip to 1.3.2Michał Janiszewski
2017-11-21new port: openvdbkypp
2017-11-21Merge pull request #2217 from aybe/aubio-uwpAlexander Karatarakis
[aubio] patches for UWP builds
2017-11-21Merge pull request #2228 from fquinner/feature-qpid-protonAlexander Karatarakis
Added port for qpid proton 0.18.1
2017-11-21Merge pull request #2224 from jasjuang/libusbAlexander Karatarakis
[libusb] apply patch to make it libfreenect2 compatible
2017-11-21Merge pull request #2216 from aybe/libsndfile-uwpAlexander Karatarakis
[libsndfile] patches for UWP builds
2017-11-21Merge pull request #2214 from aybe/libflac-uwpAlexander Karatarakis
[libflac] patches for UWP builds
2017-11-21[libsndfile] fixed missing return !Aybe
2017-11-21[libflac] using #ifdef for patches insteadAybe