Re: [Plplot-devel] Next steps for comprehensive testing on Cygwin

2015-05-31 Thread Alan W. Irwin
On 2015-05-22 12:57- Arjen Markus wrote: > Hi Alan, > > > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> >> So to help you with that installation task I did some research, and here are >> the >> missing PLplot components from your current comprehens

Re: [Plplot-devel] wxPLViewer text size

2015-05-31 Thread Phil Rosenberg
Hi alan The missing subpage rendering is now fixed - at least on Windows. This turned out to be a wxWidgets bug which I have reported http://trac.wxwidgets.org/ticket/17013 and put some workarounds in place. I will look at the optimisations to speed up rendering as soon as I can. Phil On 30 May

Re: [Plplot-devel] memory leaks in wxWidgets driver?

2015-05-31 Thread Phil Rosenberg
Hello Laurent I have just fixed the memory leak bug you reported. Thanks for reporting it. You should be able to download the fixed version from the git repo via sourceforge. Phil On 21 May 2015 at 22:51, Phil Rosenberg wrote: > Hello Laurent > My apologies for not responding sooner. I have unf

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-05-31 Thread Phil Rosenberg
Hi Alan I'm attacking my to do list. Do you still get these warnings? I just looked and the line 1309 no longer makes sense in terms of a reference to cmd so I guess the code has changed since then. I don't get any unallocated variable warnings for plbuf in VC++ so perhaps someone else fixed this

[Plplot-devel] Code-browsing GUI for PLplot git repository and git feed no longer work

2015-05-31 Thread Alan W. Irwin
I have reported this issue to SF (see ). My checks (comparing a fresh clone with my present clone) indicate our git repository is still OK which was my principal concern. I am fairly sure this empty (except for the phrase "No (more) commits" GU

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-05-31 Thread Phil Rosenberg
Hi Alan I've worked this out, the line in question is in a function called with the possibly uninitialized variable. I'm writing the code now to double check everything although the only case where we could get an uninitialized variable would be for a corrupted buffer. Phil On 31 May 2015 at 18:

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-05-31 Thread Alan W. Irwin
On 2015-05-31 18:33+0100 Phil Rosenberg wrote: > Hi Alan > I'm attacking my to do list. Do you still get these warnings? I just > looked and the line 1309 no longer makes sense in terms of a reference > to cmd so I guess the code has changed since then. I don't get any > unallocated variable warni

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-05-31 Thread Alan W. Irwin
On 2015-05-31 18:59+0100 Phil Rosenberg wrote: > Hi Alan > I've worked this out, the line in question is in a function called > with the possibly uninitialized variable. > I'm writing the code now to double check everything although the only > case where we could get an uninitialized variable woul

Re: [Plplot-devel] PLplot and C++

2015-05-31 Thread Alan W. Irwin
On 2015-05-27 14:50-0700 Alan W. Irwin wrote: > [ F]or my latest build [on Linux I found] > > software@raven> grep CMAKE_CXX_IMPLICIT_LINK_ > CMakeFiles/3.0.2/CMakeCXXCompiler.cmake > set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") > set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES > "/usr/lib/gc

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-05-31 Thread Phil Rosenberg
Hi Alan You should now find that the plbuf.c warning is gone. I haven't touched the plmeta files. I will leave these to Jim as I don't know that code well. Phil On 31 May 2015 at 20:14, Alan W. Irwin wrote: > On 2015-05-31 18:59+0100 Phil Rosenberg wrote: > >> Hi Alan >> I've worked this out, th

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-05-31 Thread Alan W. Irwin
On 2015-05-31 22:06+0100 Phil Rosenberg wrote: > Hi Alan > You should now find that the plbuf.c warning is gone. I haven't > touched the plmeta files. I will leave these to Jim as I don't know > that code well. @ Phil: I confirm you fix, and thanks! @Jim: The remaining warnings are /home/softw

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-05-31 Thread Jim Dishaw
Yep, I will take a look > On May 31, 2015, at 9:32 PM, Alan W. Irwin wrote: > >> On 2015-05-31 22:06+0100 Phil Rosenberg wrote: >> >> Hi Alan >> You should now find that the plbuf.c warning is gone. I haven't >> touched the plmeta files. I will leave these to Jim as I don't know >> that code