aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-27Merge pull request #5835 from wangli28/dev/Lily/LongPathWarningPhil Christensen
[many ports]Add long path warnings
2019-03-27[libmspack] update to 0.10.1. (#5834)Vitaliy Didik
2019-03-27[json-dto] updated to v.0.2.8 (#5836)eao197
* sobjectizer updated to v.5.5.24.3 * json-dto updated to v.0.2.8
2019-03-27[many ports]Add long path warningswangli28
2019-03-26[azure-iot] vcpkg update for master/public-preview release (#5789)ewertons
* [azure-iot] vcpkg update for master/public-preview release * [azure] Fix download hash strings * [azure] Bump CONTROL versions
2019-03-26Merge pull request #5784 from qis/dev/qis/giflibPhil Christensen
[giflib] Changed library linkage to static.
2019-03-26Merge pull request #5811 from colatkinson/libnice-0.1.15Phil Christensen
Update libnice to 0.1.15
2019-03-26Remove unnecessary patch to libniceColin Atkinson
2019-03-26Update to 0.1.15, and update CMakeLists.txtColin Atkinson
2019-03-26[giflib] Modernize. Avoid use of WINDOWS_EXPORT_ALL_SYMBOLS.Robert Schumacher
2019-03-26Merge pull request #5779 from cenit/dev/cenit/open62541Phil Christensen
[open62541] new port
2019-03-26Merge pull request #5617 from tarcila/masterPhil Christensen
[capnproto] Add Capnproto package
2019-03-26Merge pull request #5822 from yurybura/masterPhil Christensen
[python3] Update to version 3.7.3
2019-03-26[sf2cute] new port (#5814)Francesco Bertolaccini
* add sf2cute port * clean up sf2cute * fix sf2cute project version * Fix sf2cute port * Use latest upstream tag
2019-03-26[nlohmann-json] update version to 3.6.1 (#5818)Phil Christensen
2019-03-26[SDL2] Add patch for SDL2 hid_enumerate bug 4391 (#5820)past-due
Applies patch for SDL 2.0.9 bug 4391: "hid_enumerate() sometimes causes game to freeze for a few seconds" See: https://bugzilla.libsdl.org/show_bug.cgi?id=4391
2019-03-26[physfs] Update to version 3.0.2 (#5821)past-due
2019-03-26Add Qt5 static missing dependencies, fix mac packages (#5680)Sean Warren
* [qt5-macextras] Add qt5-macextras port * [cutelyst2] Fix install on mac * [qt5-purchasing] Add missing dependency on qt5-declarative * [qt5] Ensure we link to required libraries for qt5 static build * [qscintilla] Fix install on mac * [libqglviewer] Fix install paths on mac * [libqglviewer] Fix regressions * [qscintilla] Fix regressions * Bump version numbers * [qt5] restore harfbuzz on osx
2019-03-26[tbb] Upgrade to 2019_U4 (#5760)zhihaoy
* [tbb] Upgrade to 2019_U4 This release fixes a bug that causes problem in vTune. * [tbb] whitespace change to force rebuild in CI
2019-03-26[SDL2_xxx]: Add CMake targets for SDL2 addons (#5754)Helco
* Add SDL2 image target * Add SDL2_mixer target * Add SDL2_ttf target * Add SDL2_net target * Fix missing source file for SDL2_image * Disable harfbuzz for freetype properly * Use both include dirs for freetype in SDL2-tff
2019-03-26[python3] Update to v3.7.3yurybura
2019-03-26[nlohmann-json] update version to 3.6.1past-due
2019-03-26[open62541] add system dependencies for linux, quickly error-out for UWPStefano Sinigardi
2019-03-25[libmikmod]fix missing dll bug. (#5743)JackBoosY
* [libmikmod]fix missing dll bug. * [libmikmod]1.Set macro to replace fixed library suffixes to support multiple platforms 2.Copying dynamic library files is disabled when building static libraries * [libmikmod]1. change vcpkg_apply_patches to vcpkg_extract_source_archive_ex. 2.delete commented code. * [libmikmod] remove extra 'set'
2019-03-25[openblas]Fix white-space-path configure bug. (#5741)JackBoosY
2019-03-25[nlohmann-json]update version to 3.6.0 (#5746)wangli28
2019-03-25[apr-util]Fix static library usage bug. (#5769)JackBoosY
* [apr-util]Fix static library usage bug. * [apr-util]Fix macro error.
2019-03-25[libnice]Fix build error in windows. (#5799)JackBoosY
* [libnice]Fix build error in windows. * [libnice] switched to vcpkg_extract_source_archive_ex
2019-03-25[angle] Fixed build with /permissive- toolchain on Windows and clang on ↵Alexej Harm
Linux (#5785)
2019-03-25[freeimage]Fix link symbols of tiff. (#5786)Inoue343
2019-03-25[pbc] Correct compilation warnings (#5794)rfric
2019-03-25[boost-python] Restore unwind-type.patch (#5795)yurybura
2019-03-25[ace] Add support for vcpkg install ace on Linux (#5802)Johnny Willemsen
* [ace] Add support for vcpkg install ace on Linux * ports/ace/CONTROL: * ports/ace/portfile.cmake: * Fix mwc logfile name * ports/ace/portfile.cmake: * Fixed windows detection * ports/ace/portfile.cmake:
2019-03-24[coroutine] arch, commit (#5787)Park DongHa
* version: 1.4.1 * check architecture before vcpkg_from_github x86 error message contains repository path to prevent confusing Signed-off-by: luncliff <luncliff@gmail.com>
2019-03-24[doctest] Update to 2.3.1 (#5792)Daniel Marshall
2019-03-24[cppgraphqlgen] Update to 2.1.0 (#5797)Bill Avery
2019-03-24[boost-python] Restore unwind-type.patchyurybura
2019-03-23[giflib] Changed library linkage to static.Alexej Harm
2019-03-22Disable vcpkg_test_cmake()Victor Romero
2019-03-22Disable cmake integration test for nowThomas Arcila
Integration test is failing for now because of #5630 and #5635 This at least makes the package function on Windows x86 and x64.
2019-03-22[open62541] remove unnecessary patch, regex in portfile works also with head revStefano Sinigardi
2019-03-22[open62541] new portStefano Sinigardi
2019-03-22[darknet] fix static build (#5771)Stefano Sinigardi
2019-03-22[rttr] Update 0.9.6. (fixes #5710) (#5712)soroshsabz
* Update rttr library to 0.9.6. (fixes #5710) * Add log message for not supported platform. (see #5710)
2019-03-22[qt5-mqtt] new port Qtmqtt (#5736) (#5737)Maurice Kalinowski
* [qt5-modularscripts] Split build steps When building modules not available from the vendor download side, the build process stays the same. Create two functions, one for accessing the sources, the other for compilation. * [qtmqtt] Add new port (#5736)
2019-03-22[grpc] Update grpc to 1.9.1. (#5744)NancyLi1013
2019-03-22[kdsoap] add package (#5750)Ambroise Petitgenêt
* create kd-saop port Committer: PETITGENET AMBROISE <apetitgenet@free.fr> * [kd-soap] remove extra comments
2019-03-21[draco]Fix build error on x86-uwp. (#5755)JackBoosY
2019-03-21Add new port cli (#5762)Daniel Marshall
2019-03-21[freeopcua] better dealing with dynamic builds (#5763)Stefano Sinigardi
* [freeopcua] better dealing with dynamic builds