aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-03[dimcli] Upgrade to version 5.0.1wangli28
2019-08-30[glib] Fix install config.h (#7963)2019.08Lily
* [glib] Fix install config.h
2019-08-30[liblas] Fix Geotiff linkage (#7975)Alexander Neumann
* [liblas] Fix Geotiff linkage
2019-08-30[Qt5] Fix libpq linkage in wrapper (#7973)Alexander Neumann
* PostgreSQL_LIBRARY will contain optimized/debug keywords which will not work in INTERFACE_LINK_LIBRARIES
2019-08-30[mecab] Add new port (#7589)xuchaoUCAS
* [mecab] Add new port
2019-08-30[openblas]Enable x86 build and fix usage errors. (#7888)JackBoosY
* [openblas]Enable x86 build. * [openblas]Fix include openblas_config.h path. * [openblas] * [openblas]fix typo error.
2019-08-30Avoid naming nonstandard <ymath.h> to retrieve a NaN constant, as that ↵Billy O'Neal
header is no longer #includable from C. (#7979)
2019-08-30[libpng] Fix find_package() in CONFIG mode (#7968) (#7972)Victor Romero
* Fix find_package(libpng CONFIG) * Fix typos
2019-08-29Use macro instead of function to override execute_process() (#7980)Victor Romero
2019-08-29[libp7client] Rename port folder to lowercase (#7977)Victor Romero
2019-08-29RESTinio updated to v.0.6.0 (#7962)eao197
2019-08-29[kvasir-mpl] Add new port (#7562)NancyLi1013
* [kvasir-mpl] Add new port
2019-08-29[status-value-lite, type-lite, value-ptr-lite] Add new ports (#7563)NancyLi1013
* [status-value-lite, type-lite, value-ptr-lite] Add new ports
2019-08-29[clue] Add new port (#7564)NancyLi1013
* [clue] Add new port
2019-08-29[libP7Client] new port (#7605)Alex Jakai
* Add port libP7Client
2019-08-29Merge remote-tracking branch 'upstream/master' into wxchartdirzi-m
2019-08-28Download Mode (#7950)Victor Romero
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option * [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option * [vcpkg_find_acquire_program] Allow in Download Mode * Don't stop when build fails for a package * Download sources for all packages in dependency graph * Improve output messages * Enable acquiring MSYS packages in download mode * Documentation * Update documentation * execute_process() always fails on Download Mode * Regenerate docs and fix formatting * Run clang-format * Use _execute_process on vcpkg_from_<source> helpers * Fix calls to _execute_process() when not in Download Mode
2019-08-28[duktape] Update library to 2.4.0 (#7873)Ehsan
* Update pip hash * [duktape] Update library to 2.4.0
2019-08-28[ogdf] Update source link (#7846)Lily
2019-08-28Merge pull request #7945 from ehsan-mohammadi/dev0Phil Christensen
[liblsl] Fix installation
2019-08-28Change WIN32 to VCPKG_TARGET_IS_WINDOWSunknown
2019-08-28Revert "[vcpkg install] Enable Download Mode (#7797)" (#7949)Victor Romero
This reverts commit 65d4bc146bf7c1c21989b680497b1f6f9a09c967.
2019-08-28Merge pull request #7940 from PhoebeHui/dev/Phoebe/addoutcomePhil Christensen
[outcome] Add new port
2019-08-28[vcpkg install] Enable Download Mode (#7797)Victor Romero
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option * [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option * [vcpkg_find_acquire_program] Allow in Download Mode * Don't stop when build fails for a package * Download sources for all packages in dependency graph * Improve output messages * Enable acquiring MSYS packages in download mode * Documentation * Update documentation * execute_process() always fails on Download Mode * Regenerate docs and fix formatting * Run clang-format * Use _execute_process on vcpkg_from_<source> helpers
2019-08-28[liblsl] Fix installationunknown
2019-08-27Remove blank linesPhoebe
2019-08-27[outcome] Add new portPhoebe
2019-08-27chartdir (#7912)zi-m
2019-08-27[wpilib] Update wpilib port to allow opencv4 (#7927)Thad House
* Update WPILib to allow OpenCV 4 support The existing version only supported OpenCV 3, OpenCV 4 support has been added recently * Update wpilib port to allow opencv4 Was only compatible with opencv3, and would fail to build with 4. Also had to update to include eigen, since we now depend on that as well * Use test package to ensure PR passes * Attempt to get mac working * Revert to upstream repo
2019-08-27[log4cpp] Add new port. (#7433)NancyLi1013
2019-08-27[libwebp]Fix two dependent windows library link conditions. (#7886)Phil Christensen
2019-08-27[minifb] Add new port (#7766)NancyLi1013
* [minifb] Add new port * Fix arm build error * Add fix-arm-build-error.patch file * Update fix-arm-build-error.patch file
2019-08-27[abseil fix cmake config issue (#7745)Phoebe
2019-08-27[pcre] Update download URL (#7666)Wolfgang Stöggl
* [pcre] Update download URL - ftp.csx.cam.ac.uk is no longer available. Use https://ftp.pcre.org/pub/pcre/ instead * [pcre] Fix typo in Description of CONTROL file
2019-08-27[openni2]Add warning message when cannot find NETFXSDK. (#7809)JackBoosY
* [openni2]Add warning message when cannot find NETFXSDK. * [openni2]Move warning at top.
2019-08-27[moos-ui] Fix install path (#7812)Lily
2019-08-27[fastcdr] Update library 1.0.10 (#7862)Ehsan
2019-08-27[cgl] Add new port (#7810)NancyLi1013
2019-08-27[nmap]Fix build error. (#7811)JackBoosY
* [nmap]Fix build error. * [nmap]Use msvc project to build. * [nmap]Re-fix ssize_t and fix linux build. * [nmap]Delete useless file.
2019-08-27[fluidsynth] add Windows ARM support (#7837)driver1998
* [fluidsynth] add Windows ARM support * [fluidysnth] use target architecture instead of triplet
2019-08-27[yaml-cpp]Fix include path in yaml-cpp-config.cmake (#7847)JackBoosY
* [yaml-cpp]Fix include path in yaml-cpp-config.cmake * [yaml-cpp]Remove useless code.
2019-08-27[libguarded] Add new port (#7924)Phoebe
2019-08-27[poco]Fix conflicts with libharu. (#7892)JackBoosY
2019-08-27[liblsl] Update library to 1.13.0-b11 (#7906)Ehsan
* [liblsl] Update library to 1.13.0-b11 * Remove additional comments * Change version in vcpkg_configure_cmake
2019-08-27[opencv3]Add feature option ${FEATURE_OPTIONS} to vcpkg_configure_cmake. (#7925)JackBoosY
2019-08-27magnum: Fix KHR/khrplatform.h not found on vcpkg in VS (#7926)Jonathan Hale
Signed-off-by: Squareys <squareys@googlemail.com>
2019-08-27[vcpkg] fix bug in StringView::operator== 😱 (#7930)nicole mazzuca
Before this change, `lhs == rhs` missed the check for `lhs.size() == rhs.size()`, and then did a `memcmp` on the buffers up to `lhs.size()`. This means that, if `lhs.size() < rhs.size()`, it would allow two unequal strings to compare equal if, up to `lhs.size()` they are the same; and if `lhs.size() > rhs.size()`, then it would read out of bounds.
2019-08-27[vcpkg] fix list parsing logic and add error messagesPhil Christensen
fix list parsing logic and add error messages
2019-08-27[gppanel] Add new port (#7868)zi-m
* gppanel * fix Homepage * use GLOB_RECURSE instead of GLOB * use FindwxWidgets.cmake from CaeruleusAqua/vcpkg-wx-find
2019-08-27fmt port VCPKG_BUILD_TYPE support (#7884)Dmitry Makarov