| Commit message (Expand) | Author | Age | Files | Lines |
* | Forced initialization of arrays to avoid warnings. | Tom Rondeau | 2011-01-23 | 1 | -4/+4 |
* | Needed to specify the use of boost::filesystem library. | Tom Rondeau | 2011-01-23 | 2 | -2/+5 |
* | Merge branch 'mergeme/volk/x86_cpuid_simplification' into next | Tom Rondeau | 2011-01-23 | 5 | -121/+183 |
|\ |
|
| * | implemented cpuid gcc call in gr-filter gr_cpu_x86.cc, removes cpuid asm files | Josh Blum | 2011-01-22 | 5 | -121/+183 |
* | | Merge branch 'mergeme/misc/mkdir_simplification' into next | Tom Rondeau | 2011-01-23 | 9 | -89/+77 |
|\ \ |
|
| * \ | Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum ... | Tom Rondeau | 2011-01-23 | 9 | -89/+77 |
| |\ \ |
|
| | * | | created gr_sys_paths.h to house functions for getting system paths | Josh Blum | 2011-01-22 | 9 | -91/+79 |
* | | | | Merge branch 'mergeme/misc/complex_dotprod_generic_header_fix' into next | Tom Rondeau | 2011-01-22 | 2 | -2/+0 |
|\ \ \ \ |
|
| * | | | | remove header includes in *complex_dotprod_generic.cc that don't belong | Josh Blum | 2011-01-17 | 2 | -2/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'mergeme/math/gr_math_simplification' into next | Tom Rondeau | 2011-01-22 | 4 | -117/+2 |
|\ \ \ \ |
|
| * | | | | gr math simplification: | Josh Blum | 2011-01-17 | 4 | -117/+2 |
| |/ / / |
|
* | | | | Merge branch 'mergeme/misc/gr_fxpt_static_const_fix' into next | Tom Rondeau | 2011-01-22 | 2 | -5/+4 |
|\ \ \ \ |
|
| * | | | | gr fxpt static const fix: | Josh Blum | 2011-01-17 | 2 | -5/+4 |
| |/ / / |
|
* | | | | Merge branch 'mergeme/math/explicit_type_overloads' into next | Tom Rondeau | 2011-01-22 | 8 | -9/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | math explicit type overloads: | Josh Blum | 2011-01-17 | 8 | -9/+9 |
| |/ / |
|
* | / | Updating copyright. | Tom Rondeau | 2011-01-22 | 9 | -9/+9 |
| |/
|/| |
|
* | | cleanup mkdir usage with boost filesystem: | Josh Blum | 2011-01-18 | 9 | -90/+47 |
|/ |
|
* | Merge branch 'master' into next | Tom Rondeau | 2011-01-17 | 5 | -6/+38 |
|\ |
|
| * | Adding accessors to Goertzel filter GR block to call setparms from implementa... | Tom Rondeau | 2011-01-17 | 3 | -3/+28 |
| * | Adding accessor function to Goertzel filter implementaiton to set/reset its p... | Tom Rondeau | 2011-01-17 | 2 | -3/+10 |
* | | Merge branch 'e100-updates' into next | Tom Rondeau | 2011-01-17 | 7 | -17/+292 |
|\ \ |
|
| * | | dotprod_fff : Fix clobber register entries. | Philip Balister | 2011-01-10 | 1 | -1/+2 |
| * | | dotprod_ccf : Add NEON support for ccf fir filter. | Philip Balister | 2011-01-10 | 6 | -16/+290 |
* | | | qa_set_msg_handler: Use sleep instead of yield. | Eric Blossom | 2011-01-10 | 1 | -2/+2 |
|/ / |
|
* | | Add QA code for gr_basic_block::set_msg_handler. | Eric Blossom | 2011-01-06 | 4 | -1/+133 |
* | | Augment gr_nop to count received pmt messages by way of set_msg_handler. | Eric Blossom | 2011-01-06 | 2 | -7/+26 |
* | | Change pmt message handling interface in gr_basic_block.h | Eric Blossom | 2011-01-06 | 2 | -12/+50 |
* | | Merge branch 'master' into next | Tom Rondeau | 2011-01-06 | 1 | -1/+1 |
|\| |
|
| * | Fixed error in the name of the test_filter output files. | Tom Rondeau | 2011-01-06 | 1 | -1/+1 |
* | | Have swig/guile wrap enums and constants as scheme variables, not functions. | Eric Blossom | 2011-01-05 | 1 | -0/+5 |
* | | Fixing how far get_tags_in_range looks; should be exclusive of end point. | Tom Rondeau | 2011-01-04 | 1 | -1/+1 |
* | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2011-01-04 | 7 | -119/+62 |
|\ \ |
|
| * | | Create symlink using install-exec-local, not install-exec-hook. | Eric Blossom | 2010-12-30 | 1 | -7/+6 |
| * | | Move example waveforms to gnuradio-examples/waveforms. | Eric Blossom | 2010-12-30 | 3 | -74/+0 |
| * | | Create and install gr-run-waveform-script, and symlink to it when installed. | Eric Blossom | 2010-12-30 | 4 | -43/+61 |
* | | | Only prune if we've moved on in the number of items read. Fixes the problem o... | Tom Rondeau | 2011-01-04 | 1 | -3/+4 |
* | | | Going back to iterators for use in erasing items from the deque. | Tom Rondeau | 2011-01-02 | 1 | -3/+13 |
* | | | Not using an iterator to prune the tags to see if this fixes a problem in Win... | Tom Rondeau | 2011-01-02 | 1 | -5/+2 |
* | | | Buffers now hold on to all tags from both this window and the last window of ... | Tom Rondeau | 2011-01-02 | 2 | -5/+6 |
* | | | Fixing a comment. | Tom Rondeau | 2011-01-02 | 1 | -2/+1 |
|/ / |
|
* | | Merge branch 'master' into next | Tom Rondeau | 2010-12-28 | 4 | -13/+88 |
|\| |
|
| * | Under extreme circumstances, optfir might never produce an answer (atten>300)... | Tom Rondeau | 2010-12-28 | 4 | -1/+17 |
| * | Allowing PFB interpolator to be called without specifying the taps; autogen t... | Tom Rondeau | 2010-12-28 | 1 | -2/+19 |
| * | Allowing PFB decimator to be called without specifying the taps; autogen taps... | Tom Rondeau | 2010-12-28 | 1 | -3/+19 |
| * | PFB channelizer can be specified without external taps. Uses optfir to genera... | Tom Rondeau | 2010-12-28 | 1 | -3/+19 |
| * | Updating the arb. resampler to use the optfir filter that provides better spe... | Tom Rondeau | 2010-12-28 | 1 | -5/+15 |
* | | Merge branch 'master' into next | Tom Rondeau | 2010-12-23 | 2 | -24/+22 |
|\| |
|
| * | Modifying the unittest output. XML files are no longer written outside of the... | Tom Rondeau | 2010-12-23 | 2 | -24/+22 |
| * | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau | 2010-12-12 | 1 | -1/+2 |
| * | PFB resampler: fixes bug where filter could be looking past the number of inp... | Tom Rondeau | 2010-12-12 | 1 | -1/+1 |