On 2011-09-08 08:27-0700 Alan W. Irwin wrote:
> I was thinking along the lines of #including the following header
> _before_ any other octave header
>
> #include
> #if !defined (_MSC_VER)
> #undef OCTAVE_EXPORT
> #define OCTAVE_EXPORT __attribute__ ( ( visibility( "default" ) ) )
> #endif
>
> (I
On 2011-09-08 12:41+0100 Andrew Ross wrote:
> On Wed, Sep 07, 2011 at 12:46:23PM -0700, Alan Irwin wrote:
>> On 2011-09-06 11:52+0100 Andrew Ross wrote:
>>
>>>
>>> I've committed a perl script to do this. It would be nicer to do it in
>>> sed but I'm not sure how. The old octave bindings required
On Wed, Sep 07, 2011 at 12:46:23PM -0700, Alan Irwin wrote:
> On 2011-09-06 11:52+0100 Andrew Ross wrote:
>
> >
> > I've committed a perl script to do this. It would be nicer to do it in
> > sed but I'm not sure how. The old octave bindings required perl anyway
> > so it is not an extra constraint
On 2011-09-06 11:52+0100 Andrew Ross wrote:
> On Sat, Sep 03, 2011 at 10:47:52PM +0100, Andrew Ross wrote:
>> I've played around and it looks like the best thing to do is exactly
>> the same trick I used to get the matwrapped octave bindings to work
>> with -fvisibility=hidden, namely to put
>>
>>
On Sat, Sep 03, 2011 at 10:47:52PM +0100, Andrew Ross wrote:
> On Fri, Sep 02, 2011 at 09:56:57PM -0700, Alan Irwin wrote:
> >
> > I was going to suggest you try preprocessing tricks, until I realized
> > that is probably what you meant by (1) rather than literal patching
> > with the patch progra
On Fri, Sep 02, 2011 at 09:56:57PM -0700, Alan Irwin wrote:
> On 2011-09-02 20:49+0100 Andrew Ross wrote:
>
> > On Tue, Jan 11, 2011 at 09:28:36PM -0800, Alan Irwin wrote:
> >>
> >> This commit finishes what I planned to do for Octave, and I am glad to
> >> say that Andrew has already started maki
On 2011-09-02 20:49+0100 Andrew Ross wrote:
> On Tue, Jan 11, 2011 at 09:28:36PM -0800, Alan Irwin wrote:
>>
>> This commit finishes what I planned to do for Octave, and I am glad to
>> say that Andrew has already started making some improvements (i.e.,
>> handling NULL arguments) to my work.
>>
>
On Tue, Jan 11, 2011 at 09:28:36PM -0800, Alan Irwin wrote:
>
> This commit finishes what I planned to do for Octave, and I am glad to
> say that Andrew has already started making some improvements (i.e.,
> handling NULL arguments) to my work.
>
> Here are some known remaining Octave issues which