[BREAKGLASS] Append-only mirror of github.com/sparrowwallet/usb4java
Go to file
Luca Longinotti 95ee591d46 Remove memcpy wrap stuff to support old, broken systems... memcpy is never used here, only libusb uses it and there they don't support it in any particular way, so I don't believe there should be a workaround for this that forces memcpy to be slower on all x86_64 linux systems.
Enable silent building and C99 support.
Enable lots of warnings and don't enable Werror, as there are warnings in libusb.h.
Fix all warnings. Add const to exceptions.
Make it possible to pass null to setDevHandle and setBuffer in Transfer now.
2013-06-13 12:59:42 +02:00
src Remove memcpy wrap stuff to support old, broken systems... memcpy is never used here, only libusb uses it and there they don't support it in any particular way, so I don't believe there should be a workaround for this that forces memcpy to be slower on all x86_64 linux systems. 2013-06-13 12:59:42 +02:00
.gitignore Include full autoconf build system in repo 2013-04-30 21:03:08 +02:00
LICENSE.md Convert LICENSE.txt to LICENSE.md 2013-04-13 13:37:00 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-05-04 12:24:48 +02:00
README.md Convert README.txt to markdown and integrate CI status graphic 2013-04-22 19:32:01 +02:00

usb4java

USB library for Java based on libusb 1.0

Copyright (C) 2011 Klaus Reimer k@ailis.de

See LICENSE.md for licensing information.

This library can be used to access USB devices in Java. It is based on the native libusb 1.0 shared library and reflects this API as complete as possible. usb4java also implements the javax.usb (JSR80) API. So you can choose if you want to access the USB devices via the low-level libusb 1.0 API or via the high level javax.usb API.

The native libraries are included in pre-compiled form for Linux, Windows and Mac OS X in 32 and 64 bit versions. The libraries are automatically extracted and loaded so you don't need to care about them.

For more detailed information please visit the usb4java website.

Build Status