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: bdec3fa4b6f4
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 4e4e09679950
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 30, 2012

  1. Added unpdl method

    The unpdl method is roughly an inverse of the pdl constructor.
    It takes a piddle and returns a reference to a Perl array containing
    a dimensionally equivalent structure of nested arrays. This complements
    the list method, which returns a flattened list
    of Perl scalars.
    jberger committed Jun 30, 2012
    Copy the full SHA
    23212d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2012

  1. Copy the full SHA
    cbda0ce View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    537a00d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2012

  1. Re-enable t/gd_oo_tests.t for AMD/BSD

    This will allow development versions of PDL to
    show the symptom with the hopes of providing
    enough info to debug the problem for the developer.
    Also, replaced print by diag in test output.
    devel-chm committed Jul 7, 2012
    Copy the full SHA
    4e4e096 View commit details
    Browse the repository at this point in the history