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
/
pgf
Age
Commit message (
Expand
)
Author
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-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
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-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
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
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
2013-10-28
fix the handling of 'pre' in the C runtime
kr.angelov
2013-10-23
tabular linearization in the C and Java runtimes
kr.angelov
2013-10-21
bugfix for the custom literals in the C runtime
kr.angelov
2013-10-09
avoid warning in parser.c when debugging is OFF
kr.angelov
2013-10-09
a major redesign in the C runtime. The parser and the linearizer now fully su...
kr.angelov
2013-10-08
fix the robust parser after the change of GuString
kr.angelov
2013-10-08
bugfix in GNU lightning for ARM
kr.angelov
2013-10-07
fix the grammar printer after the change of GuString in libgu
kr.angelov
2013-10-04
suppress warning in graphviz.c
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-10-03
the symbol for nonExist in the GF runtime should be the last. this simplifies...
kr.angelov
2013-09-30
fix the graphviz visualization after the introduction of nonExist and BIND
kr.angelov
2013-09-30
better handling for nonExist in the C runtime. BIND is also supported in the ...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-26
remove pgf/edsl.h from the C runtime
kr.angelov
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-18
the PGF reader now releases strings that are not used after the loading
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
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
[prev]
[next]