| Age | Commit message (Collapse) | Author |
|
|
|
* [glib] Fix install config.h
|
|
* [liblas] Fix Geotiff linkage
|
|
* PostgreSQL_LIBRARY will contain optimized/debug keywords
which will not work in INTERFACE_LINK_LIBRARIES
|
|
* [mecab] Add new port
|
|
* [openblas]Enable x86 build.
* [openblas]Fix include openblas_config.h path.
* [openblas]
* [openblas]fix typo error.
|
|
header is no longer #includable from C. (#7979)
|
|
* Fix find_package(libpng CONFIG)
* Fix typos
|
|
|
|
|
|
|
|
* [kvasir-mpl] Add new port
|
|
* [status-value-lite, type-lite, value-ptr-lite] Add new ports
|
|
* [clue] Add new port
|
|
* Add port libP7Client
|
|
|
|
* [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
|
|
* Update pip hash
* [duktape] Update library to 2.4.0
|
|
|
|
[liblsl] Fix installation
|
|
|
|
This reverts commit 65d4bc146bf7c1c21989b680497b1f6f9a09c967.
|
|
[outcome] Add new port
|
|
* [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
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
* [minifb] Add new port
* Fix arm build error
* Add fix-arm-build-error.patch file
* Update fix-arm-build-error.patch file
|
|
|
|
* [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
|
|
* [openni2]Add warning message when cannot find NETFXSDK.
* [openni2]Move warning at top.
|
|
|
|
|
|
|
|
* [nmap]Fix build error.
* [nmap]Use msvc project to build.
* [nmap]Re-fix ssize_t and fix linux build.
* [nmap]Delete useless file.
|
|
* [fluidsynth] add Windows ARM support
* [fluidysnth] use target architecture instead of triplet
|
|
* [yaml-cpp]Fix include path in yaml-cpp-config.cmake
* [yaml-cpp]Remove useless code.
|
|
|
|
|
|
* [liblsl] Update library to 1.13.0-b11
* Remove additional comments
* Change version in vcpkg_configure_cmake
|
|
|
|
Signed-off-by: Squareys <squareys@googlemail.com>
|
|
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.
|
|
fix list parsing logic and add error messages
|
|
* gppanel
* fix Homepage
* use GLOB_RECURSE instead of GLOB
* use FindwxWidgets.cmake from CaeruleusAqua/vcpkg-wx-find
|
|
|