summaryrefslogtreecommitdiff
path: root/src/runtime/java/Makefile
AgeCommit message (Collapse)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 ↵krasimir
src/runtime/java/Makefile
2016-09-05BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF ↵aarne
book examples. However, if the grammar has any multiline rules, all of them must have semicolons.
2016-04-25Fix a problem building the Java binding when creating binary packageshallgren
Pass -I and -L flags to gcc so that the C run-time system can be found. Also added a line in src/runtime/java/Makefile to install jpgf.jar.
2016-02-17Now we even test in two different places for the JNI headers. Once for Linux ↵krasimir
and once for Mac OS. This is still not ideal since different Linux distributions might use different locations.
2016-02-17typo in the new Makefilekrasimir
2016-02-17a version of the Makefile for the Java binding which should work on Linux ↵krasimir
and Mac OS
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. ↵kr.angelov
The old and broken Makefile is now removed
2013-09-04added make file for compiling the C runtime for Android. The JIT compiler ↵kr.angelov
for Android is temporary disabled
2013-08-01a bit more on the Java to C binding. Now it is possible to load a grammar ↵kr.angelov
and query for the list of languages
2013-05-28an initial skeleton for building a Java binding to the C runtimekr.angelov