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