Alan,
My recommended settings following the discussion on the list are
documented in README.release. I've been using
CFLAGS='-O3 -std=c99 -pedantic -D_POSIX_C_SOURCE=200112L -Wall \
-Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs \
-Wconversion -Wshadow -Wcast-qual -Wcast-ali
Hi Andrew:
Some time ago in connection with the Time Ephmerides project I built
the Debian unstable gcc-4.6 packages (version 4.6.1-13) on my Debian
stable platform to get access to gfortran quadruple precision. These
compilers are not suitable for comprehensive testing of PLplot because
they don
Hi Alan,
sure, I will have a look, though I do not have time within the
first couple of days of this week.
Regards,
Arjen
On 2011-10-28 20:40, Alan W. Irwin wrote:
> Hi Andrew:
>
> I am going to pass this decision about the correct way to
> avoid that long string over to Arjen. See below.
>
Hi Andrew:
I am going to pass this decision about the correct way to
avoid that long string over to Arjen. See below.
On 2011-10-28 14:04+0100 Andrew Ross wrote:
> Alan: I've noticed one issue that you might want to look at. The file
> bindings/tcl/plplot_parameters.h is generated by a sed scri
On Fri, Oct 21, 2011 at 01:06:08PM +0100, Andrew Ross wrote:
> On Fri, Oct 21, 2011 at 09:45:47AM +0100, Andrew Ross wrote:
> >
> > I have had no response to my previous email about handling unused parameter
> > values. I take that as assent to my proposals, so I will try implementing
> > the UNU
Hi Alan,
On 2011-10-26 19:36, Alan W. Irwin wrote:
>
> Excellent! I suggest using the "arange" name (since "range" is
> already taken for something completely different in the Fortran 95
> standard) and python arange arguments (some optional with sensible
> defaults) of
> http://docs.scipy.org
On 2011-10-26 13:35+0200 Arjen Markus wrote:
> Hi Alan,
>
> that is most definitely possible:
>
> function range( n )
>integer :: n
>
>real(plflt), dimension(n) :: range
>
>range = (/ (i, i=1,n) /)
> end function range
>
> I will introduce that function and maybe some others as well.
Hi Alan,
that is most definitely possible:
function range( n )
integer :: n
real(plflt), dimension(n) :: range
range = (/ (i, i=1,n) /)
end function range
I will introduce that function and maybe some others as well.
Regards,
Arjen
On 2011-10-26 10:19, Alan W. Irwin wrote:
>
On 2011-10-26 08:51+0200 Arjen Markus wrote:
> Hi Alan,
>
> I have reworked example x01 with this [using higher-level aspects of
> Fortran 95] in mind. Some more changes are
> possible, but what do you think of it? The implied do-loops to get
> data into the arrays are perhaps a bit overdone, but
On Wed, Oct 26, 2011 at 08:51:56AM +0200, Arjen Markus wrote:
> Hi Alan,
>
> On 2011-10-19 19:39, Alan W. Irwin wrote:
> > Hi Arjen:
> >
> > Now that you have put in a notice in README.release about the future
> > deprecation of our f77 bindings and examples, and Andrew has done such
> > great wo
Hi Alan,
On 2011-10-19 19:39, Alan W. Irwin wrote:
> Hi Arjen:
>
> Now that you have put in a notice in README.release about the future
> deprecation of our f77 bindings and examples, and Andrew has done such
> great work making our f95 bindings and examples much more compliant
> with the Fortran
Hi Andrew, Alan,
introducing more F95 features seems a worthwhile project.
As for the non-standard intrinsics, I think I know a workaround.
But I will inspect the examples in the coming few days/weeks
to see what we can achieve.
Regards,
Arjen
On 2011-10-19 19:52, Andrew Ross wrote:
> On Wed,
On Fri, Oct 21, 2011 at 09:45:47AM +0100, Andrew Ross wrote:
>
> I'd independently spotted this doing the same test as you.
>
> The problem is that the "internal" plplotP.h header is actually used
> indirectly in the qt examples. In this case HAVE_CONFIG_H is not set to
> some of the defines (e
On Thu, Oct 20, 2011 at 05:08:50PM -0700, Alan Irwin wrote:
> On 2011-10-20 15:23+0100 Andrew Ross wrote:
>
> > Gcc with no standards flags is now warning free again.
>
> Thanks, Andrew, for those changes which did solve the broken build for
>
> export CFLAGS='-O3 -fvisibility=hidden'
> export C
Hello,
I put here different sets of compiler flags for many different
compilers. Some of them are not free software, but I think that can be
used by someone in order to check a clean compilation for them. I've
tried that the flags (when exist) were equivalent to the used gcc
ones:
Free compilares
On 2011-10-20 15:23+0100 Andrew Ross wrote:
> Gcc with no standards flags is now warning free again.
Thanks, Andrew, for those changes which did solve the broken build for
export CFLAGS='-O3 -fvisibility=hidden'
export CXXFLAGS='-O3 -fvisibility=hidden'
export FFLAGS='-O3'
on my platform. Furt
On Thu, Oct 20, 2011 at 08:37:46AM +0200, Jos? Luis Garc?a Pallero wrote:
> Hello,
>
> 2011/10/20 Alan W. Irwin :
> > On 2011-10-19 18:49+0100 Andrew Ross wrote:
> >
> >> I have now completed the bulk of this [code-standards compliance] work.
> >
> > Hi Andrew:
> >
> > One more iteration of script
Hello,
2011/10/20 Alan W. Irwin :
> On 2011-10-19 18:49+0100 Andrew Ross wrote:
>
>> I have now completed the bulk of this [code-standards compliance] work.
>
> Hi Andrew:
>
> One more iteration of scripts/style_source.sh was required
> to get the last of the style issues (revision 11985).
>
> As
On 2011-10-19 18:49+0100 Andrew Ross wrote:
> I have now completed the bulk of this [code-standards compliance] work.
Hi Andrew:
One more iteration of scripts/style_source.sh was required
to get the last of the style issues (revision 11985).
As of that revision the "minimal" set of compiler fla
On Wed, Oct 19, 2011 at 10:39:28AM -0700, Alan Irwin wrote:
> Hi Arjen:
>
> Now that you have put in a notice in README.release about the future
> deprecation of our f77 bindings and examples, and Andrew has done such
> great work making our f95 bindings and examples much more compliant
> with the
On Fri, Oct 14, 2011 at 01:37:30AM -0700, Alan Irwin wrote:
> On 2011-10-14 08:26+0100 Andrew Ross wrote:
>
> > I've committed the first tranche of fixes for compiler warnings.
> >
> > For reference I've been testing with
> > CFLAGS="-O3 -std=c99 -pedantic -Wall -Wextra -Wmissing-prototypes
> > -
Hi Arjen:
Now that you have put in a notice in README.release about the future
deprecation of our f77 bindings and examples, and Andrew has done such
great work making our f95 bindings and examples much more compliant
with the Fortran 95 standard, I think our next obvious Fortran step is
to follow
On Mon, Oct 17, 2011 at 12:14:56PM -0700, Alan Irwin wrote:
> @Arjen: There is a question for you at the end concerning
> deprecating/retiring our f77 bindings and examples.
>
> On 2011-10-14 08:26+0100 Andrew Ross wrote:
>
> [...]
> >> FFLAGS is used for both f77 and f95 compiles which makes it
Hi Alan,
On 2011-10-17 21:14, Alan W. Irwin wrote:
> @Arjen: There is a question for you at the end concerning
> deprecating/retiring our f77 bindings and examples.
>
>
> So gfortran has no support for a strict Fortran 77 standard. That's
> probably okay. My experience with strict Fortran 77 i
@Arjen: There is a question for you at the end concerning
deprecating/retiring our f77 bindings and examples.
On 2011-10-14 08:26+0100 Andrew Ross wrote:
[...]
>> FFLAGS is used for both f77 and f95 compiles which makes it hard to
>> tailor the flags for different standards. Again, it is a limita
On 2011-10-14 08:26+0100 Andrew Ross wrote:
> I've committed the first tranche of fixes for compiler warnings.
>
> For reference I've been testing with
> CFLAGS="-O3 -std=c99 -pedantic -Wall -Wextra -Wmissing-prototypes
> -Wstrict-prototypes -Wnested-externs -Wconversion -Wshadow -Wcast-qual
> -
On Tue, Oct 11, 2011 at 03:57:43PM +0100, Andrew Ross wrote:
>
> I have taken an initial look at this. It's a whole can of worms!
>
> Firstly, I can reproduce your java crashes with openjdk or sun jdk but
> not with gcj. This is a little odd. The backtraces are not entirely
> helpful but it app
On Sat, Oct 08, 2011 at 11:45:52AM -0700, Alan Irwin wrote:
> On 2011-10-08 15:55+0100 Andrew Ross wrote:
>
> >>> If I try the java build with the above CXXFLAGS and FFLAGS, but with
> >>>
> >>> export CFLAGS='-O3 -fvisibility=hidden'
> >>>
> >>> then there are no obvious errors or build warnings
El día 8 de octubre de 2011 20:44, Alan W. Irwin
escribió:
> On 2011-10-08 17:57+0200 José Luis García Pallero wrote:
>
>> 2011/10/8 Andrew Ross :
>>>
>>> On Fri, Oct 07, 2011 at 05:45:56PM -0700, Alan Irwin wrote:
On 2011-10-07 16:28-0700 Alan W. Irwin wrote:
> Hi Andrew:
>
On 2011-10-08 15:55+0100 Andrew Ross wrote:
>>> If I try the java build with the above CXXFLAGS and FFLAGS, but with
>>>
>>> export CFLAGS='-O3 -fvisibility=hidden'
>>>
>>> then there are no obvious errors or build warnings with the test_java_psc or
>>> test_noninteractive targets.
>>
>> Actually,
On 2011-10-08 17:57+0200 José Luis García Pallero wrote:
> 2011/10/8 Andrew Ross :
>> On Fri, Oct 07, 2011 at 05:45:56PM -0700, Alan Irwin wrote:
>>> On 2011-10-07 16:28-0700 Alan W. Irwin wrote:
>>>
Hi Andrew:
Following Geoffrey's recent advice to test our software for standards
>>
2011/10/8 Andrew Ross :
> On Fri, Oct 07, 2011 at 05:45:56PM -0700, Alan Irwin wrote:
>> On 2011-10-07 16:28-0700 Alan W. Irwin wrote:
>>
>> > Hi Andrew:
>> >
>> > Following Geoffrey's recent advice to test our software for standards
>> > compliancy, I tried the following:
>> >
>> > export CFLAGS='
On Fri, Oct 07, 2011 at 05:45:56PM -0700, Alan Irwin wrote:
> On 2011-10-07 16:28-0700 Alan W. Irwin wrote:
>
> > Hi Andrew:
> >
> > Following Geoffrey's recent advice to test our software for standards
> > compliancy, I tried the following:
> >
> > export CFLAGS='-O3 -fvisibility=hidden -std=c99
On 2011-10-07 16:28-0700 Alan W. Irwin wrote:
> Hi Andrew:
>
> Following Geoffrey's recent advice to test our software for standards
> compliancy, I tried the following:
>
> export CFLAGS='-O3 -fvisibility=hidden -std=c99 -pedantic'
> export 'CXXFLAGS='-O3 -fvisibility=hidden -std=c++98 -pedantic'
Hi Andrew:
Following Geoffrey's recent advice to test our software for standards
compliancy, I tried the following:
export CFLAGS='-O3 -fvisibility=hidden -std=c99 -pedantic'
export 'CXXFLAGS='-O3 -fvisibility=hidden -std=c++98 -pedantic'
export FFLAGS='-O3'
cmake -DENABLE_java=OFF ...
make tes
35 matches
Mail list logo