| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing include file in gnuradio-core | Johnathan Corgan | 2009-09-25 | 1 | -0/+1 |
* | Fix doxygen warnings. | Philip Balister | 2009-09-15 | 4 | -6/+6 |
* | only import usrp and usrp2 modules in the setup methods | Josh Blum | 2009-09-09 | 1 | -2/+7 |
* | copied usrp_siggen stuff from experimental gui into gnuradio tree | Josh Blum | 2009-09-09 | 4 | -0/+364 |
* | Add missing cstdio includes for gcc 4.4 compatibility | Johnathan Corgan | 2009-09-05 | 4 | -0/+4 |
* | Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master | Johnathan Corgan | 2009-09-04 | 1 | -20/+2 |
|\ |
|
| * | Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc | Josh Blum | 2009-08-25 | 1 | -3/+59 |
| |\ |
|
| * | | Work on command line options for generated code. | Josh Blum | 2009-08-25 | 1 | -20/+2 |
* | | | Merge branch 'sync' from http://gnuradio.org/git/trondeau.git into master | Johnathan Corgan | 2009-09-03 | 5 | -2/+420 |
|\ \ \ |
|
| * | | | Fixing a line in the clock recovery algorithm. This works with a bit larger e... | Tom Rondeau | 2009-09-03 | 1 | -1/+0 |
| * | | | Adding clock sync algorithm using PFB. This works, but needs a bit more work. | Tom | 2009-08-30 | 5 | -2/+421 |
| |/ / |
|
* | | | Removed subversion related configuration info. | Johnathan Corgan | 2009-09-02 | 4 | -34/+0 |
* | | | Modified log power fft block so ref scale is peak to peak. | Josh Blum | 2009-08-31 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge utils from http://gnuradio.org/git/trondeau.git | Johnathan Corgan | 2009-08-25 | 1 | -3/+59 |
|\ \
| |/
|/| |
|
| * | Adding P-M version of band reject filter. | Tom Rondeau | 2009-08-24 | 1 | -0/+29 |
| * | Fixed documentation for optfir band pass filters. | Tom Rondeau | 2009-08-24 | 1 | -4/+8 |
| * | Added routine for optfir equiripple filter design code to create complex band... | Tom Rondeau | 2009-08-24 | 1 | -1/+24 |
* | | Added blks2.pfb_arb_resampler_ccf to GRC block list | Johnathan Corgan | 2009-08-23 | 1 | -4/+3 |
* | | Merged changes from svn repository trunk. | Johnathan Corgan | 2009-08-15 | 10 | -13/+222 |
|\ \ |
|
| * | | Refactored gr_msg_accepter and gr_tpd_thread_body. | Eric Blossom | 2009-08-13 | 8 | -44/+125 |
| * | | Thread-per-block loop now checks and dequeues messages to handle_msg. | Johnathan Corgan | 2009-08-13 | 5 | -15/+40 |
| * | | Notify derived class when post()ed | Johnathan Corgan | 2009-08-13 | 2 | -4/+24 |
| * | | Added gr_msg_accepter class. | Johnathan Corgan | 2009-08-13 | 5 | -3/+89 |
| * | | Added git ignore files auto created from svn:ignore properties. | git repository hosting | 2009-08-13 | 26 | -0/+1196 |
| |/ |
|
* | | Added reset method to gr_head and gr_vector_sink. This allows graphs | eb | 2009-08-15 | 5 | -16/+25 |
* | | gr_blocks may now produce different number of output items on each output str... | eb | 2009-08-15 | 5 | -13/+54 |
* | | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 26 | -0/+1196 |
|/ |
|
* | Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filte... | trondeau | 2009-08-12 | 19 | -3/+1635 |
* | Adds constructor for gr.message_source that takes existing msgq. | jcorgan | 2009-08-06 | 4 | -0/+36 |
* | Fixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, a... | trondeau | 2009-08-05 | 2 | -7/+52 |
* | Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, ... | jcorgan | 2009-08-01 | 2 | -5/+20 |
* | Update omnithread linking. | jcorgan | 2009-07-25 | 1 | -1/+0 |
* | Merge r11462:11485 from jcorgan/omni into trunk. | jcorgan | 2009-07-25 | 19 | -102/+96 |
* | Rename binary to be more descriptive. | jcorgan | 2009-07-25 | 2 | -3/+3 |
* | last changes here to gr_fmdet until pfb trondeau pfb branch is folded in | n4hy | 2009-07-20 | 2 | -1/+6 |
* | clean up of fmdet and addition of new slope vector. We will extend range to ... | n4hy | 2009-07-20 | 1 | -4/+17 |
* | Implements ticket:401 and ticket:402. | jcorgan | 2009-07-11 | 10 | -19/+186 |
* | Merged r11397:11413 from balister/arm-configure into trunk. Trunk passes dis... | jcorgan | 2009-07-10 | 13 | -3/+823 |
* | Adds generic msgq runner convenience class. | jcorgan | 2009-07-09 | 2 | -0/+83 |
* | Merged r11377:11390 from jcorgan/usrp-headers in to trunk. | jcorgan | 2009-07-09 | 1 | -2/+1 |
* | added include <cstdio> statements in several files to make it compatible with... | anastas | 2009-06-23 | 13 | -0/+16 |
* | Fix QPSK phase error detector. Applied patch from Ben Green, modified by Tom... | jcorgan | 2009-06-21 | 1 | -3/+15 |
* | Defined a gr_sysconfdir in Makefile.common | jblum | 2009-06-13 | 1 | -1/+1 |
* | Fixed base class type. Thanks Achilleas! | eb | 2009-06-01 | 1 | -2/+2 |
* | Merged r11123:11148 from jcorgan/np into trunk. | jcorgan | 2009-05-27 | 11 | -11/+29 |
* | Removed redundant libmissing from libgnuradio-core-qa; it's already | michaelld | 2009-05-23 | 1 | -1/+0 |
* | Backed out [10702] because it was causing a problem with an existing | eb | 2009-05-22 | 1 | -1/+1 |
* | Doc fixes. | eb | 2009-05-22 | 29 | -38/+43 |
* | doc fixes! work-in-progress | eb | 2009-05-22 | 198 | -220/+217 |
* | Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeset | eb | 2009-05-14 | 18 | -3849/+5 |