summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-09-23Merge branch 'maint'Tom Rondeau
2011-09-23Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2011-09-23fixing PLL's so their output update is done at the right time; were lagging ↵Tom Rondeau
by a sample before.
2011-09-22Fixing keep_one_in_n to allow for large values of n. Performs tag ↵Tom Rondeau
propagation locally.
2011-09-22Merge branch 'maint'Tom Rondeau
2011-09-22grc: one line fix to fix port duplicator when removing portsJosh Blum
was an issue when removing more than one port
2011-09-21core: Doxygen comments for added tag name parameter.Tom Rondeau
2011-09-21volk: a way of doing -B in python that is 2.5 compatible (picked from Josh ↵Tom Rondeau
Blum's work).
2011-09-12shd: adding a very rudimentary siggen application to test gr-shd tx driver.Tom Rondeau
2011-09-12shd: fixing up SHD examples.Tom Rondeau
2011-09-09Merge branch 'correlate_tag'Tom Rondeau
2011-09-09tags: adding tags examples to build distribution.Tom Rondeau
2011-09-09tags: updated uhd_burst_detector with a better energy detector. Works well ↵Tom Rondeau
when receiving bursty NBFM signals.
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau