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
2021-01-20
fix gu_map_next
krangelov
2019-08-30
fix gu_map_next
krangelov
2019-08-30
a more reasonable API to iterate over a map
krangelov
2019-08-20
added gu_map_delete
krangelov
2019-06-24
fix in gu_buf_heap_pop
krangelov
2019-02-18
fixes in the headers for use with Microsoft Visual C++
krangelov
2019-02-18
fixes in the headers for compilation on Windows
krangelov
2019-02-14
different definition for GF_ARRAY_LEN
krangelov
2018-12-16
a pool where the smallest chunks are memory pages
krangelov
2017-12-09
silence some warnings on MINGW32
Krasimir Angelov
2017-09-13
fix gu_encode_double
Krasimir Angelov
2017-09-13
corrections in the PGF writer
Krasimir Angelov
2017-09-13
added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is usin...
Krasimir Angelov
2017-04-19
more changes to make the C runtime compilable with MSVC
krasimir
2017-04-19
in libgu mark explicitly all functions that belong to the API
krasimir
2017-04-13
gu_string_buf -> gu_new_string_buf in libgu
krasimir
2017-04-13
add gu_string_buf_data and gu_string_buf_length in libgu
krasimir
2017-04-13
use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile aga...
krasimir
2017-04-12
a patch from Bjørnar Luteberget for compatibility with MSVC
krasimir
2016-04-29
added methods for accessing the last element of a buffer in libgu
krasimir
2016-04-13
locale independent printing for doubles when they are part of an abstract exp...
krasimir
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
[next]