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-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-05
remove the string internalization since it slows down grammar loading with li...
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
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-08-28
bugfix which caused the runtime to crash on Android
kr.angelov
2013-08-27
comparison for strings in libgu
kr.angelov
2013-08-27
quicksort and binary search for buffers in libgu
kr.angelov
2013-08-23
nonExist now does the expected thing
kr.angelov
2013-08-23
Add INSTALL file for python bindings. Add note about libtool to INSTALL of c ...
john
2013-08-21
fix in the C parser
kr.angelov
2013-08-19
word completion in the C runtime now returns multi-word expressions and the c...
kr.angelov
2013-08-19
fullFormLexicon in C and Python
kr.angelov
2013-08-19
added GuEnum interface for iterating over maps in the C runtime
kr.angelov
2013-08-16
implemented lookupMorpho for C and Python
kr.angelov
2013-08-16
provide API to access the language code for the concrete language
kr.angelov
2013-08-16
fixes in the C and Python API to make them closer to the Haskell API
kr.angelov
2013-08-15
added graphvizParseTree in the C and Python runtimes
kr.angelov
2013-08-15
graphvizAbstractTree in the C and Python runtimes
kr.angelov
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
[next]