Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
update build dependencies for json.c
Thu, 31 Oct 2024 12:15:13 +0100
, by Mike Becker
fix map.h C++ inline functions not ported to new collection base class
Wed, 30 Oct 2024 16:59:53 +0100
, by Olaf Wintermann
fix comparing size_t with int
Tue, 29 Oct 2024 18:47:49 +0100
, by Mike Becker
remove cx_swap_ptr()
Tue, 29 Oct 2024 18:46:50 +0100
, by Mike Becker
use cx_array_add() instead of reimplementing the magic
Tue, 29 Oct 2024 18:15:06 +0100
, by Mike Becker
add function to create array reallocator that can move arrays from stack to heap
Tue, 29 Oct 2024 18:14:02 +0100
, by Mike Becker
add msvc support
Tue, 29 Oct 2024 16:53:00 +0100
, by Mike Becker
remove dynamic arrays which are not supported by msvc
Tue, 29 Oct 2024 16:47:40 +0100
, by Mike Becker
fix missing pointer initializations
Tue, 29 Oct 2024 16:47:19 +0100
, by Mike Becker
add cast from size_t to unsigned to avoid warnings from certain compilers
Tue, 29 Oct 2024 16:08:37 +0100
, by Mike Becker
fix compile regression on some platforms after removing sys/types.h include
Tue, 29 Oct 2024 16:01:10 +0100
, by Mike Becker
fix cx_mempool_free crash if ptr is null
Wed, 23 Oct 2024 19:33:36 +0200
, by Olaf Wintermann
avoid state buffer allocation for JSON with reasonable nesting depth
Tue, 22 Oct 2024 23:10:31 +0200
, by Mike Becker
add cx_nmemb() utility
Tue, 22 Oct 2024 22:42:48 +0200
, by Mike Becker
make both gcc and clang happy with how cx_json_value_nothing is initialized
Tue, 22 Oct 2024 22:20:50 +0200
, by Mike Becker
fix memory leak in case of json parser errors
Tue, 22 Oct 2024 12:23:43 +0200
, by Olaf Wintermann
use json reader state macros everywhere
Tue, 22 Oct 2024 12:17:48 +0200
, by Olaf Wintermann
fix incomplete json object not resulting in syntax error
Tue, 22 Oct 2024 12:16:16 +0200
, by Olaf Wintermann
fix memory leak in json reader when handling incomplete tokens
Sun, 20 Oct 2024 12:30:30 +0200
, by Olaf Wintermann
add test for parsing json with multiple incomplete tokens
Sun, 20 Oct 2024 11:39:54 +0200
, by Olaf Wintermann
simplify cx_json_value_nothing initialization
Sun, 20 Oct 2024 10:49:38 +0200
, by Olaf Wintermann
add first draft of json implementation - relates to #431
Sat, 19 Oct 2024 17:25:11 +0200
, by Mike Becker
add missing dependencies for test_properties.o
Sat, 19 Oct 2024 16:28:15 +0200
, by Mike Becker
add convenience macro for cx_reallocate to hide the (void**) cast
Sat, 19 Oct 2024 14:24:26 +0200
, by Mike Becker
remove <sys/types.h> include from common.h
Sat, 19 Oct 2024 13:49:44 +0200
, by Mike Becker
add extern "C" to iterator.h
Sat, 19 Oct 2024 13:45:49 +0200
, by Mike Becker
add extern "C" to properties.h
Sat, 19 Oct 2024 13:43:10 +0200
, by Mike Becker
add test coverage for unlinking tree nodes w/o prev pointer
Sat, 19 Oct 2024 13:21:58 +0200
, by Mike Becker
add max depth for tree search - closes #459
Sat, 19 Oct 2024 13:08:06 +0200
, by Mike Becker
fix totally bugged assertion in cxPropertiesUseStack()
Sun, 13 Oct 2024 16:47:14 +0200
, by Mike Becker
add source/sink facility for properties - fixes #430
Sun, 13 Oct 2024 16:44:29 +0200
, by Mike Becker
fix missing parameter doc
Sun, 13 Oct 2024 15:19:12 +0200
, by Mike Becker
fix several survivors of east-const and some missing consts
Sun, 13 Oct 2024 14:06:32 +0200
, by Mike Becker
fix invalid reads when removing linked list nodes
Sat, 12 Oct 2024 19:41:04 +0200
, by Mike Becker
add implementation for the properties parser
Sat, 12 Oct 2024 19:34:19 +0200
, by Mike Becker
add ucx2.1 style interface for a properties parser
Thu, 10 Oct 2024 18:40:27 +0200
, by Mike Becker
also report coverage for header files
Tue, 08 Oct 2024 19:52:09 +0200
, by Mike Becker
make loc_prev in trees optional - fixes #433
Tue, 08 Oct 2024 18:47:45 +0200
, by Mike Becker
update CHANGELOG
Tue, 08 Oct 2024 18:32:48 +0200
, by Mike Becker
add possibility to remove arrays of data and retrieve removed data
Mon, 07 Oct 2024 20:20:21 +0200
, by Mike Becker
add cxTreeSetParent()
Sun, 06 Oct 2024 19:17:41 +0200
, by Mike Becker
add functions to start iteration in a subtree
Sun, 06 Oct 2024 19:02:32 +0200
, by Mike Becker
add missing details for 100% test coverage in tree.c
Sun, 06 Oct 2024 13:48:00 +0200
, by Mike Becker
add test for creating an iterator over an empty tree
Sun, 06 Oct 2024 13:44:26 +0200
, by Mike Becker
simplify tree class
Sun, 06 Oct 2024 13:41:26 +0200
, by Mike Becker
implement cxTreeDestroyNode and cxTreeDestroySubtree - resolves #438
Sun, 06 Oct 2024 13:37:05 +0200
, by Mike Becker
fix missing free() in test_array_insert_sorted
Sun, 06 Oct 2024 12:40:44 +0200
, by Mike Becker
fix missing free() in test_tree_add_duplicate_root
Sun, 06 Oct 2024 12:33:57 +0200
, by Mike Becker
fix uninitialized simple_destructor - fixes #443
Sun, 06 Oct 2024 12:32:28 +0200
, by Mike Becker
implement cxTreeRemove() with re-link function
Sat, 05 Oct 2024 19:05:47 +0200
, by Mike Becker
rename cxTreeRemove() to cxTreeRemoveSubtree()
Sat, 05 Oct 2024 14:42:14 +0200
, by Mike Becker
fix bug when removing the root node of a tree
Sat, 05 Oct 2024 14:22:42 +0200
, by Mike Becker
add test for simple destructor in trees - fixes #436
Sat, 05 Oct 2024 14:16:01 +0200
, by Mike Becker
complete implementation of remaining high level tree functions
Thu, 03 Oct 2024 17:39:21 +0200
, by Mike Becker
implement cxTreeInsert family of functions
Thu, 03 Oct 2024 16:31:09 +0200
, by Mike Becker
add cxTreeSubtreeDepth()
Thu, 03 Oct 2024 15:42:35 +0200
, by Mike Becker
implement cxTreeCreate family of functions
Thu, 03 Oct 2024 15:38:05 +0200
, by Mike Becker
add functions to link/unlink nodes manually
Wed, 02 Oct 2024 19:11:40 +0200
, by Mike Becker
downgrade the attention block regarding the auto-register of a simple destructor to a note
Mon, 30 Sep 2024 19:19:44 +0200
, by Mike Becker
more prototypes for tree functions
Mon, 30 Sep 2024 19:17:19 +0200
, by Mike Becker
prototypes for create and destroy functions
Sun, 29 Sep 2024 23:08:40 +0200
, by Mike Becker
add allocator and root node pointer to tree structure
Sun, 29 Sep 2024 22:45:43 +0200
, by Mike Becker
allow find() member function to start in an arbitrary subtree
Sun, 29 Sep 2024 14:40:43 +0200
, by Mike Becker
provide a default tree node layout, but do not make it mandatory
Sun, 29 Sep 2024 14:38:41 +0200
, by Mike Becker
first draft of a class for high level trees
Sun, 29 Sep 2024 13:49:33 +0200
, by Mike Becker
add bounding parameter to cx_tree_add_iter()
Sun, 29 Sep 2024 13:32:33 +0200
, by Mike Becker
fix misleading documentation that could have indicated that an allocator is optional for lists
Sun, 29 Sep 2024 13:10:52 +0200
, by Mike Becker
make all function attributes leading - fixes #425
Sat, 28 Sep 2024 15:55:14 +0200
, by Mike Becker
move all const keywords to the west - fixes #426
Sat, 28 Sep 2024 15:47:28 +0200
, by Mike Becker
apply binary search in cx_array_insert_sorted()
Wed, 18 Sep 2024 00:02:18 +0200
, by Mike Becker
fix for empty arrays
Tue, 17 Sep 2024 23:37:15 +0200
, by Mike Becker
fix documentation
Tue, 17 Sep 2024 23:32:27 +0200
, by Mike Becker
also add a binary search for the supremum
Tue, 17 Sep 2024 23:29:12 +0200
, by Mike Becker
fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array
Tue, 17 Sep 2024 23:19:03 +0200
, by Mike Becker
add cx_array_binary_search() - fixes #424
Tue, 17 Sep 2024 23:11:17 +0200
, by Mike Becker
add low level cx_array_insert_sorted() and convenience macros
Tue, 17 Sep 2024 19:38:41 +0200
, by Mike Becker
add missing documentation for cx_list_default_swap() return value
Tue, 17 Sep 2024 19:08:22 +0200
, by Mike Becker
add optimized implementation of insert_sorted for array lists
Mon, 16 Sep 2024 19:52:17 +0200
, by Mike Becker
fix cx_ll_insert_sorted_cmp_func not being thread local
Mon, 09 Sep 2024 21:54:22 +0200
, by Mike Becker
implement optimized sorted insert for linked lists - resolves #415
Mon, 09 Sep 2024 21:34:39 +0200
, by Mike Becker
fix typo in documentation
Mon, 09 Sep 2024 19:00:47 +0200
, by Mike Becker
optimize default insert_sorted implementation
Sun, 01 Sep 2024 16:14:34 +0200
, by Mike Becker
add stupid default implementation for high level insertion sort
Sun, 01 Sep 2024 14:48:43 +0200
, by Mike Becker
add default impl for some list member functions
Thu, 29 Aug 2024 21:30:52 +0200
, by Mike Becker
fix inserting via iterator correctly increases element count
Thu, 29 Aug 2024 20:48:15 +0200
, by Mike Becker
close feature branch
feature/tree_add
Tue, 20 Aug 2024 18:04:31 +0200
, by Mike Becker
merge feature/tree_add branch
Tue, 20 Aug 2024 18:02:39 +0200
, by Mike Becker
rework cx_tree_add() API to allow insertion of edge nodes
feature/tree_add
Tue, 20 Aug 2024 18:01:03 +0200
, by Mike Becker
remove condition that is always false after recent fix
feature/tree_add
Tue, 20 Aug 2024 13:53:18 +0200
, by Mike Becker
fix cx_tree_search() not remembering root as a valid candidate
feature/tree_add
Tue, 20 Aug 2024 13:36:56 +0200
, by Mike Becker
cx_tree_add_iter() - optimize check for empty trees
feature/tree_add
Tue, 20 Aug 2024 12:39:35 +0200
, by Mike Becker
cx_tree_add() fix missing spec for adding duplicates
feature/tree_add
Tue, 20 Aug 2024 11:02:54 +0200
, by Mike Becker
complete cx_tree_add() implementations
feature/tree_add
Mon, 19 Aug 2024 20:46:36 +0200
, by Mike Becker
fix return type of cx_tree_node_create_func
feature/tree_add
Mon, 19 Aug 2024 18:46:49 +0200
, by Mike Becker
complete specification for tree_add functions
feature/tree_add
Sun, 18 Aug 2024 11:26:34 +0200
, by Mike Becker
merge changes from default branch
feature/tree_add
Sat, 17 Aug 2024 11:14:39 +0200
, by Mike Becker
change cx_tree_link() from prepending to appending children - fixes #391
Sun, 07 Jul 2024 14:56:44 +0200
, by Mike Becker
fix mixed up arguments for calloc()
Sun, 07 Jul 2024 14:20:28 +0200
, by Mike Becker
add prototypes for cx_tree_add() family of functions
feature/tree_add
Sun, 07 Jul 2024 12:21:58 +0200
, by Mike Becker
minor doc fixes
Wed, 03 Jul 2024 22:07:42 +0200
, by Mike Becker
add cxIteratorRef() macro
Sat, 08 Jun 2024 20:08:09 +0200
, by Mike Becker
add missing convenience functions
Thu, 23 May 2024 22:06:32 +0200
, by Mike Becker
fix name of collection base member (to avoid base.base)
Thu, 23 May 2024 20:43:04 +0200
, by Mike Becker
fix inconsistent use of item_size and elem_size
Thu, 23 May 2024 20:31:37 +0200
, by Mike Becker
fix members inherited by macro or include are not documented
Thu, 23 May 2024 20:29:28 +0200
, by Mike Becker
simplify iterator structures
Thu, 23 May 2024 19:29:14 +0200
, by Mike Becker
fix documentation
Thu, 23 May 2024 18:21:36 +0200
, by Mike Becker
issue #389 : add separate function for immutable arrays
Thu, 23 May 2024 18:21:08 +0200
, by Mike Becker
add iterator over raw C arrays - closes #389
Thu, 23 May 2024 15:05:24 +0200
, by Mike Becker
improves interface of cx_sprintf() variants
Fri, 12 Apr 2024 21:48:12 +0200
, by Mike Becker
implement tree continue - fixes #376
Wed, 03 Apr 2024 21:22:23 +0200
, by Mike Becker
add missing cxTreeVisitorDispose() test
Wed, 20 Mar 2024 23:35:32 +0100
, by Mike Becker
less
more
|
(0)
-112
tip