Re: [Plplot-devel] Redesigned wxWidgets Driver

2015-02-10 Thread Phil Rosenberg
Hi Alan, Jim and all I have had to rework some of the new wxWidgets driver to allow plGetCursor to work. SOme obvious extra challenges presented themselves when I realised how this function worked, such as two way communication via shared memory and synchronisation of this resource via mutexes,

Re: [Plplot-devel] Error with cmake 3.1.1

2015-02-06 Thread Phil Rosenberg
Hi Orion AGG is going to be dropped for the next release anyway. I am currently finishing of some changes to the wxWidgets driver that simplify the code base considerably, including ditching agg and wxGraphicsContext backend in favour of a single wxDC backend that can use a wxGCDC to get the

Re: [Plplot-devel] Propagation status for release

2015-02-06 Thread Phil Rosenberg
Hi Jim Is it possible to call plscol, or whichever function is needed rather than directly adding it to the buffer? Something like this should keep all devices and the buffer consistent. I think that you don't even need to wait for full initialization. I know the wxWidgets driver remembers

Re: [Plplot-devel] Problem pushing changes to the repository

2015-01-30 Thread Phil Rosenberg
Sent: ‎30/‎01/‎2015 09:15 To: Phil Rosenberg p.d.rosenb...@gmail.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] Problem pushing changes to the repository Hi Phil, Well, that was easy enough – the thing that has frustrated me using git is the fact

Re: [Plplot-devel] Problem pushing changes to the repository

2015-01-30 Thread Phil Rosenberg
To: Alan W. Irwin ir...@beluga.phys.uvic.ca; Phil Rosenberg p.d.rosenb...@gmail.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] Problem pushing changes to the repository Hi Alan, Phil, Right, that must be it. I was wondering why I was not asked for my

Re: [Plplot-devel] segfault bugfix for plbuf.c

2015-01-29 Thread Phil Rosenberg
test. I will also ensure we have at least a png output ability which will help for testing. Phil -Original Message- From: Jim Dishaw j...@dishaw.org Sent: ‎29/‎01/‎2015 06:10 To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: Phil Rosenberg p.d.rosenb...@gmail.com; PLplot development list

Re: [Plplot-devel] segfault bugfix for plbuf.c

2015-01-29 Thread Phil Rosenberg
Hi Jim In general plexit calls are bad. In fact it is on my to do list to go through and eradicate them. However, I'm not sure what alternative there is as the rendering cannot continue, because once an unknown command is found there is no way to know how many bytes to skipto find the next

Re: [Plplot-devel] plGetCursor

2015-01-29 Thread Phil Rosenberg
, Maurice LeBrun m...@brownwolf.org wrote: On Wednesday, January 28, 2015 at 22:20:27 (+) Andrew Ross writes: On Wed, Jan 28, 2015 at 10:59:04AM -0800, Alan Irwin wrote: On 2015-01-28 13:39- Phil Rosenberg wrote: Hi All I am trying to add the plGetCursor functionality

Re: [Plplot-devel] Problem pushing changes to the repository

2015-01-29 Thread Phil Rosenberg
This is only a guess, but how are you accessing the repository? If you cloned it using the git:// address then I think this might be read only. You need to access with ssh to push changes I think. Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎29/‎01/‎2015

[Plplot-devel] plGetCursor

2015-01-28 Thread Phil Rosenberg
Hi All I am trying to add the plGetCursor functionality into the wxWidgets driver. It will need to be implemented rather differently to before because of the separation between the gui process and the calling process. However, looking at the old implementation, the documentation and the examples

Re: [Plplot-devel] Release plans

2015-01-28 Thread Phil Rosenberg
Hi Jim Sorry I didn't reply yesterday. I will try to look over your patch over the weekend, but if someone has chance sooner then all the better. Phil -Original Message- From: Jim Dishaw j...@dishaw.org Sent: ‎28/‎01/‎2015 03:12 To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: Phil

Re: [Plplot-devel] Do we want to move plAlloc2dGrid(), plFree2dGrid, and plMinMax2dGrid

