Re: [Plplot-devel] Problems using the plplot cmake config file

2015-04-24 Thread Alan W. Irwin
targets, but I currently don't know how to take advantage of such CMake functionality if it exists. So I will ask a question on the CMake list about this. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [Plplot-devel] Comprehensive testing: MinGW/MSYS

2015-04-21 Thread Alan W. Irwin
On 2015-04-21 20:11- Arjen Markus wrote: Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Good detective work! I agree you have completely pinned down the issue now, and I look forward to your commit with the fix for plInBuildTree. I am

[Plplot-devel] Commit id c44f636

2015-04-20 Thread Alan W. Irwin
more familiar with the plparseopts code than I am so I would appreciate you looking at that hack to make sure I did not forget anything obvious. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [Plplot-devel] Comprehensive testing: MinGW/MSYS

2015-04-20 Thread Alan W. Irwin
On 2015-04-20 13:27-0700 Alan W. Irwin wrote: On 2015-04-20 12:55-0700 Alan W. Irwin wrote: Furthermore -debug works fine for me on MinGW/MSYS/Wine, but the only extra output from it comes after the device is selected from the list above. So to debug further you will have to (locally) add

Re: [Plplot-devel] Comprehensive testing: MinGW/MSYS

2015-04-20 Thread Alan W. Irwin
that will be included with his test report tarball. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation

Re: [Plplot-devel] Comprehensive testing: MinGW/MSYS

2015-04-20 Thread Alan W. Irwin
On 2015-04-20 12:55-0700 Alan W. Irwin wrote: Furthermore -debug works fine for me on MinGW/MSYS/Wine, but the only extra output from it comes after the device is selected from the list above. So to debug further you will have to (locally) add informative pldebug calls to the code near where

Re: [Plplot-devel] Comprehensive testing: MinGW/MSYS

2015-04-20 Thread Alan W. Irwin
difference it is time for both of us to start using the -debug option and dig through the code to throughly understand how the *.driver_info files are accessed and used with or without PLPLOT_DRV_DIR set. Alan __ Alan W. Irwin Astronomical research affiliation with Department

Re: [Plplot-devel] Comprehensive testing: MinGW/MSYS

2015-04-20 Thread Alan W. Irwin
On 2015-04-20 14:57- Arjen Markus wrote: Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Then attempt to run the built example once with PLPLOT_DRV_DIR set to above and once with PLPLOT_DRV_DIR set to nothing (PLPLOT_DRV_DIR=). examples/c

Re: [Plplot-devel] Comprehensive testing: IMPORTANT: improved collection by script

2015-04-19 Thread Alan W. Irwin
On 2015-04-19 15:32-0700 Alan W. Irwin wrote: On 2015-04-19 15:08- Arjen Markus wrote: [ B]y running the example as built in the comprehensive_test_disposeable directory, I found what was wrong: my script did not set the PLPLOT_DRV_DIR environment variable, so that the example could

Re: [Plplot-devel] Comprehensive testing: Cygwin

2015-04-19 Thread Alan W. Irwin
On 2015-04-19 14:15- Arjen Markus wrote: Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] When rewriting this PATH manipulation logic after the 5.11.0 release I screwed up one aspect (forgot the nondynamic case), and your test found

Re: [Plplot-devel] Comprehensive testing: Cygwin

2015-04-18 Thread Alan W. Irwin
On 2015-04-18 13:08- Arjen Markus wrote: Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Does this new robust logic for Windows detection now work for you? (To make this test of PATH manipulation much faster for our three main

Re: [Plplot-devel] Comprehensive testing: MinGW/MSYS

2015-04-18 Thread Alan W. Irwin
will have to look harder at what is going on with the PATH manipulations in the script. But I am virtually positive those manipulations are fine now so my bet is there is some fundamental change in your MinGW/MSYS platform or setup for that platform. Alan __ Alan W. Irwin

Re: [Plplot-devel] Wrestling library linkage experiments.

2015-04-18 Thread Alan W. Irwin
libraries, one with and one without dynamic linking. The safe (and also the most covenient) way to implement that is two separate builds and installs with two separate install prefixes. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [Plplot-devel] Comprehensive Testing: Ubuntu 14:10

2015-04-18 Thread Alan W. Irwin
is not being included properly when building libplplot (which contains the wxwidgets code which refers to rt symbols). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming

Re: [Plplot-devel] Comprehensive Testing: Ubuntu 14:10

2015-04-18 Thread Alan W. Irwin
On 2015-04-18 17:00-0700 Alan W. Irwin wrote: On 2015-04-18 22:56+0100 Andrew Ross wrote: [] 2) The code in src/CMakeFiles to find the stdc++ library doesn't work for me. [] The problem is that libplplot is a mixed C and C++ library for the nondynamic or static case (because

