| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' into digital | Josh Blum | 2011-10-08 | 8 | -76/+139 |
|\ |
|
| * | trellis: make the lib/swig depend on the generated targets | Josh Blum | 2011-10-03 | 1 | -0/+6 |
| * | core: make the lib/swig depend on the generated targets | Josh Blum | 2011-10-03 | 1 | -0/+2 |
| * | howto: updated modules for newer swig macro | Josh Blum | 2011-09-30 | 1 | -1/+47 |
| * | swig: added comments + fun w/ regexps | Josh Blum | 2011-09-29 | 1 | -9/+11 |
| * | swig: added python script to auto-extract dependencies | Josh Blum | 2011-09-29 | 3 | -39/+46 |
| * | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-09-28 | 5 | -37/+37 |
| |\ |
|
| | * | Merge branch 'master' into next | Johnathan Corgan | 2011-09-27 | 4 | -36/+36 |
| | |\ |
|
| | | * | Merge branch 'maint' | Johnathan Corgan | 2011-09-27 | 4 | -36/+36 |
| | | |\ |
|
| | | | * | swig: language independent exception handler | Josh Blum | 2011-09-27 | 4 | -36/+36 |
| | | | * | docs: fix Doxygen so it gets all generated files in builddir if this is diffe... | Tom Rondeau | 2011-09-26 | 1 | -1/+1 |
* | | | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-28 | 47 | -355/+343 |
|\ \ \ \ \ |
|
| * | | | | | digital: fixed differential/non-differential. Defaults to differential now, too. | Tom Rondeau | 2011-09-27 | 1 | -6/+6 |
| * | | | | | digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ... | Tom Rondeau | 2011-09-27 | 3 | -17/+23 |
| * | | | | | digital: making a parent class for the UHD interface since most of the functi... | Tom Rondeau | 2011-09-27 | 1 | -18/+84 |
| * | | | | | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark tran... | Tom Rondeau | 2011-09-27 | 6 | -25/+174 |
| * | | | | | Merge branch 'next' into digital | Tom Rondeau | 2011-09-26 | 344 | -1917/+17899 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | Merge branch 'master' into next | Tom Rondeau | 2011-09-26 | 1 | -1/+1 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | docs: fix Doxygen so it gets all generated files in builddir if this is diffe... | Tom Rondeau | 2011-09-26 | 1 | -1/+1 |
| * | | | | | digital: removed hier directory | Tom Rondeau | 2011-09-26 | 2 | -42/+0 |
| * | | | | | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | 2011-09-26 | 6 | -117/+116 |
| |\ \ \ \ \ |
|
| * | | | | | | digital: removed hier directory in gr-digital; put c++ hier blocks into lib/i... | Tom Rondeau | 2011-09-26 | 15 | -200/+15 |
| * | | | | | | digital: moved header files from lib to include in gr-digital. | Tom Rondeau | 2011-09-26 | 16 | -2/+0 |
| * | | | | | | digital: updated build files for new gr-digital/include directory. | Tom Rondeau | 2011-09-26 | 3 | -24/+8 |
| * | | | | | | digital: adding include directory for public header files. | Tom Rondeau | 2011-09-26 | 3 | -1/+47 |
* | | | | | | | Merge branch 'next' into digital | Josh Blum | 2011-09-28 | 132 | -1198/+7450 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | core: add link with librt for shm_* calls | Josh Blum | 2011-09-27 | 1 | -0/+5 |
| * | | | | | | uhd: cmake support for example application | Josh Blum | 2011-09-26 | 2 | -0/+40 |
| * | | | | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-09-26 | 30 | -82/+888 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | * | | | | | Merge branch 'master' into next | Tom Rondeau | 2011-09-26 | 9 | -14/+495 |
| | |\ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | | * | | | | uhd: can't be const to go into tag_work, which might change it. | Tom Rondeau | 2011-09-26 | 1 | -2/+2 |
| | | * | | | | Merge branch 'mergme/uhd_tags_impl_on_master' | Tom Rondeau | 2011-09-26 | 9 | -14/+495 |
| | | |\ \ \ \ |
|
| | | | * | | | | uhd: tweaks for some minor details | Josh Blum | 2011-09-26 | 2 | -2/+3 |
| | | | * | | | | uhd: added tags_demo c++ example application | Josh Blum | 2011-09-24 | 3 | -0/+334 |
| | | | * | | | | uhd: tweaks + tested working tags implementation | Josh Blum | 2011-09-24 | 3 | -11/+13 |
| | | | * | | | | uhd: added documentation and tag implementations | Josh Blum | 2011-09-24 | 5 | -11/+153 |
| | | | * | | | | gr-uhd: remove unused _tmp_buffs variable | Thomas Tsou | 2011-09-24 | 1 | -2/+0 |
| | | | * | | | | uhd: added kwargs to construct individual struct elements in tune_request_t | Josh Blum | 2011-09-24 | 1 | -1/+5 |
| | * | | | | | | Merge master into next, skipping version number change | Johnathan Corgan | 2011-09-24 | 0 | -0/+0 |
| | |\| | | | | |
|
| | | * | | | | | Update revision to 3.4.2git | Johnathan Corgan | 2011-09-24 | 2 | -4/+4 |
| | | | |_|_|/
| | | |/| | | |
|
| | * | | | | | Merge 'master' into next, skipping version change commit | Johnathan Corgan | 2011-09-24 | 0 | -0/+0 |
| | |\| | | | |
|
| | | * | | | | Update revision to 3.4.1 releasev3.4.1 | Johnathan Corgan | 2011-09-24 | 2 | -2/+2 |
| | * | | | | | Merge branch 'master' into next | Tom Rondeau | 2011-09-24 | 2 | -1/+24 |
| | |\| | | | |
|
| | | * | | | | Merge branch 'keep1n' | Tom Rondeau | 2011-09-24 | 2 | -1/+24 |
| | | |\ \ \ \ |
|
| | | | * | | | | Fixing keep_one_in_n to allow for large values of n. Performs tag propagation... | Tom Rondeau | 2011-09-22 | 2 | -1/+24 |
| | * | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2011-09-24 | 1 | -4/+5 |
| | |\| | | | | |
|
| | | * | | | | | Merge branch 'maint' | Johnathan Corgan | 2011-09-24 | 1 | -4/+5 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | gr-noaa: fix PLL to generate output, then update errormaint-3.4.0 | Johnathan Corgan | 2011-09-24 | 1 | -4/+5 |
| | * | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2011-09-24 | 18 | -63/+364 |
| | |\| | | | | | |
|
| | | * | | | | | | Merge branch 'maint' | Johnathan Corgan | 2011-09-24 | 0 | -0/+0 |
| | | |\| | | | |
| | | | |_|/ / /
| | | |/| | | | |
|