index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
java
/
Makefile
Age
Commit message (
Expand
)
Author
2018-05-28
some tweaks for Windows
Krasimir Angelov
2018-05-21
Missing -I in Java bindings Makefile
John J. Camilleri
2017-08-11
src/runtime/java/Makefile: fixes to find jni.h and jni_md.h in more cases
Thomas Hallgren
2017-01-24
resolve a conflict that was for some reason commited in src/runtime/java/Make...
krasimir
2016-09-05
BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF bo...
aarne
2016-04-25
Fix a problem building the Java binding when creating binary packages
hallgren
2016-02-17
Now we even test in two different places for the JNI headers. Once for Linux ...
krasimir
2016-02-17
typo in the new Makefile
krasimir
2016-02-17
a version of the Makefile for the Java binding which should work on Linux and...
krasimir
2016-01-14
javadoc comments in the Java binding
krasimir
2015-11-16
bugfix in the Makefile for the Java binding for creating .jar files
krasimir
2015-09-03
Java API for opening/closing SG databases
krasimir
2015-09-03
the Eclipse project for the Java binding is now replaced with a simple Makefile
krasimir
2013-09-04
now it is possible to compile the C code for the Java binding from Eclipse. T...
kr.angelov
2013-09-04
added make file for compiling the C runtime for Android. The JIT compiler for...
kr.angelov
2013-08-01
a bit more on the Java to C binding. Now it is possible to load a grammar and...
kr.angelov
2013-05-28
an initial skeleton for building a Java binding to the C runtime
kr.angelov