2015-01-27 Thread Phil Rosenberg
Hi Alan I know we are way off topic here, but how come you are reallocating so often? Perhaps you might be interested in memory pools, or object oriented style C or even C++ for saving you some of those allocations. Phil On 27 January 2015 at 22:20, Alan W. Irwin ir...@beluga.phys.uvic.ca

Re: [Plplot-devel] Release plans

2015-01-27 Thread Phil Rosenberg
On 27 January 2015 at 08:16, Arjen Markus arjen.mar...@deltares.nl wrote: Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Tuesday, January 27, 2015 2:17 AM To: Arjen Markus; Phil Rosenberg; Jim Dishaw; PLplot development list Subject

[Plplot-devel] Text transformations

2015-01-26 Thread Phil Rosenberg
Does anyone on the list have a detailed understanding of haw the 3d text transformations work? I am just trying to deal with text transformations in the new wxWidgets driver and if I plug the EscText::xform values into the wxWidgets transform then I get the attached plot for example 28 page 1. As

[Plplot-devel] Fwd: Another patch for plbuf

2015-01-26 Thread Phil Rosenberg
-- Forwarded message -- From: Phil Rosenberg p.d.rosenb...@gmail.com Date: 26 January 2015 at 22:14 Subject: Re: Another patch for plbuf To: Jim Dishaw j...@dishaw.org Hi Jim I've moved this discussion to the developer list. Yes I think that suggestion sounds correct. If rather

Re: [Plplot-devel] Do we want to move plAlloc2dGrid(), plFree2dGrid, and plMinMax2dGrid

2015-01-26 Thread Phil Rosenberg
Having thought about this a bit I just wanted to put some arguments against such a change too. I think there are some good reasons to not to change the way we do things. This is going to be a bit of a long and rambling email, so sorry in advance. The most important reason to stay as we are is the

Re: [Plplot-devel] Do we want to move plAlloc2dGrid(), plFree2dGrid, and plMinMax2dGrid

2015-01-25 Thread Phil Rosenberg
I don't have a strong feeling about this - so personally would apply an if it aint broke don't fix it policy. I can see the point of a single alloc, but I'm not sure it is high on the priority list. Phil On 25 January 2015 at 03:34, Jim Dishaw j...@dishaw.org wrote: In the src/pdfutils.c file

Re: [Plplot-devel] Redesigned wxWidgets Driver

2015-01-25 Thread Phil Rosenberg
the differences. Phil On 25 January 2015 at 11:19, Phil Rosenberg p.d.rosenb...@gmail.com wrote: I haven't tried export CC=gcc export CXX=g++ in a while, but they used to always just work for me To be honest it wouldn't surprise me if it is linked to how the intel compiler is installed on my

Re: [Plplot-devel] Question on plmeta implementation

2015-01-25 Thread Phil Rosenberg
Hi Jim I though the consensus was to not have a separate plmeta driver, but instead have a command line option which just meant that upon calling pleop() the buffer was flushed to file. A mirrored command line option would read the file into a buffer and replay it during initialisation allowing

Re: [Plplot-devel] Redesigned wxWidgets Driver

2015-01-24 Thread Phil Rosenberg
, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-01-23 10:41- Phil Rosenberg wrote: Hi Alan Thanks for your tests, they are very useful. I have made some further changes and attached a new patch. As I know you like interleaved posting so much I will try to go through point by point

Re: [Plplot-devel] using renewplot with plplot

2015-01-23 Thread Phil Rosenberg
Hi Laurent The wxWidgets driver is currently undergoing a redesign in preparation for the next release of plplot. In the new version we will endeavour to ensure that we have no memory issues. That particular leak seems to be associated with plplot's internal storage buffer. I will have a look at

Re: [Plplot-devel] Redesigned wxWidgets Driver

2015-01-21 Thread Phil Rosenberg
. If anyone has access to a Mac that would be particularly helpful as I don't. there was some Mac specific code in the old driver and I have left this in, but have very little idea of whether it is needed or if the driver even works on Mac. Phil On 21 January 2015 at 22:01, Phil Rosenberg p.d.rosenb

Re: [Plplot-devel] Question about plbtime and plctime

2015-01-20 Thread Phil Rosenberg
I am more inclined to agree with Arjen. A time interface, without the ability to represent time to the accuracy we display it is to my mind a bug. Perhaps if the idea of a raw double doesn't appeal, then a PLTIMEFLT define would be more in keeping with the current style. Phil -Original

[Plplot-devel] Redesigned wxWidgets Driver

2015-01-20 Thread Phil Rosenberg
Hi All The basic redesigned wxWidgets driver with wxWidgets display being performed in a separate process is nearly ready. I am aware that we currently do not have the file/shared memory interface ready yet, so I have just implemented a rather quick minimal shared memory routine that shares the

[Plplot-devel] Writing CMake script help

2015-01-20 Thread Phil Rosenberg
Hi Alan I thought I had the CMake script for the new wxWidgets driver sorted. Everything built and ran as it was supposed to on my home Ubuntu machine. However Ihave just tried on my work CentOS machine and when I try to run the viewer process I get the following error wxPLViewer: error while

Re: [Plplot-devel] Install prefix

2015-01-17 Thread Phil Rosenberg
. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-01-16 10:50- Phil Rosenberg wrote: Hi Alan This may be something you might want to look at, but you might also decide to just live with it. If I run cmake without setting -DINSTALL_PREFIX, then run it again but do set -DINSTALL_PREFIX

Re: [Plplot-devel] metafiles

2015-01-14 Thread Phil Rosenberg
This slightly breaks the chain, but Jim just sent me a patch for adding colourmaps to the buffer. These include a call to plP_state at the end just as in plscmap#. My question is, what should a drivers respons be to such a change mid plot? Currently in wxWidgets the background colour will change

Re: [Plplot-devel] Fwd: metafiles

2015-01-13 Thread Phil Rosenberg
Jim and others A gotcha that I just found doing unrelated stuff (actual work!) is that calls to plscmap0and plscmap0n are not saved to the buffer, but calls to plcol0 are saved to the buffer using the index it is called by. I found the bug because I was changing the colour map part way through

Re: [Plplot-devel] Fwd: metafiles

2015-01-12 Thread Phil Rosenberg
It wasn't clear from Phil's summary that he was going to use plbuf code, but I hope he does. yes that certainly was my intention I'm not clear on the need to prefix the commands with the size A couple of examples where this might be useful - lets say we find a bug and it turns out that when

Re: [Plplot-devel] Fwd: metafiles

2015-01-12 Thread Phil Rosenberg
. The alternative is that we forget this as a general idea and I just implement something for wxWidgets myself. Phil On 11 January 2015 at 19:41, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-01-11 09:27- Phil Rosenberg wrote: Regarding the special values where small errors in floating points

Re: [Plplot-devel] Fwd: metafiles

2015-01-11 Thread Phil Rosenberg
Thanks Maurice and Alan This is all really worth thinking about for planning this stuff. I would in general think that a move towards floating point internal representation would be worthwhile. Some comments on your above comments - I am probably teaching my granny to suck eggs but thought I would

Re: [Plplot-devel] Fwd: metafiles

2015-01-10 Thread Phil Rosenberg
is do we want to depreciate the current API but leave it untouched for this release to give users some warning or should we just press ahead? Phil On 10 January 2015 at 12:22, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-01-09 22:15- Phil Rosenberg wrote: [...] I also to some

Re: [Plplot-devel] Fwd: metafiles

2015-01-09 Thread Phil Rosenberg
. On Jan 9, 2015, at 4:58 AM, Phil Rosenberg p.d.rosenb...@gmail.com wrote: Hi all Does anyone know if the metafile driver still exists and if so what CMAKE parameters are needed to enable it - I currently don't get it for my builds. Also is there an easy way to read a plplot metafile in again

[Plplot-devel] Fwd: metafiles

2015-01-09 Thread Phil Rosenberg
Hi all Does anyone know if the metafile driver still exists and if so what CMAKE parameters are needed to enable it - I currently don't get it for my builds. Also is there an easy way to read a plplot metafile in again? I see quite a few #ifdef BUFFERED_FILE comments in plbuf.c, which look like

