- 25 Feb, 2022 2 commits
-
-
Fabian Di Taranto authored
-
Fabian Di Taranto authored
-
- 09 Sep, 2019 1 commit
-
-
Simon Fink authored
-
- 23 Oct, 2018 1 commit
-
-
Simon Fink authored
changed license to apache2, added interrupt transfer, added isochronous transfer, added bulk stream transfer
-
- 06 Dec, 2016 1 commit
-
-
Andreas Kalberer authored
-
- 24 Aug, 2016 2 commits
-
-
Andreas Kalberer authored
-
Andreas Kalberer authored
-
- 18 Aug, 2016 1 commit
-
-
Andreas Kalberer authored
-
- 10 Aug, 2016 1 commit
-
-
Andreas Kalberer authored
-
- 07 Jul, 2016 1 commit
-
-
Andreas Kalberer authored
-
- 06 Oct, 2015 2 commits
-
-
Andreas Kalberer authored
-
Andreas Kalberer authored
-
- 29 Sep, 2015 1 commit
-
-
Andreas Kalberer authored
-
- 29 Jun, 2015 1 commit
-
-
Andreas Kalberer authored
-
- 24 Jun, 2015 5 commits
-
-
Andreas Kalberer authored
-
Andreas Kalberer authored
-
Andreas Kalberer authored
-
Andreas Kalberer authored
-
Andreas Kalberer authored
-
- 10 Feb, 2013 1 commit
-
-
Ueli Niederer authored
-
- 03 Feb, 2013 5 commits
-
-
Ueli Niederer authored
- Introduced code to explicitly unref devices - Corrected code formatting
-
Ueli Niederer authored
- Corrected code formatting - Introduced explicit setup and teardown functions
-
Ueli Niederer authored
-
Ueli Niederer authored
- Added version information
-
Ueli Niederer authored
- First steps of modularizing the code by extracting the Usb_Device part into a single, testable module. - Integration of Unit-Tests for the LibusbJava methods
-
- 02 Feb, 2013 1 commit
-
-
Ueli Niederer authored
-
- 04 Dec, 2012 2 commits
-
-
Ueli Niederer authored
-
Ueli Niederer authored
-
- 29 Nov, 2012 1 commit
-
-
Ueli Niederer authored
- Removed the conditional code that decided whether to use JVM for unit tests or not - Changed the unit test code so the test code is now imported by using the DLL function - Introduced mechanisms to concentrate the loading of classes to specific methods instead of putting them into another function
-
- 07 Nov, 2012 1 commit
-
-
Ueli Niederer authored
made some inline-declarations consistent
-
- 09 May, 2012 1 commit
-
-
Ueli Niederer authored
-
- 19 Apr, 2012 3 commits
-
-
Ueli Niederer authored
-
Ueli Niederer authored
- Marked the unit-test functions as deprecated to prevent developers from using them in productive code - Added unit-tests for helper functions in the DLL - Setup the classes using "LibusbJava" so they don't warn of using a deprecated class
-
Ueli Niederer authored
-
- 12 Apr, 2012 3 commits
-
-
Ueli Niederer authored
- Improved Codeformatting and comments - Changed classpath so it's easier to start applications using the newly compiled dll
-
Ueli Niederer authored
-
Ueli Niederer authored
- Bugfix: Guaranteeing '\0'-Termination of the retrieved C-Strings for all libusb_get_string_descriptor* calls - Change: The whole interface makes now use of exceptions to pass errors into the java environment instead encoding them into return values. - Change: Allowing Descriptor strings to have a length of 0
-
- 11 Apr, 2012 1 commit
-
-
Ueli Niederer authored
-
- 05 Apr, 2012 2 commits
-
-
Ueli Niederer authored
-
Ueli Niederer authored
- Added a debug build option to build.xml
-