aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-06-10[qca]Upgrade version to 2.2.1 and fix build error. (#6839)JackBoosY
2019-06-10[boost-thread] Fix old patches (#6840)wangli28
* [boost-thread] Fix old patches * [boost-thread] Modify version
2019-06-10[FFmpeg] Add 'vpx' feature. (#6784)emptyVoid
2019-06-09Merge pull request #6818 from Pospelove/mongo-cxx-driver-polyfillGriffin Downs
[mongo-cxx-driver] Add options for C++17 polyfill selection
2019-06-08[immer] Add new port (#6814)myd7349
* [immer] Add new port * [immer] Clean * [immer] Update to 2019-06-07
2019-06-08[paho-mqtt] Upgrade to 1.3.0 (#6762)Phoebe
* [paho-mqtt] upgrade to 1.3.0 * fix type issue
2019-06-08[simde] Add new port (#6777)myd7349
2019-06-08[cryptopp] fix build by disabling assembly on osx (#6821)Jon Spencer
* [cryptopp] fix build by disabling assembly on osx * [cryptopp] Bump control version
2019-06-08[glad] update to 0.1.30 (#6819)Mark Ian Holland
2019-06-08[netcdf-c/hdf5] improve/correct linkage (#6771)Alexander Neumann
* [netcdf_c] improve HDF5 linkage * [hdf5] add required HDF5 definitions not set by findHDF5 * [netcdf-c] Call chain HDF5: -> vcpkg_cmake_wrapper (old behvior) -> port supplied FindHDF5 -> includes hdf5Config from HDF5_ROOT * [hdf5] fix szip linkage...again.. will now double link against szip target but thats better than before the double link issue does not hurt and should be resolved upstream * revert find_dependency requires include(CMakeFindDependencyMacro) * [netcdf-c] removed unnecessary patch
2019-06-08[mongo-cxx-driver] Add options for C++17 polyfill selectionLeonid Pospelov
2019-06-07Fix freetype cmake config files (#6754)Simon Hausmann
The way of including freetype headers is by using #include <ft2build.h> #include FT_FREETYPE_H along with $root/include/freetype which has $root/include/freetype/ft2build.h and then the rest of the headers under $root/include/freetype/freetype2/*.h. The portfile.cmake moves the headers one directory up into $root/include so that there's $root/include/ft2build.h and the rest of the headers under $root/include/freetype/. This in turn means that the above way of including header files requires $root/include to be in the include search path. That's not the case by default and the generated freetype-config.cmake also doesn't include that. Therefore the freetype config approach results in failing builds when applications wants to use it. This is easy to reproduce using find_package(Freetype CONFIG REQUIRED) ... target_link_libraries(foo PRIVATE freetype) As a remedy, this patch fixes the freetype-config.cmake file to add $root/include in the include search path.
2019-06-07[magic-enum] Add new port (#6817)Daniel Marshall
* [magic-enum] Add new port * Update portfile.cmake
2019-06-06[libjpeg-turbo] Upgrades 2019.05.08 (#6482)Phoebe
* [libjpeg_turbo] Upgrades 2019.05.08 * Remove debug/bin * Update patch * Add black line
2019-06-06use common abbreviation BDB (#6799)Simon Sobisch
to list the package when searching for it
2019-06-06[azure] Update azure-iot-sdk-c for public-preview release of 2019-05-16 (#6804)ewertons
2019-06-06[draco, flatbuffers, forge] Update to new version (#6796)wangli28
2019-06-06[vlpp] Upgrade to 0.10.0.0 (#6793)Phoebe
* [vlpp] Upgrade to 0.10.0.0 * fix type issue
2019-06-06[zstr] Add new port (#6773)NancyLi1013
2019-06-06[z3] bump version to 4.8.5 (#6803)Nuno Lopes
2019-06-06Merge branch 'master' of https://github.com/Microsoft/vcpkg into add_libraqmVictor Romero
2019-06-06[cairo] Fix linker errors on Linux and MacOS (#6806)Brock Mammen
On Linux and MacOS, the cairo port was attempting to link to some Windows-only libraries.
2019-06-06Merge pull request #6621 from NNemec/glibmmGriffin Downs
[glibmm] fix #6550 by partially reverting #5937 (+minor correction in glibmmconfig.h)
2019-06-06ffmpeg: enable arm/arm64 windows support (#6590)driver1998
* ffmpeg: enable arm/arm64 windows support * ffmpeg: fix x64-uwp * ffmpeg: remove outdated patch * ffmpeg: remove outdated patch
2019-06-06Negate BUILD_SHARED_LIBSGriffin Downs
2019-06-06[bdwgc] New port (#6405)Norbert Nemec
* [bdwgc] New port * [bdwgc] Fix x64-windows-static build * [bdwgc] Patch CMakeLists.txt to install libraries * [bdwgc] Rename produced binaries to <PREFIX>gc<SUFFIX> * [bdwgc] Export library symbols using GC_DLL * [bdwgc] Disable installation of extra tools * [bdwgc] Fix installation path for header files * [bdwgc] Use latest commit and CMake patch * [bdwgc] Update patch * [bdwgc] Disable tests and cord * [bdwgc] Use local patch * [bdwgc] Remove unsupported MacOS architecture
2019-06-06Reapply introduction of CMAKE_WINDOWS_EXPORT_ALL_SYMBOLSGriffin Downs
2019-06-06[pprint] Add new port (#6678)myd7349
* [pprint] Add new port * [pprint] Rerun tests
2019-06-06[gdk-pixbuf] Fix Linux compilation. (#6663)Rodrigo Hernandez Cordoba
* [gdk-pixbuf] Fix Linux compilation. Unlike #6625 this version contains the minimal changes required to keep other dependencies as untouched as possible. * [gdk-pixbuf] Bumping CONTROL versions * [libcroco] Added copy pdbs to portfile. * [libcroco] Fix missing unoficial-libcroco-targets-debug.cmake... ... file from installation.
2019-06-06[zxing-cpp] Fixed renaming zxing -> zxing-cpp (#6779)Philipp Hasper
Referenced file vcpkg/installed/x64-windows/tools/zxing-cpp/zxing.exe did not exist, because it was created at vcpkg/installed/x64-windows/tools/zxing/zxing.exe Closes #6616
2019-06-05Stop forcing static linkagegrdowns
2019-06-05Remove unneeded symbol export; Fix Linux buildgrdowns
2019-06-05Upgrade google-cloud-cpp to 0.10.0. (#6785)Carlos O'Ryan
With the new version we should not need the patch, so I removed it. We also moved the repository from GoogleCloudPlatform to the googleapis/ GitHub organization, save a redirect in the download by fixing that.
2019-06-05Merge pull request #6672 from NancyLi1013/dev/NancyLi/6006Griffin Downs
[itpp] Add new port
2019-06-05update spirv cross (#6690)Christophe Delacourt
2019-06-05[harfbuzz]Upgrade version to 2.5.1 and fix patches. (#6761)JackBoosY
2019-06-05[arb]Upgrade version to 2.16.0 and fix build error. (#6763)JackBoosY
2019-06-05[xxhash]Upgrade version to 0.7.0 and fix arm/uwp build errors. (#6750)JackBoosY
2019-06-05[lz4]Fix conflict file xxhash.h (#6735)JackBoosY
* [lz4]Fix conflict file xxhash.h * [lz4]Use xxhash dependency to install xxhash.h
2019-06-04Move comment to correct linegrdowns
2019-06-04Merge pull request #6723 from chrisaverage/libvpx_debugGriffin Downs
[libvpx] Copy debug symbols
2019-06-04Replace use of hardcoded version; Formatting; Remove variable existence testgrdowns
2019-06-04Merge pull request #6716 from ThadHouse/wpilibport2Griffin Downs
[wpilib] Add New Port
2019-06-04Whitespace change to retrigger buildgrdowns
2019-06-04Only set CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS to true on win32grdowns
2019-06-04Merge pull request #6729 from emptyVoid/fix-vcpkg_acquire_msysGriffin Downs
Fix MSYS hanging of PowerShell
2019-06-04Merge pull request #6759 from mloskot/ml/libraw-switch-from-release-to-snapshotGriffin Downs
[LibRaw] Update from release to latest snapshot
2019-06-04[asio] Add cmake target (#6751)Helco
* [asio] Add cmake target * [asio] Export both asio and asio::asio * [asio] Also export include dir variable
2019-06-04[string-view-lite] Add new port (1.3.0) (#6758)Martin Moene
2019-06-04update to 2.8.84 (#6756)Sönke Schau