| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Changing API for gr_skiphead to use uint64_t for the offset instead of size_t... | Tom Rondeau | 2010-11-24 | 3 | -13/+13 |
* | Adding typedef for uint64_t and int64_t so we can use them through SWIG. | Tom Rondeau | 2010-11-24 | 1 | -0/+2 |
* | Merge branch 'warnings' | Tom Rondeau | 2010-11-24 | 10 | -22/+42 |
|\ |
|
| * | Adding a bit more checking on file operations. | Tom Rondeau | 2010-11-08 | 2 | -6/+25 |
| * | Fixing copyright date. | Tom Rondeau | 2010-11-08 | 1 | -1/+1 |
| * | Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's ... | Tom Rondeau | 2010-11-08 | 1 | -0/+2 |
| * | Fixing signed/unsigned warnings. | Tom Rondeau | 2010-11-08 | 7 | -15/+14 |
* | | Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ... | Tom Rondeau | 2010-11-23 | 1 | -3/+3 |
* | | Removing autogenerated file. | Tom Rondeau | 2010-11-15 | 1 | -131/+0 |
|/ |
|
* | Sneaking in a few warning fixes to this branch. | Tom Rondeau | 2010-11-02 | 2 | -3/+3 |
* | Adding ability for FIR filter with internal buffer to decimate. | Tom Rondeau | 2010-11-02 | 15 | -67/+257 |
* | Merge branch 'makefile_var_ordering' | Tom Rondeau | 2010-10-29 | 2 | -4/+4 |
|\ |
|
| * | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | 2010-10-09 | 2 | -4/+4 |
* | | Adding ccf version of fir filter to gitignore. | Tom Rondeau | 2010-10-17 | 1 | -0/+2 |
* | | Removing nonexistent gri .i file from Makefile. Got a bit carried away with t... | Tom Rondeau | 2010-10-17 | 1 | -2/+1 |
* | | Removing ccf version of filter that is now autogenerated. | Tom Rondeau | 2010-10-17 | 1 | -88/+0 |
* | | Fixing up filters a bit to pass QA tests for all versions. | Tom Rondeau | 2010-10-17 | 5 | -19/+19 |
* | | Fixes Makefile for fir filter generators. | Tom Rondeau | 2010-10-16 | 14 | -4/+1157 |
* | | Using generators to make gri_fir_filter_with_buffer_XXX into all possible in/... | Tom Rondeau | 2010-10-16 | 7 | -44/+130 |
* | | Merge branch 'synfilt' | Tom Rondeau | 2010-10-16 | 10 | -3/+714 |
|\ \
| |/
|/| |
|
| * | Adding QA code for fir filter with buffer. | Tom Rondeau | 2010-10-16 | 4 | -2/+197 |
| * | Cleaning up synthesis filter and using new FIR filter with buffer. | Tom Rondeau | 2010-10-16 | 2 | -22/+1 |
| * | Cleaning up the new FIR filter implementation. Protects against some corner c... | Tom Rondeau | 2010-10-16 | 2 | -26/+19 |
| * | Adding a FIR filter implemented with its own internal buffer. This one keeps ... | Tom Rondeau | 2010-10-16 | 5 | -17/+243 |
| * | Can now set more channels than input signals. Empty channels are established ... | Tom Rondeau | 2010-05-16 | 1 | -2/+18 |
| * | Fixing ordering so that the input channels line up in the output signal prope... | Tom Rondeau | 2010-04-27 | 1 | -1/+3 |
| * | Adding the synthesis filterbank (the opposite of the channelizer). It's ugly ... | Tom Rondeau | 2010-04-27 | 5 | -0/+300 |
* | | Fixed missing set_relative_rate in these two blocks. The others don't actuall... | Tom Rondeau | 2010-10-06 | 2 | -1/+5 |
* | | Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests. | Tom Rondeau | 2010-10-02 | 2 | -0/+71 |
* | | Merge branch 'maint' | Johnathan Corgan | 2010-08-03 | 165 | -328/+328 |
|\ \ |
|
| * | | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | 2010-08-03 | 164 | -326/+326 |
| * | | fix scoped_lock that didn't ref mutex | Eric Blossom | 2010-08-03 | 1 | -2/+2 |
* | | | Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE" | Johnathan Corgan | 2010-08-02 | 1 | -6/+2 |
* | | | gnuradio-core: export missing public methods in gr.agc2 | Alexandru Csete | 2010-07-21 | 2 | -0/+15 |
* | | | Merge branch 'patches/marcus/stripchart' | Johnathan Corgan | 2010-07-05 | 2 | -27/+43 |
|\ \ \ |
|
| * | | | gr-wxgui: adds stripchart trigger mode to graphics sinks | Marcus D Leech | 2010-05-16 | 2 | -27/+43 |
* | | | | Merge branch 'patches/marcus/file_sink' | Johnathan Corgan | 2010-07-05 | 4 | -0/+21 |
|\ \ \ \ |
|
| * | | | | gnuradio-core: adds configurable flush to file sink | Marcus D Leech | 2010-05-16 | 4 | -0/+21 |
| |/ / / |
|
* | | | | Merge branch 'patches/marcus/fftw' | Johnathan Corgan | 2010-06-22 | 1 | -2/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE | Marcus D Leech | 2010-05-16 | 1 | -2/+6 |
| |/ / |
|
* | | | gnuradio-core: fix missing linker flags for boost_program_options | Johnathan Corgan | 2010-06-02 | 1 | -1/+1 |
* | | | gnuradio-core: fix typo in doxygen header | Johnathan Corgan | 2010-06-01 | 1 | -1/+1 |
* | | | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 1 | -4/+5 |
* | | | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | 2010-05-23 | 6 | -305/+507 |
|\ \ \ |
|
| * | | | gnuradio-core: allow swig to handle exceptions in UDP source/sink | Johnathan Corgan | 2010-05-21 | 2 | -4/+5 |
| * | | | Simplify USE_SELECT usage | Eric Blossom | 2010-05-19 | 1 | -6/+2 |
| * | | | Return immediately when using d_residual. | Eric Blossom | 2010-05-19 | 1 | -1/+4 |
| * | | | Defend against a peer that sends an invalid message length. | Eric Blossom | 2010-05-19 | 1 | -0/+5 |