Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ebe2898e | 2017-03-06 21:19:20 | Honour CC/CFLAGS | ||
| 2d5a2089 | 2017-02-25 15:05:21 | update to jna-4.3.0 | ||
| 34292814 | 2015-09-18 18:36:27 | - update to jna-4.2.0 - switch to using the system libffi | ||
| 602df1bb | 2015-09-01 19:29:42 | missed in previous | ||
| 64ef7623 | 2015-09-01 19:29:22 | - update to jna-4.1.0 - update homepage - switch to using GH_* tested with clojure | ||
| 4f31451f | 2013-03-08 10:25:34 | - update to jna-3.5.1 ok kurt@ | ||
| 40394fe4 | 2011-08-29 15:07:32 | import jna 3.2.7 JNA provides Java programs easy access to native shared libraries without writing anything but Java code -- no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JNA allows you to call directly into native functions using natural Java method invocation. The Java call looks just like it does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required. ok aja@ |