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
/
c
Age
Commit message (
Expand
)
Author
2014-03-07
added pgf_lookup_word_prefix which makes it possible to do simple word predic...
kr.angelov
2014-03-07
bugfix in pgf-translate
kr.angelov
2014-03-06
C run-time: protect from Windows specific #includes with #ifdef __MINGW32__
hallgren
2014-03-05
implementation for pre in the C runtime
kr.angelov
2014-03-04
use pgf_linearize instead of pgf_lzr_linearize_simple in pgf-translate.c
kr.angelov
2014-03-04
memory leak in parseval.c
kr.angelov
2014-03-04
rename pgf_lzr_linearize_table to pgf_lzr_get_table
kr.angelov
2014-02-27
instructions for compiling the C runtime on Windows
kr.angelov
2014-02-27
changes in Makefile.am to make it easier to compile the C runtime on Windows
kr.angelov
2014-02-27
include malloc.h in a few places to avoid warnings on Windows
kr.angelov
2014-02-09
GuVariant is now plain uintptr_t instead of a structure to make it easier to ...
kr.angelov
2014-02-05
bugfix in the recognizer for literals in the C runtime
kr.angelov
2013-12-17
make sure that pgf_concrete_load has no effect on grammars that are completel...
kr.angelov
2013-12-10
loading and unloading of languages in the C runtime and in the Python bindings
kr.angelov
2013-11-27
added API in the C runtime and the Java binding for checking whether a given ...
kr.angelov
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
kr.angelov
2013-11-22
bugfix in the debug mode for the parser
kr.angelov
2013-11-21
bugfix in the C runtime
kr.angelov
2013-11-20
fix in the Python binding
kr.angelov
2013-11-18
bugfix in the robust parser
kr.angelov
2013-11-18
add gu_buf_insert in libgu
kr.angelov
2013-11-15
fixes in the C runtime to avoid warnings when compiling on MacOS
kr.angelov
2013-11-15
pgf_read should open the grammar file in binary mode to prevent the Windows r...
kr.angelov
2013-11-15
pgf_reader_done should do nothing if the reading has failed
kr.angelov
2013-11-13
bugfix in the C runtime which had made the parser up to 200 times slower for ...
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-07
factor of 3 speedup for the translation without slowing down the grammar load...
kr.angelov
2013-11-07
bugfix in the binary search implementation in libgu
kr.angelov
2013-11-07
remove redundant type signature in gu/seq.h
kr.angelov
2013-11-07
fix for the memory allocation in the jitter which should work for Windows.
kr.angelov
2013-11-06
fix in the parsing with pre
kr.angelov
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-06
when printing floating literals use %lg instead of %lf for better output
kr.angelov
2013-11-04
fix the debug mode of the JIT compiler after the refactoring in libgu
kr.angelov
2013-11-04
A simple type checker in the C runtime. Dependent types are not supported yet...
kr.angelov
2013-11-04
bug fix in the linearizer
kr.angelov
2013-11-02
linearization for HOAS trees. It should word but we need a type checker in or...
kr.angelov
2013-11-02
remove the include of lexer.h from pgf-parse
kr.angelov
2013-11-01
fix the parseval metric after the redesign in the C runtime
kr.angelov
2013-11-01
bugfix in the linearizer
kr.angelov
2013-11-01
make gu_exn_is_raised non inlined. this is useful to make it callable from Ha...
kr.angelov
2013-11-01
fix the robust parser for unknown tokens
kr.angelov
2013-11-01
bugfix in linearizer.c
kr.angelov
2013-11-01
remove the include to mman.h in jit.c since it doesn't seem to be used
kr.angelov
2013-10-31
fixed utf-8 decoding problem in libgu
kr.angelov
2013-10-31
bracketedLinearize in Python is now using the linref
kr.angelov
2013-10-30
use linref in the C linearizer. The robust linearization is now fully supported
kr.angelov
2013-10-30
fix the debug mode in the linearizer after the refactoring in libgu
kr.angelov
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-10-28
another fix for 'pre'
kr.angelov
[next]