Re: [Plplot-devel] Fwd: metafiles

2015-01-09 Thread Phil Rosenberg
of the work is done. These are just my thoughts on the issue as I am thinking about them and all are up for discussion. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎09/‎01/‎2015 20:59 To: Andrew Ross andrewr...@users.sourceforge.net Cc: Phil Rosenberg

Re: [Plplot-devel] Fwd: metafiles

2015-01-09 Thread Phil Rosenberg
After my previous email I also to some extent agree with this. However, we already have the code to read our binary format and not a svg parser. Also things like text sizes are different between drivers so might have an effect. Lastly a binary format is more compact and faster to read and

Re: [Plplot-devel] plstream::tr1, ::tr2 are missed

2014-12-07 Thread Phil Rosenberg
Hi Greg We moved the callbacks out of plstream. This was because we realised that plfill was being used as both a callback and a regular method and needed to be non-static. You can now find all the callbacks, including tr0, tr1, tr2 in a plcallback namespace, i.e. plcallback::tr1 There are

Re: [Plplot-devel] Docbook on Cygwin (fwd)

2014-12-07 Thread Phil Rosenberg
No I don't think I have seen these before Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎06/‎12/‎2014 05:30 To: PLplot development list Plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Docbook on Cygwin (fwd) To Orion, Phil, and Arjen:

Re: [Plplot-devel] Docbook on Cygwin

2014-11-14 Thread phil rosenberg
  From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Arjen Markus arjen.mar...@deltares.nl Cc: phil rosenberg philip_rosenb...@yahoo.com; plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Friday, 14 November 2014, 17:51 Subject: RE: [Plplot-devel] Docbook on Cygwin

Re: [Plplot-devel] Docbook on Cygwin

2014-11-11 Thread Phil Rosenberg
...@deltares.nl; phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Docbook on Cygwin On 2014-11-10 21:14- phil rosenberg wrote: Just to keep you updated on the Cygwin fonts, Someone on the Cygwin

[Plplot-devel] new map api documentation

2014-11-09 Thread phil rosenberg
HiI am just writing the documentation for the new map API. I wonder if some of the variable names are now misleading. For example type can either be one of the plplot built in map types or the filename of a shapefile, so perhaps name or file might be better. Perhaps more importantly in a

Re: [Plplot-devel] Docbook on Cygwin

2014-11-08 Thread phil rosenberg
(this was a static debug build) and it turns out that dblatex is in /usr/bin, not /bin. As I said, if you are interested in having this working then great, but if not then no worries. Phil   - Original Message - From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Phil Rosenberg philip_rosenb

Re: [Plplot-devel] Docbook on Cygwin

2014-11-06 Thread Phil Rosenberg
...@beluga.phys.uvic.ca Sent: ‎05/‎11/‎2014 21:11 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: Arjen Markus arjen.mar...@deltares.nl; plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] Docbook on Cygwin Hi Phil: Although I promised myself not to say much more

Re: [Plplot-devel] Docbook on Cygwin

2014-11-05 Thread Phil Rosenberg
-Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎05/‎11/‎2014 07:26 To: Alan W. Irwin ir...@beluga.phys.uvic.ca; phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] Docbook on Cygwin Hi Alan, Phil

Re: [Plplot-devel] Docbook on Cygwin