[Plplot-devel] Comprehensive testing: Cygwin

2015-04-17 Thread Alan W. Irwin
platform and implemented PATH manipulations is working well there or not. But, in any case, all the other information requested above could be useful to me as well so please collect it in a compressed tarball and attach it. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [Plplot-devel] Comprehensive testing: Cygwin

2015-04-17 Thread Alan W. Irwin
On 2015-04-17 10:05- Arjen Markus wrote: -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Hi Arjen: [] Please have a look at the tarball - I have included all the information you asked for. I cannot find everything I requested in the tarball. So

Re: [Plplot-devel] Comprehensive testing: Cygwin

2015-04-17 Thread Alan W. Irwin
with automatically generated tarball, see above) whether this test succeeds or not. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-04-14 Thread Alan W. Irwin
and possibly Ubuntu) versions that do not. If you can pin this issue down to a package patch that was applied or not, that is well worth a bug report to Ubuntu since it is in our interest to have Qt working properly on all variants of Ubuntu. Alan __ Alan W. Irwin

Re: [Plplot-devel] Comprehensive testing reports

2015-04-13 Thread Alan W. Irwin
On 2015-04-13 13:51-0400 Hazen Babcock wrote: On 04/12/2015 08:23 AM, Alan W. Irwin wrote: On 2015-04-11 21:05-0400 Hazen Babcock wrote: It worked fine without the Qt components. Is there an output file that I should send? Excellent news on the Lubuntu front. To answer your question

Re: [Plplot-devel] Comprehensive testing reports

2015-04-13 Thread Alan W. Irwin
On 2015-04-13 14:11-0400 Hazen Babcock wrote: On 04/12/2015 08:23 AM, Alan W. Irwin wrote: Why do you think these Qt components fail in the tests, but work fine if they are run independently? What is the testing framework doing that is not being done from the command line? My guess

[Plplot-devel] Comprehensive testing reports

2015-04-12 Thread Alan W. Irwin
running make all or via the script), then that would be a strong indication that there is something wrong with either our ctest setup or our script. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [Plplot-devel] PLplot-5.11.0 has been released

2015-04-12 Thread Alan W. Irwin
P.S. The freeze is gone so I look forward to lots of pushes to the master branch from you guys in the near future. :-) Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

[Plplot-devel] PLplot-5.11.0 has been released

2015-04-12 Thread Alan W. Irwin
features I personally enjoy using, I would certainly never want to go back to svn. Enjoy PLplot-5.11.0! Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-04-10 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-04-10 Thread Alan W. Irwin
Thanks in advance. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

[Plplot-devel] Download statistics for 5.10.0

2015-04-09 Thread Alan W. Irwin
motivator for me to finish up the 5.11.0 release! Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation

[Plplot-devel] Comprehensive testing: reports

2015-04-07 Thread Alan W. Irwin
a note (B) to your MinGW/MSYS report if in fact that was the reason you didn't try interactive tests in that case (as opposed to deciding to drop the interactive part of the MinGW/MSYS tests to speed them up which requires no note). Alan __ Alan W. Irwin Astronomical research

Re: [Plplot-devel] Release status: call for comprehensive testing: Cygwin

2015-04-05 Thread Alan W. Irwin
On 2015-04-05 01:17-0700 Alan W. Irwin wrote: On 2015-04-04 23:11-0700 Greg Jung wrote: afaict these environment variables are essential for plots: PLPLOT_DRV_DIR=/usr/local/lib/plplot5.10.0/drivers PLPLOT_HOME=/usr/local/share/plplot5.10.0/ DRV_DIR for dynamic loading, to get

Re: [Plplot-devel] Comprehensive testing: OpenSuse-13.2: finding stuff

2015-04-05 Thread Alan W. Irwin
the Cygwin results you have obtained with the above brute-force approach are good enough. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS

Re: [Plplot-devel] Comprehensive testing: OpenSuse-13.2: finding stuff

2015-04-05 Thread Alan W. Irwin
that test to make sure no regressions in those good results for those components have been introduced in this release cycle. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

