summaryrefslogtreecommitdiffstats
path: root/test/unit/qr.c
Commit message (Collapse)AuthorAgeFilesLines
* Header refactoring: break out qr.h dependenciesDavid Goldblatt2017-04-111-0/+2
|
* Replace tabs following #define with spaces.Jason Evans2017-01-211-2/+2
| | | | This resolves #564.
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
| | | | This resolves #540.
* Update brace style.Jason Evans2017-01-211-24/+18
| | | | | | | 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.
* Add a_type parameter to qr_{meld,split}().Jason Evans2016-12-131-6/+6
|
* Add unit tests for qr, ql, and rb.Jason Evans2014-01-041-0/+248