summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Expand)Author
2008-08-24Fix typo in variable name (Firas Abbas)jcorgan
2008-08-24Fix compiler warnings across the tree. Adds --enable-warnings-as-errors conf...jcorgan
2008-08-23Fix for ticket:214, gr_rotate speedup. We now normalize once everyeb
2008-08-23fix for ticket:243eb
2008-08-23Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixesjcorgan
2008-08-20resolved problem w/ lib vs lib64; added boost stuff to gnuradio-core.pc.ineb
2008-08-19Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb
2008-08-18New taps computation based on requested transition bandwidth and stopband att...n4hy
2008-08-15Trial fix for ticket:258 / integer overflow undefined / phaseeb
2008-08-14Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versi...jcorgan
2008-08-12Refactored unique vector functionality into template.jcorgan
2008-08-12Make gr_basic_block sort deterministic (Martin Dvh)jcorgan
2008-08-06set decimjblum
2008-08-06added cpuid for sse3,ssse3,sse4.1, and sse4.2jcoy
2008-08-03Better fix for race in logpwrfft.pyjcorgan
2008-08-01replaced tabs, added sample_rate, fixed average=True bugjblum
2008-07-31wrong signeb
2008-07-24first cut at iq imbalance compensationmatt
2008-07-22Add gr_costas_loop_cc setters and gettersjcorgan
2008-07-21efficient moving average filters, should speed up OFDM significantlymatt
2008-07-09Merged jcorgan/ptrfix -r8827:8843 into the trunk.eb
2008-07-09Add some getter methodsjcorgan
2008-07-09fix for ticket:250eb
2008-07-05Fix block names.jcorgan
2008-07-05Fix block name.jcorgan
2008-07-05Adds blks2.logpwrfft_c,f blocks.jcorgan
2008-07-05Adds blks2.stream_to_vector_decimator block.jcorgan
2008-07-04fixed broken link in filterbank commentn4hy
2008-06-25distcheck fixeb
2008-06-24removed is_running method from gr_top_blockeb
2008-06-23Backed out [8669]. Better fix for removing cruft from opreporteb
2008-06-23in SIMD assmebler, changed .cleanup to a local symboleb
2008-06-23Renamed benchmark_dotprod to benchmark_dotprod_fff (which it really was).eb
2008-06-23Renamed labels .loop1 and .loop2 to include name of file they're contained in.eb
2008-06-23merged refactoring of gr_top_block_impl into abstract base classeb
2008-06-23removed duplicate assignmenteb
2008-06-10Fixes ticket:246jcorgan
2008-06-10Applied patch from Dean Armstrong to fix gr_repeat (ticket:246). eb
2008-05-26Added rewind() and clear() to vector sources and sinks. This is usefuleb
2008-05-26channel_model.py now allows to set the random seed for the noiseeb
2008-05-20Expose flowgraph debugging dump as gr.top_block.dump(). May or may not be su...jcorgan
2008-05-19Fix breakage introduced in r6228 (Josh Blum)jcorgan
2008-05-08better fix for ticket:243eb
2008-05-08fix for ticket:243eb
2008-05-08Applied patches from Don Ward.eb
2008-04-30Potentially invalid read deferred until it's valid (Dan Halperin)eb
2008-04-30Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb
2008-04-24Merged changeset r8231:8270 from jcorgan/merge-fix into trunk. Fixes flowgra...jcorgan
2008-04-22Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNUeb
2008-04-18Improved performance of the ML sync (with added computations). It uses the en...trondeau