aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-19[jsonnet]Upgrade version to 0.13.0 (#7374)JackBoosY
* [jsonnet]Upgrade version to 0.13.0 * [jsonnet]Use different commands depending on the version of powershell. * [jsonnet]Fix merge error.
2019-08-19[ffmpeg] Fix static linking on Windows, FindFFMPEG (#7739)Martin Kröning
This adds zlib as dependency to make it possible to find in FindFFMPEG.cmake. Also FFmpeg likes to autodetect zlib for additional features on compilation. This removes the check for stdint.h, as it is included since MSVC 2010 and does not always find it. To enable static linking on windows, bcript had to be added: avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptOpenAlgorithmProvider@16 referenced in function _av_get_random_seed avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptCloseAlgorithmProvider@8 referenced in function _av_get_random_seed avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptGenRandom@16 referenced in function _av_get_random_seed
2019-08-19[double-conversion] Update library to 3.1.5 (#7717)Ehsan
2019-08-16[vcpkg] Major tool CMakeLists.txt updatesNicole Mazzuca
- Add the "VCPKG_DEVELOPMENT_WARNINGS" flag - setting "WERROR" will also set this flag - This flag is set by default - on GCC/clang, this will pass '-Wall -Wextra -Wpedantic -Werror' - on GCC, this will additionally pass '-Wmissing-declarations' - on clang, this will additionally pass '-Wmissing-prototypes' - on MSVC, this will pass '-W4 -WX' - On Visual Studio 2017 and later, pass '-permissive-' - Change the source for fallout of these changes - add `format` subcommand - formats all C++ source and header files using clang-format - move `include/vcpkg-test/catch.h` to `include/catch2/catch.hpp` - pass CONFIGURE_DEPENDS to file(GLOB)
2019-08-16[open62541, duktape] Update hash for pip. (#7548)Lily
* [open62541, duktape] Update hash for pip. * [duktape] Fix build error on Linux * [open62541, duktape] Update download linkage for pip. * [open62541] Resolve conflict * [open62541] Resolve conflict * [open62541] Remove homepage
2019-08-16Fix building feature opencv halide (#7581)NiHoel
* Add feature halide to OpenCV. * Add dependency of opencv[halide] to opencv[dnn]. * Fix building opencv[halide]. * Only require opencv[dnn] not default features. * Migration to opencv4 port. * [opencv] Normalize line endings in CONTROL file * [opencv] Normalize line endings in CONTROL file
2019-08-16Merge pull request #7731 from ehsan-mohammadi/dev0Curtis J Bezault
[cgltf] Update library to 1.2
2019-08-16Merge pull request #7305 from cbezault/external_file_abiCurtis J Bezault
[vcpkg] Public ABI override option
2019-08-17[cgltf] Update library to 1.2unknown
2019-08-16Merge pull request #7729 from cskrisz/patch-2Curtis J Bezault
[sfml] Fix system package dependencies on Ubuntu
2019-08-16[field3d] Add new port (#7594)Lily
* [field3d] Add new port * [field3d] Add new port
2019-08-16Fix opengl for SFMLKrisztián Csordás
Cmake doesn't find opengl on Ubuntu (tried 18.04, 19.04) even after installing the required system dependencies. libgl1-mesa-dev works instead of mesa-common-dev, as noted here: https://stackoverflow.com/a/47926071/6597851.
2019-08-16[tinkerforge] add new port (#7523)Alexander Neumann
* triplet whitespace changes to change abi tags in ci and trigger full CI rebuild * [tinkerforge] add new port * Revert "triplet whitespace changes to change abi tags in ci and trigger full CI rebuild" This reverts commit 5f356794b98d5ddd303886f97fce5d8523c54566. * added uwp early failure
2019-08-16Merge pull request #7726 from adrido/revert-irrlicht-unicode-pathsCurtis J Bezault
Revert "[irrlicht] use unicode path on windows (#7354)"
2019-08-16Merge pull request #7710 from JackBoosY/dev/jack/7477Curtis J Bezault
[libmariadb]Fix usage error LNK2001.
2019-08-16Merge pull request #7697 from wangli28/dev/Lily/issue7682Curtis J Bezault
[geographiclib] Fix build error on Linux
2019-08-16Merge pull request #7714 from ehsan-mohammadi/masterCurtis J Bezault
[cpp-httplib] Update library to 0.2.1
2019-08-16Merge pull request #7715 from ehsan-mohammadi/dev0Curtis J Bezault
[pegtl-2] Update library to 2.8.1
2019-08-16Merge pull request #7716 from ehsan-mohammadi/dev1Curtis J Bezault
[doctest] Update library to 2.3.4
2019-08-16Merge pull request #7723 from ehsan-mohammadi/dev7Curtis J Bezault
[sqlite-orm] Update library to 1.4
2019-08-16Merge pull request #7721 from ehsan-mohammadi/dev5Curtis J Bezault
[oniguruma] Update library 6.9.3
2019-08-16Merge pull request #7722 from ehsan-mohammadi/dev6Curtis J Bezault
[robin-hood-hashing] Update library to 3.4.0
2019-08-16Merge pull request #7718 from ehsan-mohammadi/dev3Curtis J Bezault
[jsoncons] Update library to 0.132.1
2019-08-16Merge pull request #7719 from ehsan-mohammadi/dev4Curtis J Bezault
[jsoncpp] Update library to 1.9.1
2019-08-16Revert "[irrlicht] use unicode path on windows (#7354)"DailyShana
This reverts commit 22be764ecc302d93371b8f7a05faf0fc4e39fa31.
2019-08-16[sqlite-orm] Update library to 1.4unknown
2019-08-16[robin-hood-hashing] Update library to 3.4.0unknown
2019-08-16[oniguruma] Update library 6.9.3unknown
2019-08-16[jsoncpp] Update library to 1.9.1unknown
2019-08-16[jsoncons] Update library to 0.132.1unknown
2019-08-16[doctest] Update library to 2.3.4unknown
2019-08-16[pegtl-2] Update library to 2.8.1unknown
2019-08-16[cpp-httplib] Update library to 0.2.1unknown
2019-08-16[geographiclib] Remove elseifwangli28
2019-08-15Added feature to optionally install all Angelscript standard addons (#7650)Adam Martin
2019-08-15[libmariadb]Fix usage error LNK2001.JackBoosY
2019-08-15Merge pull request #7708 from denis-gz/libtorrent-updateCurtis J Bezault
[libtorrent] Update to 1.2.1-bcb26fd6
2019-08-16[libtorrent] Update to 1.2.1-bcb26fd6Denis Zavorotnyy
1.2.1-bcb26fd6 * fix issue where trackers from magnet links were not included in create_torrent() * make peer_info::client a byte array in python binding * pick contiguous pieces from peers with high download rate * fix error handling of moving storage to a drive letter that isn't mounted * fix HTTP Host header when using proxy 1.2.1 release * add dht_pkt_alert and alerts_dropped_alert to python bindings
2019-08-15Merge pull request #7358 from PhoebeHui/dev/Phoebe/UpdateLeptonicaCurtis J Bezault
[leptonica] Upgrade to 1.78.0
2019-08-15Merge pull request #7437 from myd7349/mpmcqueue-spscqueue-initCurtis J Bezault
[mpmcqueue][spscqueue] Add new port
2019-08-15[hfsm2] Add new port (#7516)NancyLi1013
* [hfsm2] Add new port * [Update the way to install headers] * Add build depends
2019-08-15[pistache] Add new port (#7547)NancyLi1013
* [pistache] Add new port * Update prompt messages * Remove pkgconfig file from lib and debug/lib.
2019-08-15Merge pull request #7703 from coryan/update-googleapis-portCurtis J Bezault
Update googleapis to 0.1.3.
2019-08-15Update googleapis to 0.1.3.Carlos O'Ryan
2019-08-15[wg21-sg14] Add new port (#7663)myd7349
* [SG14] Add new port * [wg21-sg14] Rename
2019-08-15[czmq/pcl]Fix judgment feature condition. (#7700)JackBoosY
2019-08-15Merge pull request #7699 from wangli28/dev/Lily/issue7686Curtis J Bezault
[nghttp2] Upgrade to version 1.39.2
2019-08-15Merge pull request #7702 from ehsan-mohammadi/masterCurtis J Bezault
[brynet, catch2, chakracore] Update some ports version
2019-08-15Merge pull request #7669 from wangli28/dev/Lily/issue7668Curtis J Bezault
[libgit2] Upgrade to version 0.28.3
2019-08-15Merge pull request #7670 from PhoebeHui/dev/Phoebe/fixspdlogCurtis J Bezault
[spdlog] fix cmake targets path