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
/
seq.h
Age
Commit message (
Expand
)
Author
2014-12-24
more compact implementation for GuStringBuf
kr.angelov
2014-10-23
remove some deadcode in gu/seq.h
kr.angelov
2014-10-23
inline a number of functions in gu/seq.c. this has a noticeable effect on the...
kr.angelov
2014-10-09
add the const modifier to the key in the two procedures for binary search in ...
kr.angelov
2014-09-25
now a complete JIT compiler and ByteCode compiler for the def rules in the ab...
kr.angelov
2014-08-11
pattern matching in def rules is now supported
kr.angelov
2013-11-18
add gu_buf_insert in libgu
kr.angelov
2013-11-07
remove redundant type signature in gu/seq.h
kr.angelov
2013-10-28
fix the handling of 'pre' in the C runtime
kr.angelov
2013-10-28
bugfix in gu/seq.h
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-09-17
gu_buf_binsearch -> gu_seq_binsearch. Improved API
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-08-27
quicksort and binary search for buffers in libgu
kr.angelov
2013-02-26
added gu_buf_flush in seq.c which removes all elements from a buffer
kr.angelov
2012-06-13
Use a separated tag for meta productions in the robust parser. This cleans up...
kr.angelov
2012-02-29
libpgf: an API for building heaps from buffers in gu/seq.c
kr.angelov
2012-01-20
initial import of the C runtime
kr.angelov