Commit Graph

721 Commits

Author SHA1 Message Date
Klaus Reimer
563370257a [maven-release-plugin] prepare release usb4java-0.5.0 2013-02-15 20:56:01 +01:00
Klaus Reimer
b3eab165e9 Update site 2013-02-15 20:42:31 +01:00
Klaus Reimer
d7cf5c3492 Add changelog for release 0.5.0 2013-02-15 19:48:18 +01:00
Klaus Reimer
1be62c98ab Updated some plugin versions 2013-02-15 19:45:09 +01:00
Klaus Reimer
f36e7ec5f2 Rename Dump tool to Main. This tool is now executed automatically when
executing the JAR file. Maybe later I add some command line parameters
to use this tool as a Java implementation of lsusb.
2013-02-15 19:31:58 +01:00
Klaus Reimer
aebea196f7 Convert back into single project structure. Let's keep it simple 2013-02-15 19:27:41 +01:00
Klaus Reimer
2cb5374e98 New project structure and push version to 0.4.0 2012-11-12 20:39:16 +01:00
Klaus Reimer
e7948fc191 Change loading of native libraries. They are now included in the
classpath and extracted to a temporary directory during runtime. Looks
like I also fixed the loading problems of libusb.dylib on MacOS X by
changing the dependency path from @executable_path to @loader_path. So
no java.library.path and DYLD_LIBRARY_PATH needed anymore. Just add
usb4java as a dependency and that#s it.
2012-11-12 18:06:48 +01:00
Klaus Reimer
7affcc1864 Fix warnings 2012-11-12 18:06:48 +01:00
Klaus Reimer
ffbdf885ed Added Travis configuration. 2012-05-19 11:13:34 +02:00
Klaus Reimer
5408a29b9c New compilation of Mac OS X binaries. 2012-02-20 20:36:35 +01:00
Klaus Reimer
6ff5c73591 New compilation of linux and windows binaries. 2012-02-20 20:30:20 +01:00
Klaus Reimer
268c7090a1 Updated compiler names. 2012-02-20 20:29:50 +01:00
Klaus Reimer
7923655e67 Corrected endpoint index. 2012-02-20 20:29:33 +01:00
Klaus Reimer
40a72d0bc8 Added comments about usage of direct buffers in JNI wrapper. 2011-12-12 08:33:14 +01:00
Klaus Reimer
e0dfbf16a6 Corrected link in readme. 2011-10-31 12:10:39 +01:00
Klaus Reimer
3f46050592 Switched to http. 2011-10-31 12:05:13 +01:00
Klaus Reimer
92d49a5c53 Corrected nexus links. 2011-10-31 11:58:28 +01:00
Klaus Reimer
cd1e1f4cb5 Added missing changelog entry. 2011-10-31 11:56:48 +01:00
Klaus Reimer
80966ff8a6 [maven-release-plugin] prepare for next development iteration 2011-10-31 11:21:01 +01:00
Klaus Reimer
011067c5ad [maven-release-plugin] prepare release usb4java-0.3.4 2011-10-31 11:20:54 +01:00
Klaus Reimer
5ce8fb2050 Corrected variable. 2011-10-31 11:18:32 +01:00
Klaus Reimer
86514e9fb5 Converted POM into a standalone POM.
Prepared site for deployment on github.
2011-10-31 11:15:55 +01:00
Klaus Reimer
ffbd846872 Removed obsolete warning suppressions. 2011-10-31 11:03:27 +01:00
Klaus Reimer
71a98a2de6 JNI loading errors are now all logged so they are also visible when
using the high level API and so ALL four error messages are displayed
and not just the last one.
2011-10-31 11:02:12 +01:00
Klaus Reimer
1cd737fa55 [maven-release-plugin] prepare for next development iteration 2011-03-28 22:07:11 +02:00
Klaus Reimer
4c7ca56df2 [maven-release-plugin] prepare release usb4java-0.3.3 2011-03-28 22:07:06 +02:00
Klaus Reimer
0bd97df5bf Prepared for release 0.3.3 2011-03-28 22:06:21 +02:00
Klaus Reimer
7bb845f6b3 Downgraded to older minimum autoconf to support Mac OS X.
Fixed library paths and ids in dylibs so they work when copied to *.app/Contents/MacOS
2011-03-28 22:02:18 +02:00
Klaus Reimer
b7abe0bc09 Fixed typo. 2011-03-27 22:44:25 -07:00
Klaus Reimer
376c6fa7b1 Switched to newer parent pom which has enabled issue tracking report. 2011-03-27 14:51:06 +02:00
Klaus Reimer
1c362895f7 [maven-release-plugin] prepare for next development iteration 2011-03-27 14:38:37 +02:00
Klaus Reimer
e8458c1152 [maven-release-plugin] prepare release usb4java-0.3.2 2011-03-27 14:38:32 +02:00
Klaus Reimer
8b47779104 Corrected SCM settings 2011-03-27 14:37:15 +02:00
Klaus Reimer
7fcec828e9 Corrected SCM settings 2011-03-27 14:37:03 +02:00
Klaus Reimer
8ec120e678 Corrected SCM settings 2011-03-27 14:35:36 +02:00
Klaus Reimer
622f9004ea Fixed SCM information.
Added Issue tracking information.
2011-03-27 14:28:53 +02:00
Klaus Reimer
6b627678d1 Updated implementation version.
Added changelog entry.
2011-03-27 14:26:13 +02:00
Klaus Reimer
580e7bd8d5 Now trying to load the JNI library with the following lib names:
usb4java, usb4java32, libusb4java, libusb4java32
2011-03-27 14:21:28 +02:00
Klaus Reimer
88343cef8c Converted hgignore to gitignore. 2011-03-27 14:09:41 +02:00
Klaus Reimer
c3562acb4c [maven-release-plugin] prepare for next development iteration 2011-03-06 17:43:00 +01:00
Klaus Reimer
857eb214a9 [maven-release-plugin] copy for tag usb4java-0.3.1 2011-03-06 17:42:58 +01:00
Klaus Reimer
7ba9bc4b97 [maven-release-plugin] prepare release usb4java-0.3.1 2011-03-06 17:42:57 +01:00
Klaus Reimer
a9e6d6f9db Switched to version 0.3.1.
FIxed missing support for custom buffer offsets and lengths.
2011-03-05 16:53:59 +01:00
Klaus Reimer
41d9b5cfb3 [maven-release-plugin] prepare for next development iteration 2011-02-20 11:45:05 +01:00
Klaus Reimer
aa98741b43 [maven-release-plugin] copy for tag usb4java-0.3.0 2011-02-20 11:45:03 +01:00
Klaus Reimer
970092cd84 [maven-release-plugin] prepare release usb4java-0.3.0 2011-02-20 11:45:01 +01:00
Klaus Reimer
4d81f26e3c New binary. 2011-02-20 11:25:31 +01:00
Klaus Reimer
9c1e58e66e New binaries. 2011-02-20 11:19:30 +01:00
Klaus Reimer
38f8afe126 Changed version number. 2011-02-20 11:17:49 +01:00