Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Header refactoring: break out rb.h dependencies | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -5/+5 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -10/+10 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -42/+42 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -1/+0 |
* | Remove rbt_nil | Dave Watson | 2016-02-24 | 1 | -19/+22 |
* | Add test for tree destruction | Joshua Kahn | 2015-11-09 | 1 | -1/+16 |
* | Allow const keys for lookup | Joshua Kahn | 2015-11-09 | 1 | -1/+1 |
* | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 1 | -2/+2 |
* | Add rb_empty(). | Jason Evans | 2014-08-20 | 1 | -0/+3 |
* | Fix unused variable warnings. | Jason Evans | 2014-01-21 | 1 | -3/+1 |
* | Convert assert() in test code to assert_*(). | Jason Evans | 2014-01-04 | 1 | -4/+12 |
* | Add unit tests for qr, ql, and rb. | Jason Evans | 2014-01-04 | 1 | -0/+327 |