gr-uhd: get_usrp_info has help info and can only be called with a recent enough version of UHD
gr-uhd: Python users can now grab their current UHD version as a string
uhd: fix device_addr init issue
docs: fixes some warnings.
There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
docs: more fixes for generated swig files. This worked before the merge, but this forces the build system to generate these before processing the other swig files.
docs: better install of swig docs .i files since we actually have a variable to take care of it already.
docs: fixing variable for location of header files (SOURCE not BINARY).
docs: more appropriate variable to use when setting the include/headers directory.
docs: installing generated _doc.i files under autotools.
docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.
docs: Adding swig doc generation to Makefile.am files.
docs: forgot to have the generated .i files installed.
docs: added python doxygen docs to gr-uhd
uhd: grc xml tweaks + streamer args
uhd: python/swig/grc tweaks until it works
uhd: backwards compat work which support streamer API
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
uhd: fixed swig file to make guile build happy.
uhd: added uhd.find_devices to python
Conflicts: gr-digital/include/digital_constellation.h
docs: adding uhd Doxygen documentation page and README file.
gr: the CMakeLists.txt took a chill pill
Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital
Merge branch 'master' into next
Merge branch 'maint'
uhd: suppress harmless swig warnings
swig: language independent exception handler
uhd: added kwargs to construct individual struct elements in tune_request_t
Merge branch 'next' of gnuradio.org:gnuradio into next
Conflicts: gr-trellis/src/lib/trellis_permutation.h
gr-uhd: readd displaced alias for single_usrp_sink
Insert alias for single_usrp_sink mistakenly removed in
Commit 893f946b "gr-uhd: add async metadata source block"
gr-uhd: add async metadata source block
Add asynchronous message "block" that is independent of normalgnuradio scheduler. The block instantiates a thread to waitfor asynchronous messages from UHD and encapsulates them in agr_message posted into a message queue....
uhd: also setup uhd library linking for swig
gr: squashed cmakelists.txt into one commit
Merge branch 'master' into 8psk
build: committing updated Makefile.swig.gen files.
Added necessary swig to get i2c_writes through dboard_iface
uhd: use %ignore to hide warnings and fix errors
uhd: added sensors api to gr-uhd blocks and swig support
uhd: tweaks for swig/python init file
uhd: replaced multi/single usrp stuff with just one usrp wrapper
Added first pass at swigging dboard iface
uhd: swig up the device discovery
uhd: make the repr and str installation more generic
uhd: use the actual device and io types, do hacks in the init.py, also use clock config convenience
uhd: added export macros (not used now) and updated copyright dates
uhd: swig + python tweaks to uhd types
uhd: removed ranges template stuff, added some python polish in init.py
Add minimal Python and Guile QA code to gr-uhd.
gr-uhd: Fixing makefile to define GR_HAVE_UHD for swig. This was lost in the makefile updates with the guile work. This is a better place/fix, anyway.
Merge branch 'next' into guile.
Passes distcheck.
gr_uhd: Quick fix for make distcheck failures if UHD is not installed.
Use load-extension-global instead of load-extension
Merge branch 'next' into guile-next
Regenerated Makefile.swig.gen's
Rename libguile- to libguile-gnuradio- to match guile library naming convention.
The stuff in gnuradio-core ends up with funky names, but that couldbe fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
WITH_INCLUDES must be last
uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME
uhd: default channel params to zero for single source and sink blocks
uhd: added libdir to UHD CFLAGS (shared by lib and swig)
Update .gitignore's
Major Makefile.am housecleaning. Passes distcheck.
Move all occurrences of swig_built_sources out of Makefile.am's.Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.Clean up 'if PYTHON' conditionalization in gr-*
Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...
use export-safely
Add uhd.scm wrapper for uhd_swig.scm
uhd: removed deprecated interfaces (simple and mimo)
regenerated
Merge remote branch 'gnuradio.org/next' into test
Add support for guile std::vector< std::complex<float> >.
Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGS
additional regenerated files
add load-extension support
regenerate
Rengenerate Makefile.swig.gen's
Update generated files
regenerated after changes to the template
uhd: swig changes for templated ranges
uhd: make a tune_request_t that inherits from float for GRC, added docs
uhd: move tune functions to tune_request and provide wrapper for simple case
uhd: install swig exception handler
uhd: tweaked and tested multi usrp with a single channel
uhd: filled in multi usrp code and swig file
uhd: added grc and swig wrappers for single usrp
uhd mimo: created mimo source and sink block for gr-uhd
uhd: added calls to set time and clock config
gr-uhd working with io type
added swig includes and tune result return
Added the uhd simple sink lib block, swig wrapper, grc wrapper.It seems to work, but still getting the kinks out of tx->usrp2
Created simple source (with nothing in it) and some swig build stuff.Seems to work and compile
Created gr uhd skeleton build.Checks uhd pkg config and gens the makefiles.