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 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
rename test directory to avoid name clash with Makefile target
Tue, 07 Feb 2023 21:55:37 +0100
, by Mike Becker
fix README showing how tests were run in the automake era
Tue, 07 Feb 2023 21:53:06 +0100
, by Mike Becker
fix last change of mul overflow builtin breaking non-windows compilations
Tue, 07 Feb 2023 21:37:55 +0100
, by Mike Becker
fix code not compiling under windows+mingw
Tue, 07 Feb 2023 20:08:45 +0100
, by Mike Becker
fix wrong types for umul overflow builtins
Tue, 07 Feb 2023 20:08:08 +0100
, by Mike Becker
remove too platform dependent printf tests
Tue, 07 Feb 2023 20:06:33 +0100
, by Mike Becker
implement swap function for list elements - fixes #218
Wed, 08 Feb 2023 20:26:09 +0100
, by Mike Becker
add pointer swap utility
Wed, 08 Feb 2023 18:56:58 +0100
, by Mike Becker
add strtok API - fixes #220
Thu, 02 Feb 2023 20:25:34 +0100
, by Mike Becker
reformat file
Wed, 01 Feb 2023 18:07:16 +0100
, by Mike Becker
#228 make buffer sizes adjustable at compile time
Wed, 01 Feb 2023 18:06:50 +0100
, by Mike Becker
minor fix for testing allocator self-test
Wed, 01 Feb 2023 17:14:17 +0100
, by Mike Becker
add new pointer list wrapper - resolves #234
Thu, 26 Jan 2023 20:59:36 +0100
, by Mike Becker
simplify list class - fixes #236
Wed, 25 Jan 2023 19:19:29 +0100
, by Mike Becker
temporarily remove pointer lists - see #234
Mon, 23 Jan 2023 20:34:18 +0100
, by Mike Becker
add cxListInsertArray() - fixes #224
Mon, 23 Jan 2023 20:22:11 +0100
, by Mike Becker
remove the untrue restriction for the index parameter of cx_array_copy() from the documentation
Mon, 23 Jan 2023 20:00:26 +0100
, by Mike Becker
add printf tests
Tue, 20 Dec 2022 16:09:03 +0100
, by Mike Becker
add attributes to printf functions
Tue, 20 Dec 2022 15:08:08 +0100
, by Mike Becker
change prefix of UCX_PRINTF_BUFSIZE to CX
Tue, 20 Dec 2022 14:14:09 +0100
, by Mike Becker
add utils tests
Tue, 20 Dec 2022 14:12:36 +0100
, by Mike Becker
fix public header destination
Wed, 07 Dec 2022 21:07:54 +0100
, by Mike Becker
tests for compare functions
Wed, 07 Dec 2022 20:11:44 +0100
, by Mike Becker
separate iterators and mutating iterators
Sat, 26 Nov 2022 16:58:41 +0100
, by Mike Becker
#224 add cxListAddArray()
Wed, 23 Nov 2022 22:40:55 +0100
, by Mike Becker
use //-style single line comments everywhere
Sun, 20 Nov 2022 21:08:36 +0100
, by Mike Becker
fix cx_array_copy() unintentionally shrinking the array
Sun, 20 Nov 2022 17:48:42 +0100
, by Mike Becker
#219: fix off-by-one bug in cx_arl_remove()
Sun, 20 Nov 2022 17:47:26 +0100
, by Mike Becker
fix calculation of new capacity in cx_array_copy()
Sun, 20 Nov 2022 17:22:37 +0100
, by Mike Becker
#219: cx_arl_remove short-circuit for last element
Sun, 20 Nov 2022 17:06:00 +0100
, by Mike Becker
#219 array list: implement reverse
Sun, 20 Nov 2022 16:58:51 +0100
, by Mike Becker
#219 array list: implement compare member func
Sun, 20 Nov 2022 16:28:03 +0100
, by Mike Becker
missing const in cxListFind
Sun, 20 Nov 2022 16:22:50 +0100
, by Mike Becker
#219 improve cx_arl_iter_next
Sun, 20 Nov 2022 16:22:16 +0100
, by Mike Becker
#219 array list: implement insert via iterator
Sun, 20 Nov 2022 16:21:03 +0100
, by Mike Becker
#219 array list: implement compare
Sun, 20 Nov 2022 15:51:02 +0100
, by Mike Becker
fix include in array_list.h
Sun, 20 Nov 2022 12:17:34 +0100
, by Olaf Wintermann
#219 array list: add iterator
Fri, 18 Nov 2022 22:32:17 +0100
, by Mike Becker
#219 array list: implement sort
Thu, 17 Nov 2022 18:55:14 +0100
, by Mike Becker
#219 array list: implement find
Thu, 17 Nov 2022 18:46:55 +0100
, by Mike Becker
#219 array list: implement remove
Thu, 17 Nov 2022 18:32:59 +0100
, by Mike Becker
fix typo in enum cx_array_copy_result
Thu, 17 Nov 2022 18:29:59 +0100
, by Mike Becker
#219 array list: implement insert
Thu, 17 Nov 2022 18:25:40 +0100
, by Mike Becker
#219 array list: implement add and at
Wed, 16 Nov 2022 22:27:46 +0100
, by Mike Becker
more custom data for array re-allocator
Sun, 13 Nov 2022 13:29:15 +0100
, by Mike Becker
proposal for a low level array copy
Sun, 13 Nov 2022 13:22:03 +0100
, by Mike Becker
implement array list ctor and dtor
Sun, 13 Nov 2022 13:21:48 +0100
, by Mike Becker
add array list tests
Sat, 12 Nov 2022 15:56:58 +0100
, by Mike Becker
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip