On 2014-10-08 08:29+0100 Phil Rosenberg wrote:
> The Tcl test is run by executing the RUN_TESTS project, or by
running ctest -C Debug -VV from the build directory. This includes
spaces in the build directory, but not the source directory.
Hi Phil:
Thanks for that explanation of exactly what you
l Message-
> From: "Arjen Markus"
> Sent: 08/10/2014 08:53
> To: "Phil Rosenberg" ; "Alan W. Irwin"
>
> Cc: "plplot-devel@lists.sourceforge.net"
> Subject: RE: [Plplot-devel] Testing on Windows (line endings for bashscripts)
>
&g
lists.sourceforge.net"
Subject: RE: [Plplot-devel] Testing on Windows (line endings for bashscripts)
Hi Phil,
Wouldn’t the non-threadsafety of Plplot only be a problem if you run Plplot
routines from two different threads? If you can limit the calls to a single
thread, it ought to be alri
, October 08, 2014 9:30 AM
To: Alan W. Irwin
Cc: Arjen Markus; plplot-devel@lists.sourceforge.net
Subject: RE: [Plplot-devel] Testing on Windows (line endings for bashscripts)
Ho Alan
That is 64 bit Cygwin.
The Tcl test is run by executing the RUN_TESTS project, or by running ctest -C
Debug -VV from
might
consider a long term goal, but unlikely to happen soon.
Phil
-Original Message-
From: "Alan W. Irwin"
Sent: 07/10/2014 12:45
To: "phil rosenberg"
Cc: "Arjen Markus" ;
"plplot-devel@lists.sourceforge.net"
Subject: Re: [Plplot-dev
On 2014-10-07 09:05- phil rosenberg wrote:
> Just to confirm - everything seems to work fine on Cygwin too
Hi Phil:
It was glad to hear you got good results on both the MSVC and Cygwin
platforms (while testing with Cygwin's bash in both cases) for my
commit 5dd59c. I was pleasantly surprise
Just to confirm - everything seems to work fine on Cygwin too
Phil
From: phil rosenberg
To: Arjen Markus
Cc: "plplot-devel@lists.sourceforge.net"
Sent: Tuesday, 7 October 2014, 9:30
Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)
Thanks
Regards, Arjen
From: phil rosenberg [mailto:philip_rosenb...@yahoo.com]
Sent: Tuesday, October 07, 2014 8:50 AM
To: Arjen Markus; Alan W. Irwin
Cc: plplot-devel@lists.sourceforge.net
Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)
Hi this is just a q
On 2014-10-07 06:49- phil rosenberg wrote:
> Hi this is just a quick email - I will reply properly later today
> I think the tests in the shell script are necessary - I am building
natively under windows - that is the whole point - so I am using
native Windows CMake and Tcl. However the test
, as it took me some
time to realise this was going on.)
Regards,
Arjen
From: phil rosenberg [mailto:philip_rosenb...@yahoo.com]
Sent: Tuesday, October 07, 2014 8:50 AM
To: Arjen Markus; Alan W. Irwin
Cc: plplot-devel@lists.sourceforge.net
Subject: Re: [Plplot-devel] Testing on Windows (line
Alan W. Irwin ; phil rosenberg
Cc: "plplot-devel@lists.sourceforge.net"
Sent: Tuesday, 7 October 2014, 7:35
Subject: RE: [Plplot-devel] Testing on Windows (line endings for bash scripts)
#yiv9896690957 #yiv9896690957 -- _filtered #yiv9896690957
{font-family:Wingdings;panose-1:
rom: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Tuesday, October 07, 2014 6:56 AM
> To: phil rosenberg
> Cc: plplot-devel@lists.sourceforge.net; Arjen Markus
> Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)
>
> On 2014-10-06 11:56-0700
On 2014-10-06 11:56-0700 Alan W. Irwin wrote:
> Hi Phil:
>
> I strongly recommend that you modify your recent changes so they only
> apply for the MSVC platform [...]
@ Phil: Never mind, I did that myself with commit 5dd59cb. Please try
git diff --ignore-all-space 5dd59cb^..5dd59cb
to see the
On 2014-10-06 16:21- phil rosenberg wrote:
> I have just commited changes to the Tcl tests an the diff test which
compares the different language outputs to the C outputs.I can now run
the 6 auto generated tests that I get in my Windows build environment
which are the C, C++, Tcl, svn, xfig an
p I've had getting these working
Phil
From: phil rosenberg
To: Alan W. Irwin
Cc: "plplot-devel@lists.sourceforge.net" ;
Arjen Markus
Sent: Monday, 6 October 2014, 12:10
Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)
Hi allDoes anyone
hen it makes my life massively easier in terms of getting the test
script running correctly
ThanksPhil
From: Alan W. Irwin
To: phil rosenberg
Cc: "plplot-devel@lists.sourceforge.net" ;
Arjen Markus
Sent: Sunday, 5 October 2014, 3:10
Subject: Re: [Plplot-devel] Testing on
On 2014-10-04 22:27- phil rosenberg wrote:
> Thanks for spotting that Alan - I hadn't considered that people might edit
> the scripts with native Windows tools
> I have made a bit more progress on getting the Tcl tests to run on my
> machine. In the end I got pltcl to run under Cygwin. Not s
his could go all the
way back to a CMAKE option for the initial build.
Phil
From: Alan W. Irwin
To: phil rosenberg
Cc: "plplot-devel@lists.sourceforge.net" ;
Arjen Markus
Sent: Friday, 3 October 2014, 22:07
Subject: Re: [Plplot-devel] Testing on Windows (line endings for
On 2014-10-03 12:35-0700 Alan W. Irwin wrote:
> So you should expect to see another commit from me along these lines
[i.e., use text=auto for most text files]
> (which will also check for and remove any line-endings issues that
> might have gotten into any of our text files since we adopted git.)
On 2014-10-03 10:54-0700 Alan W. Irwin wrote:
> In sum, I think you should change the .gitattributes file to
>
> *.sh eof=lf
> *.sh.in eof=lf
>
> If I am right, (i.e., the result works for you) please commit that
> change.
Also, I just noticed for your other commit that the line endings
for plplo
On 2014-10-03 11:47- phil rosenberg wrote:
> Okay, well I made some progress on this last night and just pushed the
> results to the repo.
> I have told CMake to always use Linux line endings for the test shell scripts.
Hi Phil:
It is interesting that your new .gitattributes file with the
p
Hi Phil,
Hm, odd, that problem with pltcl. I will have a look, cannot really tell when
though, as I have a few busy days ahead.
As for Cygwin: that tends to be picky about line-endings, expecting Linux
line-endings all the way. (I seem to remember there once was an option at
install time a
x27;t broken anything I will remove them - and if I
have broken anything it should be easy to spot why.
Phil
From: Arjen Markus
To: "plplot-devel@lists.sourceforge.net"
Sent: Friday, 3 October 2014, 7:34
Subject: Re: [Plplot-devel] Testing on Windows
#yiv4746650222
.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 the spaces in the paths p
On 2014-10-02 18:23- phil rosenberg wrote:
> Okay, well I have fixed the spaces in the paths problem
and added a Visual Studio specific extra configuration parameter.
Good. Please commit and push those change so they can be tested
by others.
> I am not sure how to deal with the final couple
014, 21:04
Subject: Re: [Plplot-devel] Testing on Windows
On 2014-10-02 13:44- phil rosenberg wrote:
> 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
On 2014-10-02 13:44- phil rosenberg wrote:
> 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
Okay, well I have fixed the spaces in the paths problem and added a Visual
Studio specific extra configuration parameter. I am not sure how to deal with
the final couple of problems. CMake generates the shell scripts, from the
.sh.in files and when it does so it creates them with Windows line en
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 wo
29 matches
Mail list logo