Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
make allocator in cxBufferInit optional
2023-04-03
, by Mike Becker
increase test coverage - fixes #250
2023-04-01
, by Mike Becker
test coverage for cx_strcmp pointer variants
2023-04-01
, by Mike Becker
allow NULL for allocator and comparator
2023-03-28
, by Mike Becker
add docs for CX_STORE_POINTERS and remove cxHashMapCreateForPointers()
2023-03-28
, by Mike Becker
add CX_STORE_POINTERS special item size for maps
2023-03-21
, by Mike Becker
add CX_STORE_POINTERS special "item size" for lists
2023-03-21
, by Mike Becker
add unit test for cxListClear + fix destructor functions not always invoked with the correct pointer
2023-03-20
, by Mike Becker
fix hashmap iterator skipping the second element in some cases
2023-03-20
, by Olaf Wintermann
add cxListClear and fix missing destructor invocations - #241 #246
2023-03-14
, by Mike Becker
add cx_hash_key_cxstr() macro
2023-03-05
, by Mike Becker
add simple functions for creating lists
2023-02-23
, by Mike Becker
add CX_LINKED_LIST_SORT_SBO_SIZE macro
2023-02-23
, by Mike Becker
add some asserts
2023-02-23
, by Mike Becker
split cxMapRemove() to cxMapRemoveAndGet()
2023-02-23
, by Mike Becker
make hashmap store objects instead of pointers by default - fixes #239
2023-02-23
, by Mike Becker
add CxListComparator compatible string compare functions
2023-02-20
, by Mike Becker
fix gmock being build and gtest and gmock being installed
2023-02-20
, by Mike Becker
implement backwards iterator - fixes #238
2023-02-15
, by Mike Becker
Automated merge
2023-02-08
, by Mike Becker
rename test directory to avoid name clash with Makefile target
2023-02-07
, by Mike Becker
fix README showing how tests were run in the automake era
2023-02-07
, by Mike Becker
fix last change of mul overflow builtin breaking non-windows compilations
2023-02-07
, by Mike Becker
fix code not compiling under windows+mingw
2023-02-07
, by Mike Becker
fix wrong types for umul overflow builtins
2023-02-07
, by Mike Becker
remove too platform dependent printf tests
2023-02-07
, by Mike Becker
implement swap function for list elements - fixes #218
2023-02-08
, by Mike Becker
add pointer swap utility
2023-02-08
, by Mike Becker
add strtok API - fixes #220
2023-02-02
, by Mike Becker
reformat file
2023-02-01
, by Mike Becker
#228 make buffer sizes adjustable at compile time
2023-02-01
, by Mike Becker
minor fix for testing allocator self-test
2023-02-01
, by Mike Becker
add new pointer list wrapper - resolves #234
2023-01-26
, by Mike Becker
simplify list class - fixes #236
2023-01-25
, by Mike Becker
temporarily remove pointer lists - see #234
2023-01-23
, by Mike Becker
add cxListInsertArray() - fixes #224
2023-01-23
, by Mike Becker
remove the untrue restriction for the index parameter of cx_array_copy() from the documentation
2023-01-23
, by Mike Becker
add printf tests
2022-12-20
, by Mike Becker
add attributes to printf functions
2022-12-20
, by Mike Becker
change prefix of UCX_PRINTF_BUFSIZE to CX
2022-12-20
, by Mike Becker
add utils tests
2022-12-20
, by Mike Becker
fix public header destination
2022-12-07
, by Mike Becker
tests for compare functions
2022-12-07
, by Mike Becker
separate iterators and mutating iterators
2022-11-26
, by Mike Becker
#224 add cxListAddArray()
2022-11-23
, by Mike Becker
use //-style single line comments everywhere
2022-11-20
, by Mike Becker
fix cx_array_copy() unintentionally shrinking the array
2022-11-20
, by Mike Becker
#219: fix off-by-one bug in cx_arl_remove()
2022-11-20
, by Mike Becker
fix calculation of new capacity in cx_array_copy()
2022-11-20
, by Mike Becker
#219: cx_arl_remove short-circuit for last element
2022-11-20
, by Mike Becker
#219 array list: implement reverse
2022-11-20
, by Mike Becker
#219 array list: implement compare member func
2022-11-20
, by Mike Becker
missing const in cxListFind
2022-11-20
, by Mike Becker
#219 improve cx_arl_iter_next
2022-11-20
, by Mike Becker
#219 array list: implement insert via iterator
2022-11-20
, by Mike Becker
#219 array list: implement compare
2022-11-20
, by Mike Becker
fix include in array_list.h
2022-11-20
, by Olaf Wintermann
#219 array list: add iterator
2022-11-18
, by Mike Becker
#219 array list: implement sort
2022-11-17
, by Mike Becker
#219 array list: implement find
2022-11-17
, by Mike Becker
#219 array list: implement remove
2022-11-17
, by Mike Becker
fix typo in enum cx_array_copy_result
2022-11-17
, by Mike Becker
#219 array list: implement insert
2022-11-17
, by Mike Becker
#219 array list: implement add and at
2022-11-16
, by Mike Becker
more custom data for array re-allocator
2022-11-13
, by Mike Becker
proposal for a low level array copy
2022-11-13
, by Mike Becker
implement array list ctor and dtor
2022-11-13
, by Mike Becker
add array list tests
2022-11-12
, by Mike Becker
fix typo in compare.h
2022-11-06
, by Mike Becker
change hash functions
2022-11-06
, by Mike Becker
fix missing const in cx_hash_key signature
2022-11-06
, by Mike Becker
use ucx compare function in list tests
2022-11-06
, by Mike Becker
add compare functions
2022-11-05
, by Mike Becker
east const
2022-11-05
, by Mike Becker
#222 add printf-like functions
2022-11-05
, by Mike Becker
#217 cover cx_strreplace_a() macro
2022-10-23
, by Mike Becker
#217 cover cx_strcat macro
2022-10-23
, by Mike Becker
#216 test hashing functions
2022-10-23
, by Mike Becker
remove unnecessary code
2022-10-23
, by Mike Becker
add test for cxMapClear()
2022-10-23
, by Mike Becker
explicitly cast int to char
2022-10-23
, by Mike Becker
enclose macro arguments in parenthesis
2022-10-23
, by Mike Becker
fix over-optimization of strstr
2022-10-04
, by Mike Becker
fix missing zero-termination in strreplace
2022-10-04
, by Mike Becker
add zero-termination guarantees
2022-10-04
, by Mike Becker
do not use c++ object initialization
2022-09-20
, by Mike Becker
use EXPECT_STREQ instead of strcmp
2022-09-20
, by Mike Becker
add tests for strupper and strlower
2022-09-20
, by Mike Becker
add test coverage for _m variant functions
2022-09-20
, by Mike Becker
disallow NULL for cx_str() and cx_mutstr()
2022-09-13
, by Mike Becker
add tests and missing implementations for strings
2022-09-09
, by Mike Becker
implement strupper and strlower
2022-09-03
, by Mike Becker
implement more string functions
2022-09-03
, by Mike Becker
more implementations of string functions
2022-08-31
, by Mike Becker
start implementing string functions
2022-08-30
, by Mike Becker
some function can be macros using the default allocator
2022-08-30
, by Mike Becker
wrong position of struct identifier
2022-08-30
, by Mike Becker
first proposal for the string header
2022-08-29
, by Mike Becker
fix #200 - key contents not compared in cx_hash_map_put()
2022-08-12
, by Mike Becker
invert if-condition in preparation for the next bugfix
2022-08-12
, by Mike Becker
remove unused variable (return immediately)
2022-08-12
, by Mike Becker
#201 - remove dangerous allocator config
2022-08-08
, by Mike Becker
#201 - add mempool implementation
2022-08-03
, by Mike Becker
remove currently unused ssize_t definition
2022-08-03
, by Mike Becker
#170 test cxBufferRead
2022-07-25
, by Mike Becker
#170 test cxBufferGet
2022-07-25
, by Mike Becker
#184 #170 more thorough flush testing
2022-07-25
, by Mike Becker
fix two tests reading one byte too much
2022-07-25
, by Mike Becker
fix putc tests to make more sense of the bitwise or
2022-07-25
, by Mike Becker
fix obsolete documentation
2022-06-08
, by Mike Becker
improve hash key handling
2022-06-08
, by Mike Becker
#189 #199 implement and test map rehash
2022-05-27
, by Mike Becker
#199 test removing via iterator
2022-05-27
, by Mike Becker
fix wrong slot and index numbers
2022-05-27
, by Mike Becker
corrects documentation of iterator behavior
2022-05-27
, by Mike Becker
add convenience function to make keys from strings
2022-05-27
, by Mike Becker
remove unused header
2022-05-27
, by Mike Becker
#199 tests for hash map
2022-05-27
, by Mike Becker
fix documentation for map iterators
2022-05-27
, by Mike Becker
fix kv-pair not initialized
2022-05-27
, by Mike Becker
less
more
|
(0)
-120
+120
tip