Wed, 18 Oct 2017 14:23:57 +0200 |
Mike Becker |
removes unnecessary macros from ucx.h + removes the usage of restrict and _Bool completely, instead of defining macros
|
changeset |
files
|
Wed, 18 Oct 2017 12:03:44 +0200 |
Mike Becker |
removes custom make files and adds autoconf support
|
changeset |
files
|
Tue, 17 Oct 2017 16:15:41 +0200 |
Mike Becker |
changes source directory structure in preperation for autotools rollout
|
changeset |
files
|
Tue, 17 Oct 2017 15:15:54 +0200 |
Mike Becker |
updates license
|
changeset |
files
|
Tue, 19 Sep 2017 15:32:53 +0200 |
Mike Becker |
removes unusedFunction check for now (we may add it later to get a further indicator for test coverage)
|
changeset |
files
|
Tue, 19 Sep 2017 14:35:08 +0200 |
Mike Becker |
explicit cast from (void*) for (ucx_memchunk*) to silence a warning
|
changeset |
files
|
Tue, 19 Sep 2017 14:16:26 +0200 |
Mike Becker |
fixes wrong format specifier in test result output
|
changeset |
files
|
Tue, 19 Sep 2017 14:13:40 +0200 |
Mike Becker |
adds cppcheck make target
|
changeset |
files
|
Sat, 15 Jul 2017 22:36:29 +0200 |
Mike Becker |
adds AVL predecessor and successor functions
|
changeset |
files
|
Sat, 15 Jul 2017 20:46:18 +0200 |
Mike Becker |
adds const qualifiers to compare, distance and copy function signatures
|
changeset |
files
|
Sat, 15 Jul 2017 19:20:06 +0200 |
Mike Becker |
adds distance function and ucx_avl_find_node()
|
changeset |
files
|
Mon, 06 Mar 2017 16:22:42 +0100 |
Mike Becker |
safe one multiplication in overflow check for mempool_chcap()
|
changeset |
files
|
Mon, 06 Mar 2017 16:09:42 +0100 |
Mike Becker |
removes unused ucx_mempool_clamp() and changes storage behavior of mempool to increase the capacity by a factor of two
|
changeset |
files
|
Mon, 06 Mar 2017 15:37:40 +0100 |
Mike Becker |
ucx_mempool_free() aborts execution instead of just exiting on failure
|
changeset |
files
|
Mon, 27 Feb 2017 17:25:36 +0100 |
Olaf Wintermann |
fixes integer overflow in ucx_buffer_extract
|
changeset |
files
|