Re: [Discuss-gnuradio] gr_shared_ptr.i vs boost_shared_ptr.i

2011-05-02 Thread Ben Reynwar
I've decided using boost_shared_ptr.i with gnuradio is too hard. It would require way too many changes and is not worth it. On a related note, I've finally worked out how the implicit type conversion that's going on with the SWIGed gr_basic_block hierarchy is happening. It isn't happening, rathe

Re: [Discuss-gnuradio] gr_shared_ptr.i vs boost_shared_ptr.i

2011-03-28 Thread Tom Rondeau
On Mon, Mar 21, 2011 at 4:23 PM, Ben Reynwar wrote: > The features I'd like to use from the library are the macros > SWIG_SHARED_PTR and SWIG_SHARED_PTR_DERIVED. > > I'm using swig-1.3.40 (standard for ubuntu 10.04). The macros were > added in swig-1.3.34 (Feb 2008). In the current version (swi

Re: [Discuss-gnuradio] gr_shared_ptr.i vs boost_shared_ptr.i

2011-03-21 Thread Ben Reynwar
The features I'd like to use from the library are the macros SWIG_SHARED_PTR and SWIG_SHARED_PTR_DERIVED. I'm using swig-1.3.40 (standard for ubuntu 10.04). The macros were added in swig-1.3.34 (Feb 2008). In the current version (swig-2.02) they still work but are deprecated and replaced by %sha