summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Expand)AuthorAgeFilesLines
* doc: fix documentation for wavsink (thanks to John Coppens for point it out).Tom Rondeau2012-03-271-3/+3
* core: when reseting buffers, make sure that the read/write pointers are alway...Tom Rondeau2012-03-272-0/+26
* volk: added volk as depedency for various componentsJosh Blum2012-03-222-4/+4
* core: fixed point sin/cos generator properly folds frequencies outside nyquis...Ben Reynwar2012-03-181-1/+5
* Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maintJohnathan Corgan2012-03-181-1/+1
|\
| * core: adds -B to python QA gnuradio-coreJosh Blum2012-03-181-1/+1
* | core: empty gr_hier_block2 contructor for virtual inheritanceJosh Blum2012-03-181-0/+1
|/
* Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau2012-03-166-6/+39
|\
| * core: makes sure that the Fourier taps for the FFT filter are aligned.Tom Rondeau2012-03-156-6/+39
* | docs: added reference to more details on gri_mmse_fir_interpolator documentat...Tom Rondeau2012-03-162-0/+8
|/
* Merge remote branch 'tom/safe_align'Johnathan Corgan2012-03-0178-222/+2377
|\
| * volk: float to short conversion is consistent between archs and tail cases. R...Tom Rondeau2012-02-231-5/+2
| * Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau2012-02-234-21/+92
| |\
| * | build: fix autotools for gnuradio-core volkificationJohnathan Corgan2012-02-144-14/+6
| * | Merge branch 'master' into safe_alignJohnathan Corgan2012-02-1431-109/+688
| |\ \
| * | | core: change alignment requirement.Tom Rondeau2012-02-131-1/+1
| * | | core: reverting float_to_int to non-Volk due to precision/wrapping issues.Tom Rondeau2012-02-134-15/+23
| * | | core: fixed alignment call for char_to_short.Tom Rondeau2012-02-131-1/+1
| * | | core: using volk for conjugate block and added QA code for it.Tom Rondeau2012-02-133-19/+62
| * | | core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code.Tom Rondeau2012-02-139-4/+222
| * | | core: added volk version of add_ff.Tom Rondeau2012-02-1311-11/+167
| * | | core: new multiply_const_ff and multiply_ff blocks done using Volk.Tom Rondeau2012-02-1312-17/+173
| * | | sched: some added protections and checks for the alignment states.Tom Rondeau2012-02-131-1/+11
| * | | core: moving multiply_const_ff from gengen to general to take advantage of volk.Tom Rondeau2012-02-1312-11/+194
| * | | core: more fixes when moving files from gengen to general.Tom Rondeau2012-02-022-10/+0
| * | | core: moving multiply_cc and multiply_const_cc out of gengen and into general...Tom Rondeau2012-02-0214-23/+360
| * | | sched: better working alignment handling.Tom Rondeau2012-02-021-28/+25
| * | | core: redo fft_filter (complex and float) with Volk.Tom Rondeau2012-01-304-17/+5
| * | | core: fixing up complex_to_xxx for using Volk where appropriate. Speed benchm...Tom Rondeau2012-01-302-39/+17
| * | | core: complex_to_xxx (float, real, imag, arg) to volk.Tom Rondeau2012-01-301-1/+59
| * | | core: minor edits.Tom Rondeau2012-01-292-1/+2
| * | | core: switched complex to mag and mag_squared to use Volk functions.Tom Rondeau2012-01-292-10/+20
| * | | core: update Makefile.am for new type converters.Tom Rondeau2012-01-282-3/+7
| * | | core: more type converters in Volk; adding char_to_short converter.Tom Rondeau2012-01-286-0/+160
| * | | core: more conversion work to Volk for type converters.Tom Rondeau2012-01-289-33/+105
| * | | core: QA codes for float_to_X and short_to_X (note: float_to_int needs work).Tom Rondeau2012-01-285-4/+197
| * | | core: cleanup short_to_float.Tom Rondeau2012-01-281-6/+0
| * | | core: short_to_X: adding short_to_char block using Volk; made Volk version of...Tom Rondeau2012-01-286-15/+206
| * | | core: minor tweaks to float_to_XTom Rondeau2012-01-286-6/+0
| * | | volk: cleaned up float_to_X to be Volk-only and added vlen and scale to const...Tom Rondeau2012-01-289-76/+130
| * | | QA: type converter QA codes added and updated for Volk. Some small difference...Tom Rondeau2012-01-265-4/+209
| * | | core: moved float_to_X type converters over to use Volk calls.Tom Rondeau2012-01-263-11/+38
| * | | sched: better comments. Handling of noutput_items adjustment done better and ...Tom Rondeau2012-01-231-4/+15
| * | | build: look for local volk headers instead of installed.Tom Rondeau2012-01-231-0/+1
| * | | sched: forgot to turn debugging off.Tom Rondeau2012-01-221-1/+1
| * | | core: test case of using Volk to convert from float to short.Tom Rondeau2012-01-221-2/+22
| * | | core: link to Volk.Tom Rondeau2012-01-221-0/+3
| * | | sched: first attempt at working with aligned data sets. A block has an indica...Tom Rondeau2012-01-223-3/+96
* | | | Merge branch 'maint'Johnathan Corgan2012-02-262-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | core: add null constructors to sync_* blocksJohnathan Corgan2012-02-262-1/+2