Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
being more precise on the different required behavior of a destructor function for pooled and non-pooled memory
Wed, 30 May 2018 11:13:52 +0200
, by Mike Becker
changes sstr shortcut macros s.t. they distinguish sstr_t and scstr_t + add macros which can completely disable the shortcuts
Tue, 29 May 2018 11:05:12 +0200
, by Mike Becker
fixes logging messages starting with '- ' when no additional information is selected
Tue, 29 May 2018 10:02:55 +0200
, by Mike Becker
removes deprecated ucx_list_append_once() and ucx_list_prepend_once()
Thu, 17 May 2018 11:13:02 +0200
, by Mike Becker
Tags finalization of the scstr_t integration.
Wed, 16 May 2018 19:33:31 +0200
, by Mike Becker
adds scstr_t to modules.md + fixes parenthesis bug in sstrsplit_a macro
scstr_t-final
Wed, 16 May 2018 19:27:45 +0200
, by Mike Becker
use 'convert' as more precise term than 'cast' for the conversion from sstr_t to scstr_t
Wed, 16 May 2018 19:01:21 +0200
, by Mike Becker
unifies naming of sstr_t related and scstr_t related functions
Wed, 16 May 2018 18:56:44 +0200
, by Mike Becker
adds remaining documentation for the scstr functions
Wed, 16 May 2018 14:02:59 +0200
, by Mike Becker
overflow of sstrnlen should return SIZE_MAX instead of zero
Wed, 16 May 2018 13:13:33 +0200
, by Mike Becker
adjusts documentation of UCX string types, converters, and constructors
Mon, 14 May 2018 19:24:34 +0200
, by Mike Becker
finally removes the underscore of ugliness from ucx_str_cmp() and ucx_str_casecmp()
Mon, 14 May 2018 18:27:23 +0200
, by Mike Becker
renames int and longint distance and compare functions according to the new scheme
Mon, 14 May 2018 18:25:20 +0200
, by Mike Becker
renames ucx_doublecmp() and ucx_floatcmp() to ucx_cmp_double() and ucx_cmp_float()
Mon, 14 May 2018 18:23:35 +0200
, by Mike Becker
renames ucx_ptrcmp() to ucx_cmp_ptr()
Mon, 14 May 2018 18:20:56 +0200
, by Mike Becker
renames ucx_memcmp() to ucx_cmp_mem()
Mon, 14 May 2018 18:19:16 +0200
, by Mike Becker
renames ucx_sstrcmp() to ucx_cmp_sstr()
Mon, 14 May 2018 18:16:12 +0200
, by Mike Becker
renames ucx_strncmp() to ucx_cmp_strn()
Mon, 14 May 2018 18:13:03 +0200
, by Mike Becker
renames ucx_strcmp() to ucx_cmp_str()
Mon, 14 May 2018 18:12:14 +0200
, by Mike Becker
closes constsstr branch
constsstr
Mon, 14 May 2018 17:58:06 +0200
, by Mike Becker
merges constsstr branch
Mon, 14 May 2018 17:56:03 +0200
, by Mike Becker
Version 1.1 (library version 2:0:1).
Mon, 14 May 2018 15:58:51 +0200
, by Mike Becker
fixes typo in modules.md
v1.1
Mon, 14 May 2018 13:15:32 +0200
, by Mike Becker
adds documentation for ucx_szmul and 32 bit support
Mon, 14 May 2018 13:13:36 +0200
, by Mike Becker
comprehensive code example for the memory pool
Mon, 14 May 2018 12:54:37 +0200
, by Mike Becker
documentation for the UcxStack
Sun, 13 May 2018 17:34:06 +0200
, by Mike Becker
completes conversion to scstr
constsstr
Sun, 13 May 2018 07:13:09 +0200
, by Olaf Wintermann
adjusts code sample for UcxMap
Sat, 12 May 2018 14:56:17 +0200
, by Mike Becker
adds a code sample for UcxMap
Sat, 12 May 2018 14:50:09 +0200
, by Mike Becker
documentation for the testing framework
Sat, 12 May 2018 14:13:53 +0200
, by Mike Becker
fixes logger test case
Sat, 12 May 2018 13:57:12 +0200
, by Mike Becker
documents (and fixes!) the UcxLogger
Fri, 11 May 2018 19:48:19 +0200
, by Mike Becker
example code for the usage of a UcxList
Fri, 11 May 2018 18:46:31 +0200
, by Mike Becker
adds deprecation notice for *_append/prepend_once()
Fri, 11 May 2018 18:35:08 +0200
, by Mike Becker
adds ucx_sstrcmp() compare function to utils.h
Fri, 11 May 2018 18:13:54 +0200
, by Mike Becker
adds ucx_list_prepend_once() and ucx_list_prepend_once_a()
Fri, 11 May 2018 17:40:16 +0200
, by Mike Becker
adds new shift operations for UcxBuffer (including tests and a usage example in modules.md)
Wed, 09 May 2018 20:15:10 +0200
, by Mike Becker
adds ucx_buffer_to_sstr() macro
Wed, 09 May 2018 15:04:15 +0200
, by Mike Becker
makes sstrcat and sstrnlen scstr_t compatible
constsstr
Tue, 08 May 2018 12:49:56 +0200
, by Olaf Wintermann
adds ucx_avl_free_content() function and documentation in modules.md
Thu, 03 May 2018 10:44:33 +0200
, by Mike Becker
adds distance functions for integers as utils
Thu, 03 May 2018 10:09:49 +0200
, by Mike Becker
adds ucx_longintcmp() compare function
Thu, 03 May 2018 09:49:38 +0200
, by Mike Becker
introduces macro for library version, s.t. both version numbers can be changed in configure.ac
Thu, 03 May 2018 09:26:06 +0200
, by Mike Becker
adds more convenience macros for sstr
Wed, 02 May 2018 21:45:52 +0200
, by Mike Becker
minor formatting fix in modules.md
Wed, 02 May 2018 20:55:23 +0200
, by Mike Becker
doc: adds ucx_sprintf() and ucx_bprintf() samples + fixes leftmenu
Wed, 02 May 2018 19:16:58 +0200
, by Mike Becker
removes artificial anchors from modules.md
Wed, 02 May 2018 18:47:22 +0200
, by Mike Becker
doc: MWE for ucx_stream_copy()
Wed, 02 May 2018 18:42:04 +0200
, by Mike Becker
tell the user how allocation of property values works
Wed, 02 May 2018 18:10:00 +0200
, by Mike Becker
makes destructor functions for *_free_content() optional + more documentation for UcxProperties
Wed, 02 May 2018 16:14:40 +0200
, by Mike Becker
adapts sstrtrim, sstrsplit, sstrcmp and sstrstr to new const string API
constsstr
Sun, 01 Apr 2018 09:51:01 +0200
, by Olaf Wintermann
adds scstr_t struct for const strings and adapts some string functions
constsstr
Sun, 11 Mar 2018 13:43:07 +0100
, by Olaf Wintermann
Tag as version 1.0.1
Tue, 23 Jan 2018 19:23:34 +0100
, by Mike Becker
fixes return value for multiplication with zero in ucx_szmul
v1.0.1
Sun, 21 Jan 2018 14:10:59 +0100
, by Mike Becker
adds integer overflow checks to sstrlen and sstrcat
Sun, 21 Jan 2018 10:57:32 +0100
, by Olaf Wintermann
makes default_allocator static
Sun, 21 Jan 2018 10:14:47 +0100
, by Olaf Wintermann
adds integer overflow checks
Sun, 21 Jan 2018 10:13:21 +0100
, by Olaf Wintermann
ucx_buffere_getc should return an unsigned char (0-255) or EOF (-1)
Tue, 02 Jan 2018 17:00:21 +0100
, by Olaf Wintermann
removes man dir from clean target of doc makefile
Mon, 20 Nov 2017 18:06:32 +0100
, by Mike Becker
restructures documentation + adds some examples for sstr_t
Mon, 20 Nov 2017 16:10:23 +0100
, by Mike Becker
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip