summaryrefslogtreecommitdiff
path: root/src/runtime/java/Makefile
AgeCommit message (Expand)Author
2020-07-08drop the SG library completely.krangelov
2019-03-19support cross-compilation from Linux to Windowskrangelov
2019-03-19added one more possible location for Java headerskrangelov
2018-05-28some tweaks for WindowsKrasimir Angelov
2018-05-21Missing -I in Java bindings MakefileJohn J. Camilleri
2017-08-11src/runtime/java/Makefile: fixes to find jni.h and jni_md.h in more casesThomas Hallgren
2017-01-24resolve a conflict that was for some reason commited in src/runtime/java/Make...krasimir
2016-09-05BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF bo...aarne
2016-04-25Fix a problem building the Java binding when creating binary packageshallgren
2016-02-17Now we even test in two different places for the JNI headers. Once for Linux ...krasimir
2016-02-17typo in the new Makefilekrasimir
2016-02-17a version of the Makefile for the Java binding which should work on Linux and...krasimir
2016-01-14javadoc comments in the Java bindingkrasimir
2015-11-16bugfix in the Makefile for the Java binding for creating .jar fileskrasimir
2015-09-03Java API for opening/closing SG databaseskrasimir
2015-09-03the Eclipse project for the Java binding is now replaced with a simple Makefilekrasimir
2013-09-04now it is possible to compile the C code for the Java binding from Eclipse. T...kr.angelov
2013-09-04added make file for compiling the C runtime for Android. The JIT compiler for...kr.angelov
2013-08-01a bit more on the Java to C binding. Now it is possible to load a grammar and...kr.angelov
2013-05-28an initial skeleton for building a Java binding to the C runtimekr.angelov