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
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
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
[next]