Tue, 24 Sep 2019 20:16:00 +0200 adds array utility functions for user defined arrays feature/array file | diff | annotate
Sat, 10 Aug 2019 11:12:49 +0200 improves array append/prepend/set interface feature/array file | diff | annotate
Wed, 07 Aug 2019 20:45:21 +0200 reverts deletion of tests for ucx_array_at() feature/array file | diff | annotate
Tue, 06 Aug 2019 16:26:46 +0200 removes cumbersome array accessor macros feature/array file | diff | annotate
Thu, 04 Jul 2019 22:32:03 +0200 adds ucx_array_set() feature/array file | diff | annotate
Thu, 04 Jul 2019 20:07:31 +0200 adds array interface and tests feature/array file | diff | annotate
Thu, 17 May 2018 11:13:02 +0200 removes deprecated ucx_list_append_once() and ucx_list_prepend_once() file | diff | annotate
Wed, 09 May 2018 20:15:10 +0200 adds new shift operations for UcxBuffer (including tests and a usage example in modules.md) file | diff | annotate
Wed, 02 May 2018 21:45:52 +0200 adds more convenience macros for sstr file | diff | annotate
Sat, 28 Oct 2017 15:43:51 +0200 modules documentation file | diff | annotate
Wed, 18 Oct 2017 19:10:29 +0200 fixes include path and non-cpp build for test program file | diff | annotate
Wed, 18 Oct 2017 14:23:57 +0200 removes unnecessary macros from ucx.h + removes the usage of restrict and _Bool completely, instead of defining macros file | diff | annotate
Wed, 18 Oct 2017 12:03:44 +0200 removes custom make files and adds autoconf support file | diff | annotate
Tue, 17 Oct 2017 16:15:41 +0200 changes source directory structure in preperation for autotools rollout file | diff | annotate
Tue, 17 Oct 2017 15:15:54 +0200 updates license file | diff | annotate
Sat, 15 Jul 2017 22:36:29 +0200 adds AVL predecessor and successor functions file | diff | annotate
Sat, 15 Jul 2017 19:20:06 +0200 adds distance function and ucx_avl_find_node() file | diff | annotate
Fri, 18 Nov 2016 15:33:58 +0100 removes ucx_list_prepend_once() - this was a big mistake.... file | diff | annotate
Fri, 18 Nov 2016 15:17:04 +0100 adds ucx_list_append_once() and ucx_list_prepend_once() file | diff | annotate
Thu, 08 Sep 2016 15:12:56 +0200 updates documenting comments file | diff | annotate
Wed, 07 Sep 2016 12:41:30 +0200 fixes ucx_sprintf macro and adds tests for sprintf and bprintf file | diff | annotate
Tue, 27 Oct 2015 15:29:34 +0100 added sstrstr() function + improved sstrsplit variants by using sstrprefix() file | diff | annotate
Thu, 15 Oct 2015 12:34:10 +0200 added ucx_map_clean() file | diff | annotate
Mon, 18 May 2015 19:52:03 +0200 added ucx_avl_remove tests file | diff | annotate
Mon, 18 May 2015 19:12:32 +0200 added test for ucx_avl_put file | diff | annotate
Sun, 17 May 2015 17:31:32 +0200 updated copyright notice + added files for upcoming AVL tree implementation file | diff | annotate
Mon, 28 Jul 2014 14:36:25 +0200 added stack implementation + added g++ config and added some fixes for C++ file | diff | annotate
Mon, 14 Jul 2014 13:51:02 +0200 added new sstrcat file | diff | annotate
Mon, 14 Jul 2014 12:45:48 +0200 removed old sstrncat file | diff | annotate
Mon, 07 Jul 2014 11:18:13 +0200 go ahead, nothing to see here file | diff | annotate
Tue, 06 May 2014 14:22:08 +0200 improved logger tests file | diff | annotate
Tue, 06 May 2014 12:03:16 +0200 completed buffer tests file | diff | annotate
Tue, 06 May 2014 10:56:54 +0200 ucx_buffer_extract tests file | diff | annotate
Mon, 05 May 2014 15:56:39 +0200 improved more buffer tests + some doc fixes file | diff | annotate
Mon, 05 May 2014 13:53:27 +0200 added allocator tests + started refactoring UcxBuffer tests (HINT: don't fix issues yet, complete tests first) file | diff | annotate
Thu, 17 Apr 2014 14:33:06 +0200 minor lexical and documentation fixes file | diff | annotate
Mon, 19 Aug 2013 11:54:54 +0200 added sstrcasecmp file | diff | annotate
Mon, 19 Aug 2013 10:44:11 +0200 added sstrrchr file | diff | annotate
Fri, 16 Aug 2013 13:40:10 +0200 fixed documentation for netbeans parser + added sstrprefix() and sstrsuffix() file | diff | annotate
Wed, 14 Aug 2013 15:22:35 +0200 added printf functions file | diff | annotate
Tue, 13 Aug 2013 14:20:12 +0200 completed documentation + changed API for buffer/stream generic copy functions file | diff | annotate
Fri, 09 Aug 2013 11:32:10 +0200 documented test.h and removed duplicated implement/declare macros for UCX_TEST file | diff | annotate
Tue, 06 Aug 2013 10:22:03 +0200 fixed some warnings when compiling with the sun C++ Compiler file | diff | annotate
Mon, 22 Jul 2013 13:45:49 +0200 changed signature of sstrncat + some documentation for UcxList + new features for UcxList file | diff | annotate
Mon, 22 Jul 2013 11:53:39 +0200 removal of single linked list implemenation - step 2: renamed UcxDlist to UcxList (new single implementation) file | diff | annotate
Mon, 22 Jul 2013 11:39:06 +0200 removal of single linked list implemenation - step 1: removal file | diff | annotate
Mon, 15 Jul 2013 16:59:52 +0200 added mempool allocator file | diff | annotate
Mon, 15 Jul 2013 15:43:18 +0200 removed map load/store file | diff | annotate
Mon, 15 Jul 2013 13:53:51 +0200 renamed properties functions file | diff | annotate
Sun, 14 Jul 2013 17:11:34 +0200 added properties load/store functions file | diff | annotate
Fri, 12 Jul 2013 20:50:18 +0200 new properties parser file | diff | annotate
Thu, 28 Feb 2013 08:50:24 +0100 added license and copyright notice to all files file | diff | annotate
Wed, 27 Feb 2013 14:04:45 +0100 fixed execution order of tests + added test for sstrtrim file | diff | annotate
Wed, 27 Feb 2013 11:48:29 +0100 renamed comparator to utils module and added copy functions file | diff | annotate
Wed, 27 Feb 2013 10:28:02 +0100 added tests for ucx_(d)list_contains file | diff | annotate
Wed, 27 Feb 2013 10:09:23 +0100 comparator module file | diff | annotate
Wed, 27 Feb 2013 09:41:17 +0100 variadic test subroutines file | diff | annotate
Fri, 30 Nov 2012 13:10:58 +0100 fixed buffer file | diff | annotate
Wed, 10 Oct 2012 14:18:06 +0200 added autoextend feature to buffer file | diff | annotate
Wed, 10 Oct 2012 10:46:20 +0200 added extract function file | diff | annotate
(0)-60tip

mercurial