0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement the constants #defined in plplot.h with pp_addxs and pp_add_exported instead of pp_def. More... over 21 years ago
Implement the #define'd constants in plplot.h as functions in Perl, whose pp_def's are automatically generated by the create_low_level_constants function. More... over 21 years ago
added a blank line before a "=head2" line in docs More... over 21 years ago
Define our own plsym subroutine, where the first argument of c_plsym (the length of the x and y vectors) is deduced from the piddles. Changed a call to plsym in Graphics/PLplot/plplot.pd accordingly. More... over 21 years ago
Define our own plfill subroutine, where the first argument of c_plfill (the length of the data vector) is deduced from the piddle. Changed calls to plfill in t/plplot.t and Graphics/PLplot/plplot.pd accordingly. More... over 21 years ago
Define our own plhist perl subroutine, where the first argument of c_plhist (the length of the data vector) is deduced from the piddle. Changed calls to plhist in t/plplot.t and Graphics/PLplot/plplot.pd accordingly. More... over 21 years ago
RL for Doug Hunt: new version of Makefile.PL that allows build of PDL on a totally fresh system. More... over 21 years ago
Remove first argument of plpoin, according to recent change in API More... over 21 years ago
Define our own plpoin perl subroutine, where the first argument of c_plpoin (the length of the x and y vectors) is deduced from the piddle. More... over 21 years ago
Merged in config-variable-cleanup branch More... over 21 years ago
This is for Emacs: added Local Variables section at end of file and set the editing mode to cperl. More... over 21 years ago
Added pp_def for PLplot API function plParseOpts. Also, a couple of constant scalars PL_PARSE_* were defined. More... over 21 years ago
Branch: initial attempt at cleaning up the use of PDL's config values in the build/test cycle More... over 21 years ago
Minor fix to new plplot test works better on 64-bit-clean systems: masks return value down to a byte before using it. More... over 21 years ago
Misc niggling changes plus an FMH test for plplot More... over 21 years ago
Modified PLPlot Makefile.PL to make PLPlot when the default value of "yes" is passed in the WITH_PLPLOT configuration variable. More... over 21 years ago
plplot.t fix STDERR noise More... over 21 years ago
fixed a small problem with plplot Makefile.PL using Dev More... over 21 years ago
Updated PLplot interface to perl 5.8.2 and plplot 5.2.1. Fixed two small bugs (one in primitive.pd, the other in misc.pd) which cause warnings during 'make test' under perl 5.8.2. More... over 21 years ago
augmented plplot include searchpath More... about 22 years ago
added files to .cvsignore More... over 22 years ago
was using WHERE_PLPLOT_LIB in makefile and WHERE_PLPLOT_LIBS in perldl.conf [gone with LIBS]; ensure temp doesnot exist before building [caused confusion when checking what plplot version was installed] More... over 22 years ago
fixed issue where perl Makefile.PL would fall over if PDL not already installed More... over 22 years ago
added .cvsignore More... over 22 years ago
Further fiddling with PLplot auto-detect and configuration More... over 22 years ago
Fixed small bug in plplot.t More... over 22 years ago
Updated PLplot setup to work with PLplot 5.2.0 (the latest version) More... over 22 years ago
More buglets and omissions fixed in PLplot interface... More... over 22 years ago
Fixed buglet in PLplot.pm More... over 22 years ago
Moved PLplot interface to PDL distro. Had been a separate CPAN module. Cleaned up pgplot.t test file to not fail ungracefully in case pgplot is not installed. More... over 22 years ago