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: f793b59310d9
Choose a base ref
...
head repository: PDLPorters/pdl
compare: c18dcc1d43de
Choose a head ref
  • 18 commits
  • 24 files changed
  • 3 contributors

Commits on Feb 22, 2013

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

Commits on Feb 23, 2013

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

Commits on Feb 25, 2013

  1. Add Module::Compile engine option to PDL::NiceSlice

    Still looking for the best way to implement the improved
    PDL::NiceSlice sourcefiltering.  Unfortunately, all the
    options so far all have a gotcha of some sore to them...
    devel-chm committed Feb 25, 2013
    Copy the full SHA
    155eb15 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    379b3e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. clean up pdl executable on "make clean"

    Craig DeForest authored and Craig DeForest committed Feb 26, 2013
    Copy the full SHA
    ee0e9ef View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Remove NiceSlicing from FITS and Transform

    Craig DeForest authored and Craig DeForest committed Feb 27, 2013
    Copy the full SHA
    4dc269e View commit details
    Browse the repository at this point in the history
  2. Switch to legacy PDL::NiceSlice engine for PDL-2.006

    Also update Release_Notes and Known_problems for the
    PDL-2.004_012 CPAN developers release.
    devel-chm committed Feb 27, 2013
    Copy the full SHA
    c989467 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    51a3441 View commit details
    Browse the repository at this point in the history
  4. Update VERSION to 2.004_995 for release candidate 1

    This is the start of code freeze for PDL-2.006.
    devel-chm committed Feb 27, 2013
    Copy the full SHA
    dd1d3f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2013

  1. Small tweaks to PLplot Makefile.PL and test file

    In the t/plplot.t, added some logic to skip the final test on darwin.
    The SVG file PLplot generates is large but valid. Also zero-padded the
    names of the output files (test2.svg --> test02.svg) so they would be
    in numerical and lexical order in directory listings, for debugging purposes.
    In the Makefile.PL, I added some logic to remove the 'temp' executable so
    that the build directory would stay clean.
    d-lamb committed Mar 1, 2013
    Copy the full SHA
    726bacd View commit details
    Browse the repository at this point in the history
  2. Update Known_problems with RAST to PNM conversion error in Netpbm.

    No workaround in the test suite, it seems to be a rare problem.
    d-lamb committed Mar 1, 2013
    Copy the full SHA
    7f8c265 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e3d1591 View commit details
    Browse the repository at this point in the history
  4. Potential fix for crashing gd_oo_tests (SF.net #3518190).

    The IMG_PTR needed to be a longlong, but was a long.  At that made all the difference.
    I do not have BSD AMD64, but was getting a segfault after "ok 19" when the DESTROY
    was called.  I have not removed the TODO from the gd_oo_tests.t, we should do that
    after it is certain that this does not break anything for anybody else.
    d-lamb committed Mar 1, 2013
    Copy the full SHA
    7bbab7d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2013

  1. Copy the full SHA
    a9d9dff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4de9846 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2013

  1. Add Gnuplot_demo.pm support to perldl and pdl2

    NOTE: the demo loading needs to be made more robust
    against missing dependencies.  PDL::Graphics::Gnuplot
    needs to install the demo file into the correct install
    location.
    devel-chm committed Mar 3, 2013
    Copy the full SHA
    b513b04 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2013

  1. Add Gnuplot demo support - move Gnuplot_demo.pm from PDL::Graphics::G…

    …nuplot to the demos tree; group gnuplot with the other packages.
    Craig DeForest authored and Craig DeForest committed Mar 4, 2013
    Copy the full SHA
    3794b04 View commit details
    Browse the repository at this point in the history
  2. Insert friendly warning in case gnuplot isn't present.

    Craig DeForest authored and Craig DeForest committed Mar 4, 2013
    Copy the full SHA
    c18dcc1 View commit details
    Browse the repository at this point in the history