[Plplot-devel] Release status: call for comprehensive testing: Cygwin

2015-04-03 Thread Alan W. Irwin
or is that historical advice no longer relevant so that the generic Windows version of CMake that you can download for Kitware gives good results for you? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [Plplot-devel] Release status: call for comprehensive testing: Cygwin

2015-04-03 Thread Alan W. Irwin
with the release unless one of you confirms Greg's result that running scripts/comprehensive_test.sh no longer works on Cygwin. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

[Plplot-devel] Release status: call for comprehensive testing: wxwidgets

2015-04-03 Thread Alan W. Irwin
process continues Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [Plplot-devel] Comprehensive testing: OpenSuse-13.2: finding stuff

2015-04-03 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-04-02 Thread Alan W. Irwin
On 2015-03-30 12:42-0700 Alan W. Irwin wrote: There is a big warning in plplot-cygwin/output_tree/cmake.out (for version 3.0.1) about CMake no longer defines WIN32 on Cygwin! Hi Greg: I believe I have now found the source of that warning message which is (according to cmake mailing list

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-03-31 Thread Alan W. Irwin
as comprehensive testing please). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-03-31 Thread Alan W. Irwin
. Such noninteractive comprehensive test are well defined, and it certainly would still be worthwhile for me to report such incomplete results on our wiki if you ran out of patience with dealing with the interactive part of the test. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-03-31 Thread Alan W. Irwin
On 2015-03-31 09:31-0700 Alan W. Irwin wrote: Hi Arjen: Gack. I am really glad you found this bug in setting the -DUSINGDLL compile flag for libplplotqt source files (and also for smoke bindings) for the static library case. This bug was caused by a commit made by me back in 2013. One

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-03-30 Thread Alan W. Irwin
On 2015-03-30 12:14-0700 Alan W. Irwin wrote: On 2015-03-30 10:40-0700 Greg Jung wrote: Here are gzipped- tar files sent separately because the list filters may kill the message altogether. Our mailing list does not kill tarballs in my experience. So to test that in this case, I am

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-03-29 Thread Alan W. Irwin
On 2015-03-26 18:50-0700 Alan W. Irwin wrote: With commit id 5f6e28f I finally have been able to complete scripts/comprehensive_test.sh on Linux without issues which removes the last known regression compared to 5.10.0 for this release which is a much-desired result. My next steps are [1

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-03-29 Thread Alan W. Irwin
On 2015-03-28 22:20-0700 Alan W. Irwin wrote: Also, when you report back again, will you please always specify the scripts/comprehensive_test.sh options you used in every different platform case? The easiest way to do that is to always include everything output from the script rather than

Re: [Plplot-devel] Release status: call for comprehensive testing

2015-03-28 Thread Alan W. Irwin
and ITK_INCLUDE_PATH appropriately. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [Plplot-devel] Octave build error

2015-03-27 Thread Alan W. Irwin
successfully here. What version of swig are you using there? The reason I ask is we know there are some historical swig versions that are just plain incompatible with octave. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

Re: [Plplot-devel] Octave build error

2015-03-27 Thread Alan W. Irwin
://sourceforge.net/p/plplot/wiki/Testing_PLplot/#Comprehensive%20testing and https://sourceforge.net/p/plplot/wiki/Testing_PLplot/#Testing%20Reports to see what you need to do in detail. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

[Plplot-devel] Release status: call for comprehensive testing

2015-03-26 Thread Alan W. Irwin
On 2015-03-25 14:30-0700 Alan W. Irwin wrote: 2. Because of issues like the qt_example segfault that I have just fixed, I have as yet been unable to complete a comprehensive test of PLplot on Linux. Until I can get such a clean test the possibility exists there are other such segfault issues

Re: [Plplot-devel] Release status: need help with OLD_WXWIDGETS=ON option (fwd)

2015-03-25 Thread Alan W. Irwin
the -DOLD_WXWIDGETS=ON case which was a major showstopper for this release, and it looks like the rest of this release is largely up to me (unless I find more regressions with any aspect of PLplot that I need help fixing). Alan __ Alan W. Irwin Astronomical research affiliation

Re: [Plplot-devel] Release status: another plend segfault and/or double free

2015-03-25 Thread Alan W. Irwin
On 2015-03-21 11:57-0700 Alan W. Irwin wrote: Hi Andrew: I have now (commit fa0c879) solved this release-critical regression. The crux of the problem is redundant linking of qt_example to both plplot (which contained all of the code in plplotqt for this ENABLE_DYNDRIVERS=NO case

Re: [Plplot-devel] Release status

2015-03-25 Thread Alan W. Irwin
On 2015-03-21 12:29-0700 Alan W. Irwin wrote: Just to summarize where we stand there are several open-ended issues blocking the release. 1. I am in the middle of a hunt for plend memory management issues caused by redundant library linking (see previous post to Andrew). I have finished

Re: [Plplot-devel] Version 6?

2015-03-24 Thread Alan W. Irwin
of establishing a system of good error reporting for PLplot 6. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation

Re: [Plplot-devel] Version 6?

2015-03-24 Thread Alan W. Irwin
with this issue in the old-fashioned way (i.e., with API changes). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state

Re: [Plplot-devel] Version 6?

2015-03-23 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides

Re: [Plplot-devel] Version 6: text rendering

2015-03-23 Thread Alan W. Irwin
fontconfig? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net

[Plplot-devel] Release status

2015-03-21 Thread Alan W. Irwin
of this release cycle there is no possibility of making even a reasonable estimate of the date for the release until the above 3 open-ended issues have been dealt with. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University

Re: [Plplot-devel] Release status: another plend segfault and/or double free

2015-03-21 Thread Alan W. Irwin
-release if there is not a clear regression from 5.10.0 results) in the hope this refinement of our linking model will ultimately resolve a substantial number of the plend memory management issues we have been encountering. Alan __ Alan W. Irwin Astronomical research

[Plplot-devel] Version 6: text rendering

2015-03-20 Thread Alan W. Irwin
so eventually someone will likely want to convert the wingcc device from the (modified) plfreetype approach to Windows complex text layout in order to internationalize that device. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [Plplot-devel] Release status: another plend segfault and/or double free

2015-03-19 Thread Alan W. Irwin
On 2015-03-19 14:38-0700 Alan W. Irwin wrote: Hi Andrew (again): I just discovered this issue was a regression compared to 5.10.0. So I will git bisect it to see which commit first created this issue, and get back to you at that point if I cannot figure out the problem introduced

[Plplot-devel] Release status: another plend segfault and/or double free

2015-03-19 Thread Alan W. Irwin
to take a look at this? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [Plplot-devel] Release status: another plend segfault and/or double free

2015-03-19 Thread Alan W. Irwin
Hi Andrew (again): I just discovered this issue was a regression compared to 5.10.0. So I will git bisect it to see which commit first created this issue, and get back to you at that point if I cannot figure out the problem introduced by that commit. Alan __ Alan W

Re: [Plplot-devel] fixed memory leak plplot-5.10.0

2015-03-18 Thread Alan W. Irwin
-related issues for many of our interactive devices right now (and even a few noninteractive devices) so if there is a fix that cleans up a significant fraction of those issues for this release without causing other problems, it would make me a happy man! Alan __ Alan W. Irwin

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Alan W. Irwin
to that fix now I have shown what needs to be done for every add_executable command in examples/c++/CMakeLists.txt, etc.) Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

[Plplot-devel] Release status

2015-03-18 Thread Alan W. Irwin
the -DUSINGDLL COMPILE_FLAGS property set for the shared library case), and (2) some target dependency logic that doesn't work correctly for the installed examples build-system case that is screwing up my attempts to do comprehensive testing on Linux. Alan __ Alan W. Irwin

Re: [Plplot-devel] new plplot version and wxWidgets

2015-03-18 Thread Alan W. Irwin
plan to deprecate it for the next release and then remove this option altogether in some future release. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming

Re: [Plplot-devel] fixed memory leak plplot-5.10.0

2015-03-18 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides

Re: [Plplot-devel] fixed memory leak plplot-5.10.0

2015-03-18 Thread Alan W. Irwin
complex than first thought. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Alan W. Irwin
for CMake-3.2.1. Therefore, there is a good chance that CMake-3.2.1 will work as well as or better than CMake-3.1.3 on Windows, but you should try both versions to see if the USINGDLL problem goes away for either. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-17 Thread Alan W. Irwin
haven't done that already) and sending me the patch that you think should be applied. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS

[Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Alan W. Irwin
demonstrates an important regression (aside from the designed backwards incompatibilities) compared to previous PLplot releases. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-15 Thread Alan W. Irwin
this or not. But regardless of whether you or Phil fixes the issue, the fix should be done on a topic branch now and pushed to master post-release since the fix very likely involves a change to plbuf, which I want to avoid at this late date in the release cycle. Alan __ Alan W

[Plplot-devel] Release status: Java, D, Python warnings generated by doxygen parser

2015-03-14 Thread Alan W. Irwin
though it is probably best at this late stage to wait until post-release to deal with them. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations

[Plplot-devel] Release status: request for release notes on plbuf and plmeta/plrender changes

2015-03-14 Thread Alan W. Irwin
an unmaintained state with PLD_plmeta OFF to an experimental state (still with PLD_plmeta OFF) if you don't make that point yourself. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

[Plplot-devel] Release status: request for release notes concerning wxwidgets changes

2015-03-14 Thread Alan W. Irwin
to actually implement that option today as we discussed some time ago.) Also, drivers/README.wxwidgets is grossly out of date so I hope you have time to fix that as well. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

[Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-13 Thread Alan W. Irwin
example 17). Hi Jim: I verify that bug here (using examples/c/x01c -dev xwin). However, you have to dig deeper to find out who to blame. In other words, It wasn't me. :-) Here is the git magic you need. software@raven git blame src/plbuf.c |grep plP_eop afd37a98 (Alan W. Irwin 2015-03-11 02

[Plplot-devel] Release status: epa_build: pango/cairo build issues

2015-03-13 Thread Alan W. Irwin
On 2015-03-13 10:26-0700 Alan W. Irwin wrote: On 2015-03-13 10:19- Andrew Ross wrote: 1) The cairo build fails (seems to be due to a bug in cairo build scripts exposed in gcc-4.9.0 - see http://sourceforge.net/p/mingw-w64/bugs/396/) Hi Andrew: That thread implies the problem is caused

Re: [Plplot-devel] I would appreciate some help tracking down the cause of a -DPLPLOT_USE_QT5=ON segfault

2015-03-13 Thread Alan W. Irwin
issues are a fundamental bane to run-time repeatibility/stability) that the invalid read for Qt5 appears to be limited to Debian stable and thus has nothing to do with epa_build or PLplot issues. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-13 Thread Alan W. Irwin
On 2015-03-13 10:59-0700 Alan W. Irwin wrote: On 2015-03-13 11:10-0400 Jim Dishaw wrote: Alan, I noticed a bug that occurs when resizing a plot. Every time a plot is resized, an extra key press is required to advance the page. The problem appears to be a pop_eop() that was added

[Plplot-devel] Release status: epa_build: libharu and general release topics

2015-03-13 Thread Alan W. Irwin
On 2015-03-13 10:26-0700 Alan W. Irwin wrote: On 2015-03-13 10:19- Andrew Ross wrote: 2) The libharu build succeeds, but the hpdf_pdfa.h include file is not installed so the plplot build of the pdf driver fails. Hi Andrew: As of commit fac174e I have changed the CMake-based libharu build

Re: [Plplot-devel] I would appreciate some help tracking down the cause of a -DPLPLOT_USE_QT5=ON segfault

2015-03-13 Thread Alan W. Irwin
On 2015-03-12 01:46-0700 Alan W. Irwin wrote: For Debian stable, I got most of the required Qt5 build-depends by installing the build-depends of the Qt4 source package, then following up by iterating epa_builds to get the extra ones needed for the epa_build of Qt5. But I think the whole deal

Re: [Plplot-devel] I would appreciate some help tracking down the cause of a -DPLPLOT_USE_QT5=ON segfault

2015-03-12 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides

Re: [Plplot-devel] Static build

2015-03-12 Thread Alan W. Irwin
take notes so we can advise our Linux users how to do that. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state

[Plplot-devel] Release status: exposing plhrsh

2015-03-12 Thread Alan W. Irwin
On 2015-03-12 11:13-0700 Alan W. Irwin wrote: @Phil, Jim: The recent exposure of plhrsh is not complete and has visibility issues for the shared library case. In all cases where a private function like this needs to be exposed, you need a declaration in include/plplotP.h using

[Plplot-devel] Release status: plmeta/plrender

2015-03-12 Thread Alan W. Irwin
bring it to your attention, and I encourage you to follow up immediately on a topic branch with the goal of pushing the plmeta/plrender fix for this issue soon after the release. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

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

2015-03-12 Thread Alan W. Irwin
W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net

