Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 21:44-0500 Aaron Hexamer wrote: > Would it be developed using the GDI? If so, then maybe wingdi? Hi Aaron: To respond to your first question even though I am not that familiar with Windows, I did look up the article at , and

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Aaron Hexamer
Would it be developed using the GDI? If so, then maybe wingdi? -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Wednesday, May 13, 2015 9:33 PM To: Jim Dishaw Cc: Aaron Hexamer; PLplot development list Subject: Re: [Plplot-devel] Using Window's raw API for

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 20:56-0400 Jim Dishaw wrote: >> On May 13, 2015, at 8:43 PM, Alan W. Irwin wrote: [...] But clearly the wingcc name is >> now a misnomer. Of course, you don't want to break backwards >> compatibility on this name now unless there is a really good reason, >> but one possible good re

[Plplot-devel] The forthcoming release of 5.11.1

2015-05-13 Thread Alan W. Irwin
Some major development topics that have been raised either recently or within the last few months are 1. Jim's substantial planned update to plmeta/plrender and possibly plbuf. 2. Jim's potential substantial update of the wingcc device driver. 3. Arjen's substantial update to the Fortran binding

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
> On May 13, 2015, at 8:43 PM, Alan W. Irwin wrote: > >> On 2015-05-13 18:27-0400 Jim Dishaw wrote: >> >> >>> On May 13, 2015, at 6:17 PM, Aaron Hexamer wrote: >>> >>> Alan, >>> >>> I'm a little confused by the statement about copying code from Jim's driver >>> to wingcc. I just assumed th

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 18:27-0400 Jim Dishaw wrote: > >> On May 13, 2015, at 6:17 PM, Aaron Hexamer wrote: >> >> Alan, >> >> I'm a little confused by the statement about copying code from Jim's driver >> to wingcc. I just assumed that wingcc was named as such because maybe >> PLplot was first ported to w

Re: [Plplot-devel] floating point exception in example 29

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 15:18-0700 Alan W. Irwin wrote: > On 2015-05-13 17:01-0400 Hazen Babcock wrote: > >> On 05/13/2015 03:58 PM, Alan W. Irwin wrote: >>> In my case the only fortran compiler available is gfortran so I don't >>> need to choose that. So instead of the above I set >>> >>> export FFLAGS='-

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
> On May 13, 2015, at 6:06 PM, Alan W. Irwin wrote: > >> On 2015-05-13 14:03-0400 Jim Dishaw wrote: >> >> I still have the revised windows driver that I can blow the dust off and >> offer as a possible replacement. > > Hi Jim: > > As I recall, you had a lot of interesting ideas for your Wind

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
> On May 13, 2015, at 6:17 PM, Aaron Hexamer wrote: > > Alan, > > I'm a little confused by the statement about copying code from Jim's driver > to wingcc. I just assumed that wingcc was named as such because maybe > PLplot was first ported to windows with support only for the gcc compiler? > I

Re: [Plplot-devel] floating point exception in example 29

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 17:01-0400 Hazen Babcock wrote: > On 05/13/2015 03:58 PM, Alan W. Irwin wrote: >> In my case the only fortran compiler available is gfortran so I don't >> need to choose that. So instead of the above I set >> >> export FFLAGS='-g -ffpe-trap=invalid,zero,overflow,underflow' >> >> b

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Aaron Hexamer
Alan, I'm a little confused by the statement about copying code from Jim's driver to wingcc. I just assumed that wingcc was named as such because maybe PLplot was first ported to windows with support only for the gcc compiler? I.e. is there really anything specific to gcc about wingcc anymore. I

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 14:03-0400 Jim Dishaw wrote: > I still have the revised windows driver that I can blow the dust off and > offer as a possible replacement. Hi Jim: As I recall, you had a lot of interesting ideas for your Windows device driver so I hope you do integrate that into PLplot in the near

Re: [Plplot-devel] FPE in plfill.c

2015-05-13 Thread Alan W. Irwin
Hi Hazen: On 2015-05-13 11:46-0400 Hazen Babcock wrote: > > Hello Alan, Arjen, > > As I mentioned before, the FPE's in x25c, x30c and x33c are all coming from > the notcrossed() function in plfill.c. Hopefully you can provide some insight > as the authors. Basically the problem arises in a situ

Re: [Plplot-devel] floating point exception in example 29

2015-05-13 Thread Tom Kacvinsky
On Wed, May 13, 2015 at 5:01 PM, Hazen Babcock wrote: > On 05/13/2015 03:58 PM, Alan W. Irwin wrote: > > In my case the only fortran compiler available is gfortran so I don't > > need to choose that. So instead of the above I set > > > > export FFLAGS='-g -ffpe-trap=invalid,zero,overflow,underfl

