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
Age
Commit message (
Collapse
)
Author
2013-09-04
add gu and pgf in the library path for building the Java binding
kr.angelov
2013-09-04
added description file for building jpgf.jar
kr.angelov
2013-09-04
fix the warnings from the Java binding
kr.angelov
2013-09-04
now 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-04
added Eclipse project for building the Java binding
kr.angelov
2013-09-04
fix a few warnings in the Java binding
kr.angelov
2013-09-04
added make file for compiling the C runtime for Android. The JIT compiler ↵
kr.angelov
for Android is temporary disabled
2013-08-29
the PGF class is now using the new Pool class to manage the life time of the ↵
kr.angelov
memory allocated in C.
2013-08-29
more carefull tracking of references in the Java binding
kr.angelov
2013-08-28
now Concr.parseBest throws ParseError
kr.angelov
2013-08-28
fix the error handling in the Java binding
kr.angelov
2013-08-28
make the Expr constructor private
kr.angelov
2013-08-28
fixes in the Java binding
kr.angelov
2013-08-27
added PGF.getStartCat()
kr.angelov
2013-08-27
added method for best first parsing in the Java binding
kr.angelov
2013-08-27
bugfix in the java binding
kr.angelov
2013-08-27
linearization in the Java binding
kr.angelov
2013-08-27
small refactoring in the Java binding
kr.angelov
2013-08-27
parsing from the Java binding
kr.angelov
2013-08-01
a 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-28
added a test class for the Java API plus a small refinement in the ↵
kr.angelov
implementation for the binding
2013-05-28
an initial skeleton for building a Java binding to the C runtime
kr.angelov