2014-11-05 Thread phil rosenberg
. Phil   From: phil rosenberg philip_rosenb...@yahoo.com To: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Tuesday, 4 November 2014, 13:15 Subject: Re: Docbook on Cygwin As an addition to this I have just found that on a clean build tree (i.e. after

Re: [Plplot-devel] Docbook on Cygwin

2014-11-05 Thread phil rosenberg
Oh and Alan, unfortunately you CMake changes don't seem to have helped with  make failing on its first call Phil   From: phil rosenberg philip_rosenb...@yahoo.com To: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Wednesday, 5 November 2014, 13:22

Re: [Plplot-devel] Docbook on Cygwin

2014-11-05 Thread Phil Rosenberg
- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎05/‎11/‎2014 17:13 To: Arjen Markus arjen.mar...@deltares.nl Cc: phil rosenberg philip_rosenb...@yahoo.com; plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Docbook on Cygwin On 2014-11-05 15:01

[Plplot-devel] Docbook on Cygwin

2014-11-04 Thread phil rosenberg
Hi All, but in particular Alan I just wanted to let you know that I just successfully managed to build the documentation under Cygwin - Alan you were right, I just needed the actual font files to be put in the correct location. I thought it would be good to document things somewhere, but

Re: [Plplot-devel] Docbook on Cygwin

2014-11-04 Thread phil rosenberg
have any ideas why this might be the case? Phil   From: phil rosenberg philip_rosenb...@yahoo.com To: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Tuesday, 4 November 2014, 12:16 Subject: Docbook on Cygwin Hi All, but in particular Alan I just

Re: [Plplot-devel] Why is the set_stream() call commented outforplstream::fill, etc.

2014-10-27 Thread phil rosenberg
tree when run from the build tree? Phil   From: Andrew Ross andrewr...@users.sourceforge.net To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Sent: Thursday, 23 October 2014, 9:52 Subject: Re: [Plplot-devel] Why is the set_stream

Re: [Plplot-devel] Why is the set_stream() call commented outforplstream::fill, etc.

2014-10-27 Thread phil rosenberg
Hi AlanThe fixes are now committed. Hopefully this issue is all sorted and you can undo the linkage changes you made to temporarily fix the building of the examples. Phil   From: phil rosenberg philip_rosenb...@yahoo.com To: Andrew Ross andrewr...@users.sourceforge.net Cc: PLplot

Re: [Plplot-devel] Why is the set_stream() call commentedoutforplstream::fill, etc.

2014-10-27 Thread Phil Rosenberg
. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎27/‎10/‎2014 17:47 To: phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Why is the set_stream() call commentedoutforplstream::fill

Re: [Plplot-devel] Why is the set_stream() call commentedoutforplstream::fill, etc.

2014-10-27 Thread Phil Rosenberg
: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎27/‎10/‎2014 20:42 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] Why is the set_stream() call commentedoutforplstream::fill,etc. On 2014-10-27 18:57- Phil

Re: [Plplot-devel] C++ examples broken in mingw

