summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-30Remove generated file from repoEric Blossom
2010-11-30Removed usrp2-firmware from being automatically built.Josh Blum
Most users get the firmware from precompiled binaries. Removing this should make configure less confusing.
2010-11-30uhd: added libdir to UHD CFLAGS (shared by lib and swig)Josh Blum
2010-11-30Swapping out preset keys until I work out some of their issues.Tom Rondeau
2010-11-29Modifying QA tests for the sample tags. By default, it only checks the sizes ↵Tom Rondeau
of the tags since order is not specified or guarenteed.
2010-11-29Block is a gr_block, so this sets its relative rate. Was required for using ↵Tom Rondeau
in the QA of the sample tags code.
2010-11-29Merge branch 'tagging' into nextTom Rondeau
2010-11-29Removing global pmt constants. Were causing segfaults during make check. ↵Tom Rondeau
Must fix this later.
2010-11-29Fixing up the UHD sample tag example to take command line options.Tom Rondeau
2010-11-28Swapping order of testing rrate.Tom Rondeau
2010-11-28Merge branch 'tagging' of github.com:trondeau/gnuradio into taggingTom Rondeau
2010-11-28Changing propagation policy enum type name and making a few other minor edits.Tom Rondeau
2010-11-24Changing API for gr_skiphead to use uint64_t for the offset instead of ↵Tom Rondeau
size_t (still unsigned). Fixes issue #304. Also uses uint64_t's internally so everyone is always on the same type. This should not affect anyone's use of the block.
2010-11-24Adding typedef for uint64_t and int64_t so we can use them through SWIG.Tom Rondeau
2010-11-24Merge branch 'warnings'Tom Rondeau
2010-11-24Removing warnings in portaudio source/sink.Tom Rondeau
2010-11-23Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2010-11-23Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ↵Tom Rondeau
make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out.
2010-11-23first shot at Windows-compatible LIBUSB checkMichael Dickens
2010-11-23Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, ↵Michael Dickens
because the symbol does not exist for that platform (only, it seems)
2010-11-23Removing dependency in QA code to filters that have not necessarily been ↵Tom Rondeau
built yet. Using test block keep_one_in_n to test decimation is handled in propogating tags.
2010-11-23Merge branch 'no_usb_debug_windows'Tom Rondeau
2010-11-22uhd: remove deprecated grc wrappersJosh Blum
2010-11-22uhd: removed deprecated interfaces (simple and mimo)Josh Blum
2010-11-22uhd: do version check for API compat numberJosh Blum
2010-11-22uhd: remove changes to avoid merge conflictJosh Blum
2010-11-22Check for relative rate and update tag only if not 1.0; otherwise just copy.Tom Rondeau
2010-11-21Removed comments to stdout from file tagger; made it easir to go from ↵Tom Rondeau
internally generated bursts to detected bursts (which needs work).
2010-11-21Fixed file tagger error handling so it doesn't prematurely exit under ↵Tom Rondeau
certain, but correct, conditions.
2010-11-21Doxygen comments. Fixing typos that were leading to warnings.Tom Rondeau
2010-11-21Updating test_file_tags.py to use new file tagger interface (sample rate of ↵Tom Rondeau
1 means time stamp on files is based solely on the item time).
2010-11-21Updating example to pass file tagger the sample rate and changed some values ↵Tom Rondeau
for my testing.
2010-11-21Slightly better handling of tags.Tom Rondeau
2010-11-21Updating PSD function for some newer matplotlib interfacing.Tom Rondeau
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-21Merge branch 'next' into taggingTom Rondeau
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-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-18Changing time pair in uhd source from a pmt pair to tuple.Tom Rondeau
2010-11-17Moved prune tags to gr_buffer.Tom Rondeau
2010-11-17Fixing uhd test app.Tom Rondeau
2010-11-17distcheck fix for gr-uhdEric Blossom
2010-11-17Keep doxygen 1.7.1 from crashing.Eric Blossom
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