Re: [Plplot-devel] Infinite Yielding issue

2016-12-24 Thread Pedro Vicente
Hi Alan Then collect those two files in a tarball using tar zcf wxwidgets_experimental_commits2.tar.gz 00* I did the git am as explained, and wxwidgets_experimental_commits2.tar.gz is attached examples/c/x01c -dev wxwidgets and test_wxPLplotDemo run with no problems on all my tests Half

[Plplot-devel] A large update to the release notes has just been completed

2016-12-24 Thread Alan W. Irwin
I have just (commit 26bc4bf) completed a large update to our release notes (README.release) based on reading through all the ~400 commit messages for this release. From my perspective these notes are ready for our release except for the one section on my large documentation upgrade which is still

Re: [Plplot-devel] Linux testing

2016-12-24 Thread Alan W. Irwin
On 2016-12-24 14:06- p.d.rosenb...@gmail.com wrote: > Hi Pedro > > I hadn't realised you were accessing your machines remotely. I assumed that > the VMs were local. Although I was accessing mu ubuntu remotely to, but using > the cygwin x server. I'm not sure if the ubuntu bash on windows

Re: [Plplot-devel] Infinite Yielding issue

2016-12-24 Thread Alan W. Irwin
On 2016-12-24 12:36-0500 Pedro Vicente wrote: > Hi Alan > > Glad it's working ! > I'll go through your email later, but a fix for the warning is just changing > at line 313 of wxPLplotwindow.cpp > wxDC *drawDc; > to > wxDC *drawDc = NULL; > the warning is just because of the preprocessor macro

[Plplot-devel] Plans for IPC changes

2016-12-24 Thread Alan W. Irwin
On 2016-12-24 13:39- p.d.rosenb...@gmail.com wrote: > Hi Alan > It's great that these improvements have borne fruit. > Regarding the two slower examples, I don't think it is cut and dry that it is > the semaphores are the cause. It may be that for these cases where there are > a large

Re: [Plplot-devel] Infinite Yielding issue

2016-12-24 Thread Pedro Vicente
Hi Alan Glad it's working ! I'll go through your email later, but a fix for the warning is just changing at line 313 of wxPLplotwindow.cpp wxDC *drawDc; to wxDC *drawDc = NULL; the warning is just because of the preprocessor macro -Pedro - Original Message - From: "Alan W. Irwin"

Re: [Plplot-devel] Linux testing

2016-12-24 Thread p.d.rosenberg
Hi Pedro I hadn't realised you were accessing your machines remotely. I assumed that the VMs were local. Although I was accessing mu ubuntu remotely to, but using the cygwin x server. I'm not sure if the ubuntu bash on windows using xming counts as remote. Maybe this is the cause of the

Re: [Plplot-devel] Significant improvement in our overall -dev wxwidgets speed on Linux

2016-12-24 Thread p.d.rosenberg
Hi Alan It's great that these improvements have borne fruit. Regarding the two slower examples, I don't think it is cut and dry that it is the semaphores are the cause. It may be that for these cases where there are a large number of elements the ring buffer is filling up so the main

Re: [Plplot-devel] Infinite Yielding issue

2016-12-24 Thread Alan W. Irwin
On 2016-12-24 01:13-0500 Pedro Vicente wrote: Hi Alan some more upbeat news about the example error , it's gone :-) It's gone here too. :-) So thanks very much Pedro for this early Christmas present! [...] I also removed this "PLDLLIMPEXP_WX" class PLDLLIMPEXP_WX wxPLplotwindow : public