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
2015-05-08
the parser is now fully Unicode compatible
krasimir
2015-05-07
fix gu_ucs_is_space in libgu
krasimir
2015-05-06
fix the UTF8 implementation in libgu
krasimir
2015-03-19
fix the compilation of gu/mem.c on Windows. For now memory mapped pools on Wi...
krasimir
2014-12-29
API for word alignment in the C runtime and in the Haskell binding
kr.angelov
2014-12-24
more compact implementation for GuStringBuf
kr.angelov
2014-10-24
comment out a few assertions in bits.h. this code is run too often to have ex...
kr.angelov
2014-10-24
make it possible to specify the initial size of a map in libgu
kr.angelov
2014-10-24
simplify gu/map
kr.angelov
2014-10-24
add extern declarations for all inline functions in seq.h. this ensures that ...
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-23
a cosmetic optimization in mem.c
kr.angelov
2014-10-23
fix warning in ucs.c
kr.angelov
2014-10-22
add Unicode classification routines to libgu. ported from the base package in...
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
fix two warnings in mem.c
kr.angelov
2014-10-09
fix in gu_mmap_pool for Android
kr.angelov
2014-10-09
add the const modifier to the key in the two procedures for binary search in ...
kr.angelov
2014-10-08
use MAP_FIXED in gu_mmap_pool
kr.angelov
2014-10-08
an experimental memory mapped pool. still not in use
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
2014-02-09
GuVariant is now plain uintptr_t instead of a structure to make it easier to ...
kr.angelov
2013-11-18
add gu_buf_insert in libgu
kr.angelov
2013-11-15
fixes in the C runtime to avoid warnings when compiling on MacOS
kr.angelov
2013-11-07
bugfix in the binary search implementation in libgu
kr.angelov
2013-11-07
remove redundant type signature in gu/seq.h
kr.angelov
2013-11-01
make gu_exn_is_raised non inlined. this is useful to make it callable from Ha...
kr.angelov
2013-10-31
fixed utf-8 decoding problem in libgu
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-09
a major redesign in the C runtime. The parser and the linearizer now fully su...
kr.angelov
2013-10-09
added gu_is_space in gu/utf8.h. this helps to avoid the dependency on the bro...
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-09-26
add gu_variant_close in libgu
kr.angelov
2013-09-18
add type signature for gu_string_length in the headers of libgu
kr.angelov
2013-09-17
bugfix in the ordering of strings in libgu
kr.angelov
2013-09-17
gu_buf_binsearch -> gu_seq_binsearch. Improved API
kr.angelov
2013-09-17
added order and equality for strings in libgu
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-09-13
bugfix in utf8.c
kr.angelov
2013-09-13
fix a warning in utf8.c
kr.angelov
2013-09-13
optimize the reading of strings in the grammar loader.
kr.angelov
2013-09-13
more UTF8 cleanup
kr.angelov
2013-09-13
clean up the UTF8 API in libgu
kr.angelov
2013-09-12
remove the logging from libgu
kr.angelov
[next]