discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] [GREP] Replace SWIG


From: Martin Braun
Subject: [Discuss-gnuradio] [GREP] Replace SWIG
Date: Thu, 27 Dec 2018 13:53:00 -0800

this might be the craziest GREP yet: How about we kill SWIG as a dependency? Note: We don't want to remove functionality, and we love our Python bindings. But, could we do better? SWIG slows down our compilers, creates hundreds of kB of source code, and we don't really know what it does.
On the other hand, that's because it solves a very complex problem: We point it at headers, and it auto-creates Python libraries for us.
And of course, changing this would most likely cause some code to become no longer compatible with GNU Radio.

Discuss!

-- Martin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]