Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
TOC for modules documentation
2017-10-28
, by Mike Becker
documentation will now be generated using pandoc
2017-10-20
, by Mike Becker
adds support for older automake versions + comments in configure.ac
2017-10-20
, by Mike Becker
fixes include path and non-cpp build for test program
2017-10-18
, by Mike Becker
removes unnecessary macros from ucx.h + removes the usage of restrict and _Bool completely, instead of defining macros
2017-10-18
, by Mike Becker
removes custom make files and adds autoconf support
2017-10-18
, by Mike Becker
changes source directory structure in preperation for autotools rollout
2017-10-17
, by Mike Becker
updates license
2017-10-17
, by Mike Becker
removes unusedFunction check for now (we may add it later to get a further indicator for test coverage)
2017-09-19
, by Mike Becker
explicit cast from (void*) for (ucx_memchunk*) to silence a warning
2017-09-19
, by Mike Becker
fixes wrong format specifier in test result output
2017-09-19
, by Mike Becker
adds cppcheck make target
2017-09-19
, by Mike Becker
adds AVL predecessor and successor functions
2017-07-15
, by Mike Becker
adds const qualifiers to compare, distance and copy function signatures
2017-07-15
, by Mike Becker
adds distance function and ucx_avl_find_node()
2017-07-15
, by Mike Becker
safe one multiplication in overflow check for mempool_chcap()
2017-03-06
, by Mike Becker
removes unused ucx_mempool_clamp() and changes storage behavior of mempool to increase the capacity by a factor of two
2017-03-06
, by Mike Becker
ucx_mempool_free() aborts execution instead of just exiting on failure
2017-03-06
, by Mike Becker
fixes integer overflow in ucx_buffer_extract
2017-02-27
, by Olaf Wintermann
fixes major bug in construction of KMP prefix table for strstr()
2017-02-27
, by Mike Becker
further performance tweaks to sstrstr() function
2017-02-23
, by Mike Becker
improves sstrstr function by using KMP string search algorithm
2017-02-23
, by Mike Becker
reduces amount of realloc calls in sstrsplit
2017-02-20
, by Mike Becker
adds an optimization for one-byte delimiters to sstrsplit (will take effect after planned reimplementation of sstrstr)
2017-02-20
, by Mike Becker
reimplementation of sstrsplit
2017-02-20
, by Mike Becker
adds new test case for sstrsplit: string ends with delimiter but empty string exceeds list bound
2017-02-20
, by Mike Becker
improves handling of special cases delimiter size >= string size in sstrsplit
2017-02-20
, by Mike Becker
adds missing stdint.h include for int32_t + fixes possible implicit const cast overflow + adds support for DESTDIR variable in Makefile
2016-12-16
, by Mike Becker
removes ucx_list_prepend_once() - this was a big mistake....
2016-11-18
, by Mike Becker
adds ucx_list_append_once() and ucx_list_prepend_once()
2016-11-18
, by Mike Becker
less
more
|
(0)
-100
-50
-30
+30
+50
+100
+300
tip