kc3-lang/SDL/src/hidapi

Branch :


Log

Author Commit Date CI Message
b08bdc44 2018-10-26 09:27:31 Don't build SDL_JOYSTICK_HIDAPI by default on iOS If you enable this, you'll need to link with CoreBluetooth.framework and add something like this to your Info.plist: <key>NSBluetoothPeripheralUsageDescription</key> <string>MyApp would like to remain connected to nearby bluetooth Game Controllers and Game Pads even when you're not using the app.</string>
c4918db5 2018-10-22 14:55:42 Add exception handling to Android hidapi.
337cea44 2018-10-08 12:49:30 Fixed life-cycle issues with two activities sharing HIDDeviceManager
cf7d64f2 2018-09-28 13:44:10 hidapi/windows/hid.c: comment out ntdef.h include after windows.h. not necessary and can cause redefinition errors in some toolchains.
283680f2 2018-09-28 11:04:55 hidapi/windows/hid.c: fix misplaced #if 0 VendorID && ProductID are only used by the test main(), otherwise they are unwanted globals.
f964ce03 2018-09-28 01:00:47 Fixed mingw-w64 build
7df0f4fd 2018-09-27 14:56:29 Fixed bug 4277 - warnings patch Sylvain Patch a few warnings when using: -Wmissing-prototypes -Wdocumentation -Wdocumentation-unknown-command They are automatically enabled with -Wall
fb0e68ae 2018-09-25 08:23:57 Fixed building with newer Android NDK
f6a537cb 2018-09-17 11:35:24 Store the API device refcount on the device itself, so if the device is disconnected and we have multiple application references to it, we only free it once.
305e5968 2018-09-15 14:28:10 do not export hidapi symbols from SDL dlls (bug #4259).
e8a0e35e 2018-09-14 18:31:01 Use atomic reference counting for the HID device object
e9f6805f 2018-08-21 19:42:19 Removed dependency on C++ runtime on iOS
0d22559e 2018-08-21 10:25:30 Fixed Android build error
5dfa4043 2018-08-20 21:19:17 Fixed warnings building on Mac OS X 64-bit
4f41f07d 2018-08-09 16:05:48 Added missing files from previous commits