Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. Also removes related M4 and dependency requirements for USRP-related libs.
Merge branch 'mergeme/math/gr_math_simplification' into next
Updating copyright.
cleanup mkdir usage with boost filesystem:
Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefswith portable boost filesystem path and directory creation.
Gets the correct home directory on windows systems: APPDATA.Replaces large amounts of copypasta with single lines of code....
gr math simplification:
Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls.No point in wrapping these utility math functions into gnuradio when they are1) provided by boost2) only called once
Removes gr_math.cc, and configure checks for isnan.
Update comments for --enable-guile, reflecting that it's disabled by default.
Add guile QA code to gr-howto-write-a-block
Fix swig syntax error triggered in python/std_complex.i
Some piece of this commit triggers a syntax error running swig:
make2: Entering directory `/home/eb/git/wf-exec/gr-howto-write-a-block/swig'Compile .i to .py/usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir . -I/home/eb/git/wf-exec/gr-howto-write-a-block/lib -I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig \...
Fix EXTRA_DIST in gr-howto-write-a-block
View revisions
Also available in: Atom