| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify the logic in ph_remove | Amaury Séchet | 2023-03-31 | 1 | -44/+20 |
| * | Do not maintain root->prev in ph_remove. | Amaury Séchet | 2023-03-31 | 1 | -3/+0 |
| * | Simplify the logic in ph_insert | Amaury Séchet | 2023-03-31 | 1 | -29/+30 |
| * | PH: Insert-below-min fast-path. | David Goldblatt | 2021-08-02 | 1 | -0/+14 |
| * | ph: Add aux-list counting and pre-merging. | David Goldblatt | 2021-08-02 | 1 | -35/+92 |
| * | Pairing heap: inline functions instead of macros. | David Goldblatt | 2021-08-02 | 1 | -344/+402 |
| * | Clean up some minor data structure inconsistencies | David Goldblatt | 2021-05-12 | 1 | -4/+4 |
| * | Add any() and remove_any() to ph. | Jason Evans | 2017-03-07 | 1 | -4/+54 |
| * | Replace tabs following #define with spaces. | Jason Evans | 2017-01-20 | 1 | -16/+16 |
| * | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-20 | 1 | -4/+4 |
| * | Update brace style. | Jason Evans | 2017-01-20 | 1 | -25/+25 |
| * | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -4/+0 |
| * | Fix a style nit. | Jason Evans | 2016-04-12 | 1 | -1/+2 |
| * | Refactor/fix ph. | Jason Evans | 2016-04-11 | 1 | -236/+320 |
| * | Refactor ph_merge_ordered() out of ph_merge(). | Jason Evans | 2016-03-08 | 1 | -17/+22 |
| * | Pairing heap | Dave Watson | 2016-03-08 | 1 | -0/+255 |
