otabuzzman / CXXWRAP

A JNI wrapper generator for C++ classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CXXWRAP

A JNI wrapper generator for C++ classes. According to the change log of  the original repository on Sourceforge, development appears to have ended in 2006. This is an offshoot of the original repository to implement and maintain the changes necessitated by new C++ standards since then. However, its scope is limited to the needs of new versions of the AA+ library, a C++ implementation by PJ Naughter of the formulas in Jean Meeus' book Astronomical Algorithms. More specifically, it's therefore a JNI wrapper generator for the C++ classes found in AA+ that might work for others as well.

Build

  • Install GCC development tools including bison (use Cygwin on Windows).
  • Clone repository and run ./configure ; ./make in top-level directory.
  • Have a look at the original README file.

Acknowledgements

Copyright (c) 1999, David Deaven
GNU GENERAL PUBLIC LICENSE Version 2

About

A JNI wrapper generator for C++ classes.

License:GNU General Public License v2.0


Languages

Language:C++ 78.7%Language:Yacc 12.2%Language:Roff 6.3%Language:Shell 1.0%Language:Java 0.8%Language:HTML 0.6%Language:Makefile 0.5%