Ihor Dutchak

Results 30 issues of Ihor Dutchak

As a wrapepr over CMake. Still experimental support and definitely not a primary build system.

build system/CI

Kind-of related to #315. Right now there is a [set of manual steps](https://github.com/libusb/hidapi/blob/master/HACKING.txt) that needs to be done for each release. As _a human_, the person who performs those steps...

build system/CI

See https://github.com/libusb/hidapi/issues/298#issuecomment-890687866

enhancement
Windows

Current Windows backend is WinAPI based. There is also an alternative - [WinRT API](https://docs.microsoft.com/uk-ua/uwp/api/windows.devices.humaninterfacedevice?view=winrt-20348), and it actually uses a different implementation. More discussion about it: #282. Having an alternative backend...

enhancement
Windows

add new API function: `int hid_interrupt_read(hid_device *dev)` it will asynchronously interrupt blocking `hid_read` call, if any details: TBD Closes: #133

enhancement
macOS
Windows
hidraw
libusb
Core

need add notes to README regarding multithreading, e.g. regarding Windows issues/non-full support maybe some more

documentation
enhancement

After one of the expat updates, CMake build is no longer working. I did a quick look at it - the issue is that expat being moved to expat/expat. Not...

- [ ] Add [ASAN](https://docs.microsoft.com/en-us/cpp/sanitizers/asan?view=msvc-170) checks for utest/MSVC build; Resolves: #249

enhancement
macOS
Windows
hidraw
libusb
Core

In some cases, the interface number doesn't match its index in the list of interfaces in configuration descriptor; that is the case for some (non USB-compliant) devices, e.g.: - when...

windows
macOS