Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
treat integers and doubles both as JSON numbers
Fri, 01 Nov 2024 17:35:42 +0100
, by Mike Becker
remove single-member structs
Fri, 01 Nov 2024 17:24:51 +0100
, by Mike Becker
fix test function names not in line with naming convention
Fri, 01 Nov 2024 16:21:06 +0100
, by Mike Becker
add reallocarray() like functions - resolves #468
Thu, 31 Oct 2024 17:53:55 +0100
, by Mike Becker
remove cx_for_n() macro - fixes #467
Thu, 31 Oct 2024 14:54:44 +0100
, by Mike Becker
increase list test coverage - fixes #454
Thu, 31 Oct 2024 14:39:05 +0100
, by Mike Becker
test coverage does not really work with clang
Thu, 31 Oct 2024 13:24:39 +0100
, by Mike Becker
add common.h include to test.h - fixes #464
Thu, 31 Oct 2024 12:15:45 +0100
, by Mike Becker
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
less
more
|
(0)
-300
-100
-60
tip