summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
Commit message (Expand)AuthorAgeFilesLines
* PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau2010-12-121-1/+2
* PFB resampler: fixes bug where filter could be looking past the number of inp...Tom Rondeau2010-12-121-1/+1
* Changing API for gr_skiphead to use uint64_t for the offset instead of size_t...Tom Rondeau2010-11-243-13/+13
* Adding typedef for uint64_t and int64_t so we can use them through SWIG.Tom Rondeau2010-11-241-0/+2
* Merge branch 'warnings'Tom Rondeau2010-11-2410-22/+42
|\
| * Adding a bit more checking on file operations.Tom Rondeau2010-11-082-6/+25
| * Fixing copyright date.Tom Rondeau2010-11-081-1/+1
| * Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's ...Tom Rondeau2010-11-081-0/+2
| * Fixing signed/unsigned warnings.Tom Rondeau2010-11-087-15/+14
* | Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ...Tom Rondeau2010-11-231-3/+3
* | Removing autogenerated file.Tom Rondeau2010-11-151-131/+0
|/
* Sneaking in a few warning fixes to this branch.Tom Rondeau2010-11-022-3/+3
* Adding ability for FIR filter with internal buffer to decimate.Tom Rondeau2010-11-0215-67/+257
* Merge branch 'makefile_var_ordering'Tom Rondeau2010-10-292-4/+4
|\
| * rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-092-4/+4
* | Adding ccf version of fir filter to gitignore.Tom Rondeau2010-10-171-0/+2
* | Removing nonexistent gri .i file from Makefile. Got a bit carried away with t...Tom Rondeau2010-10-171-2/+1
* | Removing ccf version of filter that is now autogenerated.Tom Rondeau2010-10-171-88/+0
* | Fixing up filters a bit to pass QA tests for all versions.Tom Rondeau2010-10-175-19/+19
* | Fixes Makefile for fir filter generators.Tom Rondeau2010-10-1614-4/+1157
* | Using generators to make gri_fir_filter_with_buffer_XXX into all possible in/...Tom Rondeau2010-10-167-44/+130
* | Merge branch 'synfilt'Tom Rondeau2010-10-1610-3/+714
|\ \ | |/ |/|
| * Adding QA code for fir filter with buffer.Tom Rondeau2010-10-164-2/+197
| * Cleaning up synthesis filter and using new FIR filter with buffer.Tom Rondeau2010-10-162-22/+1
| * Cleaning up the new FIR filter implementation. Protects against some corner c...Tom Rondeau2010-10-162-26/+19
| * Adding a FIR filter implemented with its own internal buffer. This one keeps ...Tom Rondeau2010-10-165-17/+243
| * Can now set more channels than input signals. Empty channels are established ...Tom Rondeau2010-05-161-2/+18
| * Fixing ordering so that the input channels line up in the output signal prope...Tom Rondeau2010-04-271-1/+3
| * Adding the synthesis filterbank (the opposite of the channelizer). It's ugly ...Tom Rondeau2010-04-275-0/+300
* | Fixed missing set_relative_rate in these two blocks. The others don't actuall...Tom Rondeau2010-10-062-1/+5
* | Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau2010-10-022-0/+71
* | Merge branch 'maint'Johnathan Corgan2010-08-03165-328/+328
|\ \
| * | Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-03164-326/+326
| * | fix scoped_lock that didn't ref mutexEric Blossom2010-08-031-2/+2
* | | Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"Johnathan Corgan2010-08-021-6/+2
* | | gnuradio-core: export missing public methods in gr.agc2Alexandru Csete2010-07-212-0/+15
* | | Merge branch 'patches/marcus/stripchart'Johnathan Corgan2010-07-052-27/+43
|\ \ \
| * | | gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech2010-05-162-27/+43
* | | | Merge branch 'patches/marcus/file_sink'Johnathan Corgan2010-07-054-0/+21
|\ \ \ \
| * | | | gnuradio-core: adds configurable flush to file sinkMarcus D Leech2010-05-164-0/+21
| |/ / /
* | | | Merge branch 'patches/marcus/fftw'Johnathan Corgan2010-06-221-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASUREMarcus D Leech2010-05-161-2/+6
| |/ /
* | | gnuradio-core: fix missing linker flags for boost_program_optionsJohnathan Corgan2010-06-021-1/+1
* | | gnuradio-core: fix typo in doxygen headerJohnathan Corgan2010-06-011-1/+1
* | | Make C++ shared libraries versionedJohnathan Corgan2010-05-281-4/+5
* | | Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan2010-05-236-305/+507
|\ \ \
| * | | gnuradio-core: allow swig to handle exceptions in UDP source/sinkJohnathan Corgan2010-05-212-4/+5
| * | | Simplify USE_SELECT usageEric Blossom2010-05-191-6/+2
| * | | Return immediately when using d_residual.Eric Blossom2010-05-191-1/+4
| * | | Defend against a peer that sends an invalid message length.Eric Blossom2010-05-191-0/+5