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.c
Age
Commit message (
Expand
)
Author
2017-04-19
in libgu mark explicitly all functions that belong to the API
krasimir
2017-04-12
a patch from Bjørnar Luteberget for compatibility with MSVC
krasimir
2014-12-24
more compact implementation for GuStringBuf
kr.angelov
2014-10-24
add extern declarations for all inline functions in seq.h. this ensures that ...
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-20
get rid of gu/str.(c|h)
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
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
2014-03-06
C run-time: protect from Windows specific #includes with #ifdef __MINGW32__
hallgren
2014-02-27
include malloc.h in a few places to avoid warnings on Windows
kr.angelov
2013-11-18
add gu_buf_insert in libgu
kr.angelov
2013-11-07
bugfix in the binary search implementation in libgu
kr.angelov
2013-10-28
fix the handling of 'pre' in the C runtime
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-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-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-01-20
initial import of the C runtime
kr.angelov