| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: fix documentation for wavsink (thanks to John Coppens for point it out). | Tom Rondeau | 2012-03-27 | 1 | -3/+3 |
* | core: when reseting buffers, make sure that the read/write pointers are alway... | Tom Rondeau | 2012-03-27 | 2 | -0/+26 |
* | volk: added volk as depedency for various components | Josh Blum | 2012-03-22 | 2 | -4/+4 |
* | core: fixed point sin/cos generator properly folds frequencies outside nyquis... | Ben Reynwar | 2012-03-18 | 1 | -1/+5 |
* | Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maint | Johnathan Corgan | 2012-03-18 | 1 | -1/+1 |
|\ |
|
| * | core: adds -B to python QA gnuradio-core | Josh Blum | 2012-03-18 | 1 | -1/+1 |
* | | core: empty gr_hier_block2 contructor for virtual inheritance | Josh Blum | 2012-03-18 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'maint' of gnuradio.org:gnuradio into maint | Tom Rondeau | 2012-03-16 | 6 | -6/+39 |
|\ |
|
| * | core: makes sure that the Fourier taps for the FFT filter are aligned. | Tom Rondeau | 2012-03-15 | 6 | -6/+39 |
* | | docs: added reference to more details on gri_mmse_fir_interpolator documentat... | Tom Rondeau | 2012-03-16 | 2 | -0/+8 |
|/ |
|
* | Merge remote branch 'tom/safe_align' | Johnathan Corgan | 2012-03-01 | 78 | -222/+2377 |
|\ |
|
| * | volk: float to short conversion is consistent between archs and tail cases. R... | Tom Rondeau | 2012-02-23 | 1 | -5/+2 |
| * | Merge remote branch 'bistromath/volk_fix' into safe_align | Tom Rondeau | 2012-02-23 | 4 | -21/+92 |
| |\ |
|
| * | | build: fix autotools for gnuradio-core volkification | Johnathan Corgan | 2012-02-14 | 4 | -14/+6 |
| * | | Merge branch 'master' into safe_align | Johnathan Corgan | 2012-02-14 | 31 | -109/+688 |
| |\ \ |
|
| * | | | core: change alignment requirement. | Tom Rondeau | 2012-02-13 | 1 | -1/+1 |
| * | | | core: reverting float_to_int to non-Volk due to precision/wrapping issues. | Tom Rondeau | 2012-02-13 | 4 | -15/+23 |
| * | | | core: fixed alignment call for char_to_short. | Tom Rondeau | 2012-02-13 | 1 | -1/+1 |
| * | | | core: using volk for conjugate block and added QA code for it. | Tom Rondeau | 2012-02-13 | 3 | -19/+62 |
| * | | | core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code. | Tom Rondeau | 2012-02-13 | 9 | -4/+222 |
| * | | | core: added volk version of add_ff. | Tom Rondeau | 2012-02-13 | 11 | -11/+167 |
| * | | | core: new multiply_const_ff and multiply_ff blocks done using Volk. | Tom Rondeau | 2012-02-13 | 12 | -17/+173 |
| * | | | sched: some added protections and checks for the alignment states. | Tom Rondeau | 2012-02-13 | 1 | -1/+11 |
| * | | | core: moving multiply_const_ff from gengen to general to take advantage of volk. | Tom Rondeau | 2012-02-13 | 12 | -11/+194 |
| * | | | core: more fixes when moving files from gengen to general. | Tom Rondeau | 2012-02-02 | 2 | -10/+0 |
| * | | | core: moving multiply_cc and multiply_const_cc out of gengen and into general... | Tom Rondeau | 2012-02-02 | 14 | -23/+360 |
| * | | | sched: better working alignment handling. | Tom Rondeau | 2012-02-02 | 1 | -28/+25 |
| * | | | core: redo fft_filter (complex and float) with Volk. | Tom Rondeau | 2012-01-30 | 4 | -17/+5 |
| * | | | core: fixing up complex_to_xxx for using Volk where appropriate. Speed benchm... | Tom Rondeau | 2012-01-30 | 2 | -39/+17 |
| * | | | core: complex_to_xxx (float, real, imag, arg) to volk. | Tom Rondeau | 2012-01-30 | 1 | -1/+59 |
| * | | | core: minor edits. | Tom Rondeau | 2012-01-29 | 2 | -1/+2 |
| * | | | core: switched complex to mag and mag_squared to use Volk functions. | Tom Rondeau | 2012-01-29 | 2 | -10/+20 |
| * | | | core: update Makefile.am for new type converters. | Tom Rondeau | 2012-01-28 | 2 | -3/+7 |
| * | | | core: more type converters in Volk; adding char_to_short converter. | Tom Rondeau | 2012-01-28 | 6 | -0/+160 |
| * | | | core: more conversion work to Volk for type converters. | Tom Rondeau | 2012-01-28 | 9 | -33/+105 |
| * | | | core: QA codes for float_to_X and short_to_X (note: float_to_int needs work). | Tom Rondeau | 2012-01-28 | 5 | -4/+197 |
| * | | | core: cleanup short_to_float. | Tom Rondeau | 2012-01-28 | 1 | -6/+0 |
| * | | | core: short_to_X: adding short_to_char block using Volk; made Volk version of... | Tom Rondeau | 2012-01-28 | 6 | -15/+206 |
| * | | | core: minor tweaks to float_to_X | Tom Rondeau | 2012-01-28 | 6 | -6/+0 |
| * | | | volk: cleaned up float_to_X to be Volk-only and added vlen and scale to const... | Tom Rondeau | 2012-01-28 | 9 | -76/+130 |
| * | | | QA: type converter QA codes added and updated for Volk. Some small difference... | Tom Rondeau | 2012-01-26 | 5 | -4/+209 |
| * | | | core: moved float_to_X type converters over to use Volk calls. | Tom Rondeau | 2012-01-26 | 3 | -11/+38 |
| * | | | sched: better comments. Handling of noutput_items adjustment done better and ... | Tom Rondeau | 2012-01-23 | 1 | -4/+15 |
| * | | | build: look for local volk headers instead of installed. | Tom Rondeau | 2012-01-23 | 1 | -0/+1 |
| * | | | sched: forgot to turn debugging off. | Tom Rondeau | 2012-01-22 | 1 | -1/+1 |
| * | | | core: test case of using Volk to convert from float to short. | Tom Rondeau | 2012-01-22 | 1 | -2/+22 |
| * | | | core: link to Volk. | Tom Rondeau | 2012-01-22 | 1 | -0/+3 |
| * | | | sched: first attempt at working with aligned data sets. A block has an indica... | Tom Rondeau | 2012-01-22 | 3 | -3/+96 |
* | | | | Merge branch 'maint' | Johnathan Corgan | 2012-02-26 | 2 | -1/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | core: add null constructors to sync_* blocks | Johnathan Corgan | 2012-02-26 | 2 | -1/+2 |