Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
simplify map class structure
Sun, 21 May 2023 15:07:31 +0200
, by Mike Becker
fix inconsistent destructor requirements for list and map classes
Sun, 21 May 2023 14:56:10 +0200
, by Mike Becker
fix rehash not valid for non-hash-maps
Sun, 21 May 2023 14:40:05 +0200
, by Mike Becker
add empty map implementation - fixes #259
Sun, 21 May 2023 14:37:56 +0200
, by Mike Becker
fix cxListCompare if-condition
Sun, 21 May 2023 14:04:34 +0200
, by Mike Becker
add empty list implementation - fixes #258
Sun, 21 May 2023 14:03:21 +0200
, by Mike Becker
improve cx_linked_list_sort() - fixes #257
Sun, 21 May 2023 11:52:58 +0200
, by Mike Becker
fix cx_linked_list_sort() not working for empty lists
Fri, 05 May 2023 19:07:56 +0200
, by Mike Becker
explicitly set cmake policy CMP0077
Mon, 24 Apr 2023 19:08:56 +0200
, by Mike Becker
add cx_strdup_m() and cx_strdup_ma()
Sat, 22 Apr 2023 19:01:06 +0200
, by Mike Becker
make list find return a negative value when elem not found
Sat, 22 Apr 2023 14:21:02 +0200
, by Mike Becker
fix wrong doc in cxListFind()
Sat, 22 Apr 2023 14:09:46 +0200
, by Mike Becker
add cx_strcat_m() and cx_strcat_ma() for in-place concatenation
Sat, 22 Apr 2023 13:06:18 +0200
, by Mike Becker
add cxHashMapCreateSimple()
Sat, 22 Apr 2023 12:29:00 +0200
, by Mike Becker
fix typo
Sat, 22 Apr 2023 12:16:34 +0200
, by Mike Becker
fix missing controlling-expression for char const*
Fri, 21 Apr 2023 20:50:19 +0200
, by Mike Becker
fix missing const qualifier for allocator
Fri, 21 Apr 2023 20:28:55 +0200
, by Mike Becker
add cxmutstr to the map generics
Fri, 21 Apr 2023 20:17:09 +0200
, by Mike Becker
bring a generic interface to CxMap
Fri, 21 Apr 2023 19:50:43 +0200
, by Mike Becker
simplify CxHashKey
Fri, 21 Apr 2023 18:38:18 +0200
, by Mike Becker
fix typo
Thu, 20 Apr 2023 19:13:25 +0200
, by Mike Becker
serious code formatting problems ;-)
Tue, 18 Apr 2023 19:19:04 +0200
, by Mike Becker
tweak rehash test to achieve missing coverage
Tue, 18 Apr 2023 19:15:50 +0200
, by Mike Becker
add destructor functions for maps - fixes #253
Tue, 18 Apr 2023 19:10:45 +0200
, by Mike Becker
add base collection members to map interface
Tue, 18 Apr 2023 18:01:41 +0200
, by Mike Becker
change CX_STR: use compound literal in C and ctor in C++
Mon, 17 Apr 2023 21:47:34 +0200
, by Mike Becker
add convenience functions for allocating a buffer on the heap
Sun, 16 Apr 2023 21:35:08 +0200
, by Mike Becker
work around some MSC problems
Sun, 16 Apr 2023 21:09:25 +0200
, by Mike Becker
fix common.h include problems - fixes #255
Sun, 16 Apr 2023 20:50:19 +0200
, by Mike Becker
fix wrong operator precedence in destructor macros
Sun, 09 Apr 2023 20:00:44 +0200
, by Mike Becker
add pointer array list tests
Sun, 09 Apr 2023 19:37:00 +0200
, by Mike Becker
reformat code
Sun, 09 Apr 2023 19:06:16 +0200
, by Mike Becker
refactoring of collections to make use of destructors in map implementations
Sun, 09 Apr 2023 19:03:58 +0200
, by Mike Becker
fix initial storage allocation for array lists created with CX_STORE_POINTERS
Fri, 07 Apr 2023 11:30:28 +0200
, by Mike Becker
simplify cx_stream_ncopy()
Mon, 03 Apr 2023 19:48:00 +0200
, by Mike Becker
add stream copy utils - fixes #254
Mon, 03 Apr 2023 19:20:30 +0200
, by Mike Becker
make allocator in cxBufferInit optional
Mon, 03 Apr 2023 19:09:31 +0200
, by Mike Becker
increase test coverage - fixes #250
Sat, 01 Apr 2023 11:51:48 +0200
, by Mike Becker
test coverage for cx_strcmp pointer variants
Sat, 01 Apr 2023 11:00:59 +0200
, by Mike Becker
allow NULL for allocator and comparator
Tue, 28 Mar 2023 21:00:33 +0200
, by Mike Becker
add docs for CX_STORE_POINTERS and remove cxHashMapCreateForPointers()
Tue, 28 Mar 2023 19:13:33 +0200
, by Mike Becker
add CX_STORE_POINTERS special item size for maps
Tue, 21 Mar 2023 17:21:20 +0100
, by Mike Becker
add CX_STORE_POINTERS special "item size" for lists
Tue, 21 Mar 2023 17:18:29 +0100
, by Mike Becker
add unit test for cxListClear + fix destructor functions not always invoked with the correct pointer
Mon, 20 Mar 2023 19:09:08 +0100
, by Mike Becker
fix hashmap iterator skipping the second element in some cases
Mon, 20 Mar 2023 18:05:12 +0100
, by Olaf Wintermann
add cxListClear and fix missing destructor invocations - #241 #246
Tue, 14 Mar 2023 20:25:24 +0100
, by Mike Becker
add cx_hash_key_cxstr() macro
Sun, 05 Mar 2023 10:55:32 +0100
, by Mike Becker
add simple functions for creating lists
Thu, 23 Feb 2023 22:43:13 +0100
, by Mike Becker
add CX_LINKED_LIST_SORT_SBO_SIZE macro
Thu, 23 Feb 2023 22:27:41 +0100
, by Mike Becker
add some asserts
Thu, 23 Feb 2023 22:24:26 +0100
, by Mike Becker
split cxMapRemove() to cxMapRemoveAndGet()
Thu, 23 Feb 2023 21:42:46 +0100
, by Mike Becker
make hashmap store objects instead of pointers by default - fixes #239
Thu, 23 Feb 2023 18:58:15 +0100
, by Mike Becker
add CxListComparator compatible string compare functions
Mon, 20 Feb 2023 19:55:42 +0100
, by Mike Becker
fix gmock being build and gtest and gmock being installed
Mon, 20 Feb 2023 19:14:42 +0100
, by Mike Becker
implement backwards iterator - fixes #238
Wed, 15 Feb 2023 16:48:11 +0100
, by Mike Becker
Automated merge
Wed, 08 Feb 2023 20:26:26 +0100
, by Mike Becker
less
more
|
(0)
-300
-100
-56
+56
+100
tip