[vlc-devel] commit: python-ctypes: first shot at generating java JNA glue code ( Olivier Aubert )
git version control
git at videolan.org
Wed Sep 23 16:19:08 CEST 2009
vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Wed Sep 23 16:17:18 2009 +0200| [0fbc80872297a91a1868bba02372e60fe8492dee] | committer: Olivier Aubert
python-ctypes: first shot at generating java JNA glue code
Not perfect yet (esp. enum classes are not correctly translated for discontinuous enums).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0fbc80872297a91a1868bba02372e60fe8492dee
---
bindings/python-ctypes/LibVlc-footer.java | 1 +
bindings/python-ctypes/LibVlc-header.java | 255 +++++++++++++++++++++++++++++
bindings/python-ctypes/boilerplate.java | 26 +++
bindings/python-ctypes/generate.py | 196 ++++++++++++++++++++++-
4 files changed, 474 insertions(+), 4 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=0fbc80872297a91a1868bba02372e60fe8492dee
More information about the vlc-devel
mailing list