summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-21Tagging file source takes in sample rate and uses it to find the last time ↵Tom Rondeau
tag and adjust the time between these tags and the burst start by the sample rate. Also added a function to gr_tag_info that can be used to sort tags based on nitems using std::sort.
2010-11-21Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom
2010-11-21Merge branch 'next' into taggingTom Rondeau
2010-11-21Update TODOEric Blossom
2010-11-21Changing name of static tag keys.Tom Rondeau
2010-11-21Fixing flowgraph dump to clean it up (via patch from eb). Also added note ↵Tom Rondeau
about mutex locking in prune_tags.
2010-11-20Add guile SIGINT handler to gr:wait.Eric Blossom
2010-11-20Minor tweaks: comments, staticEric Blossom
2010-11-20Add guile shim to gr_top_block::wait that exits guile mode before blocking.Eric Blossom
2010-11-19regeneratedRob Savoye
2010-11-19wrap python files with if PYTHONRob Savoye
2010-11-19Enable more testsEric Blossom
2010-11-19Enable a couple more testsEric Blossom
2010-11-18Merge remote branch 'gnuradio.org/next' into worksEric Blossom
* gnuradio.org/next: Remove 868 useless warnings about "is deprecated".
2010-11-18Remove 868 useless warnings about "is deprecated".Eric Blossom
Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings...
2010-11-18gr_msg_queue now working correctly from within guile.Eric Blossom
2010-11-18Disable items that require swig directors when building guile bindings.Eric Blossom
2010-11-18regeneratedRob Savoye
2010-11-18don't generate the list of scripts here, use the version in Makefile.swigRob Savoye
2010-11-18don't generate python files unless python is enabledRob Savoye
2010-11-18Fix guile related problems with gr_message_{sink,source}.Eric Blossom
2010-11-18Changing time pair in uhd source from a pmt pair to tuple.Tom Rondeau
2010-11-17fixe more testsRob Savoye
2010-11-17Moved prune tags to gr_buffer.Tom Rondeau
2010-11-17Fixing uhd test app.Tom Rondeau
2010-11-17enable more testsRob Savoye
2010-11-17Merge remote branch 'gnuradio.org/next' into testEric Blossom
* gnuradio.org/next: distcheck fix for gr-uhd Keep doxygen 1.7.1 from crashing. uhd: swig changes for templated ranges
2010-11-17distcheck fix for gr-uhdEric Blossom
2010-11-17Keep doxygen 1.7.1 from crashing.Eric Blossom
2010-11-17don't look for swig if no scripting language is specified.Rob Savoye
2010-11-17remove incomplete Tcl support to not confuse peopleRob Savoye
2010-11-17Some updates to uhd source with tags.Tom Rondeau
2010-11-17Removing vestigial line.Tom Rondeau
2010-11-17Changing blocks to use new get_tags api and tag convinience functions.Tom Rondeau
2010-11-17Changing get_tags API to take in a vector reference instead of returning a ↵Tom Rondeau
vector.
2010-11-17Makefile changes to work in tag info stuff.Tom Rondeau
2010-11-17Adding information and convinience functions for accessing tag information.Tom Rondeau
2010-11-17Updated TODOEric Blossom
2010-11-17Add support for guile std::vector< std::complex<float> >.Eric Blossom
2010-11-17Adding an example that uses gr_uhd sources to generate tags and collects ↵Tom Rondeau
bursts of energy.
2010-11-17Update .gitignoreEric Blossom
2010-11-16Adding a simple example of using the tagger and tagging file.Tom Rondeau
2010-11-16Adding a burst tagger that creates a tag when a signal is observed on line 1.Tom Rondeau
2010-11-16Fixed tagging sink.Tom Rondeau
2010-11-16Fix guile related problem with gr-usrpEric Blossom
2010-11-16New file sink to handle tagged bursts of data.Tom Rondeau
2010-11-16regeneratedEric Blossom
2010-11-16Add _python that was dropped from Makefile.swig.gen.tEric Blossom
2010-11-16Adding QA test for testing rate changes.Tom Rondeau
2010-11-16Adding a way for propagate_tags to handle different rates. The tags are ↵Tom Rondeau
rewritten between blocks to adjust their count based on teh block's relative_rate.w