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
Age
Commit message (
Expand
)
Author
2013-09-25
fix the debug mode of the parser after the refactoring in libgu
kr.angelov
2013-09-25
added assertion in the JIT compiler which checks that we are not going outsid...
kr.angelov
2013-09-25
fix a typo in src/runtime/javascript/translator.html
kr.angelov
2013-09-24
a small fix in the python binding after the refactoring in the C runtime
kr.angelov
2013-09-18
the PGF reader now releases strings that are not used after the loading
kr.angelov
2013-09-18
add type signature for gu_string_length in the headers of libgu
kr.angelov
2013-09-17
bugfix in the ordering of strings in libgu
kr.angelov
2013-09-17
gu_buf_binsearch -> gu_seq_binsearch. Improved API
kr.angelov
2013-09-17
added order and equality for strings in libgu
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-09-16
added BSD licenses to the Java binding and the android UI
kr.angelov
2013-09-13
remove leftcorner_cat_idx which is now redundant
kr.angelov
2013-09-13
minor optimization/refactoring in the grammar reader
kr.angelov
2013-09-13
the leftcorner indexing is now completely removed since it slowed down the lo...
kr.angelov
2013-09-13
fix the debug mode of the parser after the changes in the libgu API
kr.angelov
2013-09-13
tiny optimization in pgf/reader
kr.angelov
2013-09-13
bugfix in utf8.c
kr.angelov
2013-09-13
fix a warning in utf8.c
kr.angelov
2013-09-13
optimize the reading of strings in the grammar loader.
kr.angelov
2013-09-13
more UTF8 cleanup
kr.angelov
2013-09-13
clean up the UTF8 API in libgu
kr.angelov
2013-09-12
remove the logging from libgu
kr.angelov
2013-09-12
enable the PGF JIT compiler for Android
kr.angelov
2013-09-11
rewrite the ARM port of GNU lightning to a form compatible with the versions ...
kr.angelov
2013-09-06
added exhaustive generation in the Java binding
kr.angelov
2013-09-05
remove the string internalization since it slows down grammar loading with li...
kr.angelov
2013-09-05
move src/runtime/android to src/ui/android/jni
kr.angelov
2013-09-05
added version readPGF in Java which takes as argument InputStream. This makes...
kr.angelov
2013-09-05
fix gu_in_bytes_ to use buffering
kr.angelov
2013-09-05
remove the read and write modules from libgu. this simplifies the i/o layer
kr.angelov
2013-09-05
remove dump and yaml from libgu
kr.angelov
2013-09-05
bugfix for gu_buffered_in
kr.angelov
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. T...
kr.angelov
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 for...
kr.angelov
2013-09-04
the code in the C runtime is now complete independent from config.h
kr.angelov
2013-09-04
remove the dependency on the CHAR_ASCII flag
kr.angelov
2013-09-04
remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces th...
kr.angelov
2013-09-04
avoid using nan() in libgu for portability with Android
kr.angelov
2013-09-04
slight optimization for the linearizer in the C runtime
kr.angelov
2013-09-04
bugfix in the robust linearizer
kr.angelov
2013-09-03
fix for linearization with 'pre'
kr.angelov
2013-09-03
fix in the GF compiler and runtime which let us to define pre construct detec...
kr.angelov
2013-08-29
almost functional version of the javascript runtime
kr.angelov
2013-08-29
the PGF class is now using the new Pool class to manage the life time of the ...
kr.angelov
2013-08-29
more carefull tracking of references in the Java binding
kr.angelov
[next]