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 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
less
more
|
(0)
-300
-100
-60
tip