2014-10-24 Thread phil rosenberg
This link might helpundefined reference to `__gxx_personality_sj0or this oneThe procedure entry point __gxx_personality_sj0 could not be located in... or this one MinGW-w64 - for 32 and 64 bit Windows / Discussion / Open Discussion:No entry point __gxx_personality_sj0 Have you upgraded gcc

Re: [Plplot-devel] Why is the set_stream() call commented out forplstream::fill, etc.

2014-10-22 Thread phil rosenberg
better option style wise than just having a static plstream::plfill method. Phil   From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Andrew Ross andrewr...@users.sourceforge.net Cc: Phil Rosenberg philip_rosenb...@yahoo.com; PLplot development list Plplot-devel@lists.sourceforge.net Sent

Re: [Plplot-devel] Why is the set_stream() call commented out forplstream::fill, etc.

2014-10-22 Thread phil rosenberg
...@beluga.phys.uvic.ca To: Andrew Ross andrewr...@users.sourceforge.net Cc: phil rosenberg philip_rosenb...@yahoo.com; PLplot development list Plplot-devel@lists.sourceforge.net Sent: Wednesday, 22 October 2014, 10:03 Subject: Re: [Plplot-devel] Why is the set_stream() call commented out

Re: [Plplot-devel] Why is the set_stream() call commented out forplstream::fill, etc.

2014-10-22 Thread phil rosenberg
ir...@beluga.phys.uvic.ca To: Andrew Ross andrewr...@users.sourceforge.net Cc: phil rosenberg philip_rosenb...@yahoo.com; PLplot development list Plplot-devel@lists.sourceforge.net Sent: Wednesday, 22 October 2014, 10:03 Subject: Re: [Plplot-devel] Why is the set_stream() call commented out

Re: [Plplot-devel] Why is the set_stream() call commented outforplstream::fill, etc.

2014-10-22 Thread Phil Rosenberg
...@beluga.phys.uvic.ca Sent: ‎22/‎10/‎2014 18:47 To: phil rosenberg philip_rosenb...@yahoo.com Cc: Andrew Ross andrewr...@users.sourceforge.net; PLplot development list Plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Why is the set_stream() call commented outforplstream::fill, etc. On 2014-10-22 10

Re: [Plplot-devel] Why is the set_stream() call commented out for plstream::fill, etc.

2014-10-20 Thread phil rosenberg
Hi AndrewJust had a quick look at this as I use the C++ API and I wanted to make sure it wasn't affecting my code. I hadn't noticed problems, but I think  these three functions have always been preceded by another function which has  called set_stream for my object, so it hasn't affected me so

Re: [Plplot-devel] Our next release

2014-10-17 Thread Phil Rosenberg
Thanks Alan, those changes look good to me, especially the const correctness - I am usually more careful than that with my consts. -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎17/‎10/‎2014 07:48 To: Phil Rosenberg philip_rosenb...@yahoo.com; Andrew Ross

Re: [Plplot-devel] Testing on Windows (line endings for bashscripts)

2014-10-08 Thread Phil Rosenberg
might consider a long term goal, but unlikely to happen soon. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎07/‎10/‎2014 12:45 To: phil rosenberg philip_rosenb...@yahoo.com Cc: Arjen Markus arjen.mar...@deltares.nl; plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] Patch: wingcc.c (cursor, window management)

2014-10-08 Thread Phil Rosenberg
Hi Greg In case it helps, I'm a Windows git user. I found the best way to use git was to use the git bash shell. I think it is included in the Windows install. Or use Cygwin, to again get access to bash. This way you are doing things just like most Linux users and as most open source tools have

Re: [Plplot-devel] Patch: wingcc.c (cursor, window management)

2014-10-08 Thread Phil Rosenberg
Not sure what the PowerShell thing is, but my install included an Msys bash shell, which is as straightforward as using git for any Linux shell. Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎08/‎10/‎2014 08:57 To: Phil Rosenberg philip_rosenb...@yahoo.com

Re: [Plplot-devel] Testing on Windows (line endings for bashscripts)

2014-10-08 Thread Phil Rosenberg
and it will pretty much be a rewrite of the wxWidget driver. As you can see there are a number of steps before this gets fixed. Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎08/‎10/‎2014 08:53 To: Phil Rosenberg philip_rosenb...@yahoo.com; Alan W. Irwin ir

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-07 Thread phil rosenberg
...@deltares.nl To: Alan W. Irwin ir...@beluga.phys.uvic.ca; phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Tuesday, 7 October 2014, 7:35 Subject: RE: [Plplot-devel] Testing on Windows (line endings for bash scripts

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-07 Thread phil rosenberg
to build in Cygwin, however, when I try to clone the repository I keep getting disconnected. I'll let you know if I get this done. Phil   From: Arjen Markus arjen.mar...@deltares.nl To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-07 Thread phil rosenberg
Just to confirm - everything seems to work fine on Cygwin too Phil   From: phil rosenberg philip_rosenb...@yahoo.com To: Arjen Markus arjen.mar...@deltares.nl Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Tuesday, 7 October 2014, 9:30 Subject: Re

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread phil rosenberg
massively easier in terms of getting the test script running correctly ThanksPhil   From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net; Arjen Markus arjen.mar...@deltares.nl

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread phil rosenberg
getting these working Phil   From: phil rosenberg philip_rosenb...@yahoo.com To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net; Arjen Markus arjen.mar...@deltares.nl Sent: Monday, 6 October 2014, 12:10 Subject: Re

Re: [Plplot-devel] Testing on Windows

2014-10-03 Thread phil rosenberg
-Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Friday, October 03, 2014 12:35 AM To: phil rosenberg Cc: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Testing on Windows On 2014-10-02 18:23- phil rosenberg wrote: Okay, well I have fixed

[Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
Hi I've started looking a bit into the testing on Windows. This was mostly initiated because I accidentally built the test_interactive project which CMake  creates for VC++ builds and it popped up a wxWidgets window - so with Cygwin installed it does seem there is hope for getting the tests to

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
  From: phil rosenberg philip_rosenb...@yahoo.com To: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Thursday, 2 October 2014, 14:44 Subject: Testing on Windows Hi I've started looking a bit into the testing on Windows. This was mostly initiated because I

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
Thanks AlanWhen I emailed yesterday about Unicode things it was that email I was looking for to check what the tests were that you wanted doing. All the best Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel

[Plplot-devel] Unicode and windows

2014-10-01 Thread phil rosenberg
this behaviour has changed with VC++ versions. I will check. If it doesn't then I don't know if there is anything that we can (or should) do about it. Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Arjen Markus arjen.mar...@deltares.nl Cc: Phil Rosenberg philip_rosenb...@yahoo.com; PLplot

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Phil Rosenberg
as it should. Note I am still using cmake 3 as I am nervous about having two versions side by side - I really don't want to break it. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎23/‎09/‎2014 02:58 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Phil Rosenberg
Cheers Arjen. I think I now have all needed directories in my path. Touch wood everything is working as it should. See my other email for details Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎23/‎09/‎2014 08:46 To: Phil Rosenberg philip_rosenb...@yahoo.com

Re: [Plplot-devel] Exit calls and memory management

2014-09-23 Thread phil rosenberg
repository and people can see what I've done so far and comment and suggest as needed. Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Hazen Babcock hbabc...@mac.com; phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot-devel

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread phil rosenberg
arjen.mar...@deltares.nl Cc: Phil Rosenberg philip_rosenb...@yahoo.com; PLplot development list Plplot-devel@lists.sourceforge.net Sent: Tuesday, 23 September 2014, 16:39 Subject: Re: [Plplot-devel] tcl build problem On 2014-09-23 10:36- Arjen Markus wrote: Hi Phil, I will definitely try

[Plplot-devel] Exit calls and memory management

2014-09-22 Thread Phil Rosenberg
This one is mostly directed at Alan but probably others will be interested and may have comments. Git might also be a big help here, but I'm not sure how it will work so advice from all appreciated. I have been trying to improve memory management in plplot as part of my attempt to try to

Re: [Plplot-devel] Exit calls and memory management

2014-09-22 Thread Phil Rosenberg
. Maybe it also comes from the fact that I am a C++ person so I get used to the object oriented stuff. -Original Message- From: Jim Dishaw j...@dishaw.org Sent: ‎22/‎09/‎2014 16:32 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] tcl build problem

2014-09-22 Thread Phil Rosenberg
- From: Phil Rosenberg philip_rosenb...@yahoo.com Sent: ‎22/‎09/‎2014 17:44 To: Alan W. Irwin ir...@beluga.phys.uvic.ca Subject: RE: [Plplot-devel] tcl build problem Hi Alan I have started this testing. It all works fine with my standard static lib, static runtime visual studio, cmake 3 setup

Re: [Plplot-devel] tcl build problem

2014-09-22 Thread Phil Rosenberg
to the system that will be loaded and executed instead. Not sure how real any threat really would be to a plplot user though. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎22/‎09/‎2014 19:49 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list

Re: [Plplot-devel] Debian bug 761057

2014-09-18 Thread Phil Rosenberg
Hi Alan and Andrew The shapelib files from Ordnance Survey are my doing. You are right Alan that they are under licence rather than in the public domain, however, I used them specifically because they were available under an open type licence. I did look hard and ordnance survey was the best

[Plplot-devel] Testing

2014-09-04 Thread Phil Rosenberg
Hi everyone I just wondered if anyone has tried the test scripts on windows? Making the changes to get rid of exit calls and improve memory management is rather intrusive so I would like to do some pretty thorough testing before I push anything. I have access to bash through Cygwin, but I

Re: [Plplot-devel] tcl build problem

2014-09-01 Thread Phil Rosenberg
extra debug info. Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎01/‎09/‎2014 08:38 To: phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] tcl build problem Hi Phil, I have given

Re: [Plplot-devel] tcl build problem

2014-08-31 Thread phil rosenberg
Hi Alan thanks for all that, I'll sort out the commit asap - you will presumably see the commit alert. However, you have to clearly distinguish what we tell CMake to do via our CMake build system logic compared with the actual build result that is generated by CMake (and which you access using

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread phil rosenberg
to find a TARGET_LINK_LIBRARIES call with either items from DRIVERS_LINK_FLAGS or ntk_LINK_FLAGS somewhere, but I can't find it. Phil From: phil rosenberg philip_rosenb...@yahoo.com To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: PLplot development list plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Phil Rosenberg
error is when building the examples. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎29/‎08/‎2014 17:16 To: PLplot development list plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] tcl build problem On 2014-08-29 02:08-0700 phil rosenberg wrote

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Phil Rosenberg
statically on that OS. Anyway. Have a good weekend. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎29/‎08/‎2014 20:12 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] tcl build

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread phil rosenberg
-D_UNICODE -- ntk_COMPILE_FLAGS='-IC:/Program Files/Tcl/include -IC:/Program Files/Tcl/include' Would this make any difference to how CMake deals with them? Beyond that I am well out of my depth Phil From: phil rosenberg philip_rosenb...@yahoo.com To: P Lplot development list plplot-devel

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread Phil Rosenberg
no whitespace. I'll see if I can work out where the quotes should go and if not then I'll uninstall and reinstall tcl I guess. -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎28/‎08/‎2014 19:12 To: phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread phil rosenberg
.  From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot-devel@lists.sourceforge.net Sent: Thursday, 28 August 2014, 21:29 Subject: RE: [Plplot-devel] tcl build problem On 2014-08-28 20:33+0100 Phil Rosenberg wrote

[Plplot-devel] Wiki

2014-08-26 Thread Phil Rosenberg
I have lost track of the various threads about git so far, so thought I would start a new one about this. The wiki also needs updating in terms of the change from svn to git. I just went on to try to change the vc++ instructions, but I didn't have permission. Does anyone know if the pages are

Re: [Plplot-devel] Trying to understand how git workflow for CMakeis enforced

2014-08-20 Thread Phil Rosenberg
Hi Alan Just so you know, I have no real preference for either a merge or a rebase workflow. I feel that merge is more idealistically gittish but pragmatically the rebase workflow might be easier. The downside is that branches which have been shared should not be rebased, because work that

Re: [Plplot-devel] Trying to understand how git workflow for CMakeis enforced

2014-08-20 Thread phil rosenberg
restrictive for now, but maybe we should see how it goes for a while and if it is too restrictive then we consider putting the extra work into a merge workflow. Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot

Re: [Plplot-devel] exit() calls

2014-08-20 Thread phil rosenberg
be a plcolorarray and plsc-cmap0.n would replace plsc-ncol0. Before I change it I wanted to check if anyone knew a good reason why things are coded this way? Phil From: Phil Rosenberg philip_rosenb...@yahoo.com To: Hezekiah M. Carty hezekiahca

Re: [Plplot-devel] Plplot-devel Digest, Vol 99, Issue 16

2014-08-20 Thread phil rosenberg
I'm happy too Phil-- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] About svg

2014-08-15 Thread phil rosenberg
you just use nmake or do you use the full VC++ IDE and debugger? Phil From: Arjen Markus arjen.mar...@deltares.nl To: Phil Rosenberg philip_rosenb...@yahoo.com; laurent Berger laurent.ber...@univ-lemans.fr; plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Friday

Re: [Plplot-devel] About svg

2014-08-15 Thread Phil Rosenberg
I didn't intend to start a compiler comparison conversation. Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎15/‎08/‎2014 15:49 To: phil rosenberg philip_rosenb...@yahoo.com; laurent Berger laurent.ber...@univ-lemans.fr; plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] Preferred git workflow

2014-08-14 Thread phil rosenberg
That workflow seems good to me. This model depends quite heavily upon having at least two permanent branches. A stable master and an unstable testing and perhaps also a (semi-stable) bug fixes branch. Are you suggesting that we should adopt this for Plplot? The basic workflow would be: 1) When

<    1   2   3   4   5   6   >