Re: [Plplot-devel] Version 6?

2015-05-13 Thread Andrew Ross
On Tue, May 12, 2015 at 02:51:12PM -0400, Hazen Babcock wrote: > > This e-mail is to provide a summary of what we had discussed, please let > me know if I left anything out. I think we had a consensus that the > following change would be made as part of a possible version 6: > > 1. All API func

Re: [Plplot-devel] floating point exception in example 29

2015-05-13 Thread Hazen Babcock
On 05/13/2015 03:58 PM, Alan W. Irwin wrote: > In my case the only fortran compiler available is gfortran so I don't > need to choose that. So instead of the above I set > > export FFLAGS='-g -ffpe-trap=invalid,zero,overflow,underflow' > > before calling cmake and building the x29f95 and ps target

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
I never sent it up. I'm away foe my machine, so I will send it in a few days. > On May 13, 2015, at 2:21 PM, hexa...@comcast.net wrote: > > Jim, > > That sounds like a good place to start. > > Would you mind posting it? Or maybe it's in an early branch of the code? > > Thanks, > > Aaron. >

Re: [Plplot-devel] floating point exception in example 29

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 11:29-0400 Hazen Babcock wrote: > On 05/12/2015 01:22 PM, Alan W. Irwin wrote: >> [...]Of course, the fortran examples go through a lot of additional code >> before finally calling our core C library so this method should detect >> floating-point exceptions in the fortran example imp

Re: [Plplot-devel] Spurious warnings on Cygwin should now be gone

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 07:41- Arjen Markus wrote: > Well, that was easy and it brought up the warning immediately: > > > > -- Explicitly setting policy CMP0051 to OLD > > -- Explicitly setting policy CMP0052 to OLD > > -- Explicitly setting policy CMP0053 to OLD > > -- Explicitly setting policy CMP0054

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread hexamer
Jim,That sounds like a good place to start.Would you mind posting it? Or maybe it's in an early branch of the code?Thanks,Aaron.Sent from XFINITY Connect Mobile App-Original Message-From: j...@dishaw.orgTo: ir...@beluga.phys.uvic.caCc: Plplot-devel@lists.sourceforge.net,hexa...@comcast.net

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
I still have the revised windows driver that I can blow the dust off and offer as a possible replacement. > On May 13, 2015, at 1:59 PM, Alan W. Irwin wrote: > > Hi Aaron: > > I am putting this further discussion on the plplot-devel mailing list > since some developers there have more devic

[Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
Hi Aaron: I am putting this further discussion on the plplot-devel mailing list since some developers there have more device expertise than I do (and also a lot more Windows expertise) and therefore will likely want to contribute to the discussion. On 2015-05-13 07:37-0500 Aaron Hexamer wrote: >

[Plplot-devel] FPE in plfill.c

2015-05-13 Thread Hazen Babcock
Hello Alan, Arjen, As I mentioned before, the FPE's in x25c, x30c and x33c are all coming from the notcrossed() function in plfill.c. Hopefully you can provide some insight as the authors. Basically the problem arises in a situation where the two lines do not cross, but are not parallel. In th

Re: [Plplot-devel] floating point exception in example 29

2015-05-13 Thread Hazen Babcock
On 05/12/2015 01:22 PM, Alan W. Irwin wrote: > On 2015-05-12 09:41-0400 Hazen Babcock wrote: >> >> Hm.. example 21 also generates an FPE, but at least in this case it >> looks like it is coming from the qhull library. And example 29 also >> generates an FPE, but only the Fortran version not the C v

Re: [Plplot-devel] Spurious warnings on Cygwin should now be gone

2015-05-13 Thread Arjen Markus
Hi Alan, Well, that was easy and it brought up the warning immediately: -- Explicitly setting policy CMP0051 to OLD -- Explicitly setting policy CMP0052 to OLD -- Explicitly setting policy CMP0053 to OLD -- Explicitly setting policy CMP0054 to OLD CMake Warning at /usr/share/cmake-3.1.2/M

Re: [Plplot-devel] Spurious warnings on Cygwin should now be gone

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 06:37- Arjen Markus wrote: > Hi Alan, > > > > The outcome of that test was: > > > > -- The C compiler identification is GNU 4.9.2 > > -- Check for working C compiler: /usr/bin/cc > > -- Check for working C compiler: /usr/bin/cc -- works > > -- Detecting C compiler ABI info > > --