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
/
gu
Age
Commit message (
Expand
)
Author
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
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-08-27
comparison for strings in libgu
kr.angelov
2013-08-27
quicksort and binary search for buffers in libgu
kr.angelov
2013-08-19
added GuEnum interface for iterating over maps in the C runtime
kr.angelov
2013-07-18
bugfix for parsing floating point numbers in the C runtime
kr.angelov
2013-07-02
hash function for abstract syntax trees
kr.angelov
2013-06-22
bugfix for the word completion 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-01
word completion in the C runtime. The runtime/python/test.py example is now u...
kr.angelov
2013-02-26
added gu_buf_flush in seq.c which removes all elements from a buffer
kr.angelov
2013-02-01
implement gu_exn_caught in gu/exn.c. It was missing
kr.angelov
2012-12-27
bugfix in the strings library from the C runtime
kr.angelov
2012-12-12
started an official API to the C runtime
kr.angelov
2012-11-12
implemented gu_map_count in runtime/c/gu/map.c
kr.angelov
2012-10-25
a major refactoring in the robust parser: bottom-up filtering and garbage col...
kr.angelov
2012-06-13
Use a separated tag for meta productions in the robust parser. This cleans up...
kr.angelov
2012-05-25
fixed an alignment bug in libgu which leads to crash on some platforms
kr.angelov
2012-05-16
another attempt to port the robust parser to MacOS
kr.angelov
2012-05-16
small fix for compiling the robust parser on MacOS
kr.angelov
2012-03-07
libpgf: implementation for built in literal categories
kr.angelov
2012-03-02
libpgf: simple optimization in the implementation for heaps
kr.angelov
2012-02-29
libpgf: an API for building heaps from buffers in gu/seq.c
kr.angelov
2012-02-29
libpgf: the choice object should remember integers instead of single bytes
kr.angelov
2012-01-26
libpgf: fix in string.h
kr.angelov
2012-01-20
initial import of the C runtime
kr.angelov