summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into digitalJosh Blum2011-09-28132-1198/+7450
|\
| * core: add link with librt for shm_* callsJosh Blum2011-09-271-0/+5
| * uhd: cmake support for example applicationJosh Blum2011-09-262-0/+40
| * Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-2630-82/+888
| |\
| | * Merge branch 'master' into nextTom Rondeau2011-09-269-14/+495
| | |\
| | | * uhd: can't be const to go into tag_work, which might change it.Tom Rondeau2011-09-261-2/+2
| | | * Merge branch 'mergme/uhd_tags_impl_on_master'Tom Rondeau2011-09-269-14/+495
| | | |\
| | | | * uhd: tweaks for some minor detailsJosh Blum2011-09-262-2/+3
| | | | * uhd: added tags_demo c++ example applicationJosh Blum2011-09-243-0/+334
| | | | * uhd: tweaks + tested working tags implementationJosh Blum2011-09-243-11/+13
| | | | * uhd: added documentation and tag implementationsJosh Blum2011-09-245-11/+153
| | | | * gr-uhd: remove unused _tmp_buffs variableThomas Tsou2011-09-241-2/+0
| | | | * uhd: added kwargs to construct individual struct elements in tune_request_tJosh Blum2011-09-241-1/+5
| | * | | Merge master into next, skipping version number changeJohnathan Corgan2011-09-240-0/+0
| | |\| |
| | | * | Update revision to 3.4.2gitJohnathan Corgan2011-09-242-4/+4
| | * | | Merge 'master' into next, skipping version change commitJohnathan Corgan2011-09-240-0/+0
| | |\| |
| | | * | Update revision to 3.4.1 releasev3.4.1Johnathan Corgan2011-09-242-2/+2
| | * | | Merge branch 'master' into nextTom Rondeau2011-09-242-1/+24
| | |\| |
| | | * | Merge branch 'keep1n'Tom Rondeau2011-09-242-1/+24
| | | |\ \
| | | | * | Fixing keep_one_in_n to allow for large values of n. Performs tag propagation...Tom Rondeau2011-09-222-1/+24
| | * | | | Merge branch 'master' into nextJohnathan Corgan2011-09-241-4/+5
| | |\| | |
| | | * | | Merge branch 'maint'Johnathan Corgan2011-09-241-4/+5
| | | |\ \ \
| | | | * | | gr-noaa: fix PLL to generate output, then update errormaint-3.4.0Johnathan Corgan2011-09-241-4/+5
| | * | | | | Merge branch 'master' into nextJohnathan Corgan2011-09-2418-63/+364
| | |\| | | |
| | | * | | | Merge branch 'maint'Johnathan Corgan2011-09-240-0/+0
| | | |\| | | | | | | |_|/ | | | |/| |
| | | | * | comedi: fix to use comedi 0.8 APIJohnathan Corgan2011-09-243-3/+3
| | | * | | examples: fixed import statements.Tom Rondeau2011-09-231-5/+15
| | | * | | trellis: fixed import statements; fixed test_cpm to convert numpy stuff to ty...Tom Rondeau2011-09-232-6/+16
| | | * | | examples: fixed examples (pfb and tags) to print an error when python modules...Tom Rondeau2011-09-239-35/+181
| | | * | | qtgui: fixing import statements in qtgui apps to print an error if extra pyth...Tom Rondeau2011-09-237-18/+153
| * | | | | gruel: added missing pmt swig install ruleJosh Blum2011-09-241-1/+1
| * | | | | howto: various fixes for howto exampleJosh Blum2011-09-242-3/+4
| * | | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-2417-597/+339
| |\| | | |
| | * | | | qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version.Tom Rondeau2011-09-233-339/+44
| | * | | | qtgui: moved actual examples to new examples directory.Tom Rondeau2011-09-239-4/+38
| | * | | | Merge branch 'master' into nextTom Rondeau2011-09-233-248/+247
| | |\| | |
| | | * | | Merge branch 'maint'Tom Rondeau2011-09-233-248/+247
| | | |\| |
| | | | * | fixed QA code for PLL changesTom Rondeau2011-09-233-248/+247
| | * | | | Merge branch 'master' into nextTom Rondeau2011-09-233-6/+10
| | |\| | |
| | | * | | Merge branch 'maint'Tom Rondeau2011-09-233-6/+10
| | | |\| | | | | | |/ | | | |/|
| | | | * Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau2011-09-231-1/+1
| | | | |\
| | | | * | fixing PLL's so their output update is done at the right time; were lagging b...Tom Rondeau2011-09-233-6/+10
| * | | | | howto: updated find gruel and core modules to match recommended styleJosh Blum2011-09-242-8/+8
| * | | | | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-09-223-7/+12
| |\| | | |
| | * | | | Merge branch 'master' into nextTom Rondeau2011-09-223-7/+16
| | |\| | |
| | | * | | Merge branch 'maint'Tom Rondeau2011-09-221-1/+1
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | grc: one line fix to fix port duplicator when removing portsJosh Blum2011-09-221-1/+1
| | | | |/
| | | | * logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus2011-09-081-4/+4
| | | * | core: Doxygen comments for added tag name parameter.Tom Rondeau2011-09-211-5/+10
| | | * | volk: a way of doing -B in python that is 2.5 compatible (picked from Josh Bl...Tom Rondeau2011-09-211-1/+5