summaryrefslogtreecommitdiffstats
path: root/test/unit/ph.c
Commit message (Expand)AuthorAgeFilesLines
* Pairing heap: inline functions instead of macros.David Goldblatt2021-08-021-24/+36
* Change assert_* to expect_* in testsYinan Zhang2020-02-201-29/+29
* Header refactoring: break out ph.h dependenciesDavid Goldblatt2017-04-111-0/+2
* Add any() and remove_any() to ph.Jason Evans2017-03-071-1/+30
* Replace tabs following #define with spaces.Jason Evans2017-01-211-4/+4
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-8/+8
* Update brace style.Jason Evans2017-01-211-29/+28
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-2/+0
* Refactor/fix ph.Jason Evans2016-04-111-20/+237
* Fix a compilation warning in the ph test code.Jason Evans2016-04-051-20/+1
* Unittest for pairing heapDave Watson2016-03-081-0/+92