aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-04[gtest] Fix install src/gtest-matchers.cc (#5521)Tsukasa Sugiura
Fix install src/gtest-matchers.cc. It is included from Nov 21, 2018 in googletest.
2019-03-04[nanomsg] Update to 1.1.5 and add tool feature (#5500)myd7349
* [nanomsg] Update to 1.1.5 * [nanomsg] Add tool feature and remove patch
2019-03-04[mio] Update to 2019-02-10 (#5499)myd7349
2019-03-04[nng] Update to 2019-02-27 (#5501)myd7349
2019-02-28Modify `vcpkg_fixup_cmake_targets()` (#5459)Victor Romero
* some libraries export <PackageName>LibraryDepends.cmake instead of <PackageName>Targets.cmake. Those file also need the fix of #1044 should close #4753 * prefered the general solution #4622. hopefully solved the issue within #4150 replaced the regex with something more readable (also ident is lost) should close: #4753 #4633 #4150 and maybe more * Hash vcpkg_fixup_cmake_targets.cmake * [boost] Fix use of find_package(Boost) with cache variables [socket-io-client] Fix install * reversed change back to use regex replace * [glbinding] Fix _IMPORT_PREFIX depth in *-export.cmake files * [tinyspline] Ignore warnings treated as errors * [libevent, liblemon, libpng, smpeg2, zlib] Fix apply patches * [libsodium] Fix apply patches * [folly] Link correct libraries in debug and release * [vtk] Remove unset of _IMPORT_PREFIX * [tinyspline] Do not treat warnings as errors * [smpeg2] Fix double* to int comparison * [nvtt] Define value for HAVE_UNISTD_H in MacOS * [libui] Fix MacOS X build * [zlib] Fix download URL * [qhull] Update to v7.2.1 * [podofo] Set value for HAVE_UNISTD_H in MacOS * [mongo-cxx-driver,ogre,podofo,qhull] Bump CONTROL version * [mongo-c-driver] Set _IMPORT_PREFIX * [tmxparser] Bump CONTROL version * [qhull,vxl] Bump CONTROL version
2019-02-28Build glib on x86-linux (#5313)Todor Prokopov
* Build glib on x86-linux * [libffi] Code cleanup * [glib] Use CMAKE_CXX_FLAGS instead of VCPKG_CXX_FLAGS * [libffi] Use ${TARGET} in conditions
2019-02-28Fix libmodplug to build on Linux (#5397)Qi-rui Chen
* Update libmodplug to build on linux * [libmodplug] Patch instead of changing downloading source * [libmodplug] Keep original source instead of using fork
2019-02-28Overwriting dlls in the destination output directory when the source … (#4796)SvenPStarFinanz
* Overwriting dlls in the destination output directory when the source is newer. * [vcpkg] cleanup whitespace
2019-02-28Fix debug format patch for gtest. (#5494)Peter Bright
* Update 0002-Fix-z7-override.patch The current patch doesn't apply any more. This makes the same change to the right location. * Update CONTROL
2019-02-28[soci] Add postgresql feature (#5029)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-02-28Revert "Update 0002-Fix-z7-override.patch (#5490)" (#5493)Victor Romero
This reverts commit 2cb2e4d718be303e502b04b759b2108c47aaca31.
2019-02-28Update 0002-Fix-z7-override.patch (#5490)Peter Bright
The current patch doesn't apply any more. This makes the same change to the right location.
2019-02-28[vulkan] fix include path on linux (#5486)Connor Fitzgerald
The path used a capital `I` in include, whereas linux uses lower case.
2019-02-28RESTinio updated to v.0.4.8.6 (#5487)eao197
2019-02-27[dlib] fix mac, windows-static build (#5477)Sean Warren
2019-02-27[winpcap]fix build in x86-windows-static and x64-windows-static: use correct ↵JackBoosY
library. (#5478)
2019-02-27[opencsg] Add new port (#5481)Hans L
* Add opencsg package * Make opencsg static only * Add patch for illegal character, fix line endings
2019-02-27Update log4cplus to 2.0.3 (#5483)badfish69
2019-02-27[libraw] Fix build release only issue (#5484)LarryIII
2019-02-27Fixed DevIL build with OpenEXR. (#5043)Cyriuz
[devil] Fixed DevIL build with OpenEXR.
2019-02-27[qt5-base] Also deploy style dlls when deloying Qt. (#5044)Cyriuz
* Also deploy style dlls when deloying Qt. This fixes broken styling of apps on Windows. * [qt5-base] bump controll version
2019-02-27[stxxl] Add new port (#5254)Phil Christensen
* [stxxl] Add new port * [stxxl] Fix missing include directory exporting * [stxxl] Fix STXXL_INCLUDE_DIRS
2019-02-27Updated gmime to version 3.2.3. (#5060)Vitaliy Didik
2019-02-27[opus] Fix version "unknown" returned by version API (#5134)evpobr
Related issues: * erikd/libsndfile#406 * xiph/opus#110 * xiph/opus#111
2019-02-27[stxxl] commented patchPhil Christensen
2019-02-27Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/5254Phil Christensen
2019-02-27[oniguruma] Add new port (#5432)myd7349
* [oniguruma] Add new port * [oniguruma] Fix ONIG_EXTERN * [oniguruma] Disable vcpkg_test_cmake (failed on x64-windows) * [oniguruma] Update to 2019-02-26 to fix UWP sdl compile error
2019-02-27[gettext] Set includes correctly in target (#5463)Sean Warren
2019-02-27[blaze] Update to Blaze 3.5 (#5470)igl42
2019-02-26[opencv] enabling cublas (#3635)Ahmad Jarjis Hasan
* [opencv] enabling cublas * [opencv] Enable CUBLAS when instaling with cuda feature
2019-02-26[cli11] Update to v1.7.1 (#5424)Robert Schumacher
2019-02-26[ensmallen] Add new port (#5421)Miguel
* [ensmallen] Add new port * [ensmallen] disable tests
2019-02-26[miniz] Add new port (#5452)Connor Fitzgerald
* [miniz] Add new port * [miniz] Fix Windows Build Conflict * [miniz] Miniz cannot be built as a shared library * [miniz] Force miniz to be static library * [miniz] Fix CRT deprecation error on uwp * [miniz] Fix CRT deprecation error within tests * [miniz] Disable tests entirely
2019-02-26[gsoap]Add new port (#5295)JackBoosY
* [gsoap]Add new port * Change to use existing binary files to generate binary files. * fix patch.
2019-02-26[sdl2] allow sdl2 vulkan support (#5374)Jon Spencer
* [sdl2] allow sdl2 vulkan support * turn sdl2 vulkan support into a feature
2019-02-26[tbb] Build dll for static dependency on Windows (#5430)zhihaoy
* [tbb] Build dll for static dependency on Windows
2019-02-26[coroutine] add new port (#5433)Park DongHa
[coroutine] new package
2019-02-26[ace] Select correct Visual Studio solution based on platform toolset (#5458)Johnny Willemsen
* [ace] 6.5.4 * Added logic to select the correct solution for Visual Studio 2015 and 2017
2019-02-26Fix Qt5 hardcoded absolute paths within DLLs (#5456)Claudio Fantacci
2019-02-26[libogg] Add package config module (#5384)evpobr
2019-02-26[freeimage, libwebp, OpenEXR, OpenVDB] Updates (#5417)Victor Romero
* [libwebp] update to v1.0.2, greatly simplify port, remove unnecessary custom find_package script in favour of original Config files for cmake * [libwebp] enable building of all tools * [libwebp] install cmake config file in expected path * [libwebp] add compatibility layer inside CMake Config file * [libwebp] fix libwebpmux library name * [OpenEXR] Update to v2.3.0, enable tools, improve cmake module while still maintaining backwards compatibility (there's an official one distributed with the package but it is completely different, for now it is avoided) * [OpenEXR] remove unused patches * [OpenEXR] remove forced definition, could hide problems downstream * [freeimage] add compatibility with latest OpenEXR * [freeimage] bump control * [OpenEXR] restore ilmbase as an empty package to permit clean update * [OpenVDB] update to v6.0 * [OpenEXR] disable building on UWP platform * [openexr] Fix tools suffixes * [openexr] Fix Linux build paths
2019-02-25[Irrlicht] Add new port (#5431)adrido
2019-02-25[imgui] Update to 1.68 (#5426)myd7349
* [imgui] Update to 1.68 * [imgui] Add an advice from the author of imgui
2019-02-25[libstk] add new port (#5379)justnope
* added libstk * added vcpkg_fixup_cmake_targets * [libstk] Use static builds. Rename targets. Add include directory to cmake config.
2019-02-25Upgrade googletest to 2019-01-04 (b6cd405) version. (#5423)Carlos O'Ryan
2019-02-25[vcpkg-docs] Replace reference to VCPKG_DEFAULT_VS_PATH with ↵Robert Schumacher
VCPKG_VISUAL_STUDIO_PATH
2019-02-25[minizip] Fix BZip2 Dependency on Linux (#5448)Connor Fitzgerald
It was spelled `Bzip2` when the dependency was `BZip2`.
2019-02-25[mongo-c-driver] fix mongo-c-driver build for linux (#5445)piloopin
* fix mongo-c-driver build for Linux
2019-02-25[libcuckoo] Add new port (#5436)myd7349
[libcuckoo] Add new port
2019-02-25[qt5-webview] Add new port (fix #5427) (#5441)myd7349