| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: removing unused parameter from DPSK demod GRC block. | Martin Braun | 2012-07-15 | 1 | -6/+0 |
* | volk: adding unaligned byteswap kernel. | Tom Rondeau | 2012-07-15 | 3 | -1/+79 |
* | filter: warning fixes. | Tom Rondeau | 2012-07-08 | 3 | -5/+3 |
* | digital: fix for FLL block; uses actual FIR filter. | Hendrik van Wyk | 2012-07-08 | 2 | -43/+67 |
* | digital: fixes the digital demod GRC examples after last updates to gr-digital. | Martin Braun | 2012-07-08 | 5 | -1584/+917 |
* | digital: fixes DxPSK mod/demod to use right API. | Martin Braun | 2012-07-08 | 2 | -9/+9 |
* | digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude. | Martin Braun | 2012-07-08 | 1 | -162/+143 |
* | digital: adding a GFSK mod/demodulator. | Wayne Roberts | 2012-07-08 | 7 | -0/+1124 |
* | Merge remote-tracking branch 'jblum/fix_volk_32f_x2_dot_prod_32f' | Tom Rondeau | 2012-07-08 | 2 | -28/+25 |
|\ |
|
| * | volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse* | Josh Blum | 2012-07-04 | 1 | -24/+24 |
| * | volk: fix volk_32f_x2_dot_prod_32f_u_sse tail case | Josh Blum | 2012-07-04 | 2 | -4/+1 |
* | | Revert "Merge remote branch 'jblum-github/python_blocks2' into master" | Johnathan Corgan | 2012-07-07 | 10 | -902/+4 |
|/ |
|
* | Merge branch 'maint' | Johnathan Corgan | 2012-07-03 | 1 | -3/+0 |
|\ |
|
| * | volk: don't initialize phase in rotator | Johnathan Corgan | 2012-07-03 | 1 | -3/+0 |
* | | Merge branch 'maint' | Johnathan Corgan | 2012-07-03 | 22 | -412/+74 |
|\| |
|
| * | Force swig compile ordering in gnuradio-core | Josh Blum | 2012-07-03 | 1 | -0/+2 |
| * | docs: remove redundant retries from swig_doc.py | Josh Blum | 2012-07-03 | 1 | -74/+26 |
| * | swig: use add_custom_target for swig docs dependency | Josh Blum | 2012-07-03 | 1 | -1/+2 |
| * | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | 2012-07-03 | 15 | -2/+30 |
| * | swig: added additional swig dependencies gruel/core | Johnathan Corgan | 2012-07-03 | 3 | -3/+11 |
| * | core: added general_generated to swig deps | Josh Blum | 2012-07-03 | 3 | -334/+5 |
* | | cmake: minor tweaks to GrSwig.cmake | Josh Blum | 2012-07-03 | 1 | -1/+1 |
* | | core: moved VMCIRCBUF related code to runtime | Josh Blum | 2012-07-03 | 3 | -28/+23 |
* | | Merge remote branch 'jblum-github/python_blocks2' into master | Johnathan Corgan | 2012-07-01 | 10 | -4/+902 |
|\ \ |
|
| * | | python-blocks: replace assertItemsEqual with assertEqual | Josh Blum | 2012-04-27 | 1 | -6/+6 |
| * | | this is squashed python blocks support | Josh Blum | 2012-04-17 | 10 | -3/+902 |
* | | | Merge remote branch 'jblum-github/uhd_wip' | Johnathan Corgan | 2012-06-29 | 2 | -4/+25 |
|\ \ \ |
|
| * | | | uhd: added rx tagging for changes in sample rate and center freq | Josh Blum | 2012-06-20 | 2 | -2/+21 |
| * | | | uhd: source will loop for samples forever until thread interrupt | Josh Blum | 2012-06-20 | 1 | -2/+4 |
* | | | | Merge branch 'maint' | Johnathan Corgan | 2012-06-29 | 1 | -1/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdr | Josh Blum | 2012-06-29 | 1 | -1/+2 |
* | | | | core: fix for gri wave byteswapping | Josh Blum | 2012-06-28 | 1 | -17/+29 |
* | | | | volk: replace (__m128) with volk cast for portability | Josh Blum | 2012-06-25 | 1 | -1/+1 |
* | | | | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2012-06-23 | 4 | -129/+11 |
|\ \ \ \ |
|
| * | | | | gruel: removed inet.h from install headers | Nicholas Corgan | 2012-06-22 | 1 | -1/+0 |
| * | | | | gruel: got rid of inet.h and adjusted only file that depended on it | Nicholas Corgan | 2012-06-22 | 5 | -128/+12 |
* | | | | | filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ... | Tom Rondeau | 2012-06-22 | 3 | -28/+52 |
* | | | | | volk: fixing some volk kernels. | Tom Rondeau | 2012-06-22 | 4 | -40/+9 |
* | | | | | filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer. | Tom Rondeau | 2012-06-22 | 2 | -8/+10 |
* | | | | | Merge branch 'win_fix' | Tom Rondeau | 2012-06-22 | 24 | -24/+24 |
|\| | | | |
|
| * | | | | gr-filter: Removing FILTER_API from internals static members fixes Windows error | Nicholas Corgan | 2012-06-22 | 24 | -24/+24 |
* | | | | | Merge branch 'cppunit_fix' | Tom Rondeau | 2012-06-22 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt | Nicholas Corgan | 2012-06-21 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | core: adds a tag debug sink to display all tags coming into it. | Tom Rondeau | 2012-06-22 | 8 | -0/+349 |
* | | | | | filter: more precision for the PFB channelizer QA test. | Tom Rondeau | 2012-06-22 | 1 | -4/+4 |
|/ / / / |
|
* | | | | filter: safer values for QA tests for different machines. | Tom Rondeau | 2012-06-21 | 2 | -8/+8 |
* | | | | core: tiny performance boost, and it looks tidier. | Martin Braun | 2012-06-21 | 1 | -4/+3 |
* | | | | core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME obsolete | Martin Braun | 2012-06-21 | 2 | -112/+33 |
* | | | | filer: fixed link to libvolk. | Tom Rondeau | 2012-06-21 | 1 | -1/+1 |
* | | | | filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build. | Nicholas Corgan | 2012-06-20 | 1 | -0/+1 |