summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rondeau2010-12-0627-153/+359
|\
| * Adding new example script for using the new PFB arbitrary resampler interface...Tom Rondeau2010-12-061-0/+95
| * Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just...Tom Rondeau2010-12-061-2/+9
| * 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-2419-74/+129
| |\
| | * Removing warnings in portaudio source/sink.Tom Rondeau2010-11-242-2/+8
| | * Updated doxygen Doxyfile for newer versions.Tom Rondeau2010-11-101-38/+29
| | * Adding file operations result checking.Tom Rondeau2010-11-092-5/+28
| | * Updating audio_jack to new interface for creating a client. Fixes depricated ...Tom Rondeau2010-11-092-5/+15
| | * Potential fix to MSDD warnings by setting sequence number from buffer more ex...Tom Rondeau2010-11-082-2/+7
| | * 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
| * | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2010-11-230-0/+0
| |\ \
| | * \ Merge branch 'no_usb_debug_windows'Tom Rondeau2010-11-231-60/+108
| | |\ \
| | | * | first shot at Windows-compatible LIBUSB checkMichael Dickens2010-11-041-46/+87
| | | * | Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, becaus...Michael Dickens2010-11-011-15/+22
| * | | | Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ...Tom Rondeau2010-11-231-3/+3
| * | | | first shot at Windows-compatible LIBUSB checkMichael Dickens2010-11-231-46/+87
| * | | | Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, becaus...Michael Dickens2010-11-231-15/+22
| |/ / /
| * | / Removing autogenerated file.Tom Rondeau2010-11-151-131/+0
| | |/ | |/|
* | | uhd: reverting tag changes on uhd single usrp source, there seems to be issue...Josh Blum2010-12-051-51/+15
* | | uhd: removed default value chan=0 in the cc filesJosh Blum2010-12-052-18/+18
* | | WITH_INCLUDES _must_ be lastEric Blossom2010-12-011-2/+2
* | | uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXMEJosh Blum2010-12-013-7/+6
* | | uhd: default channel params to zero for single source and sink blocksJosh Blum2010-12-013-21/+19
* | | Revert "Removed usrp2-firmware from being automatically built."Eric Blossom2010-11-302-1/+4
* | | Remove generated file from repoEric Blossom2010-11-301-131/+0
* | | Removed usrp2-firmware from being automatically built.Josh Blum2010-11-302-4/+1
* | | uhd: added libdir to UHD CFLAGS (shared by lib and swig)Josh Blum2010-11-302-2/+2
* | | Swapping out preset keys until I work out some of their issues.Tom Rondeau2010-11-301-1/+2
* | | 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
* | | Merge branch 'tagging' into nextTom Rondeau2010-11-2938-56/+2281
|\ \ \
| * | | Removing global pmt constants. Were causing segfaults during make check. Must...Tom Rondeau2010-11-293-2/+7
| * | | Fixing up the UHD sample tag example to take command line options.Tom Rondeau2010-11-291-7/+21
| * | | 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-212-22/+24
| * | | 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
| * | | Updating test_file_tags.py to use new file tagger interface (sample rate of 1...Tom Rondeau2010-11-211-1/+1
| * | | Updating example to pass file tagger the sample rate and changed some values ...Tom Rondeau2010-11-211-11/+11
| * | | Slightly better handling of tags.Tom Rondeau2010-11-211-3/+7
| * | | Updating PSD function for some newer matplotlib interfacing.Tom Rondeau2010-11-211-7/+10