On Tue, Sep 06, 2011 at 10:41:27AM +0100, Andrew Ross wrote:
> > Not calling lt_dlexit at all seems wrong. After all one should tidy up.
> > If marking drivers as resident works then maybe we should do this for all
> > cases? What I have not yet tested is what happens if you call plend
> > the su
On Wed, Jul 13, 2011 at 09:30:46PM -0400, Hezekiah M. Carty wrote:
> While trying to create a coarse cross-hatch pattern on a plot, I ran
> into an issue with plpat. When plpat is called, it does not set
> plsc->patt, the plot stream's fill-pattern flag. This flag indicates
> that filled polygons
Hez,
On both my Ubuntu boxes (different versions) the ocaml bindings are
currently broken. I get an error generation plplot.ml
File "/home/andrew/software/plplot/build/bindings/ocaml/plplot.ml", line 1,
characters 0-1:
Error: The implementation
/home/andrew/software/plplot/build/bindings/ocam
Sorry, forgot the attachment.
Andrew
On Wed, Sep 07, 2011 at 12:36:35PM +0100, Andrew Ross wrote:
>
> Hez,
>
> On both my Ubuntu boxes (different versions) the ocaml bindings are
> currently broken. I get an error generation plplot.ml
>
> File "/home/andrew/software/plplot/build/bindings/oca
I've been looking at easy to fix bugs on the bug tracker and noticed the
one regarding plsmema in the f95 bindings.
plsmema (and plsmem) are marked as part of the Common API, but they are
not consistently propagated to all the bindings and there is no
standard example to test them. The only e
On 2011-09-07 11:02+0100 Andrew Ross wrote:
> On Tue, Sep 06, 2011 at 10:41:27AM +0100, Andrew Ross wrote:
>>> Not calling lt_dlexit at all seems wrong. After all one should tidy up.
>>> If marking drivers as resident works then maybe we should do this for all
>>> cases? What I have not yet tested
On Wed, Sep 07, 2011 at 11:06:59AM -0700, Alan Irwin wrote:
> On 2011-09-07 11:02+0100 Andrew Ross wrote:
>
>> I've gone ahead and commited the change to mark all drivers as resident.
>>
>> I've tested with octave and this finally cures the long standing crash
>> with the cairo driver when you repe
On 2011-09-06 11:52+0100 Andrew Ross wrote:
> On Sat, Sep 03, 2011 at 10:47:52PM +0100, Andrew Ross wrote:
>> I've played around and it looks like the best thing to do is exactly
>> the same trick I used to get the matwrapped octave bindings to work
>> with -fvisibility=hidden, namely to put
>>
>>