summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into guile.Eric Blossom2010-12-213-7/+10
|\
| * 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
| * resampler PFB: Sets relative rate when rate is changed.Tom Rondeau2010-12-122-3/+1
| * Create method to set rate on pfb_arb_resamp after it has been created.Matt Ettus2010-12-113-3/+7
* | Use load-extension-global instead of load-extensionEric Blossom2010-12-106-6/+17
* | Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom2010-12-072-2/+6
* | Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom2010-12-076-12/+1
* | Merge branch 'next' into guile-nextEric Blossom2010-12-0648-72/+2165
|\|
| * Merge branch 'master' into nextTom Rondeau2010-12-0615-39/+60
| |\
| | * 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
| | |/
| * | Remove generated file from repoEric Blossom2010-11-301-131/+0
| * | Modifying QA tests for the sample tags. By default, it only checks the sizes ...Tom Rondeau2010-11-291-59/+72
| * | Block is a gr_block, so this sets its relative rate. Was required for using i...Tom Rondeau2010-11-291-1/+4
| * | Removing global pmt constants. Were causing segfaults during make check. Must...Tom Rondeau2010-11-293-2/+7
| * | Swapping order of testing rrate.Tom Rondeau2010-11-281-7/+7
| * | Merge branch 'tagging' of github.com:trondeau/gnuradio into taggingTom Rondeau2010-11-281-9/+17
| |\ \
| | * | Check for relative rate and update tag only if not 1.0; otherwise just copy.Tom Rondeau2010-11-221-9/+17
| * | | Changing propagation policy enum type name and making a few other minor edits.Tom Rondeau2010-11-283-12/+12
| * | | Removing dependency in QA code to filters that have not necessarily been buil...Tom Rondeau2010-11-231-34/+5
| |/ /
| * | Removed comments to stdout from file tagger; made it easir to go from interna...Tom Rondeau2010-11-211-12/+12
| * | Fixed file tagger error handling so it doesn't prematurely exit under certain...Tom Rondeau2010-11-211-8/+17
| * | Doxygen comments. Fixing typos that were leading to warnings.Tom Rondeau2010-11-213-2/+8
| * | Tagging file source takes in sample rate and uses it to find the last time ta...Tom Rondeau2010-11-214-33/+81
| * | Changing name of static tag keys.Tom Rondeau2010-11-212-10/+10
| * | Fixing flowgraph dump to clean it up (via patch from eb). Also added note abo...Tom Rondeau2010-11-212-5/+10
| * | Moved prune tags to gr_buffer.Tom Rondeau2010-11-172-25/+22
| * | Changing blocks to use new get_tags api and tag convinience functions.Tom Rondeau2010-11-173-10/+18
| * | Changing get_tags API to take in a vector reference instead of returning a ve...Tom Rondeau2010-11-178-48/+72
| * | Makefile changes to work in tag info stuff.Tom Rondeau2010-11-171-2/+4
| * | Adding information and convinience functions for accessing tag information.Tom Rondeau2010-11-172-0/+102
| * | Adding a burst tagger that creates a tag when a signal is observed on line 1.Tom Rondeau2010-11-165-3/+178
| * | Fixed tagging sink.Tom Rondeau2010-11-161-7/+14
| * | New file sink to handle tagged bursts of data.Tom Rondeau2010-11-165-4/+275
| * | Adding QA test for testing rate changes.Tom Rondeau2010-11-162-21/+31
| * | Adding a way for propagate_tags to handle different rates. The tags are rewri...Tom Rondeau2010-11-164-5/+114
| * | Reverting to a sync_block for the annotator functions. Testing different rate...Tom Rondeau2010-11-166-86/+50
| * | Merge branch 'next' into taggingTom Rondeau2010-11-1629-13/+2066
| |\|
| * | First hack at pruning tags to keep from growing.Tom Rondeau2010-11-142-1/+30
| * | Fixing constructor interface to work better through python (int instead of ui...Tom Rondeau2010-11-146-16/+16
| * | Adds argument to annotator test blocks to determine when they add a new tag.Tom Rondeau2010-11-147-44/+67
| * | Fixing some bugs.Tom Rondeau2010-11-144-69/+77