summaryrefslogtreecommitdiffstats
path: root/test/unit/rb.c
Commit message (Collapse)AuthorAgeFilesLines
* Header refactoring: break out rb.h dependenciesDavid Goldblatt2017-04-111-0/+2
|
* Replace tabs following #define with spaces.Jason Evans2017-01-211-5/+5
| | | | This resolves #564.
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-10/+10
| | | | This resolves #540.
* Update brace style.Jason Evans2017-01-211-42/+42
| | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
| | | | This resolves #535.
* Remove rbt_nilDave Watson2016-02-241-19/+22
| | | | | Since this is an intrusive tree, rbt_nil is the whole size of the node and can be quite large. For example, miscelm is ~100 bytes.
* Add test for tree destructionJoshua Kahn2015-11-091-1/+16
|
* Allow const keys for lookupJoshua Kahn2015-11-091-1/+1
| | | | | | Signed-off-by: Steve Dougherty <sdougherty@barracuda.com> This resolves #281.
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-2/+2
|
* Add rb_empty().Jason Evans2014-08-201-0/+3
|
* Fix unused variable warnings.Jason Evans2014-01-211-3/+1
|
* Convert assert() in test code to assert_*().Jason Evans2014-01-041-4/+12
|
* Add unit tests for qr, ql, and rb.Jason Evans2014-01-041-0/+327