Commit Graph

13 Commits

Author SHA1 Message Date
gerard-ryan-immersaview
6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00
JoergAtGithub
f5b0415c54
[hidapi] Update to 0.14.0 (#31574)
* Updated hidapi to 0.14.0
Added new feature pp-data-dump, to make the build of the new pp_data_dump.exe developer tool optional

* Use vcpkg_copy_tools for pp_data_dump

* Removed unnecessary added empty lines from portfile

* Use ${VERSION} variable in portfile instead of hardcoded version number
2023-05-24 12:03:18 -07:00
JoergAtGithub
4565f4cabb
[hidapi] Update hidapi to version 0.13.1 (#28759)
* Update hidapi to version 0.13.1

* Removed 0.13.0 from hidapi.json
2023-01-11 16:26:53 -08:00
JoergAtGithub
d9e6139cd4
[hidapi] Update to 0.12.0 (#25008)
* Updated to latest release:
https://github.com/libusb/hidapi/releases/tag/hidapi-0.12.0

* Update SHA

* SHA = 0

* Overwrite version

* SHA512

* version

* Removed failing line introduced in #22320

* version

* Added vcpkg_replace_string again, now for libhidapi.cmake instead of hidapi.cmake

* x-add-version
2022-06-02 15:21:56 -07:00
LilyWangLL
f2fa2feb0c
[hidapi] Fix cmake error (#22320)
* [hidapi] Fix cmake error

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-04 19:56:55 -08:00
Be
4cd4324b91
[hidapi] update to 0.11.2 (#22304)
This implements hid_get_input_report with the Linux hidraw backend
plus fixes a few bugs on Windows.
2022-01-03 13:42:13 -08:00
Be
3799a5f722
[hidapi] update to 0.11.0; switch to CMake (#20460) 2021-10-04 17:18:49 -07:00
autoantwort
da9defc3bd
[hidapi] fix mac build (#17610)
* [hidapi] fix mac os build

* add version files
2021-05-01 09:53:06 -07:00
NancyLi1013
efddfbf13e
[hidapi] Add support linux and osx (#17231)
* [hidapi] Add support linux and osx

* Update versions

* Remove duplicate AC_CONFIG_MACRO_DIR

* Update versions/h-/hidapi.json
2021-04-30 11:11:21 -07:00
JoergAtGithub
4974430316
Update to hidapi-0.10.1 (#15485)
* Update to hidapi-0.10.1

* Update portfile.cmake

* Deleted comment, which is no longer valid

* Create CONTROL

Added the missing CONTROL file on request of @JonLiu1993

* Delete CONTROL

* Update vcpkg.json

* Set version to the tag of the release
2021-01-11 00:03:33 -08:00
Phoebe
1aba77ae3b
[hidapi] Support static build (#15437)
* [hidapi] Support static build

* Update portfile.cmake
2021-01-05 12:42:29 -08:00
Billy O'Neal
09a647a526
Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065) 2020-10-28 14:18:07 -07:00
James Xu
301beba9d9 [hidapi] add new port (#8113)
* add hidapi port

* explicitly fail on non-Windows builds

* remove dlls for static build
2019-09-10 08:51:46 -07:00