summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-16Merge branch 'maint'Tom Rondeau
2011-10-16qtgui: more compatability issues.Tom Rondeau
2011-10-16qtgui: wip: working to make plots backwards compatible with qwt 5.2.Tom Rondeau
2011-10-16qtgui: adjusting intensity knobs and auto scale in waterfall works in qwt6.Tom Rondeau
2011-10-16qtgui: fixed waterfall color map issue under qwt6.Tom Rondeau
2011-10-16qtgui: waterfall plot mostly working under qwt6 (plots, but updates to scale ↵Tom Rondeau
and color not working yet).
2011-10-16qtgui: constellation plot working again under qwt6.Tom Rondeau
2011-10-16qtgui: Time domain plot working againt under qwt6.Tom Rondeau
2011-10-15qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵Tom Rondeau
backwards compatability to 5.2). This wip works for just the fft plots.
2011-10-15qtgui: avoids a simple warning.Tom Rondeau
2011-10-15build: needed boost_filesystem lib added (found under ubuntu 11.10; they're ↵Tom Rondeau
getting pickier).
2011-10-15config: fixing up for new rules in automake.Tom Rondeau
2011-10-15build: fixed a bug with missing boost filesystem lib.Tom Rondeau
2011-10-15config: fixed qwt checks to be available over more versions.Tom Rondeau
2011-10-12grc: append index to duplicated portsJosh Blum
2011-10-12grc: rename complex/float ports so its obviousJosh Blum
2011-10-12grc: added new IO typesJosh Blum
Added all complex/real float/integer types. Used volk naming convention: fc32, etc... The port type checking now relies on IO size, therefore a short vector of length 2 can connect to a complex short, a float can connect to an int. Basically, the same size checking done in gnuradio runtime.
2011-10-06Merge branch 'maint'Tom Rondeau
2011-10-06uhd: suppress harmless swig warningsJosh Blum
2011-10-06Merge branch 'upstream/alsa-sink-warning-fix'Tom Rondeau
2011-10-04Merge branch 'shd'Tom Rondeau
2011-10-04shd: Changed version requirements for libshd.Tom Rondeau
2011-10-04shd: changed name from xmini to smini in GR interface; needs to be matched ↵Tom Rondeau
in the s-mini firmware.
2011-10-04shd: changed gr-shd names from xmini to sminiTom Rondeau
2011-10-03audio_alsa_sink : Fix warning on 32 bit builds.Philip Balister
On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com>
2011-09-27Merge branch 'maint'Johnathan Corgan
2011-09-27swig: language independent exception handlerJosh Blum
2011-09-26docs: fix Doxygen so it gets all generated files in builddir if this is ↵Tom Rondeau
different than srcdir.
2011-09-26docs: fix Doxygen so it gets all generated files in builddir if this is ↵Tom Rondeau
different than srcdir.
2011-09-26uhd: can't be const to go into tag_work, which might change it.Tom Rondeau
2011-09-26Merge branch 'mergme/uhd_tags_impl_on_master'Tom Rondeau
2011-09-26uhd: tweaks for some minor detailsJosh Blum
2011-09-24Update revision to 3.4.2gitJohnathan Corgan
2011-09-24Update revision to 3.4.1 releaseJohnathan Corgan
2011-09-24Merge branch 'keep1n'Tom Rondeau
2011-09-24Merge branch 'maint'Johnathan Corgan
2011-09-24gr-noaa: fix PLL to generate output, then update errorJohnathan Corgan
2011-09-24Merge branch 'maint'Johnathan Corgan
2011-09-24comedi: fix to use comedi 0.8 APIJohnathan Corgan
(this was done on master but not maint, backporting)
2011-09-24uhd: added tags_demo c++ example applicationJosh Blum
2011-09-24uhd: tweaks + tested working tags implementationJosh Blum
2011-09-24uhd: added documentation and tag implementationsJosh Blum
2011-09-24gr-uhd: remove unused _tmp_buffs variableThomas Tsou
The code section that used this variable was removed in Commit 081497e7 "uhd: work on gr_uhd_source work() function to reduce latency"
2011-09-24uhd: added kwargs to construct individual struct elements in tune_request_tJosh Blum
2011-09-23examples: fixed import statements.Tom Rondeau
2011-09-23trellis: fixed import statements; fixed test_cpm to convert numpy stuff to ↵Tom Rondeau
types GNU Radio blocks can handle.
2011-09-23examples: fixed examples (pfb and tags) to print an error when python ↵Tom Rondeau
modules are not available.
2011-09-23qtgui: fixing import statements in qtgui apps to print an error if extra ↵Tom Rondeau
python modules are not available.
2011-09-23Merge branch 'maint'Tom Rondeau
2011-09-23fixed QA code for PLL changesTom Rondeau