Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: fccf70ea7640
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 73d5355a491f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 1, 2016

  1. Add better rle output size handling and documentation (SF feat req 80).

    This adds a wrapper around the pp_def'd rle code so that rle() output
    is no bigger than it needs to be. This removes the necessity of
    manually truncating the output in the common 1D use case. Also
    adds (hopefully) improved documemtation for rle, and a few new tests.
    d-lamb authored and devel-chm committed Oct 1, 2016
    Copy the full SHA
    c3c2225 View commit details
    Browse the repository at this point in the history
  2. Make the signature of rle accurate for the new usage.

    This required some very light PP acrobatics to allow a & b to have
    different dimension than c but still make threading work OK.
    d-lamb authored and devel-chm committed Oct 1, 2016
    Copy the full SHA
    73d5355 View commit details
    Browse the repository at this point in the history