0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add binary search tree (bst) to libmooreb More... over 16 years ago
implement libmooreb_list_find_backward and rename libmooreb_list_find to libmooreb_list_find_forward More... over 16 years ago
name the arguments for libmooreb_hash_alloc_insert More... over 16 years ago
include two new integer hashing and comparator functions More... over 17 years ago
more clearly indicate that the comparison function is the type that qsort likes More... over 17 years ago
implement median for lists and integer histograms More... over 17 years ago
add libmooreb_int_histogram, a integer histogram, to the mix. More... over 17 years ago
add two new salt functions to strbuf: generate random bytes 0-9 and a-z More... over 17 years ago
define convenience types for locks and limits for stacks More... over 17 years ago
correct some signed/unsigned character mistakes More... over 17 years ago
rename libmooreb_nary_tree to libmooreb_nary_node More... almost 18 years ago
add null to the end of the version block so that they can be iterated over. More... almost 18 years ago
correct typo in LIBMOOREB_HASH_NOLOCK More... almost 18 years ago
remove a UMR encountered when freeing the nodes from a hash with no chain (when next is NULL) More... over 19 years ago
disable the autotools' insertion of -g -O2 More... over 19 years ago
bug fix: should return after insertion. reviewed by brian. More... over 19 years ago
fix minor -Wall -Werror bugs More... over 19 years ago
protect compiler flags from expansion More... over 19 years ago
be sure to pthread_rwlockattr_destroy an _init'ed attribute, and destroy the rwlock as well. not important on many systems, but purify flags it as a leak. More... over 19 years ago
do not attempt to destroy a NULL set More... over 19 years ago
ignore autom4te.cache More... over 19 years ago
add symbolic constants for success and failure codes More... over 19 years ago
updating generated files for new set api More... over 19 years ago
add symbolic locking constants and iterators to the set interface More... over 19 years ago
mark lnode_get as not modifying its argument More... over 19 years ago
add cardinality function to the set api and add more tests More... over 19 years ago
the sense of the test for the libmooreb_list_ins_sorted set of functions was wrong. bah. More... over 19 years ago
add a set adt to libmooreb More... over 19 years ago
avoid deadlock in implementation of libmooreb_list_serialize More... over 19 years ago
add the int hasher to the libmooreb_hash interface More... over 19 years ago