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
2013-08-01
added untested port of GNU lightning to ARM
kr.angelov
2013-07-18
bugfix for parsing floating point numbers in the C runtime
kr.angelov
2013-07-03
the parser in the C runtime now checks for duplicated results
kr.angelov
2013-07-02
complete pgf_expr_eq in the C runtime
kr.angelov
2013-07-02
hash function for abstract syntax trees
kr.angelov
2013-06-27
C runtime: fix the debug modes in the parser and in the reasoner after the ch...
kr.angelov
2013-06-27
a complete Python API for reading, printing and manipulation of abstract tree...
kr.angelov
2013-06-26
we no longer maintain an explicit list of functions per category since now it...
kr.angelov
2013-06-26
forgot to add reasoner.h
kr.angelov
2013-06-26
forgot to add jit.h
kr.angelov
2013-06-26
an optimization in the jitter for generating more compact code
kr.angelov
2013-06-26
patch for adjustable heuristics from Python
kr.angelov
2013-06-26
compatibility issue for MacOS X
kr.angelov
2013-06-26
fix for x86_64
kr.angelov
2013-06-25
Now there is a just-in-time compiler which generates native code for proof se...
kr.angelov
2013-06-24
bugfix for the linearizer in the C runtime
kr.angelov
2013-06-22
bugfix for the word completion in the C runtime
kr.angelov
2013-06-20
add x86_64 support to GNU lightning
kr.angelov
2013-06-17
fix for a couple of warnings that are generated when GNU lightning is used
kr.angelov
2013-06-17
add the source code for GNU lightning in the source directory for the C runtime
kr.angelov
2013-05-30
bugfix for the grammar printer in the C runtime
kr.angelov
2013-05-29
readPGF in the Python runtime now throws "No such file or directory" exceptio...
kr.angelov
2013-05-21
fix the encoding problem with unicode literals in the Python binding
kr.angelov
2013-05-07
bug fix in the management of memory pools in the statistical parser
kr.angelov
2013-05-06
the statistical parser is now using two memory pools: one for parsing and one...
kr.angelov
2013-05-05
fix the leftcorner filtering after the addition of word completion
kr.angelov
2013-05-04
bugfix in the C runtime which was causing an infinite loop while linearizing ...
kr.angelov
2013-05-01
word completion in the C runtime. The runtime/python/test.py example is now u...
kr.angelov
2013-04-26
finally the statistical parser is able to return all possible abstract trees
kr.angelov
2013-04-23
a trivial refactoring of the reasoner in the C runtime
kr.angelov
2013-04-22
bug fix in pgf-translate which was hiding that there are more than one trees ...
kr.angelov
2013-04-19
the C runtime and the Python binding now have an API for parser evaluation. T...
kr.angelov
2013-04-18
added API for computing bracketed strings from Python and C
kr.angelov
2013-04-05
now the web service to the robust parser can to translations also
kr.angelov
2013-04-05
a bugfix which was causing an infinite loop in the C linearizer for some sent...
kr.angelov
2013-04-05
a very simple linearization for partial abstract trees in the C runtime
kr.angelov
2013-03-20
the calculation of lexical_prob in the statistical parser doesn't work proper...
kr.angelov
2013-03-20
replace #if with #ifdef when checking for the optional bottom up filtering in...
kr.angelov
2013-03-19
the bottom up filtering in the C runtime is temporary disabled. It takes too ...
kr.angelov
2013-03-14
bug fix in the linearizer in the C runtime
kr.angelov
2013-03-14
update the pgf-service tool from the C runtime after the changes in the API
kr.angelov
2013-03-11
bugfix in the statistical parser
kr.angelov
2013-02-26
added gu_buf_flush in seq.c which removes all elements from a buffer
kr.angelov
2013-02-19
the parser in the C runtime should not crash if the start category is not def...
kr.angelov
2013-02-19
bugfix in the grammar reader in the C runtime
kr.angelov
2013-02-13
bugfix in the linearizer for the C runtime
kr.angelov
2013-02-12
now the beam size for the statistical parser can be configured by using the f...
kr.angelov
2013-02-12
the statistical parser now uses a baseline lexical estimation of the beam size
kr.angelov
2013-02-11
the class PgfConcr from the Python binding now has a property name which retu...
kr.angelov
2013-02-11
refactoring: now all named objects in the C runtime have an explicit name field
kr.angelov
[next]