Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
add doc for cx_for_n
2022-04-18
, by Mike Becker
simplify destructor signature (but loads more responsibility onto the user)
2022-04-18
, by Mike Becker
simplify auto-free contents in lists
2022-04-18
, by Mike Becker
remove list destructor
2022-04-18
, by Mike Becker
configure clang-tidy to ignore cert-err58-cpp for test code
2022-04-18
, by Mike Becker
add [[maybe_unused]] attributed to params of mocked function
2022-04-18
, by Mike Becker
add test for cxListCompare
2022-04-16
, by Mike Becker
fix memory leak in test data
2022-04-16
, by Mike Becker
make cxListMemoryMgmt a linkable symbol
2022-04-16
, by Mike Becker
improve testing allocator + add tests for it
2022-04-16
, by Mike Becker
migrate list tests to gtest
2022-04-16
, by Mike Becker
fix required cast if compiled with C++
2022-04-16
, by Mike Becker
migrate tree tests to gtest
2022-04-16
, by Mike Becker
test uncovered branch in cxReallocate()
2022-04-16
, by Mike Becker
do not use macro for suite name
2022-04-16
, by Mike Becker
compile only one single binary for tests
2022-04-16
, by Mike Becker
migrate allocator tests to gtest
2022-04-16
, by Mike Becker
add googletest framework
2022-04-15
, by Mike Becker
#129 - remove test code duplication
2022-04-09
, by Mike Becker
#168 - add attributes and const
2022-04-09
, by Mike Becker
remove test code duplication for cxListAdd
2022-03-06
, by Mike Becker
add setup and teardown functions to test_list.c
2022-02-25
, by Mike Becker
fix typo in documentation
2022-02-15
, by Mike Becker
add convenience function to configure list memory management
2022-02-15
, by Mike Becker
add new destructor API and apply it to CxList
2022-02-15
, by Mike Becker
change Doxyfile to ignore __attribute__ and include static inline functions
2022-02-15
, by Mike Becker
add allocator support to CxBuffer
2022-01-31
, by Mike Becker
do not hide pointers behind typedefs
2022-01-30
, by Mike Becker
add cxListInsertAfter() and cxListInsertBefore()
2022-01-29
, by Mike Becker
reorder the list test functions
2022-01-29
, by Mike Becker
pointer type must be explicit in cx_foreach macro
2022-01-22
, by Mike Becker
add cx_foreach macro
2022-01-22
, by Mike Becker
add the feature to remove items during iteration
2022-01-22
, by Mike Becker
add iterator interface + linked list iterator
2022-01-22
, by Mike Becker
hide __attribute__ from compilers that may not support it
2022-01-22
, by Mike Becker
simplifies some linked list tests
2021-12-28
, by Mike Becker
fix missing cleanup in test_hl_linked_list_from_array
2021-12-28
, by Mike Becker
add cxListReverse()
2021-12-28
, by Mike Becker
add some const qualifiers
2021-12-28
, by Mike Becker
add cxLinkedListFromArray() and cxListCompare()
2021-12-28
, by Mike Becker
use c99 bool + add test for low level find
2021-12-28
, by Mike Becker
add cx_linked_list_compare() and simplifies some tests
2021-12-28
, by Mike Becker
use same doxygen style in all files
2021-12-27
, by Mike Becker
add common.h include to all other header files
2021-12-27
, by Mike Becker
add ported UCX buffer implementation
2021-12-27
, by Mike Becker
add tests for the new low level functions
2021-12-27
, by Mike Becker
add several new linked list functions
2021-12-23
, by Mike Becker
add cx_linked_list_find()
2021-12-20
, by Mike Becker
add linked list tests for cxListAt()
2021-12-20
, by Mike Becker
add more nonnull attributes
2021-12-20
, by Mike Becker
add more explicit documentation to cx_linked_list_remove()
2021-12-20
, by Mike Becker
change contract of cx_linked_list_remove()
2021-12-20
, by Mike Becker
add cx_linked_list_first() + cx_linked_list_prepend()
2021-12-04
, by Mike Becker
remove cxListLast (can be realized via cxListAt and index=size-1)
2021-10-09
, by Mike Becker
add cx_linked_list_{prev, remove, reverse}
2021-10-08
, by Mike Becker
move dereference operation into macro
2021-10-08
, by Mike Becker
add new ucx_list_sort test
support/2.x
2021-10-05
, by Mike Becker
add tree.h to list of headers
2021-10-06
, by Mike Becker
add high level list sort and inlines method invocation functions
2021-10-06
, by Mike Becker
add cx_linked_list_sort()
2021-10-05
, by Mike Becker
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip