| Commit message (Expand) | Author | Age | Files | Lines |
* | core: comment out QA debug output | Johnathan Corgan | 2012-01-07 | 1 | -2/+2 |
* | Merge branch 'max_noutputs' | Tom Rondeau | 2012-01-03 | 17 | -41/+107 |
|\ |
|
| * | scheduler: add default (large) max noutput_items to C++ run function. | Tom Rondeau | 2012-01-02 | 2 | -3/+7 |
| * | scheduler: if the block is an interpolator that needs a minimum of some numbe... | Tom Rondeau | 2012-01-02 | 1 | -1/+5 |
| * | scheduler: access to set max noutput_items in start method through Python. | Tom Rondeau | 2012-01-01 | 1 | -4/+4 |
| * | scheduler: first attempt at being able to set an upper limit on the noutput_i... | Tom Rondeau | 2012-01-01 | 15 | -34/+89 |
| * | Merge branch 'maint' | Tom Rondeau | 2012-01-01 | 3 | -54/+109 |
| |\ |
|
| | * | pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps param... | Tom Rondeau | 2012-01-01 | 1 | -1/+4 |
* | | | Merge branch 'maint' | Johnathan Corgan | 2012-01-02 | 2 | -1/+3 |
|\ \ \ |
|
| * | | | volk: fix overrule detection (cant reply on cpu name) | Josh Blum | 2012-01-02 | 1 | -1/+1 |
| * | | | core: fix gr_udp_sink by including asio | Josh Blum | 2012-01-02 | 1 | -0/+2 |
* | | | | Merge branch 'maint' | Tom Rondeau | 2012-01-02 | 3 | -60/+124 |
|\| | |
| |/ /
|/| | |
|
| * | | pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps param... | Tom Rondeau | 2012-01-02 | 2 | -7/+19 |
| |/ |
|
| * | pfb: updated and hopefully better documentation of the PFB clock sync blocks. | Tom Rondeau | 2012-01-01 | 2 | -53/+105 |
* | | core: added accessors to get all settable values of the channel_model objects. | Tom Rondeau | 2011-12-22 | 3 | -0/+35 |
* | | core: added accessors to noise_source to get type and amplitude of object. | Tom Rondeau | 2011-12-22 | 3 | -0/+18 |
* | | filters: added accessor functions to FFT and FIR filter classes to return vec... | Tom Rondeau | 2011-12-22 | 10 | -1/+50 |
|/ |
|
* | core: API exposure patch. | Nick Foster | 2011-12-14 | 1 | -1/+1 |
* | runtime: improve hier_block2 error messages | Julien Olivain | 2011-12-13 | 1 | -7/+10 |
* | docs: fixing format of link in simply_framer_sync. Helps older Doxygen versio... | Tom Rondeau | 2011-12-11 | 1 | -1/+1 |
* | gnuradio-core: fix typo in documentation | Timo Juhani Lindfors | 2011-12-08 | 1 | -1/+1 |
* | docs: fixes some warnings. | Tom Rondeau | 2011-12-06 | 1 | -8/+8 |
* | Fixed warnings generated by variable declaration order. | Tom Rondeau | 2011-12-06 | 1 | -2/+2 |
* | docs: more fixes for generated swig files. This worked before the merge, but ... | Tom Rondeau | 2011-12-05 | 1 | -1/+1 |
* | docs: better install of swig docs .i files since we actually have a variable ... | Tom Rondeau | 2011-12-04 | 1 | -4/+5 |
* | docs: installing generated _doc.i files under autotools. | Tom Rondeau | 2011-11-28 | 1 | -2/+5 |
* | docs: autotools Makefile.am generates empty swig_docs .i files; builds in aut... | Tom Rondeau | 2011-11-27 | 1 | -0/+14 |
* | work on swig docs, added to core and digital | Josh Blum | 2011-11-16 | 7 | -23/+29 |
* | cmake: fixed up swig deps properly for make -j* | Josh Blum | 2011-11-04 | 2 | -27/+18 |
* | Merge remote branch 'jblum/master' | Tom Rondeau | 2011-10-25 | 1 | -1/+1 |
|\ |
|
| * | I'm sorry but llrintf had one of the best conversions of all time | Josh Blum | 2011-10-25 | 1 | -1/+1 |
* | | reed-solomon: fixed the signed/unsigned warnings in the RS code. | Tom Rondeau | 2011-10-25 | 5 | -24/+25 |
|/ |
|
* | usrp: these guys shouldn't still be here... | Tom Rondeau | 2011-10-24 | 4 | -363/+0 |
* | core: really fixed this on 32-bit machines (actually tested). Forced to promo... | Tom Rondeau | 2011-10-24 | 2 | -6/+7 |
* | core: fixed float_to_int for 32-bit machines. | Tom Rondeau | 2011-10-24 | 1 | -3/+3 |
* | Merge branch 'cmake_foo2' | Tom Rondeau | 2011-10-23 | 1 | -8/+1 |
|\ |
|
| * | the libraries | Josh Blum | 2011-10-23 | 1 | -8/+1 |
* | | core: added a test for float_to_int overflow clipping. | Tom Rondeau | 2011-10-23 | 1 | -0/+16 |
* | | core: Added type conversion int->float (issue #192). Added with a gri file an... | Tom Rondeau | 2011-10-23 | 13 | -3/+356 |
|/ |
|
* | Merge remote branch 'jblum/cmake_fixes' into next | Tom Rondeau | 2011-10-22 | 7 | -10/+41 |
|\ |
|
| * | core: runtime.i dont include gr_tag.i, avoids pmt dependency | Josh Blum | 2011-10-21 | 1 | -1/+0 |
| * | tags: added swigging for gr_tags header | Josh Blum | 2011-10-20 | 6 | -9/+41 |
| * | removes gcc warning, dont need symbol export on plain c structs | Josh Blum | 2011-10-20 | 1 | -1/+1 |
* | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2011-10-20 | 1 | -2/+2 |
|\| |
|
| * | filter: fixed x86 checking logic when not x86 | Josh Blum | 2011-10-20 | 1 | -2/+2 |
* | | build: fixed missing file in Makefile.am. | Tom Rondeau | 2011-10-20 | 1 | -0/+1 |
|/ |
|
* | core: fixing AM_CPPFLAGS in viterbi/Makefile.am | Tom Rondeau | 2011-10-20 | 1 | -1/+3 |
* | Somehow, these headers got duplicated. Removed from core, are in gr-digital. | Tom Rondeau | 2011-10-19 | 5 | -403/+0 |
* | Fixed Makefile.am trailing backslash for autofoo build. | Tom Rondeau | 2011-10-19 | 1 | -1/+1 |
* | tags: made tags object oriented | Josh Blum | 2011-10-19 | 22 | -271/+165 |