Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
add test case to cover new branches inside cx_strcat_ma()
2 weeks ago
, by Mike Becker
add status codes to json parser - relates to #431
2 weeks ago
, by Mike Becker
change cx_strcat variants to allow handling of ENOMEM
2 weeks ago
, by Mike Becker
simplify how the json parser works
2 weeks ago
, by Mike Becker
add cx_array_reserve() and several more array convenience functions
2 weeks ago
, by Mike Becker
make cx_array_copy() support different types for size/capacity - fixes #492
3 weeks ago
, by Mike Becker
fix missing cxMempoolFree in json allocator test
3 weeks ago
, by Olaf Wintermann
add support for allocators to the json parser
3 weeks ago
, by Olaf Wintermann
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
3 weeks ago
, by Olaf Wintermann
remove map detach function - fixes #487
4 weeks ago
, by Mike Becker
make names of destroy and free functions consistent - fixes #484
4 weeks ago
, by Mike Becker
missing comma in map iterator docs
4 weeks ago
, by Mike Becker
cxBufferFree() now calls cxBufferDestroy()
4 weeks ago
, by Mike Becker
automatically disable szmul builtin when testing with coverage
4 weeks ago
, by Mike Becker
improve consistency for allocator arguments - fixes #485
4 weeks ago
, by Mike Becker
make ucx C++ compatible again (and add tests for it) - fixes #486
5 weeks ago
, by Mike Becker
add configure option for szmul
6 weeks ago
, by Mike Becker
simplify cx_array_copy() - fixes #474
6 weeks ago
, by Mike Becker
major refactoring of attributes
6 weeks ago
, by Mike Becker
let cxMapDestroy() ignore NULL as any free()-like function should do
6 weeks ago
, by Mike Becker
instruct Doxygen to expand all macros
7 weeks ago
, by Mike Becker
add -c flag to ARFLAGS to suppress diagnostic message on stderr
7 weeks ago
, by Mike Becker
add script to invoke make check with different configurations
7 weeks ago
, by Mike Becker
remove obsolete reference to previously removed cxPropertiesInput()
7 weeks ago
, by Mike Becker
fix broken docs target after uwproj update
7 weeks ago
, by Mike Becker
fix memory leaks in json tests
7 weeks ago
, by Olaf Wintermann
add test for reading multiple json values
7 weeks ago
, by Olaf Wintermann
fix missing value_ready reset when returning a CxJsonValue
7 weeks ago
, by Olaf Wintermann
adds test case for numbers - currently fails due to issue #482
7 weeks ago
, by Mike Becker
fix copy-pasted parameter name
7 weeks ago
, by Mike Becker
add UCX string support to cxJsonFill()
7 weeks ago
, by Mike Becker
add support for UCX strings in cxPropertiesFill()
7 weeks ago
, by Mike Becker
rename utils.h to streams.h
7 weeks ago
, by Mike Becker
move szmul to common.h
7 weeks ago
, by Mike Becker
simplify parsing of numbers
7 weeks ago
, by Mike Becker
add assertion that triggers when cx_array_copy() stops working for NULL arrays
7 weeks ago
, by Mike Becker
simplify parsing of array and object elements
7 weeks ago
, by Mike Becker
treat integers and doubles both as JSON numbers
7 weeks ago
, by Mike Becker
remove single-member structs
7 weeks ago
, by Mike Becker
fix test function names not in line with naming convention
7 weeks ago
, by Mike Becker
add reallocarray() like functions - resolves #468
7 weeks ago
, by Mike Becker
remove cx_for_n() macro - fixes #467
7 weeks ago
, by Mike Becker
increase list test coverage - fixes #454
7 weeks ago
, by Mike Becker
test coverage does not really work with clang
7 weeks ago
, by Mike Becker
add common.h include to test.h - fixes #464
7 weeks ago
, by Mike Becker
update build dependencies for json.c
7 weeks ago
, by Mike Becker
fix map.h C++ inline functions not ported to new collection base class
8 weeks ago
, by Olaf Wintermann
fix comparing size_t with int
8 weeks ago
, by Mike Becker
remove cx_swap_ptr()
8 weeks ago
, by Mike Becker
use cx_array_add() instead of reimplementing the magic
8 weeks ago
, by Mike Becker
add function to create array reallocator that can move arrays from stack to heap
8 weeks ago
, by Mike Becker
add msvc support
8 weeks ago
, by Mike Becker
remove dynamic arrays which are not supported by msvc
8 weeks ago
, by Mike Becker
fix missing pointer initializations
8 weeks ago
, by Mike Becker
add cast from size_t to unsigned to avoid warnings from certain compilers
8 weeks ago
, by Mike Becker
fix compile regression on some platforms after removing sys/types.h include
8 weeks ago
, by Mike Becker
fix cx_mempool_free crash if ptr is null
2 months ago
, by Olaf Wintermann
avoid state buffer allocation for JSON with reasonable nesting depth
2 months ago
, by Mike Becker
add cx_nmemb() utility
2 months ago
, by Mike Becker
make both gcc and clang happy with how cx_json_value_nothing is initialized
2 months ago
, by Mike Becker
fix memory leak in case of json parser errors
2 months ago
, by Olaf Wintermann
use json reader state macros everywhere
2 months ago
, by Olaf Wintermann
fix incomplete json object not resulting in syntax error
2 months ago
, by Olaf Wintermann
fix memory leak in json reader when handling incomplete tokens
2 months ago
, by Olaf Wintermann
add test for parsing json with multiple incomplete tokens
2 months ago
, by Olaf Wintermann
simplify cx_json_value_nothing initialization
2 months ago
, by Olaf Wintermann
add first draft of json implementation - relates to #431
2 months ago
, by Mike Becker
add missing dependencies for test_properties.o
2 months ago
, by Mike Becker
add convenience macro for cx_reallocate to hide the (void**) cast
2 months ago
, by Mike Becker
remove <sys/types.h> include from common.h
2 months ago
, by Mike Becker
add extern "C" to iterator.h
2 months ago
, by Mike Becker
add extern "C" to properties.h
2 months ago
, by Mike Becker
add test coverage for unlinking tree nodes w/o prev pointer
2 months ago
, by Mike Becker
add max depth for tree search - closes #459
2 months ago
, by Mike Becker
fix totally bugged assertion in cxPropertiesUseStack()
2 months ago
, by Mike Becker
add source/sink facility for properties - fixes #430
2 months ago
, by Mike Becker
fix missing parameter doc
2 months ago
, by Mike Becker
fix several survivors of east-const and some missing consts
2 months ago
, by Mike Becker
fix invalid reads when removing linked list nodes
2 months ago
, by Mike Becker
add implementation for the properties parser
2 months ago
, by Mike Becker
add ucx2.1 style interface for a properties parser
2 months ago
, by Mike Becker
also report coverage for header files
2 months ago
, by Mike Becker
make loc_prev in trees optional - fixes #433
2 months ago
, by Mike Becker
update CHANGELOG
2 months ago
, by Mike Becker
add possibility to remove arrays of data and retrieve removed data
2 months ago
, by Mike Becker
add cxTreeSetParent()
2 months ago
, by Mike Becker
add functions to start iteration in a subtree
2 months ago
, by Mike Becker
add missing details for 100% test coverage in tree.c
2 months ago
, by Mike Becker
add test for creating an iterator over an empty tree
2 months ago
, by Mike Becker
simplify tree class
2 months ago
, by Mike Becker
implement cxTreeDestroyNode and cxTreeDestroySubtree - resolves #438
2 months ago
, by Mike Becker
fix missing free() in test_array_insert_sorted
2 months ago
, by Mike Becker
fix missing free() in test_tree_add_duplicate_root
2 months ago
, by Mike Becker
fix uninitialized simple_destructor - fixes #443
2 months ago
, by Mike Becker
implement cxTreeRemove() with re-link function
2 months ago
, by Mike Becker
rename cxTreeRemove() to cxTreeRemoveSubtree()
2 months ago
, by Mike Becker
fix bug when removing the root node of a tree
2 months ago
, by Mike Becker
add test for simple destructor in trees - fixes #436
2 months ago
, by Mike Becker
complete implementation of remaining high level tree functions
2 months ago
, by Mike Becker
implement cxTreeInsert family of functions
2 months ago
, by Mike Becker
add cxTreeSubtreeDepth()
2 months ago
, by Mike Becker
implement cxTreeCreate family of functions
2 months ago
, by Mike Becker
add functions to link/unlink nodes manually
2 months ago
, by Mike Becker
downgrade the attention block regarding the auto-register of a simple destructor to a note
2 months ago
, by Mike Becker
more prototypes for tree functions
2 months ago
, by Mike Becker
prototypes for create and destroy functions
2 months ago
, by Mike Becker
add allocator and root node pointer to tree structure
2 months ago
, by Mike Becker
allow find() member function to start in an arbitrary subtree
2 months ago
, by Mike Becker
provide a default tree node layout, but do not make it mandatory
2 months ago
, by Mike Becker
first draft of a class for high level trees
2 months ago
, by Mike Becker
add bounding parameter to cx_tree_add_iter()
2 months ago
, by Mike Becker
fix misleading documentation that could have indicated that an allocator is optional for lists
2 months ago
, by Mike Becker
make all function attributes leading - fixes #425
2 months ago
, by Mike Becker
move all const keywords to the west - fixes #426
2 months ago
, by Mike Becker
apply binary search in cx_array_insert_sorted()
3 months ago
, by Mike Becker
fix for empty arrays
3 months ago
, by Mike Becker
fix documentation
3 months ago
, by Mike Becker
also add a binary search for the supremum
3 months ago
, by Mike Becker
fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array
3 months ago
, by Mike Becker
add cx_array_binary_search() - fixes #424
3 months ago
, by Mike Becker
add low level cx_array_insert_sorted() and convenience macros
3 months ago
, by Mike Becker
add missing documentation for cx_list_default_swap() return value
3 months ago
, by Mike Becker
add optimized implementation of insert_sorted for array lists
3 months ago
, by Mike Becker
fix cx_ll_insert_sorted_cmp_func not being thread local
3 months ago
, by Mike Becker
implement optimized sorted insert for linked lists - resolves #415
3 months ago
, by Mike Becker
fix typo in documentation
3 months ago
, by Mike Becker
optimize default insert_sorted implementation
3 months ago
, by Mike Becker
add stupid default implementation for high level insertion sort
3 months ago
, by Mike Becker
add default impl for some list member functions
3 months ago
, by Mike Becker
fix inserting via iterator correctly increases element count
3 months ago
, by Mike Becker
close feature branch
feature/tree_add
4 months ago
, by Mike Becker
merge feature/tree_add branch
4 months ago
, by Mike Becker
rework cx_tree_add() API to allow insertion of edge nodes
feature/tree_add
4 months ago
, by Mike Becker
remove condition that is always false after recent fix
feature/tree_add
4 months ago
, by Mike Becker
fix cx_tree_search() not remembering root as a valid candidate
feature/tree_add
4 months ago
, by Mike Becker
cx_tree_add_iter() - optimize check for empty trees
feature/tree_add
4 months ago
, by Mike Becker
cx_tree_add() fix missing spec for adding duplicates
feature/tree_add
4 months ago
, by Mike Becker
complete cx_tree_add() implementations
feature/tree_add
4 months ago
, by Mike Becker
fix return type of cx_tree_node_create_func
feature/tree_add
4 months ago
, by Mike Becker
complete specification for tree_add functions
feature/tree_add
4 months ago
, by Mike Becker
merge changes from default branch
feature/tree_add
4 months ago
, by Mike Becker
change cx_tree_link() from prepending to appending children - fixes #391
5 months ago
, by Mike Becker
fix mixed up arguments for calloc()
5 months ago
, by Mike Becker
add prototypes for cx_tree_add() family of functions
feature/tree_add
5 months ago
, by Mike Becker
minor doc fixes
5 months ago
, by Mike Becker
add cxIteratorRef() macro
6 months ago
, by Mike Becker
add missing convenience functions
7 months ago
, by Mike Becker
fix name of collection base member (to avoid base.base)
7 months ago
, by Mike Becker
fix inconsistent use of item_size and elem_size
7 months ago
, by Mike Becker
fix members inherited by macro or include are not documented
7 months ago
, by Mike Becker
simplify iterator structures
7 months ago
, by Mike Becker
fix documentation
7 months ago
, by Mike Becker
issue #389 : add separate function for immutable arrays
7 months ago
, by Mike Becker
add iterator over raw C arrays - closes #389
7 months ago
, by Mike Becker
improves interface of cx_sprintf() variants
8 months ago
, by Mike Becker
implement tree continue - fixes #376
8 months ago
, by Mike Becker
add missing cxTreeVisitorDispose() test
9 months ago
, by Mike Becker
add missing header dependencies
9 months ago
, by Mike Becker
add cx_tree_visitor()
9 months ago
, by Mike Becker
fix another superfluous semicolon...
9 months ago
, by Mike Becker
fix superfluous semicolon
9 months ago
, by Mike Becker
add -lm to ldflags on Solaris
9 months ago
, by Olaf Wintermann
fix build in case CX_SZMUL_BUILTIN is undefined
9 months ago
, by Olaf Wintermann
allow freeing tree nodes on exit - fixes #377
10 months ago
, by Mike Becker
add xml test case for the tree iterator
10 months ago
, by Mike Becker
add visit_on_exit to iterator implementation
10 months ago
, by Mike Becker
add depth assertion to basic tree iterator test
10 months ago
, by Mike Becker
implement basic (enter only) tree iterator
10 months ago
, by Mike Becker
set tree iterator stack pointer to NULL on dispose to avoid accidental double-frees
10 months ago
, by Mike Becker
capitalize cx_array_declare()
10 months ago
, by Mike Becker
vastly simplify tree iterators and add test for creating them
10 months ago
, by Mike Becker
make cx_array_simple_add() automatically take the address of the element
10 months ago
, by Mike Becker
add convenience macros for cx_array_*
10 months ago
, by Mike Becker
commit complicated stuff before simplifying it
10 months ago
, by Mike Becker
remove unnecessary flag_removal function
10 months ago
, by Mike Becker
improve tree iterator struct and add signature for a function that can create an iterator
10 months ago
, by Mike Becker
first draft of a tree iterator
10 months ago
, by Mike Becker
add cx_tree_search() - relates to #165
10 months ago
, by Mike Becker
be honest at least in the lib version
10 months ago
, by Mike Becker
fix missing typedef
10 months ago
, by Mike Becker
declare cx_tree_search_func function pointer
10 months ago
, by Mike Becker
add code documentation for tree functions
10 months ago
, by Mike Becker
update uwproj configure template
10 months ago
, by Mike Becker
remove check that is always true in cx_arl_remove()
11 months ago
, by Mike Becker
rename cx_array_copy_result to just cx_array_result
11 months ago
, by Mike Becker
add cx_array_add() + fix type of cx_array_default_reallocator
11 months ago
, by Mike Becker
add cx_array_default_reallocator
11 months ago
, by Mike Becker
add first basic low level tree functions
11 months ago
, by Mike Becker
update uwproj and check toolchain dependency for coverage flags - fixes #345
11 months ago
, by Mike Becker
fix using warning options with compilers which do not support them - fixes #363
11 months ago
, by Mike Becker
improve program flow - relates to #353
11 months ago
, by Mike Becker
fix unnecessary printf retry when printed string is empty
11 months ago
, by Mike Becker
fix missing va_end() calls
11 months ago
, by Mike Becker
add cx_sprintf() variants - fixes #353
11 months ago
, by Mike Becker
fix assertion failure depending on possibly uninitialized memory
11 months ago
, by Mike Becker
add missing CHANGELOG entries
11 months ago
, by Mike Becker
remove flags to disable SBO in tests - fix #343 fix #358
11 months ago
, by Mike Becker
add constant for reading out strstr sbo size - relates to #343
11 months ago
, by Mike Becker
add constant for reading out printf sbo size - relates to #343
11 months ago
, by Mike Becker
add CX_DISABLE_ARRAY_LIST_SWAP_SBO flag
11 months ago
, by Mike Becker
complete migration of list tests - fixes #342
11 months ago
, by Mike Becker
fix #356 : broken cxListCompare
11 months ago
, by Mike Becker
migrate list create and destroy tests - relates to #342
11 months ago
, by Mike Becker
migrate cxEmptyList tests - relates to #342
11 months ago
, by Mike Becker
fix some broken cleanup
11 months ago
, by Mike Becker
migrate low level linked list tests - relates to #342
11 months ago
, by Mike Becker
use that recent uwproj trims indents in project.xml
11 months ago
, by Mike Becker
update uwproj configure template
11 months ago
, by Mike Becker
fix documentation of reallocator struct
11 months ago
, by Mike Becker
improve output of coverage summary
11 months ago
, by Mike Becker
migrate remaining buffer tests - relates to #342
11 months ago
, by Mike Becker
migrate more buffer tests - relates to #342
11 months ago
, by Mike Becker
generate (release) config.mk if none exists - fixes #350
11 months ago
, by Mike Becker
some text replacements to prepare migration of list tests
11 months ago
, by Mike Becker
begin migration of buffer tests - relates to #342
11 months ago
, by Mike Becker
move coverage flags to make/*.mk files - relates to #345
11 months ago
, by Mike Becker
migrate compare tests - relates to #342
12 months ago
, by Mike Becker
declare cx_compare_func in compare.h - fixes #344
12 months ago
, by Mike Becker
migrate map tests - relates to #342
12 months ago
, by Mike Becker
fix broken CX_TEST_SUBROUTINE - relates to #341
12 months ago
, by Mike Becker
add command to remove outdated coverage data
12 months ago
, by Mike Becker
migrate allocator tests - relates to #342
12 months ago
, by Mike Becker
migrate mempool tests - relates to #342
12 months ago
, by Mike Becker
migrate printf tests - relates to #342
12 months ago
, by Mike Becker
revert the insanely stupid idea to automatically run the test program on default build
12 months ago
, by Mike Becker
fix missing dependencies for test_string.c
12 months ago
, by Mike Becker
migrate string tests - relates to #342
12 months ago
, by Mike Becker
fix accidental generation of cxListIterator() symbol
12 months ago
, by Mike Becker
ignore the intentional use-after-free
12 months ago
, by Mike Becker
add make target to automatically gather coverage info
12 months ago
, by Mike Becker
fix missing LDFLAGS when linking ucxtest
12 months ago
, by Mike Becker
add coverage feature - relates to #342
12 months ago
, by Mike Becker
remove CXX flags that have become unnecessary
12 months ago
, by Mike Becker
migrates self-test for testing allocator - relates to #342
12 months ago
, by Mike Becker
change default make target from 'compile test-compile' to 'check'
12 months ago
, by Mike Becker
migrate hash_key tests - relates to #342
12 months ago
, by Mike Becker
migrate utils tests - relates to #342
12 months ago
, by Mike Becker
bring back UCX test - fixes #341
12 months ago
, by Mike Becker
fix usage of COPYALL in Makefiles
12 months ago
, by Mike Becker
add cxListFindRemove and cx_linked_list_find_node
12 months ago
, by Mike Becker
make cx_cmp_ptr default comparator for pointer lists - relates to #340
12 months ago
, by Mike Becker
add cx_cmp_ptr() - fix #340
12 months ago
, by Mike Becker
add cxBufferReset() - resolves #338
12 months ago
, by Mike Becker
update build instructions
12 months ago
, by Mike Becker
increase version number to 3.1
12 months ago
, by Mike Becker
fix #318 - incorrect link to ucx 3 docs
12 months ago
, by Mike Becker
fix incorrect documentation of cxBufferEof()
13 months ago
, by Mike Becker
fix wrong static lib name in check target
13 months ago
, by Mike Becker
add update-rules script
13 months ago
, by Mike Becker
add an uwproj based install target
14 months ago
, by Mike Becker
replace most of the build system with uwproj
14 months ago
, by Mike Becker
make C++ compiler and pandoc entirely optional
15 months ago
, by Mike Becker
Release 3.0
17 months ago
, by Mike Becker
update CHANGELOG, COPYING, and README
v3.0
17 months ago
, by Mike Becker
Release Version 3.0
17 months ago
, by Mike Becker
add release date for UCX 3.0
17 months ago
, by Mike Becker
Added tag v3.0 for changeset b4bd0155f03f
17 months ago
, by Mike Becker
improve the CSV example
17 months ago
, by Mike Becker
some fixes in example code
17 months ago
, by Mike Becker
merge upstream changes
17 months ago
, by Mike Becker
fix typo in mempool.h
17 months ago
, by Mike Becker
change cxMempoolDestroy doc
17 months ago
, by Olaf Wintermann
more doc fixes
17 months ago
, by Olaf Wintermann
fix iterator doc
17 months ago
, by Olaf Wintermann
fix typo in list.h
17 months ago
, by Olaf Wintermann
fix typos in hash_map.h
17 months ago
, by Mike Becker
add overridable macros to the install docs
17 months ago
, by Mike Becker
make streamcopy buffer sizes overridable
17 months ago
, by Mike Becker
unify the list swap SBO sizes
17 months ago
, by Mike Becker
slightly improve CSS
17 months ago
, by Mike Becker
add iterator documentation
17 months ago
, by Mike Becker
add map documentation
17 months ago
, by Mike Becker
add documentation for the lists
18 months ago
, by Mike Becker
add documentation for collection.h
18 months ago
, by Mike Becker
add mempool example
18 months ago
, by Mike Becker
improve how GTest config is passed during builds
18 months ago
, by Mike Becker
improve mempool implementation
18 months ago
, by Mike Becker
add a low-level stdlib-based cx_reallocate()
18 months ago
, by Mike Becker
add docs for the compare.h and printf.h utilities
18 months ago
, by Mike Becker
add web docs for buffer and stream copy
18 months ago
, by Mike Becker
add web documentation for strings
18 months ago
, by Mike Becker
add allocator example
18 months ago
, by Mike Becker
update install instructions for ucx 3.0
18 months ago
, by Mike Becker
add empty sections to features.md
18 months ago
, by Mike Becker
remove deprecated align=center attribute
18 months ago
, by Mike Becker
remove trees from UCX 3.0
18 months ago
, by Mike Becker
fix some typos in UCX 2.1 documentation
18 months ago
, by Mike Becker
update general web documentation structure
18 months ago
, by Mike Becker
add header and footer to list of build dependencies
18 months ago
, by Mike Becker
add missing docs for cxEmptyMap
18 months ago
, by Mike Becker
fix wrong docs for cx_stream_copy()
18 months ago
, by Mike Becker
add missing docs for cx_invoke_destructor()
18 months ago
, by Mike Becker
update Doxyfile to Doxygen 1.9.6
18 months ago
, by Mike Becker
fix const-ness of non-mutating iterator creation for maps
19 months ago
, by Mike Becker
simplify map class structure
19 months ago
, by Mike Becker
fix inconsistent destructor requirements for list and map classes
19 months ago
, by Mike Becker
fix rehash not valid for non-hash-maps
19 months ago
, by Mike Becker
add empty map implementation - fixes #259
19 months ago
, by Mike Becker
fix cxListCompare if-condition
19 months ago
, by Mike Becker
add empty list implementation - fixes #258
19 months ago
, by Mike Becker
improve cx_linked_list_sort() - fixes #257
19 months ago
, by Mike Becker
fix cx_linked_list_sort() not working for empty lists
20 months ago
, by Mike Becker
explicitly set cmake policy CMP0077
20 months ago
, by Mike Becker
add cx_strdup_m() and cx_strdup_ma()
20 months ago
, by Mike Becker
make list find return a negative value when elem not found
20 months ago
, by Mike Becker
fix wrong doc in cxListFind()
20 months ago
, by Mike Becker
add cx_strcat_m() and cx_strcat_ma() for in-place concatenation
20 months ago
, by Mike Becker
add cxHashMapCreateSimple()
20 months ago
, by Mike Becker
fix typo
20 months ago
, by Mike Becker
fix missing controlling-expression for char const*
20 months ago
, by Mike Becker
fix missing const qualifier for allocator
20 months ago
, by Mike Becker
add cxmutstr to the map generics
20 months ago
, by Mike Becker
bring a generic interface to CxMap
20 months ago
, by Mike Becker
simplify CxHashKey
20 months ago
, by Mike Becker
fix typo
20 months ago
, by Mike Becker
serious code formatting problems ;-)
20 months ago
, by Mike Becker
tweak rehash test to achieve missing coverage
20 months ago
, by Mike Becker
add destructor functions for maps - fixes #253
20 months ago
, by Mike Becker
add base collection members to map interface
20 months ago
, by Mike Becker
change CX_STR: use compound literal in C and ctor in C++
20 months ago
, by Mike Becker
add convenience functions for allocating a buffer on the heap
20 months ago
, by Mike Becker
work around some MSC problems
20 months ago
, by Mike Becker
fix common.h include problems - fixes #255
20 months ago
, by Mike Becker
fix wrong operator precedence in destructor macros
20 months ago
, by Mike Becker
add pointer array list tests
20 months ago
, by Mike Becker
reformat code
20 months ago
, by Mike Becker
refactoring of collections to make use of destructors in map implementations
20 months ago
, by Mike Becker
fix initial storage allocation for array lists created with CX_STORE_POINTERS
20 months ago
, by Mike Becker
simplify cx_stream_ncopy()
21 months ago
, by Mike Becker
add stream copy utils - fixes #254
21 months ago
, by Mike Becker
make allocator in cxBufferInit optional
21 months ago
, by Mike Becker
increase test coverage - fixes #250
21 months ago
, by Mike Becker
test coverage for cx_strcmp pointer variants
21 months ago
, by Mike Becker
allow NULL for allocator and comparator
21 months ago
, by Mike Becker
add docs for CX_STORE_POINTERS and remove cxHashMapCreateForPointers()
21 months ago
, by Mike Becker
add CX_STORE_POINTERS special item size for maps
21 months ago
, by Mike Becker
add CX_STORE_POINTERS special "item size" for lists
21 months ago
, by Mike Becker
add unit test for cxListClear + fix destructor functions not always invoked with the correct pointer
21 months ago
, by Mike Becker
fix hashmap iterator skipping the second element in some cases
21 months ago
, by Olaf Wintermann
add cxListClear and fix missing destructor invocations - #241 #246
21 months ago
, by Mike Becker
add cx_hash_key_cxstr() macro
22 months ago
, by Mike Becker
add simple functions for creating lists
22 months ago
, by Mike Becker
add CX_LINKED_LIST_SORT_SBO_SIZE macro
22 months ago
, by Mike Becker
add some asserts
22 months ago
, by Mike Becker
split cxMapRemove() to cxMapRemoveAndGet()
22 months ago
, by Mike Becker
make hashmap store objects instead of pointers by default - fixes #239
22 months ago
, by Mike Becker
add CxListComparator compatible string compare functions
22 months ago
, by Mike Becker
fix gmock being build and gtest and gmock being installed
22 months ago
, by Mike Becker
implement backwards iterator - fixes #238
22 months ago
, by Mike Becker
Automated merge
22 months ago
, by Mike Becker
rename test directory to avoid name clash with Makefile target
22 months ago
, by Mike Becker
fix README showing how tests were run in the automake era
22 months ago
, by Mike Becker
fix last change of mul overflow builtin breaking non-windows compilations
22 months ago
, by Mike Becker
fix code not compiling under windows+mingw
22 months ago
, by Mike Becker
fix wrong types for umul overflow builtins
22 months ago
, by Mike Becker
remove too platform dependent printf tests
22 months ago
, by Mike Becker
implement swap function for list elements - fixes #218
22 months ago
, by Mike Becker
add pointer swap utility
22 months ago
, by Mike Becker
add strtok API - fixes #220
23 months ago
, by Mike Becker
reformat file
23 months ago
, by Mike Becker
#228 make buffer sizes adjustable at compile time
23 months ago
, by Mike Becker
minor fix for testing allocator self-test
23 months ago
, by Mike Becker
add new pointer list wrapper - resolves #234
23 months ago
, by Mike Becker
simplify list class - fixes #236
23 months ago
, by Mike Becker
temporarily remove pointer lists - see #234
23 months ago
, by Mike Becker
add cxListInsertArray() - fixes #224
23 months ago
, by Mike Becker
remove the untrue restriction for the index parameter of cx_array_copy() from the documentation
23 months ago
, by Mike Becker
add printf tests
2022-12-20
, by Mike Becker
add attributes to printf functions
2022-12-20
, by Mike Becker
change prefix of UCX_PRINTF_BUFSIZE to CX
2022-12-20
, by Mike Becker
add utils tests
2022-12-20
, by Mike Becker
fix public header destination
2022-12-07
, by Mike Becker
tests for compare functions
2022-12-07
, by Mike Becker
separate iterators and mutating iterators
2022-11-26
, by Mike Becker
#224 add cxListAddArray()
2022-11-23
, by Mike Becker
use //-style single line comments everywhere
2022-11-20
, by Mike Becker
fix cx_array_copy() unintentionally shrinking the array
2022-11-20
, by Mike Becker
#219: fix off-by-one bug in cx_arl_remove()
2022-11-20
, by Mike Becker
fix calculation of new capacity in cx_array_copy()
2022-11-20
, by Mike Becker
#219: cx_arl_remove short-circuit for last element
2022-11-20
, by Mike Becker
#219 array list: implement reverse
2022-11-20
, by Mike Becker
#219 array list: implement compare member func
2022-11-20
, by Mike Becker
missing const in cxListFind
2022-11-20
, by Mike Becker
#219 improve cx_arl_iter_next
2022-11-20
, by Mike Becker
#219 array list: implement insert via iterator
2022-11-20
, by Mike Becker
#219 array list: implement compare
2022-11-20
, by Mike Becker
fix include in array_list.h
2022-11-20
, by Olaf Wintermann
#219 array list: add iterator
2022-11-18
, by Mike Becker
#219 array list: implement sort
2022-11-17
, by Mike Becker
#219 array list: implement find
2022-11-17
, by Mike Becker
#219 array list: implement remove
2022-11-17
, by Mike Becker
fix typo in enum cx_array_copy_result
2022-11-17
, by Mike Becker
#219 array list: implement insert
2022-11-17
, by Mike Becker
#219 array list: implement add and at
2022-11-16
, by Mike Becker
more custom data for array re-allocator
2022-11-13
, by Mike Becker
proposal for a low level array copy
2022-11-13
, by Mike Becker
implement array list ctor and dtor
2022-11-13
, by Mike Becker
add array list tests
2022-11-12
, by Mike Becker
fix typo in compare.h
2022-11-06
, by Mike Becker
change hash functions
2022-11-06
, by Mike Becker
fix missing const in cx_hash_key signature
2022-11-06
, by Mike Becker
use ucx compare function in list tests
2022-11-06
, by Mike Becker
add compare functions
2022-11-05
, by Mike Becker
east const
2022-11-05
, by Mike Becker
#222 add printf-like functions
2022-11-05
, by Mike Becker
#217 cover cx_strreplace_a() macro
2022-10-23
, by Mike Becker
#217 cover cx_strcat macro
2022-10-23
, by Mike Becker
#216 test hashing functions
2022-10-23
, by Mike Becker
remove unnecessary code
2022-10-23
, by Mike Becker
add test for cxMapClear()
2022-10-23
, by Mike Becker
explicitly cast int to char
2022-10-23
, by Mike Becker
enclose macro arguments in parenthesis
2022-10-23
, by Mike Becker
fix over-optimization of strstr
2022-10-04
, by Mike Becker
fix missing zero-termination in strreplace
2022-10-04
, by Mike Becker
add zero-termination guarantees
2022-10-04
, by Mike Becker
do not use c++ object initialization
2022-09-20
, by Mike Becker
use EXPECT_STREQ instead of strcmp
2022-09-20
, by Mike Becker
add tests for strupper and strlower
2022-09-20
, by Mike Becker
add test coverage for _m variant functions
2022-09-20
, by Mike Becker
disallow NULL for cx_str() and cx_mutstr()
2022-09-13
, by Mike Becker
add tests and missing implementations for strings
2022-09-09
, by Mike Becker
implement strupper and strlower
2022-09-03
, by Mike Becker
implement more string functions
2022-09-03
, by Mike Becker
more implementations of string functions
2022-08-31
, by Mike Becker
start implementing string functions
2022-08-30
, by Mike Becker
some function can be macros using the default allocator
2022-08-30
, by Mike Becker
wrong position of struct identifier
2022-08-30
, by Mike Becker
first proposal for the string header
2022-08-29
, by Mike Becker
fix #200 - key contents not compared in cx_hash_map_put()
2022-08-12
, by Mike Becker
invert if-condition in preparation for the next bugfix
2022-08-12
, by Mike Becker
remove unused variable (return immediately)
2022-08-12
, by Mike Becker
#201 - remove dangerous allocator config
2022-08-08
, by Mike Becker
#201 - add mempool implementation
2022-08-03
, by Mike Becker
remove currently unused ssize_t definition
2022-08-03
, by Mike Becker
#170 test cxBufferRead
2022-07-25
, by Mike Becker
#170 test cxBufferGet
2022-07-25
, by Mike Becker
#184 #170 more thorough flush testing
2022-07-25
, by Mike Becker
fix two tests reading one byte too much
2022-07-25
, by Mike Becker
fix putc tests to make more sense of the bitwise or
2022-07-25
, by Mike Becker
fix obsolete documentation
2022-06-08
, by Mike Becker
improve hash key handling
2022-06-08
, by Mike Becker
#189 #199 implement and test map rehash
2022-05-27
, by Mike Becker
#199 test removing via iterator
2022-05-27
, by Mike Becker
fix wrong slot and index numbers
2022-05-27
, by Mike Becker
corrects documentation of iterator behavior
2022-05-27
, by Mike Becker
add convenience function to make keys from strings
2022-05-27
, by Mike Becker
remove unused header
2022-05-27
, by Mike Becker
#199 tests for hash map
2022-05-27
, by Mike Becker
fix documentation for map iterators
2022-05-27
, by Mike Becker
fix kv-pair not initialized
2022-05-27
, by Mike Becker
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
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
updates documenting comments
2016-09-08
, by Mike Becker
documents UCX_STREAM_COPY_BUFSIZE
2016-09-08
, by Mike Becker
fixes ucx_sprintf macro and adds tests for sprintf and bprintf
2016-09-07
, by Mike Becker
changes ucx_stream_Xcopy API
2016-09-07
, by Mike Becker
removes superfluous UCX_VERSION macro
2016-09-07
, by Mike Becker
fixes UCX_FOREACH documentation
2016-08-23
, by Mike Becker
fixed misaligned memory access in test_ucx_buffer_write
2016-03-11
, by Olaf Wintermann
fixed further usages of SIZE_MAX
2016-02-26
, by Mike Becker
removed dependency to stdint.h in stack header
2016-02-26
, by Mike Becker
added casts for mallocs in AVL implementation (to satisfy c++ compiler)
2016-02-26
, by Mike Becker
removed some implementation details from documentation + fixed ucx_buffer_write doc
2016-02-26
, by Mike Becker
added sstrstr() function + improved sstrsplit variants by using sstrprefix()
2015-10-27
, by Mike Becker
added important test case to sstrsplit and fixed bug with consecutively occurring delimiters + fixed build system not linking test binary with newest library build
2015-10-26
, by Mike Becker
fixed name of ucx_list_free_content()
2015-10-22
, by Mike Becker
added ucx_list_free_contents()
2015-10-21
, by Mike Becker
added sstrlower / sstrupper variants
2015-10-15
, by Mike Becker
moved ucx_destructor type to ucx.h and added destructor argument to ucx_map_free_content
2015-10-15
, by Mike Becker
added convenience function ucx_map_free_contents()
2015-10-15
, by Mike Becker
optimized ucx_map_clear (noop for count == 0)
2015-10-15
, by Mike Becker
added ucx_map_clean()
2015-10-15
, by Mike Becker
improved avl function names
2015-05-19
, by Mike Becker
better and better and better AVL API
2015-05-19
, by Mike Becker
added 1 assert in ucx_avl_remove tests and fixed source code formatting
2015-05-18
, by Olaf Wintermann
fixed bug in ucx_avl_remove
2015-05-18
, by Olaf Wintermann
extended ucx_avl_remove tests
2015-05-18
, by Olaf Wintermann
added ucx_avl_remove tests
2015-05-18
, by Olaf Wintermann
added ucx_avl_count
2015-05-18
, by Mike Becker
added test for ucx_avl_put
2015-05-18
, by Olaf Wintermann
fuck -Wparentheses
2015-05-18
, by Mike Becker
added free() to AVL tree implementation + use UcxAllocator
2015-05-18
, by Mike Becker
added AVL tree implementation - TODO: free memory + test cases
2015-05-18
, by Mike Becker
finalized AVL tree interface + added implementation skeleton + fixed ucx_ptrcmp()
2015-05-17
, by Mike Becker
defined AVL tree functional interface
2015-05-17
, by Mike Becker
updated copyright notice + added files for upcoming AVL tree implementation
2015-05-17
, by Mike Becker
fuck_
2015-04-04
, by Mike Becker
added ucx_sprintf macro
2015-04-04
, by Mike Becker
sstrtrim now uses isspace()
2015-03-31
, by Mike Becker
fixed doc
2014-07-28
, by Mike Becker
fixed stack tests to work with 4-byte-alignment + fixed logging tests
2014-07-28
, by Mike Becker
fixed logging tests for mingw
2014-07-28
, by Mike Becker
added stack implementation + added g++ config and added some fixes for C++
2014-07-28
, by Mike Becker
added some string tests
2014-07-21
, by Olaf Wintermann
added sstrcat documentation
2014-07-21
, by Olaf Wintermann
merged sstrcat function
2014-07-14
, by Mike Becker
fixed stream copy bug + fixed doc issues in mempool
2014-07-14
, by Mike Becker
added new sstrcat
2014-07-14
, by Olaf Wintermann
removed old sstrncat
2014-07-14
, by Mike Becker
fixed doc for __FUNCTION__ macro
2014-07-07
, by Mike Becker
go ahead, nothing to see here
2014-07-07
, by Mike Becker
fixed way too optimistic version number
2014-06-27
, by Mike Becker
adjusted README
2014-06-27
, by Mike Becker
fixed missing malloc return value validation in ucx_vasprintf
2014-06-11
, by Mike Becker
fixed some sstring issues + added allocator macros
2014-06-10
, by Mike Becker
refactoring of list tests + some bug fixes
2014-06-02
, by Mike Becker
logger: removed unnecessary boundary checks and limited string parts so they always respect buffer lengths
2014-05-06
, by Mike Becker
improved logger tests
2014-05-06
, by Mike Becker
fixed issues revealed by buffer tests
2014-05-06
, by Mike Becker
completed buffer tests
2014-05-06
, by Mike Becker
ucx_buffer_extract tests
2014-05-06
, by Mike Becker
improved more buffer tests + some doc fixes
2014-05-05
, by Mike Becker
hotfix for ucx_buffer_seek documentation
2014-05-05
, by Mike Becker
added allocator tests + started refactoring UcxBuffer tests (HINT: don't fix issues yet, complete tests first)
2014-05-05
, by Mike Becker
minor lexical and documentation fixes
2014-04-17
, by Mike Becker
added more tests for ucx_list_remove
2014-04-10
, by Olaf Wintermann
fixed ucx_list_remove crashing when removing the last element of a list
2014-04-10
, by Mike Becker
fixed documentation error in sstr_split
2014-03-18
, by Mike Becker
added license to readme + added underlines to chapter titles
2014-01-17
, by Mike Becker
Added allocator to mempool struct + fixed suncc.mk
2013-12-21
, by Olaf Wintermann
added new mingw config
2013-09-09
, by Mike Becker
removed unnecessary configurations + added build command for shared lib
2013-09-09
, by Mike Becker
further improved build system (debug is now a target instead of a configuration)
2013-09-09
, by Mike Becker
fixed makefiles
2013-09-06
, by Olaf Wintermann
windows specifics
2013-09-06
, by Mike Becker
minor code fixes + added clang support + improved build system
2013-09-06
, by Mike Becker
added README file - TODO: make install
2013-09-05
, by Mike Becker
fixes for ultra fail not C99 supporting VC wannebe compiler
2013-08-19
, by Mike Becker
added sstrcasecmp
2013-08-19
, by Mike Becker
added sstrrchr
2013-08-19
, by Mike Becker
added printf for UcxBuffer + fixed memory leaks
2013-08-16
, by Olaf Wintermann
fixed documentation for netbeans parser + added sstrprefix() and sstrsuffix()
2013-08-16
, by Mike Becker
fixed utils tests
2013-08-14
, by Olaf Wintermann
fixed printf functions
2013-08-14
, by Olaf Wintermann
fail again
2013-08-14
, by Olaf Wintermann
added printf functions
2013-08-14
, by Olaf Wintermann
added mempool clamp + some minor fixes
2013-08-14
, by Mike Becker
completed documentation + changed API for buffer/stream generic copy functions
2013-08-13
, by Mike Becker
8-) f**k
2013-08-12
, by Mike Becker
documented map.h + changed return value of ucx_map_iter_next()
2013-08-12
, by Mike Becker
changed parameter order of ucx_map_new_a
2013-08-09
, by Olaf Wintermann
started documentation of map.h + renamed allocator version of ucx_map_new
2013-08-09
, by Mike Becker
documented mempool + some fixes
2013-08-09
, by Mike Becker
documented test.h and removed duplicated implement/declare macros for UCX_TEST
2013-08-09
, by Mike Becker
finished documentation of UcxProperties
2013-08-09
, by Mike Becker
fixed ssize_t fix for MinGW
2013-08-07
, by Mike Becker
fixed some warnings when compiling with the sun C++ Compiler
2013-08-06
, by Olaf Wintermann
started documentation of UcxProperties + some fixes
2013-08-05
, by Mike Becker
documentation for UcxLogger
2013-07-24
, by Mike Becker
finished documentation of UcxList
2013-07-23
, by Mike Becker
added ssize_t typedef for windows
2013-07-23
, by Mike Becker
changed includes in list.h to satisfy Mac OS X users
2013-07-23
, by Mike Becker
changed suffix for allocator aware functions + added allocator aware functions for UcxList
2013-07-23
, by Mike Becker
more documentation for UcxList
2013-07-22
, by Mike Becker
changed signature of sstrncat + some documentation for UcxList + new features for UcxList
2013-07-22
, by Mike Becker
removal of single linked list implemenation - step 2: renamed UcxDlist to UcxList (new single implementation)
2013-07-22
, by Mike Becker
removal of single linked list implemenation - step 1: removal
2013-07-22
, by Mike Becker
some fixes
2013-07-20
, by Olaf Wintermann
completed documentation on sstr_t + sstrsplit overhaul + allocator version of sstrsplit
2013-07-19
, by Mike Becker
documented allocator + some further documentation for sstr_t
2013-07-17
, by Mike Becker
fixed properties parser
2013-07-17
, by Olaf Wintermann
some fixes and some documentation
2013-07-17
, by Mike Becker
added man page output
2013-07-17
, by Mike Becker
added doxyfile and documentation for ucx.h
2013-07-17
, by Mike Becker
added mempool allocator
2013-07-15
, by Olaf Wintermann
removed map load/store
2013-07-15
, by Olaf Wintermann
new map foreach macro
2013-07-15
, by Olaf Wintermann
renamed properties functions
2013-07-15
, by Olaf Wintermann
added properties load/store functions
2013-07-14
, by Olaf Wintermann
new properties parser
2013-07-12
, by Olaf Wintermann
map uses an allocator
2013-07-11
, by Olaf Wintermann
fixed makefiles for ms c++ compiler
2013-06-21
, by Olaf Wintermann
fixed logging test
2013-06-21
, by Olaf Wintermann
fixed sstrtrim and some warnings
2013-06-21
, by Olaf Wintermann
added license and copyright notice to all files
2013-02-28
, by Mike Becker
added headers that are missing under visual studio
2013-02-28
, by Mike Becker
regained support for microsoft c++ compiler
2013-02-28
, by Mike Becker
happy 100th commit + removed deprecated sstrcat + fixed sstrncat
2013-02-27
, by Mike Becker
fixed suncc makefiles
2013-02-27
, by Olaf Wintermann
fixed sstrtrim for empty strings
2013-02-27
, by Mike Becker
fixed execution order of tests + added test for sstrtrim
2013-02-27
, by Mike Becker
added sstrtrim
2013-02-27
, by Olaf Wintermann
added gnu++11 support
2013-02-27
, by Mike Becker
renamed comparator to utils module and added copy functions
2013-02-27
, by Mike Becker
removed brain-afk code
2013-02-27
, by Mike Becker
added floating point comparators
2013-02-27
, by Mike Becker
added memcmp to the comparator module
2013-02-27
, by Mike Becker
added tests for ucx_(d)list_contains
2013-02-27
, by Mike Becker
comparator module
2013-02-27
, by Mike Becker
variadic test subroutines
2013-02-27
, by Mike Becker
some fixes + ucx_(d)list_contains
2013-02-25
, by Mike Becker
added generic ncopy
2013-02-25
, by Olaf Wintermann
fixed comments + added ucx_buffer_clear
2013-02-25
, by Mike Becker
added optimizing for debug build
2013-02-19
, by Mike Becker
modified code to compile with -pedantic
2013-02-08
, by Mike Becker
logger can now log timestamps
2013-02-08
, by Mike Becker
changed logger to behave more like printf + added possibility to specify write function
2013-02-08
, by Mike Becker
Fixed map tests + added some formatting options to logger
2013-02-06
, by Mike Becker
fixed macros and ucx_map_store_enc
2013-02-06
, by Olaf Wintermann
some fixes
2013-02-06
, by Olaf Wintermann
used more library friendly optimization level
2013-01-17
, by Mike Becker
fixed buffer
2012-11-30
, by Olaf Wintermann
fixed some compiler warnings
2012-11-04
, by Mike Becker
made the code work with g++ and without warnings
2012-10-12
, by Mike Becker
lists now sort on heap to prevent stack overflows
2012-10-12
, by Mike Becker
Merge with 6721482eaf8e8d35b1cd46f0a21285bfaa520d5a
2012-10-12
, by Mike Becker
made the code work with g++ without errors (but warnings)
2012-10-12
, by Mike Becker
fixed memory leak in ucx_map_rehash
2012-10-12
, by Olaf Wintermann
made the code work with VC++ compiler (use make CONF=windows)
2012-10-12
, by Mike Becker
removed const from string.*
2012-10-11
, by Olaf Wintermann
added some qualifiers + removed pointer alias in mergesort
2012-10-11
, by Mike Becker
added separated debug makefiles and some optimization options
2012-10-11
, by Mike Becker
added _Bool macro for cplusplus
2012-10-10
, by Mike Becker
added autoextend feature to buffer
2012-10-10
, by Mike Becker
discarded fascism from buffer
2012-10-10
, by Mike Becker
added extract function
2012-10-10
, by Mike Becker
added flag field to buffer
2012-10-10
, by Mike Becker
renamed UcxMemstream to UcxBuffer
2012-10-10
, by Mike Becker
added semicolons to UCX_TEST_DECLARE calls
2012-10-10
, by Mike Becker
discarded memprintf / memscanf
2012-10-10
, by Mike Becker
some fixes
2012-10-09
, by Olaf Wintermann
added memstream to ucx - still little work to do
2012-10-09
, by Mike Becker
fixed map tests + used tmpfiles in tests
2012-10-09
, by Mike Becker
added logging API
2012-10-08
, by Mike Becker
added ucx_map_remove
2012-10-08
, by Mike Becker
added ucx_map_copy and fixed ucx_map_rehash
2012-10-05
, by Olaf Wintermann
added rehashing to maps by using clone function
2012-10-05
, by Mike Becker
moved allocator to seperate file
2012-10-05
, by Mike Becker
Merge with 22fb97e9f58a0a8b18db7f81b7392dae0cd64571
2012-10-05
, by Mike Becker
map can now load values from file into pooled memory
2012-10-05
, by Mike Becker
sstrncat uses memcpy
2012-10-05
, by Olaf Wintermann
implemented encoder/decoder for map store/load
2012-10-05
, by Mike Becker
map counts elements
2012-10-04
, by Olaf Wintermann
added map clone
2012-10-04
, by Olaf Wintermann
fixed crash fails by completing the implementation of the tested function....
2012-10-04
, by Mike Becker
(broken-commit) - added load and store functions, tests failing
2012-10-04
, by Mike Becker
simplified UCX_MAP_FOREACH
2012-10-04
, by Mike Becker
added semicolons to assert makros
2012-10-04
, by Mike Becker
added sstrsplit function
2012-10-02
, by Mike Becker
added missing stddef includes
2012-10-02
, by Mike Becker
replaced qsort with natural merge sort
2012-08-16
, by Mike Becker
changed API of sort algorithms (no further hint for the algorithms used in preparation for the upcomming change from qsort to natural merge sort)
2012-08-16
, by Mike Becker
added mkdir for build directory to makefile + added qsort for list and dlist
2012-08-15
, by Mike Becker
completed map tests
2012-06-01
, by Mike Becker
major refactoring of test framework
2012-05-31
, by Mike Becker
consequently used intptr_t in mpool tests
2012-05-31
, by Mike Becker
added map iterator
2012-05-25
, by Olaf Wintermann
some fixes
2012-02-24
, by Olaf Wintermann
fixed map with the help of new tests
2012-02-21
, by Mike Becker
new mempool tests
2012-02-20
, by Mike Becker
removed old foreach + refactored list tests
2012-02-18
, by Mike Becker
added test framework and foreach macro
2012-02-18
, by Mike Becker
changed hgignore filter
2012-02-09
, by Mike Becker
changed make clean + added dlist_clone with copy test + added va_end statements to string.c
2012-02-08
, by Mike Becker
added ucx_list_remove
2012-01-15
, by Mike Becker
added ucx_dlist_remove and tests + fixed makefile error
2012-01-15
, by Mike Becker
merge
2012-01-14
, by Olaf Wintermann
added some map functions
2012-01-05
, by Olaf Wintermann
Removed linked list from tests (assume that they are correct if the dlist tests are correct)
2012-01-11
, by Mike Becker
added clone and equals to lists
2012-01-04
, by Mike Becker
fix for ultra fail fix
2011-12-31
, by Olaf Wintermann
fixed ultra fail + renamed files from mpool to mempool
2011-12-31
, by Mike Becker
fixed mpool compiler warnings
2011-12-31
, by Mike Becker
Fixed realloc
2011-12-31
, by Olaf Wintermann
Added mempool
2011-12-31
, by Olaf Wintermann
Added list tests2
2011-12-31
, by Olaf Wintermann
Added list tests
2011-12-31
, by Olaf Wintermann
added list implementation
2011-12-31
, by Mike Becker
Added dlist tests
2011-12-31
, by Olaf Wintermann
completed dlist
2011-12-31
, by Mike Becker
added dlist to makefile, implemented first functions, discarded some fails
2011-12-31
, by Mike Becker
Fixed fatal super bug
2011-12-31
, by Olaf Wintermann
added list specification
2011-12-31
, by Olaf Wintermann
added dlist specification
2011-12-31
, by Mike Becker
added hgignore
2011-12-31
, by Mike Becker
Added some source files
2011-12-31
, by Olaf Wintermann
Moved object files to build/
2011-12-31
, by Olaf Wintermann
Added makefiles
2011-12-31
, by Olaf Wintermann
less
more
|
(0)
tip