Re: [Plplot-devel] Release status

2015-03-12 Thread Alan W. Irwin
On 2015-03-11 14:49-0700 Alan W. Irwin wrote: Hi Phil: I just saw your one-line fix at http://sourceforge.net/p/plplot/plplot/ci/4e93f99a84a5c72d253c8791f813400ba2f46ff6. Does that really do the job? For example, I noticed earlier in that code a test of pls-device rather than pls-dev

Re: [Plplot-devel] Release status: plmeta/plrender

2015-03-12 Thread Alan W. Irwin
interpretation of the purpose of plreadmetafile is correct). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation

Re: [Plplot-devel] Release status

2015-03-11 Thread Alan W. Irwin
there is this future possibility of providing the important full interactivity capability for -dev wxwidgets. So in my report you should mentally substitute needs full interactivity capability to be developed wherever before I remarked about requiring an attached capability. Alan __ Alan W

Re: [Plplot-devel] Release status

2015-03-11 Thread Alan W. Irwin
, but I am not sure whether that is relevant or not. But apparently, X is properly authorized by this method at least for Debian so the plbuf change referred to above has no effect on -dev tk results for me. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [Plplot-devel] I would appreciate some help tracking down the cause of a -DPLPLOT_USE_QT5=ON segfault

2015-03-11 Thread Alan W. Irwin
to rest? Thanks in advance. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [Plplot-devel] Release status

2015-03-11 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project

Re: [Plplot-devel] Release status

2015-03-11 Thread Alan W. Irwin
). I have attached a screenshot of that master tip result so you will know exactly what I am referring too. I will now do my own git bisects to find when the zoom issue was introduced and when the two-GUI issue was introduced. Alan __ Alan W. Irwin Astronomical research

Re: [Plplot-devel] I would appreciate some help tracking down the cause of a -DPLPLOT_USE_QT5=ON segfault

2015-03-11 Thread Alan W. Irwin
On 2015-03-10 18:36-0700 Alan W. Irwin wrote: That leaves (5) as the best working hypothesis right now in my opinion. After all, from the above valgrind message, the invalid read is caused by something done by plend/plend1/plD_tidy_qtwidget. I don't completely understand the C++ part

Re: [Plplot-devel] Release status

2015-03-11 Thread Alan W. Irwin
finally gotten us to the point where we can declare a deep freeze. That's a really important goal for late in a release cycle, and I am really glad we have finally achieved that goal! Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [Plplot-devel] I would appreciate some help tracking down the cause of a -DPLPLOT_USE_QT5=ON segfault

2015-03-10 Thread Alan W. Irwin
On 2015-03-03 17:09-0800 Alan W. Irwin wrote: I think valgrind would report a serious issue like invalid read regardless of command-line options so I think the best summary of the situation is valgrind reports invalid reads with epa_built Qt 5.3.1 and 5.3.2 and does not report such issues

Re: [Plplot-devel] This is the Mac OS X documentation update

2015-03-10 Thread Alan W. Irwin
that as soon as I have finished up another on-going and rather long project to find a way to epa_build Qt5 without memory managment issues. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [Plplot-devel] Release status

2015-03-09 Thread Alan W. Irwin
be applied before the release and which should be applied after. I am looking forward to that feedback from you so I will be in a better position to make a meaningful estimate of the release date. Alan __ Alan W. Irwin Astronomical research affiliation with Department

Re: [Plplot-devel] Release status

2015-03-09 Thread Alan W. Irwin
of this week. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net

Re: [Plplot-devel] Release status

2015-03-09 Thread Alan W. Irwin
not want to do all the work associated with such a test until I know there will be no further plbuf changes other than rendering regression fixes. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [Plplot-devel] Current GIT tree incompatible with GnuDataLanguage

2015-03-08 Thread Alan W. Irwin
for the changed PLplot library names. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [Plplot-devel] plot metafile questions

2015-03-05 Thread Alan W. Irwin
of zoom for -dev tk and the plframe GUI might be an example of a similar issue, and I plan to follow up by checking with git bisect to see when this regression in behaviour occurred. @Alan: I will update the documentation as requested. Thanks. Alan __ Alan W. Irwin

Re: [Plplot-devel] Current GIT tree incompatible with GnuDataLanguage

2015-03-05 Thread Alan W. Irwin
are referring to some other ticket item, but could you give a URL? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state

<    5   6   7   8   9   10   11   12   13   14   >