summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-29Merge remote branch 'jblum/wip/throttle'Johnathan Corgan
2011-03-28audio: added missing header to Makefile.Tom Rondeau
2011-03-28uhd: cleanup uhd usrp source/sink with virtual inheritanceJosh Blum
2011-03-28audio: cleanup audio source/sink with virtual inheritanceJosh Blum
2011-03-28runtime: changes to block headers to allow pure virtual sub-classes (interfaces)Josh Blum
2011-03-28throttle: cleanup conditional code and reimplement with boost posix timeJosh Blum
2011-03-28runtime: changes to block headers to allow pure virtual sub-classes (interfaces)Josh Blum
2011-03-28Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-28audio: fixing class typo for OSX audio driver.Tom Rondeau
2011-03-28audio: re-adding circular_buffer.h for OSX build.Tom Rondeau
2011-03-28volk: adding BOOST_CPPFLAGS to volk to use boost unit tests.Tom Rondeau
2011-03-27gr-qtgui: tightening up and cleaning up some memory leaks.Tom Rondeau
2011-03-27gr-qtgui: improvements to python test apps.Tom Rondeau
2011-03-27gr-qtgui: cleaning up handling of mutexTom Rondeau
2011-03-27gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.Tom Rondeau
2011-03-27gr-qtgui: making necessary changes to build a python package and export qtgui...Tom Rondeau
2011-03-27gr-qtgui: small correction in Python QA code with new structure.Tom Rondeau
2011-03-27gr-qtgui: typo correct in M4 file.Tom Rondeau
2011-03-27gr-qtgui: qtgui builds and passes make check under new structure.Tom Rondeau
2011-03-27gr-qtgui: fixed some signed/unsigned comparison warnings.Tom Rondeau
2011-03-27gr-qtgui: moving qtgui apps to the apps directory.Tom Rondeau
2011-03-27gr-qtgui: updating M4 file for new directory structure.Tom Rondeau
2011-03-27gr-qtgui: wip: moving and renaming files for new structure.Tom Rondeau
2011-03-27gr-qtgui: moving Python files to new structure; get rid of src directory.Tom Rondeau
2011-03-27gr-qtgui: moving gitignore to new location.Tom Rondeau
2011-03-27gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau
2011-03-26gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.Tom Rondeau
2011-03-26Merge branch 'qwt4'Tom Rondeau
2011-03-26gr-qtgui: adding QA code for qtgui; remarked out until a fix for the segfault...Tom Rondeau
2011-03-26gr-qtgui: more robust way of checking for QWT-qt4; checks a different header ...Tom Rondeau
2011-03-26Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-25Merge branch 'filtdesign'Tom Rondeau
2011-03-25gr-utils: more error checking on filter designer.Tom Rondeau
2011-03-25gr-utils: adding save/open capabilities to equiripple filters. Also added som...Tom Rondeau
2011-03-25Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-25Fixing missing include files and various other patches for Windows build issues.Don Ward
2011-03-22audio: moved audio docs to gr-audio and fix commentsJosh Blum
2011-03-20Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-18gr-utils: handling parameters and GUI updates when loading filters from file....Tom Rondeau
2011-03-17gr-utils: refactoring design parameters from 'design' to 'params' to not conf...Tom Rondeau
2011-03-17gr-utils: way to break something you just fixed a few days ago...Tom Rondeau
2011-03-17gr-utils: Adding save and open actions to filter designer.Tom Rondeau
2011-03-16howto: updated ignoresJohnathan Corgan
2011-03-16build: updated version to 3.4.0gitJohnathan Corgan
2011-03-16Merge remote branch 'gnuradio/next'Johnathan Corgan
2011-03-15gruel: added missing ignoresJohnathan Corgan
2011-03-15Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-03-15Merge branch 'pmtswig' into nextTom Rondeau
2011-03-15gruel: fixed swig interface file to dereference pmt_t.Tom Rondeau
2011-03-14qtgui: fix distcheck errorJohnathan Corgan