Code

Merged branch 'master' of git://git.tokkee.org/sysdb.
[sysdb.git] / t / utils / llist_test.c
2014-04-21 Sebastian Harlutils llist: Added sdb_llist_clear().
2014-04-14 Sebastian Harlllist_test: Removed "llist" from all test names.
2014-04-14 Sebastian Harlllist utils: Added sdb_llist_remove_by_name().
2014-04-14 Sebastian Harlllist_test: Removed "sdb" from test names.
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-02-04 Sebastian Harlllist_test: Added simple tests for _search() and _remove().
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_get().
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_len().
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-25 Sebastian Harlutils llist: Added sdb_llist_iter_remove_current().
2013-09-04 Sebastian Harlt/utils/: Name test-cases after the tested function.
2013-08-27 Sebastian Harlt/: Make the test-suite compile with strict compiler...
2013-08-27 Sebastian Harlt/: Fixed header include order.
2013-08-26 Sebastian Harlt/utils/llist_test: Check sdb_llist_create() return...
2013-08-23 Sebastian Harlt/utils/llist_test: Added tests for clone and destroy.
2013-08-23 Sebastian HarlAdded unit testing framework based on ‘check’.