summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-01blocks: added gr::blocks::nlog10_ffJohnathan Corgan
2012-06-30blocks: aded gr::blocks::multiply_conjugate_ccJohnathan Corgan
2012-06-29Merge remote branch 'jblum-github/uhd_wip'Johnathan Corgan
2012-06-29Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-29Merge branch 'maint'Johnathan Corgan
2012-06-29audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdrJosh Blum
2012-06-29blocks: added gr::blocks::integrate_XX with ss ii ff ccJohnathan Corgan
2012-06-29blocks: added gr::blocks::conjugate_ccJohnathan Corgan
2012-06-28core: fix for gri wave byteswappingJosh Blum
2012-06-28blocks: added gr::blocks::uchar_to_floatJohnathan Corgan
2012-06-28blocks: added gr::blocks::short_to_floatJohnathan Corgan
2012-06-28blocks: added gr::blocks::short_to_charJohnathan Corgan
2012-06-27blocks: added gr::blocks::interleaved_short_to_complexJohnathan Corgan
2012-06-26blocks: added gr::blocks::float_to_intJohnathan Corgan
2012-06-26blocks: added gr::blocks::float_to_ucharJohnathan Corgan
2012-06-26blocks: added gr::blocks::float_to_shortJohnathan Corgan
2012-06-25volk: replace (__m128) with volk cast for portabilityJosh Blum
2012-06-25blocks: added gr::blocks::float_to_intJohnathan Corgan
2012-06-24blocks: added gr::blocks::float_to_complexJohnathan Corgan
2012-06-24blocks: added gr::blocks::float_to_charJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_argJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_mag_squaredJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_magJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_imagJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_realJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_floatJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_interleaved_shortJohnathan Corgan
2012-06-23Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-23Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-06-22filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ...Tom Rondeau
2012-06-22blocks: added gr::blocks:char_to_shortJohnathan Corgan
2012-06-22volk: fixing some volk kernels.Tom Rondeau
2012-06-22Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-22gruel: removed inet.h from install headersNicholas Corgan
2012-06-22gruel: got rid of inet.h and adjusted only file that depended on itNicholas Corgan
2012-06-22filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer.Tom Rondeau
2012-06-22Merge branch 'win_fix'Tom Rondeau
2012-06-22Merge branch 'cppunit_fix'Tom Rondeau
2012-06-22core: adds a tag debug sink to display all tags coming into it.Tom Rondeau
2012-06-22gr-filter: Removing FILTER_API from internals static members fixes Windows errorNicholas Corgan
2012-06-22filter: more precision for the PFB channelizer QA test.Tom Rondeau
2012-06-21gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txtNicholas Corgan
2012-06-21filter: safer values for QA tests for different machines.Tom Rondeau
2012-06-21core: tiny performance boost, and it looks tidier.Martin Braun
2012-06-21core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME obsoleteMartin Braun
2012-06-21filer: fixed link to libvolk.Tom Rondeau
2012-06-20filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.Nicholas Corgan
2012-06-20Merge branch 'gr_filter'Tom Rondeau
2012-06-20filter: adding set/get for phase of arb resampler.Tom Rondeau
2012-06-20volk: added missing avx header includeJosh Blum