Commit Graph

392 Commits

Author SHA1 Message Date
Klaus Reimer
afc898b49f Better build instructions. 2013-05-01 14:56:29 +02:00
Klaus Reimer
83936f9904 Using autogen.sh 2013-05-01 14:23:31 +02:00
Klaus Reimer
77cd6e4d55 Ignore autogenerated stuff 2013-05-01 14:21:01 +02:00
Klaus Reimer
bad9f5c96d Use autoreconf instead of custom Makefile 2013-05-01 14:15:51 +02:00
Klaus Reimer
e83fba72ca Delete pre-generated autoconf stuff again. Not a good idea to put it in
the SCM...
2013-05-01 13:59:05 +02:00
Klaus Reimer
120cab4949 Add --add-stdcall-alias linker option to fix build on native windows 2013-05-01 13:54:26 +02:00
Klaus Reimer
66048cb795 Use wget when curl is not found 2013-05-01 13:52:17 +02:00
Klaus Reimer
74904be55f Prepare pom and site for release on sonatype repo 2013-05-01 11:00:36 +02:00
Klaus Reimer
49ed631eff Some site updates. 2013-04-30 23:17:23 +02:00
Klaus Reimer
6f40f0aab8 Add unit test for DeviceId 2013-04-30 22:40:32 +02:00
Klaus Reimer
ba6b483e93 Add unit test for DeviceNotFoundException 2013-04-30 22:34:13 +02:00
Klaus Reimer
4038053220 Add unit tests for new methods in DescriptorUtils 2013-04-30 22:28:20 +02:00
Klaus Reimer
a972abb9f1 Fix unit tests 2013-04-30 22:15:44 +02:00
Klaus Reimer
88eb7eac49 Pass strings instead of device handle to dump utils 2013-04-30 22:11:11 +02:00
Klaus Reimer
24b8889f89 Fix dump of usage type and synch type in endpoint descriptors. 2013-04-30 22:05:15 +02:00
Klaus Reimer
20d86df89c More detailed bmAttributes dump in configuration descriptor 2013-04-30 22:02:34 +02:00
Klaus Reimer
754bd2f419 More detailed endpoint address dump 2013-04-30 21:54:53 +02:00
Klaus Reimer
e60facfec6 More detailed endpoint bmAttributes dump 2013-04-30 21:51:28 +02:00
Klaus Reimer
5075f37ff1 Merged descriptor output 2013-04-30 21:39:49 +02:00
Klaus Reimer
55b1fe1659 Fix wrong error messages and wrong return value 2013-04-30 21:17:30 +02:00
Klaus Reimer
718e9af5af New native lib for arm 2013-04-30 21:03:09 +02:00
Klaus Reimer
7fea45bc82 Add info for linux arm 2013-04-30 21:03:09 +02:00
Klaus Reimer
e2a43fb940 Better README 2013-04-30 21:03:08 +02:00
Klaus Reimer
4600e85bf8 Include full autoconf build system in repo 2013-04-30 21:03:08 +02:00
Klaus Reimer
af5900f0df Better README for build scripts 2013-04-30 21:03:08 +02:00
Klaus Reimer
90cfa7f9c5 Now also generating a no-natives and a natives JAR.
The `no-natives` JAR contains only usb4java and no native libraries. The
`natives` JAR only contains the native libraries. The normal JAR still
contains both.
2013-04-30 21:03:08 +02:00
Klaus Reimer
86e332f789 Rename macosx to osx 2013-04-30 21:03:08 +02:00
Klaus Reimer
9c67d71876 Make stuff final 2013-04-30 21:03:08 +02:00
Klaus Reimer
abc5dce0c8 Fix code duplication 2013-04-30 21:03:08 +02:00
Klaus Reimer
1324fb502f Fix code duplication 2013-04-30 21:03:08 +02:00
Klaus Reimer
48115f4907 New Mac binaries based on libusb-1.0.16rc8 2013-04-29 08:34:15 +02:00
Klaus Reimer
2ed241aea7 New linux and windows binaries 2013-04-29 08:32:24 +02:00
Klaus Reimer
d39247c664 Fix wrong extra data pointer in descriptors 2013-04-29 08:31:46 +02:00
Klaus Reimer
5a73cdd188 Convert README.txt to markdown and integrate CI status graphic 2013-04-22 19:32:01 +02:00
Klaus Reimer
1aba1ec52f Switch to my own CI system because Travis and Buildhive are not able to
run the JNI tests
2013-04-22 19:04:16 +02:00
Klaus Reimer
7c1f012fd0 Enforce specific surefire plugin version 2013-04-22 18:51:59 +02:00
Klaus Reimer
adc624139c New osx binaries 2013-04-22 18:50:08 +02:00
Klaus Reimer
28e3815fe8 Get rid of useless try...catch 2013-04-18 21:35:05 +02:00
Klaus Reimer
e285eedb7c Ensure that DescriptorUtils has a private constructor 2013-04-18 21:05:20 +02:00
Klaus Reimer
9f82bfd3fc Add unit tests for DescriptorUtils 2013-04-18 20:17:54 +02:00
Klaus Reimer
668d7cd6b1 Add unit tests for adapter classes 2013-04-18 20:17:54 +02:00
Klaus Reimer
4d586e0cb8 Retain USB context when no USB device to test was found 2013-04-17 22:09:05 +02:00
Klaus Reimer
a3ac90eba9 Merge branch 'master' of ssh://git@github.com/kayahr/usb4java.git 2013-04-17 22:02:13 +02:00
Klaus Reimer
fbee962dee init and exit default USB context for devicelist test 2013-04-17 22:01:58 +02:00
Klaus Reimer
6e558b7489 Update macosx jni libraries 2013-04-17 21:53:35 +02:00
Klaus Reimer
de46450421 Update JNI libs for linux and windows 2013-04-17 21:47:00 +02:00
Klaus Reimer
41d7c186dc Run TCK tests automatically if TCK test device is found 2013-04-17 21:44:50 +02:00
Klaus Reimer
2af4393d2e Catch double-exit crash with IllegalStatException 2013-04-17 21:10:54 +02:00
Klaus Reimer
fc4f7ced60 Code cleanup 2013-04-17 20:47:03 +02:00
Klaus Reimer
61ab3be94d No longer treat NULL context as an illegal argument. 2013-04-17 20:44:38 +02:00