Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
fix missing static inline for map functions
2022-05-27
, by Mike Becker
#178 fix that lists of different kind cannot be compared
2022-05-21
, by Mike Becker
#189 implement map iterators
2022-05-21
, by Mike Becker
#189 basic map implementation
2022-05-19
, by Mike Becker
#189 declare basic map functions
2022-05-18
, by Mike Becker
#170 test buffer eof
2022-05-16
, by Mike Becker
#170 test buffer seek
2022-05-16
, by Mike Becker
#184 #170 flush at threshold test
2022-05-01
, by Mike Becker
#184 #170 first basic flush test
2022-05-01
, by Mike Becker
#184 untested implementation of the flush feature
2022-05-01
, by Mike Becker
optimization for buffer write easy cases
2022-05-01
, by Mike Becker
#170 no bug never existed
2022-05-01
, by Mike Becker
#170 complete write tests for status quo
2022-05-01
, by Mike Becker
fix regression: nitems adjusted at the wrong location
2022-05-01
, by Mike Becker
#184 start implementation of the flush feature
2022-04-30
, by Mike Becker
#170 first basic write tests
2022-04-30
, by Mike Becker
fix doc error for cxBufferWrite
2022-04-30
, by Mike Becker
#170 add cxBufferClear test
2022-04-30
, by Mike Becker
#170 add several more buffer tests
2022-04-24
, by Mike Becker
fix cxBufferMinimumCapacity not using the allocator
2022-04-24
, by Mike Becker
do not implicitly zero freshly allocated memory
2022-04-24
, by Mike Becker
fix cxBufferMinimumCapacity implementation still using additional_bytes
2022-04-24
, by Mike Becker
fix erroneous doc for cxBufferShift
2022-04-24
, by Mike Becker
#170 first buffer tests
2022-04-24
, by Mike Becker
#171 const qualifier and nonnull attributes
2022-04-24
, by Mike Becker
#179 improve API for list content destruction
2022-04-18
, by Mike Becker
add doc for cx_for_n
2022-04-18
, by Mike Becker
simplify destructor signature (but loads more responsibility onto the user)
2022-04-18
, by Mike Becker
simplify auto-free contents in lists
2022-04-18
, by Mike Becker
remove list destructor
2022-04-18
, by Mike Becker
configure clang-tidy to ignore cert-err58-cpp for test code
2022-04-18
, by Mike Becker
add [[maybe_unused]] attributed to params of mocked function
2022-04-18
, by Mike Becker
add test for cxListCompare
2022-04-16
, by Mike Becker
fix memory leak in test data
2022-04-16
, by Mike Becker
make cxListMemoryMgmt a linkable symbol
2022-04-16
, by Mike Becker
improve testing allocator + add tests for it
2022-04-16
, by Mike Becker
migrate list tests to gtest
2022-04-16
, by Mike Becker
fix required cast if compiled with C++
2022-04-16
, by Mike Becker
migrate tree tests to gtest
2022-04-16
, by Mike Becker
test uncovered branch in cxReallocate()
2022-04-16
, by Mike Becker
do not use macro for suite name
2022-04-16
, by Mike Becker
compile only one single binary for tests
2022-04-16
, by Mike Becker
migrate allocator tests to gtest
2022-04-16
, by Mike Becker
add googletest framework
2022-04-15
, by Mike Becker
#129 - remove test code duplication
2022-04-09
, by Mike Becker
#168 - add attributes and const
2022-04-09
, by Mike Becker
remove test code duplication for cxListAdd
2022-03-06
, by Mike Becker
add setup and teardown functions to test_list.c
2022-02-25
, by Mike Becker
fix typo in documentation
2022-02-15
, by Mike Becker
add convenience function to configure list memory management
2022-02-15
, by Mike Becker
add new destructor API and apply it to CxList
2022-02-15
, by Mike Becker
change Doxyfile to ignore __attribute__ and include static inline functions
2022-02-15
, by Mike Becker
add allocator support to CxBuffer
2022-01-31
, by Mike Becker
do not hide pointers behind typedefs
2022-01-30
, by Mike Becker
add cxListInsertAfter() and cxListInsertBefore()
2022-01-29
, by Mike Becker
reorder the list test functions
2022-01-29
, by Mike Becker
pointer type must be explicit in cx_foreach macro
2022-01-22
, by Mike Becker
add cx_foreach macro
2022-01-22
, by Mike Becker
add the feature to remove items during iteration
2022-01-22
, by Mike Becker
add iterator interface + linked list iterator
2022-01-22
, by Mike Becker
hide __attribute__ from compilers that may not support it
2022-01-22
, by Mike Becker
simplifies some linked list tests
2021-12-28
, by Mike Becker
fix missing cleanup in test_hl_linked_list_from_array
2021-12-28
, by Mike Becker
add cxListReverse()
2021-12-28
, by Mike Becker
add some const qualifiers
2021-12-28
, by Mike Becker
add cxLinkedListFromArray() and cxListCompare()
2021-12-28
, by Mike Becker
use c99 bool + add test for low level find
2021-12-28
, by Mike Becker
add cx_linked_list_compare() and simplifies some tests
2021-12-28
, by Mike Becker
use same doxygen style in all files
2021-12-27
, by Mike Becker
add common.h include to all other header files
2021-12-27
, by Mike Becker
add ported UCX buffer implementation
2021-12-27
, by Mike Becker
add tests for the new low level functions
2021-12-27
, by Mike Becker
add several new linked list functions
2021-12-23
, by Mike Becker
add cx_linked_list_find()
2021-12-20
, by Mike Becker
add linked list tests for cxListAt()
2021-12-20
, by Mike Becker
add more nonnull attributes
2021-12-20
, by Mike Becker
add more explicit documentation to cx_linked_list_remove()
2021-12-20
, by Mike Becker
change contract of cx_linked_list_remove()
2021-12-20
, by Mike Becker
add cx_linked_list_first() + cx_linked_list_prepend()
2021-12-04
, by Mike Becker
remove cxListLast (can be realized via cxListAt and index=size-1)
2021-10-09
, by Mike Becker
add cx_linked_list_{prev, remove, reverse}
2021-10-08
, by Mike Becker
move dereference operation into macro
2021-10-08
, by Mike Becker
add new ucx_list_sort test
support/2.x
2021-10-05
, by Mike Becker
add tree.h to list of headers
2021-10-06
, by Mike Becker
add high level list sort and inlines method invocation functions
2021-10-06
, by Mike Becker
add cx_linked_list_sort()
2021-10-05
, by Mike Becker
remove unused cxLinkedListRecalculateSize()
2021-10-05
, by Mike Becker
add special linked list implementation for storing pointers
2021-10-05
, by Mike Becker
remove redundant documentation for function pointers
2021-10-05
, by Mike Becker
add documentation for list.h
2021-10-05
, by Mike Becker
change src dir of Doxygen to only include header files
2021-10-05
, by Mike Becker
remove obsolete config from Doxyfile
2021-10-05
, by Mike Becker
put attributes on separate lines
2021-10-05
, by Mike Becker
remove convenience macros
2021-10-05
, by Mike Becker
add tests for high level functions
2021-10-03
, by Mike Becker
add convenience macros for pointer casts
2021-10-03
, by Mike Becker
fix bad start index in cx_ll_node_at()
2021-10-03
, by Mike Becker
change cx_linked_list_last() and add a test for it
2021-10-03
, by Mike Becker
change test names
2021-10-03
, by Mike Becker
remove unused cx_tree_last()
2021-10-03
, by Mike Becker
add some documentation and changes some signatures
2021-10-03
, by Mike Becker
add __alloc_size__ attribute
2021-10-03
, by Mike Becker
make cx_linked_list_class static
2021-10-03
, by Mike Becker
improves usage of attributes
2021-10-03
, by Mike Becker
minor code changes
2021-10-03
, by Mike Becker
implement cx_ll_insert()
2021-09-28
, by Mike Becker
implement cx_ll_remove()
2021-09-28
, by Mike Becker
remove unnecessary fields from linked list node and simplifies cx_ll_add()
2021-09-28
, by Mike Becker
Automated merge
2021-09-28
, by Mike Becker
rename test_cx_linked_list_add
2021-09-28
, by Olaf Wintermann
remove error handling from tests
2021-09-28
, by Olaf Wintermann
add test for cx_linked_list_add
2021-09-28
, by Olaf Wintermann
change cxLinkedListCreate() setting all fields instead of calling cxListRecalculateSize()
2021-09-28
, by Mike Becker
fix mixed up cases in cx_ll_at()
2021-09-27
, by Mike Becker
add high-level function cxListAt()
2021-09-27
, by Mike Becker
add function cx_linked_list_at()
2021-09-27
, by Mike Becker
implement linked list find
2021-09-27
, by Mike Becker
add node destruction in cxLinkedListDestroy()
2021-09-27
, by Mike Becker
change inheritance model for lists
2021-09-26
, by Mike Becker
add attributes to allocator functions
2021-09-26
, by Mike Becker
add option to enable more warnings
2021-09-26
, by Mike Becker
Automated merge
2021-09-26
, by Mike Becker
implement cx_tree_add_child_node using cx_linked_list_add
2021-09-26
, by Olaf Wintermann
add cx_tree_add_child_node tests
2021-09-26
, by Olaf Wintermann
add documentation to allocator.h
2021-09-26
, by Mike Becker
fix special cases for linked_list_add
2021-09-26
, by Mike Becker
Automated merge
2021-09-26
, by Mike Becker
implement cx_tree_add_node()
2021-09-26
, by Olaf Wintermann
add cx_tree_add_node test
2021-09-26
, by Olaf Wintermann
add some low level tree function declarations
2021-09-26
, by Olaf Wintermann
implement at least freeing the linked list container
2021-09-26
, by Mike Becker
add utility to verify allocations
2021-09-26
, by Mike Becker
fix reallocate_null test not used and wrong
2021-09-26
, by Mike Becker
change detection of Doxygen
2021-09-26
, by Mike Becker
remove public visibility of default allocator class
2021-09-26
, by Mike Becker
merge with remote default
2021-09-26
, by Mike Becker
add missing quotation marks
2021-08-22
, by Mike Becker
remove unnecessary check
2021-09-26
, by Mike Becker
fix missing extern "C"
2021-09-26
, by Mike Becker
adds cxReallocate()
2021-03-01
, by Mike Becker
perform array and list tests in the same test binary (use the same assertions, later)
2021-02-14
, by Mike Becker
removes stupid high level wrapper for linked lists + adds test for cxLinkedListCreate
2021-02-14
, by Mike Becker
add first test suite to test_linked_list.c
2021-02-14
, by Mike Becker
add test config and let the test binary return nonzero on test failures
2021-02-14
, by Mike Becker
adds cxLinkedListDestroy prototype
2021-02-14
, by Mike Becker
fixes cx_linked_list_add not recalculating end
2021-02-07
, by Mike Becker
simplifies linked list descriptor
2021-02-07
, by Mike Becker
adds cxLinkedListWrap and cxLinkedListRecalculateSize
2021-02-07
, by Mike Becker
removes unnecessary typedefs
2021-02-07
, by Mike Becker
adds cxListLast
2021-02-07
, by Mike Becker
use C99 flexible array to mark the node's payload
2021-02-07
, by Mike Becker
use named fields to access node memory
2021-02-07
, by Mike Becker
copy list items when they are added to the list
2021-02-07
, by Mike Becker
changes off_t to ptrdiff_t
2021-02-07
, by Mike Becker
adds missing assignments for new list node
2021-02-07
, by Mike Becker
adds first draft for linked list implementation
2021-02-07
, by Mike Becker
removes unnecessary cx_allocator typedef
2021-02-07
, by Mike Becker
make cx_allocator_class shared
2021-02-07
, by Mike Becker
fixes missing CUnit include dir
2021-02-07
, by Mike Becker
high level allocator functions should be real functions, not macros
2021-02-07
, by Mike Becker
no C99 comments
2021-02-07
, by Mike Becker
add at least a cxFree() call, even if we can't test it
2021-02-07
, by Mike Becker
adds allocator interface and default implementation
2021-02-07
, by Mike Becker
starts ucx 3.0 development
2021-02-06
, by Mike Becker
Added tag v2.1 for changeset 871a8ffe6c9d
2019-12-30
, by Mike Becker
merges closed feature/array branch
v2.1
2019-12-30
, by Mike Becker
closes array branch towards ucx 2.1 release
feature/array
2019-12-30
, by Mike Becker
adds changelog to html documentation
2019-12-30
, by Mike Becker
fix: missing test header files in make dist target
2019-12-30
, by Mike Becker
fixes build on FreeBSD and macOS
2019-12-29
, by Olaf Wintermann
fixes string replace function in case replmax is 0
2019-12-29
, by Olaf Wintermann
adds more sstrreplace tests
2019-12-29
, by Olaf Wintermann
adds CHANGELOG
2019-12-29
, by Mike Becker
fixes another leak in string replace function
2019-12-29
, by Mike Becker
fix: index buffer in string replace was not freed
2019-12-29
, by Mike Becker
adds string replace functions
2019-12-29
, by Mike Becker
adds install target for cmake builds
2019-12-27
, by Mike Becker
fixes logging of absolute paths in ucx_logger_logf()
2019-12-20
, by Mike Becker
adds proper cmake build targets
2019-12-20
, by Mike Becker
adds set operations for UcxMap
2019-12-19
, by Mike Becker
adds missing documentation for custom multiplication function
2019-12-19
, by Mike Becker
adds very simple cmake wrapper
2019-12-19
, by Mike Becker
adds set operations to UcxList
2019-11-24
, by Mike Becker
updates the web doc for array
2019-11-07
, by Mike Becker
removes some bugs by redesigning the array API
2019-11-07
, by Mike Becker
removes c11 default again and leave the choice to the user
2019-11-06
, by Mike Becker
fix: configure.ac
2019-11-06
, by Mike Becker
adds testcase to uncover a bug in ucx_array_append()
2019-11-06
, by Mike Becker
fix: missing documentation for first param in ucx_array_init_a()
2019-11-03
, by Mike Becker
adds case independent versions of sstrprefix() and sstrsuffix()
2019-11-03
, by Mike Becker
fixes hard to use documentation in string.h
2019-11-03
, by Mike Becker
adds automatic c11 detection to configure.ac
2019-11-03
, by Mike Becker
adds missing include for strncasecmp() to avoid an implicit declaration
2019-10-05
, by Mike Becker
merges the UcxArray implementation
2019-10-05
, by Mike Becker
adjusts the UcxArray documentation to the recent changes
feature/array
2019-10-05
, by Mike Becker
tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx
feature/array
2019-10-03
, by Mike Becker
fixes two bugs: clone to uninitialized array and missing return in ucx_array_ensurecap()
feature/array
2019-10-03
, by Mike Becker
changes UcxArray from value to pointer semantics
feature/array
2019-10-03
, by Mike Becker
adds array utility functions for user defined arrays
feature/array
2019-09-24
, by Mike Becker
improves array append/prepend/set interface
feature/array
2019-08-10
, by Mike Becker
renames ucx_array_free() to ucx_array_destroy()
feature/array
2019-08-10
, by Mike Becker
merges master changes
feature/array
2019-08-10
, by Mike Becker
fixes dist_int() function in AVL tests broken on 32 bit platforms
2019-08-10
, by Mike Becker
fixes array_equals test (broken on 32 bit platforms)
feature/array
2019-08-10
, by Mike Becker
adds a broader set of compare and distance functions
feature/array
2019-08-10
, by Mike Becker
use qsort_s on solaris
feature/array
2019-08-07
, by Olaf Wintermann
fixes build on FreeBSD
feature/array
2019-08-07
, by Olaf Wintermann
fixes #ifdefs to be sure no redefine can ever happen
feature/array
2019-08-07
, by Mike Becker
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
scstr_t-final
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
less
more
|
(0)
-240
+240
tip