Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
ucx_array_sort() uses qsort_r(), if available
feature/array
2019-08-07
, by Mike Becker
reverts deletion of tests for ucx_array_at()
feature/array
2019-08-07
, by Mike Becker
adjusts the documentation for ucx_array_sort() to the current plans
feature/array
2019-08-07
, by Mike Becker
removes cumbersome array accessor macros
feature/array
2019-08-06
, by Mike Becker
resets revision number
feature/array
2019-07-11
, by Mike Becker
adds documentation
feature/array
2019-07-05
, by Mike Becker
fixes doxygen doc
feature/array
2019-07-05
, by Mike Becker
adjusts library version
feature/array
2019-07-05
, by Mike Becker
adds ucx_array_set()
feature/array
2019-07-04
, by Mike Becker
implements ucx_array_sort()
feature/array
2019-07-04
, by Mike Becker
fixes inappropriate size datatype in list merge sort
feature/array
2019-07-04
, by Mike Becker
adds array interface and tests
feature/array
2019-07-04
, by Mike Becker
fixes an url typo which survived surprisingly long
2018-12-28
, by Mike Becker
Added tag v2.0 for changeset 3b985a4eb05b
2018-12-28
, by Mike Becker
fixes ucx_szmul definition for gcc < 5
v2.0
2018-10-07
, by Olaf Wintermann
adds some additional avl tree tests
2018-09-28
, by Olaf Wintermann
adds Eclipse hidden files to .hgignore
2018-08-22
, by Mike Becker
makes g++ happy again
2018-06-21
, by Mike Becker
UcxMap now separates internal non-const keys from public const keys
2018-06-21
, by Mike Becker
being more precise on the different required behavior of a destructor function for pooled and non-pooled memory
2018-05-30
, by Mike Becker
changes sstr shortcut macros s.t. they distinguish sstr_t and scstr_t + add macros which can completely disable the shortcuts
2018-05-29
, by Mike Becker
fixes logging messages starting with '- ' when no additional information is selected
2018-05-29
, by Mike Becker
removes deprecated ucx_list_append_once() and ucx_list_prepend_once()
2018-05-17
, by Mike Becker
Tags finalization of the scstr_t integration.
2018-05-16
, by Mike Becker
adds scstr_t to modules.md + fixes parenthesis bug in sstrsplit_a macro
2018-05-16
, by Mike Becker
use 'convert' as more precise term than 'cast' for the conversion from sstr_t to scstr_t
2018-05-16
, by Mike Becker
unifies naming of sstr_t related and scstr_t related functions
2018-05-16
, by Mike Becker
adds remaining documentation for the scstr functions
2018-05-16
, by Mike Becker
overflow of sstrnlen should return SIZE_MAX instead of zero
2018-05-16
, by Mike Becker
adjusts documentation of UCX string types, converters, and constructors
2018-05-14
, by Mike Becker
finally removes the underscore of ugliness from ucx_str_cmp() and ucx_str_casecmp()
2018-05-14
, by Mike Becker
renames int and longint distance and compare functions according to the new scheme
2018-05-14
, by Mike Becker
renames ucx_doublecmp() and ucx_floatcmp() to ucx_cmp_double() and ucx_cmp_float()
2018-05-14
, by Mike Becker
renames ucx_ptrcmp() to ucx_cmp_ptr()
2018-05-14
, by Mike Becker
renames ucx_memcmp() to ucx_cmp_mem()
2018-05-14
, by Mike Becker
renames ucx_sstrcmp() to ucx_cmp_sstr()
2018-05-14
, by Mike Becker
renames ucx_strncmp() to ucx_cmp_strn()
2018-05-14
, by Mike Becker
renames ucx_strcmp() to ucx_cmp_str()
2018-05-14
, by Mike Becker
closes constsstr branch
constsstr
2018-05-14
, by Mike Becker
merges constsstr branch
2018-05-14
, by Mike Becker
Version 1.1 (library version 2:0:1).
2018-05-14
, by Mike Becker
fixes typo in modules.md
v1.1
2018-05-14
, by Mike Becker
adds documentation for ucx_szmul and 32 bit support
2018-05-14
, by Mike Becker
comprehensive code example for the memory pool
2018-05-14
, by Mike Becker
documentation for the UcxStack
2018-05-13
, by Mike Becker
completes conversion to scstr
constsstr
2018-05-13
, by Olaf Wintermann
adjusts code sample for UcxMap
2018-05-12
, by Mike Becker
adds a code sample for UcxMap
2018-05-12
, by Mike Becker
documentation for the testing framework
2018-05-12
, by Mike Becker
fixes logger test case
2018-05-12
, by Mike Becker
documents (and fixes!) the UcxLogger
2018-05-11
, by Mike Becker
example code for the usage of a UcxList
2018-05-11
, by Mike Becker
adds deprecation notice for *_append/prepend_once()
2018-05-11
, by Mike Becker
adds ucx_sstrcmp() compare function to utils.h
2018-05-11
, by Mike Becker
adds ucx_list_prepend_once() and ucx_list_prepend_once_a()
2018-05-11
, by Mike Becker
adds new shift operations for UcxBuffer (including tests and a usage example in modules.md)
2018-05-09
, by Mike Becker
adds ucx_buffer_to_sstr() macro
2018-05-09
, by Mike Becker
makes sstrcat and sstrnlen scstr_t compatible
constsstr
2018-05-08
, by Olaf Wintermann
adds ucx_avl_free_content() function and documentation in modules.md
2018-05-03
, by Mike Becker
adds distance functions for integers as utils
2018-05-03
, by Mike Becker
adds ucx_longintcmp() compare function
2018-05-03
, by Mike Becker
introduces macro for library version, s.t. both version numbers can be changed in configure.ac
2018-05-03
, by Mike Becker
adds more convenience macros for sstr
2018-05-02
, by Mike Becker
minor formatting fix in modules.md
2018-05-02
, by Mike Becker
doc: adds ucx_sprintf() and ucx_bprintf() samples + fixes leftmenu
2018-05-02
, by Mike Becker
removes artificial anchors from modules.md
2018-05-02
, by Mike Becker
doc: MWE for ucx_stream_copy()
2018-05-02
, by Mike Becker
tell the user how allocation of property values works
2018-05-02
, by Mike Becker
makes destructor functions for *_free_content() optional + more documentation for UcxProperties
2018-05-02
, by Mike Becker
adapts sstrtrim, sstrsplit, sstrcmp and sstrstr to new const string API
constsstr
2018-04-01
, by Olaf Wintermann
adds scstr_t struct for const strings and adapts some string functions
constsstr
2018-03-11
, by Olaf Wintermann
Tag as version 1.0.1
2018-01-23
, by Mike Becker
fixes return value for multiplication with zero in ucx_szmul
v1.0.1
2018-01-21
, by Mike Becker
adds integer overflow checks to sstrlen and sstrcat
2018-01-21
, by Olaf Wintermann
makes default_allocator static
2018-01-21
, by Olaf Wintermann
adds integer overflow checks
2018-01-21
, by Olaf Wintermann
ucx_buffere_getc should return an unsigned char (0-255) or EOF (-1)
2018-01-02
, by Olaf Wintermann
removes man dir from clean target of doc makefile
2017-11-20
, by Mike Becker
restructures documentation + adds some examples for sstr_t
2017-11-20
, by Mike Becker
toc for examples
2017-11-13
, by Mike Becker
fixes bad header specification in root Makefile.am
2017-11-13
, by Mike Becker
web doc has now proper titles
2017-11-13
, by Mike Becker
fixes sourceforge link in doxygen doc
2017-10-28
, by Mike Becker
fixes sourceforge link in doxygen doc
2017-10-28
, by Mike Becker
UCX release
2017-10-28
, by Mike Becker
rename LICENSE to COPYING to be distributed by autoconf
v1.0
2017-10-28
, by Mike Becker
modules documentation
2017-10-28
, by Mike Becker
removes "integration" from documentation
2017-10-28
, by Mike Becker
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
fixes memory leak in test_ucx_buffer_eof
2016-10-13
, by Olaf Wintermann
adds web documentation to project
2016-09-08
, by Mike Becker
less
more
|
(0)
-120
+120
tip