cutils - Some Useful C-Utilities Object Libcutils provides a self-contained set of...
add count element in lists, fix slist_append
follow Phil Bagwell's original approach
hashmaps which store keystring, bugfixes
add dedicated memory allocation functions
sample application, license update to lgpl
first operational version of json_emerge, no le...
fix potential crash in json error
add count element in lists, fix slist_append
fix wrong mapping of json_bolean to double
fix crash when no json test data given
add json parser error handling
intetegrate test_cutilslib in autotools unit test
fix collide mechanism
more general string splitters
add test evt queue test programm
trim string functions
some slist fixes and documentation
parse configuration strings ala rc files
complete config parser + several addons and fixes
ignore comment lines within cfg string parser
string line splitter
add feature for tracking prelimary freed memory
improve efficiency of json_find
add memory memory leak check mechanism
further fixes in hash assoc
refinements, refactoring in hashes, json parsin...
add file descript to json_emerge
fix memory leaks in json parser
started readme
fix dissoc leak, improved tests
hash deallocation, memory checks, bug fixes
initial commit
rename hm main type to hm_t
fix access of sample data in json test program
continue introductional text
add reduce and fix some list iterations
working on structure
add function json_find and tests
add autoconf versioning scheme based on git
start doxygen documentation, copyright notice
various fixes and changes in hashmap
replace t_string by string_t
refactoring of library name
refactor hm_alloc, reduce hm tests for memcheck
add primitive hash function
integrate git revision string into source code
complete json parsing but not fully tested yet
replace strlcpy for compilation under GNU/Linux
compiles but collide mechanism does not work
refactor slist method with correct prefix
correct prefix for allocators in slist, string,...
first layout for json parser
Merge branch 'master' into doc
explain ideal hash tries and closures in docume...
readme corrections
corrections, section about function programming
documentation of the JSON parser
doc enhancement for memory tracing
document cfg_string.h
documentation of hash functions and ideal hash ...
documentation of lambda functions, strings and ...
remove LIST_DEFINED from clist documentation
Merge branch 'master' into doc
rewrite README and add markdown link to it
correct license within README, project link in ...
transfer README to Doxygen, further documentation
further documentation of hash maps, removed unu...
doc corrections and additions
fix some doxygen errors
include conditional extern "C" declaration for CPP
further documentation
description of doubly linked lists concept
Merge branch 'master' into doc
Merge branch 'master' into doc
documentation for circular lists, corrections i...
Merge branch 'master' into doc
Merge branch 'master' into doc
Merge branch 'doc'