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: 49771f2111a9
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 8b066742f7f2
Choose a head ref
  • 5 commits
  • 25 files changed
  • 2 contributors

Commits on Sep 26, 2015

  1. Implement PDL_Anyval datatype as union to support 64bit indexing

    This adds a union datatype to add 64bit integer support to
    the original PDL-2.x types which assumed that double was
    capable of holding all the "lesser" types.  With the PDL_Anyval
    type, we can correctly handle 64bit integer datatypes and
    avoid errors and loss of precision due to conversions to or
    from PDL_Double.  Thanks also to kmx for his contributions
    to finish the implementation.
    devel-chm committed Sep 26, 2015
    Copy the full SHA
    4c3f722 View commit details
    Browse the repository at this point in the history
  2. adding test for the original SF bug #343

    kmx authored and devel-chm committed Sep 26, 2015
    Copy the full SHA
    271f219 View commit details
    Browse the repository at this point in the history
  3. Add start for t/bigmem.t tests

    Subtests to come.  Contribution for others welcome.
    devel-chm committed Sep 26, 2015
    Copy the full SHA
    c3583bd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d2e1272 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2015

  1. Copy the full SHA
    8b06674 View commit details
    Browse the repository at this point in the history