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: d9a474e209e0
Choose a base ref
...
head repository: PDLPorters/pdl
compare: b4ef5472bf2c
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 9, 2015

  1. fix bug with inline Pdlpp -- it was defaulting to internal style comp…

    …ilation
    
    which is incorrect.  (whew, that was hard to track down).  Bug was that
    Pdlpp didn't work anywhere but inside the PDL distribution tree.  Changing the
    INTERNAL flag in gen/Inline/Pdlpp to 0 gives the correct pathlame in the
    generated Makefile.PL file.  (if INTERNAL is set to 1, then .../Basic/... gets
    used; if it's set to 0 then .../PDL/... gets used.)
    Craig DeForest authored and Craig DeForest committed Apr 9, 2015
    Copy the full SHA
    45e746a View commit details
    Browse the repository at this point in the history
  2. Oops -- forgot to save when cleaning up "print" statement.

    Craig DeForest authored and Craig DeForest committed Apr 9, 2015
    Copy the full SHA
    b4ef547 View commit details
    Browse the repository at this point in the history