Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
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
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip