| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds dynamic setters/getters for moving average filters. | jcorgan | 2009-04-30 | 3 | -3/+36 |
* | Generate more informative error message than recursion error | jcorgan | 2009-04-25 | 2 | -0/+4 |
* | Fixes ticket:312. | jcorgan | 2009-04-25 | 1 | -7/+4 |
* | Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, all... | jcorgan | 2009-04-19 | 3 | -48/+104 |
* | Minor fix to last checkin | jcorgan | 2009-04-17 | 1 | -1/+1 |
* | Fixes ticket:383 | jcorgan | 2009-04-17 | 2 | -8/+45 |
* | Fixes ticket:386 | jcorgan | 2009-04-17 | 2 | -5/+43 |
* | Fixes ticket:374 | jcorgan | 2009-04-17 | 2 | -0/+20 |
* | Cleanup on gr.channel_model | jcorgan | 2009-04-17 | 2 | -43/+4 |
* | Merged changeset r10817:10858 from jcorgan/cpphier into trunk. Adds standard... | jcorgan | 2009-04-16 | 11 | -10/+582 |
* | Temporary fix for erroneous Makefile.am contents | jcorgan | 2009-04-15 | 1 | -4/+0 |
* | removing forgotten debug | n4hy | 2009-04-15 | 1 | -2/+0 |
* | new fm detector added based on FIR derivative detector. Stereo sep better th... | n4hy | 2009-04-15 | 8 | -0/+383 |
* | Fix for ticket:262. | eb | 2009-04-07 | 1 | -1/+1 |
* | Removed unneeded call to set_history(1). Code if functionally | eb | 2009-04-07 | 1 | -2/+1 |
* | Fix erroneous output io signature | jcorgan | 2009-04-01 | 1 | -3/+5 |
* | Applied phase jump patch from Stefan Bruens. Fixes erratic performance of ph... | jcorgan | 2009-03-30 | 1 | -1/+1 |
* | fixed typo | eb | 2009-03-26 | 1 | -1/+1 |
* | Add check for interruption to gr_tpb_thread_body to ensure that | eb | 2009-03-25 | 1 | -0/+3 |
* | missing lock | eb | 2009-03-25 | 1 | -0/+3 |
* | Merged r10666:10669 from jblum/vlen. Trunk passes distcheck. | jblum | 2009-03-24 | 17 | -599/+44 |
* | Error out when creating hierarchical blocks with arbitrary or variable number... | jcorgan | 2009-03-23 | 3 | -12/+27 |
* | Adds QA code for ticket:237 fix | jcorgan | 2009-03-20 | 1 | -0/+12 |
* | Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck. | jcorgan | 2009-03-20 | 13 | -104/+420 |
* | Error out when hierarchical block inputs and outputs aren't wired internally.... | jcorgan | 2009-03-19 | 1 | -0/+12 |
* | Document run/start/stop/wait preconditions. | eb | 2009-03-19 | 2 | -15/+17 |
* | Fix for ticket:348, Stopping a process does not properly terminate USRP1. | eb | 2009-03-19 | 1 | -2/+25 |
* | Fix for ticket:375, gr_clock_recovery_mm_ff, from Mike Ossmann. Thanks! | eb | 2009-03-19 | 1 | -2/+3 |
* | Fix missed setting from r10598 . | michaelld | 2009-03-16 | 1 | -1/+2 |
* | Use size_t over int for vlen. | jblum | 2009-03-14 | 9 | -24/+24 |
* | Add vlen to subtract, divide, and float2complex. | jblum | 2009-03-14 | 9 | -45/+53 |
* | Removed generated file from version control. | jcorgan | 2009-03-14 | 1 | -228/+0 |
* | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of S... | jcorgan | 2009-03-14 | 17 | -315/+1389 |
* | Copy pubsub from gr-wxgui into gnuradio-core, need to migrate wxgui usage to ... | jcorgan | 2009-03-08 | 2 | -1/+155 |
* | Merged r10539:10546 from michaelld/two_mods into trunk. Trunk passes distcheck. | jcorgan | 2009-03-03 | 8 | -1/+190 |
* | Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ... | jcorgan | 2009-02-26 | 2 | -17/+5 |
* | Merged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans up | eb | 2009-02-25 | 6 | -93/+105 |
* | Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread h... | jcorgan | 2009-02-25 | 7 | -7/+7 |
* | Reverted changeset r10451. Instead we will ensure top_block.stop() and wait(... | jcorgan | 2009-02-23 | 5 | -21/+0 |
* | Merging in branch to add malloc.h to posix_memalign.cc for Cygwin. | michaelld | 2009-02-18 | 1 | -1/+5 |
* | gcc 4.3 cleanup | eb | 2009-02-18 | 1 | -0/+1 |
* | Added ability to determine if flowgraph is running | jcorgan | 2009-02-17 | 5 | -0/+21 |
* | kludge the legacy: usrp subdevice 2, the 3rd subdevice | jblum | 2009-02-17 | 1 | -3/+3 |
* | Better fix for missing header file include | jcorgan | 2009-02-10 | 1 | -1/+1 |
* | Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck. | jcorgan | 2009-02-10 | 11 | -189/+62 |
* | Fix missing header include (Don Ward) | jcorgan | 2009-02-08 | 1 | -1/+2 |
* | Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck. | jcorgan | 2009-02-02 | 4 | -20/+23 |
* | Merged in misc_fixes branch. | michaelld | 2009-01-31 | 7 | -15/+37 |
* | General housekeeping--removing ancient cruft mostly. | jcorgan | 2009-01-27 | 2 | -1906/+0 |
* | seriously, sorry... tried to ctrl+c that but didnt get in time | gnychis | 2009-01-17 | 1 | -2/+2 |