Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
fixes bad header specification in root Makefile.am
Mon, 13 Nov 2017 13:27:18 +0100
, by Mike Becker
web doc has now proper titles
Mon, 13 Nov 2017 12:21:55 +0100
, by Mike Becker
fixes sourceforge link in doxygen doc
Sat, 28 Oct 2017 16:31:29 +0200
, by Mike Becker
fixes sourceforge link in doxygen doc
Sat, 28 Oct 2017 16:25:47 +0200
, by Mike Becker
UCX release
Sat, 28 Oct 2017 16:07:52 +0200
, by Mike Becker
rename LICENSE to COPYING to be distributed by autoconf
v1.0
Sat, 28 Oct 2017 15:59:16 +0200
, by Mike Becker
modules documentation
Sat, 28 Oct 2017 15:43:51 +0200
, by Mike Becker
removes "integration" from documentation
Sat, 28 Oct 2017 11:25:27 +0200
, by Mike Becker
TOC for modules documentation
Sat, 28 Oct 2017 11:23:54 +0200
, by Mike Becker
documentation will now be generated using pandoc
Fri, 20 Oct 2017 15:28:06 +0200
, by Mike Becker
adds support for older automake versions + comments in configure.ac
Fri, 20 Oct 2017 13:50:13 +0200
, by Mike Becker
fixes include path and non-cpp build for test program
Wed, 18 Oct 2017 19:10:29 +0200
, by Mike Becker
removes unnecessary macros from ucx.h + removes the usage of restrict and _Bool completely, instead of defining macros
Wed, 18 Oct 2017 14:23:57 +0200
, by Mike Becker
removes custom make files and adds autoconf support
Wed, 18 Oct 2017 12:03:44 +0200
, by Mike Becker
changes source directory structure in preperation for autotools rollout
Tue, 17 Oct 2017 16:15:41 +0200
, by Mike Becker
updates license
Tue, 17 Oct 2017 15:15:54 +0200
, by Mike Becker
removes unusedFunction check for now (we may add it later to get a further indicator for test coverage)
Tue, 19 Sep 2017 15:32:53 +0200
, by Mike Becker
explicit cast from (void*) for (ucx_memchunk*) to silence a warning
Tue, 19 Sep 2017 14:35:08 +0200
, by Mike Becker
fixes wrong format specifier in test result output
Tue, 19 Sep 2017 14:16:26 +0200
, by Mike Becker
adds cppcheck make target
Tue, 19 Sep 2017 14:13:40 +0200
, by Mike Becker
adds AVL predecessor and successor functions
Sat, 15 Jul 2017 22:36:29 +0200
, by Mike Becker
adds const qualifiers to compare, distance and copy function signatures
Sat, 15 Jul 2017 20:46:18 +0200
, by Mike Becker
adds distance function and ucx_avl_find_node()
Sat, 15 Jul 2017 19:20:06 +0200
, by Mike Becker
safe one multiplication in overflow check for mempool_chcap()
Mon, 06 Mar 2017 16:22:42 +0100
, by Mike Becker
removes unused ucx_mempool_clamp() and changes storage behavior of mempool to increase the capacity by a factor of two
Mon, 06 Mar 2017 16:09:42 +0100
, by Mike Becker
ucx_mempool_free() aborts execution instead of just exiting on failure
Mon, 06 Mar 2017 15:37:40 +0100
, by Mike Becker
fixes integer overflow in ucx_buffer_extract
Mon, 27 Feb 2017 17:25:36 +0100
, by Olaf Wintermann
fixes major bug in construction of KMP prefix table for strstr()
Mon, 27 Feb 2017 11:45:31 +0100
, by Mike Becker
further performance tweaks to sstrstr() function
Thu, 23 Feb 2017 15:25:26 +0100
, by Mike Becker
improves sstrstr function by using KMP string search algorithm
Thu, 23 Feb 2017 14:30:12 +0100
, by Mike Becker
reduces amount of realloc calls in sstrsplit
Mon, 20 Feb 2017 17:28:58 +0100
, by Mike Becker
adds an optimization for one-byte delimiters to sstrsplit (will take effect after planned reimplementation of sstrstr)
Mon, 20 Feb 2017 17:12:14 +0100
, by Mike Becker
reimplementation of sstrsplit
Mon, 20 Feb 2017 16:57:09 +0100
, by Mike Becker
adds new test case for sstrsplit: string ends with delimiter but empty string exceeds list bound
Mon, 20 Feb 2017 16:04:14 +0100
, by Mike Becker
improves handling of special cases delimiter size >= string size in sstrsplit
Mon, 20 Feb 2017 15:25:28 +0100
, by Mike Becker
adds missing stdint.h include for int32_t + fixes possible implicit const cast overflow + adds support for DESTDIR variable in Makefile
Fri, 16 Dec 2016 23:22:18 +0100
, by Mike Becker
removes ucx_list_prepend_once() - this was a big mistake....
Fri, 18 Nov 2016 15:33:58 +0100
, by Mike Becker
adds ucx_list_append_once() and ucx_list_prepend_once()
Fri, 18 Nov 2016 15:17:04 +0100
, by Mike Becker
fixes memory leak in test_ucx_buffer_eof
Thu, 13 Oct 2016 16:25:21 +0200
, by Olaf Wintermann
adds web documentation to project
Thu, 08 Sep 2016 16:39:45 +0200
, by Mike Becker
updates documenting comments
Thu, 08 Sep 2016 15:12:56 +0200
, by Mike Becker
documents UCX_STREAM_COPY_BUFSIZE
Thu, 08 Sep 2016 12:04:01 +0200
, by Mike Becker
fixes ucx_sprintf macro and adds tests for sprintf and bprintf
Wed, 07 Sep 2016 12:41:30 +0200
, by Mike Becker
changes ucx_stream_Xcopy API
Wed, 07 Sep 2016 12:26:01 +0200
, by Mike Becker
removes superfluous UCX_VERSION macro
Wed, 07 Sep 2016 11:32:22 +0200
, by Mike Becker
fixes UCX_FOREACH documentation
Tue, 23 Aug 2016 12:41:04 +0200
, by Mike Becker
fixed misaligned memory access in test_ucx_buffer_write
Fri, 11 Mar 2016 18:06:27 +0100
, by Olaf Wintermann
fixed further usages of SIZE_MAX
Fri, 26 Feb 2016 16:33:04 +0100
, by Mike Becker
removed dependency to stdint.h in stack header
Fri, 26 Feb 2016 16:22:20 +0100
, by Mike Becker
added casts for mallocs in AVL implementation (to satisfy c++ compiler)
Fri, 26 Feb 2016 16:00:18 +0100
, by Mike Becker
removed some implementation details from documentation + fixed ucx_buffer_write doc
Fri, 26 Feb 2016 14:59:52 +0100
, by Mike Becker
added sstrstr() function + improved sstrsplit variants by using sstrprefix()
Tue, 27 Oct 2015 15:29:34 +0100
, by Mike Becker
added important test case to sstrsplit and fixed bug with consecutively occurring delimiters + fixed build system not linking test binary with newest library build
Mon, 26 Oct 2015 14:09:45 +0100
, by Mike Becker
fixed name of ucx_list_free_content()
Thu, 22 Oct 2015 11:35:40 +0200
, by Mike Becker
added ucx_list_free_contents()
Wed, 21 Oct 2015 16:32:30 +0200
, by Mike Becker
added sstrlower / sstrupper variants
Thu, 15 Oct 2015 16:52:53 +0200
, by Mike Becker
moved ucx_destructor type to ucx.h and added destructor argument to ucx_map_free_content
Thu, 15 Oct 2015 14:59:25 +0200
, by Mike Becker
added convenience function ucx_map_free_contents()
Thu, 15 Oct 2015 14:21:38 +0200
, by Mike Becker
optimized ucx_map_clear (noop for count == 0)
Thu, 15 Oct 2015 12:39:50 +0200
, by Mike Becker
added ucx_map_clean()
Thu, 15 Oct 2015 12:34:10 +0200
, by Mike Becker
less
more
|
(0)
-100
-60
+60
+100
+300
tip