Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-30 | adding gr_endian_swap block | Tim O'Shea | |
2012-08-30 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-08-30 | filter: fixes naligned value when volk alignment is 1. | Tom Rondeau | |
2012-08-30 | Merge branch 'maint' | Johnathan Corgan | |
2012-08-30 | volk: dont set CMAKE_REQUIRED_FLAGS when empty | Josh Blum | |
2012-08-28 | Merge branch 'maint' | Johnathan Corgan | |
2012-08-28 | volk: special werror unused cmd line arg for clang | Josh Blum | |
2012-08-28 | fcd: fixed copy-paste error. | Tom Rondeau | |
2012-08-05 | arm: better support for ARM processors without NEON. | Jaroslav Skarvada | |
2012-07-26 | grc: adding missed message_burst_source GRC file. | Tom Rondeau | |
2012-07-19 | filter: fixing cppunit test QA to work properly with testing disabled. | Tom Rondeau | |
2012-07-19 | core: added message source that takes in tags for controlling bursts. | Nick Foster | |
2012-07-17 | Merge remote branch 'jblum/volk_mmx_fix' | Johnathan Corgan | |
2012-07-17 | volk: entirely remove commented out ORC clause for volk_16u_byteswap_u | Johnathan Corgan | |
2012-07-17 | volk: fix for win64 MSVC not having MMX support | Josh Blum | |
1) For the machine defs that will pass on windows, generate a machine with mmx and without using mmx| 2) In the cmakelists, we overrule MMX arch on MSVC 64. Also overrule redundant machines for when MMX does pass. 3) Set LV_HAVE_SSE && LV_HAVE_MMX for volk_16i_32fc_dot_prod_32fc_a. Afterall, it is calling into MMX intrinsics as well. | |||
2012-07-16 | Comment out orc support for volk_16u_byteswap_u | Johnathan Corgan | |
2012-07-15 | digital: adding BER/SNR simulation example. | Martin Braun | |
2012-07-15 | digital: removing unused parameter from DPSK demod GRC block. | Martin Braun | |
2012-07-15 | volk: adding unaligned byteswap kernel. | Tom Rondeau | |
2012-07-08 | filter: warning fixes. | Tom Rondeau | |
2012-07-08 | digital: fix for FLL block; uses actual FIR filter. | Hendrik van Wyk | |
This should work much more efficiently and also appears to fix issue 463. | |||
2012-07-08 | digital: fixes the digital demod GRC examples after last updates to gr-digital. | Martin Braun | |
2012-07-08 | digital: fixes DxPSK mod/demod to use right API. | Martin Braun | |
2012-07-08 | digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude. | Martin Braun | |
2012-07-08 | digital: adding a GFSK mod/demodulator. | Wayne Roberts | |
Includes GRC files and an example in gr-digital/examples/demod | |||
2012-07-08 | Merge remote-tracking branch 'jblum/fix_volk_32f_x2_dot_prod_32f' | Tom Rondeau | |
2012-07-07 | Revert "Merge remote branch 'jblum-github/python_blocks2' into master" | Johnathan Corgan | |
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b. | |||
2012-07-04 | volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse* | Josh Blum | |
2012-07-04 | volk: fix volk_32f_x2_dot_prod_32f_u_sse tail case | Josh Blum | |
2012-07-03 | Merge branch 'maint' | Johnathan Corgan | |
2012-07-03 | volk: don't initialize phase in rotator | Johnathan Corgan | |
2012-07-03 | Merge branch 'maint' | Johnathan Corgan | |
Conflicts: gruel/src/swig/CMakeLists.txt | |||
2012-07-03 | cmake: minor tweaks to GrSwig.cmake | Josh Blum | |
Added a custom print for docstring generation Removed unused output line from custom command | |||
2012-07-03 | core: moved VMCIRCBUF related code to runtime | Josh Blum | |
This build stuff should not be at the top level. | |||
2012-07-03 | Force swig compile ordering in gnuradio-core | Josh Blum | |
2012-07-03 | docs: remove redundant retries from swig_doc.py | Josh Blum | |
With proper build dependencies, it should not be needed. | |||
2012-07-03 | swig: use add_custom_target for swig docs dependency | Josh Blum | |
This seems to fix the build dependency issue where generation gets called multiple times and steps on itself. | |||
2012-07-03 | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | |
I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt | |||
2012-07-03 | swig: added additional swig dependencies gruel/core | Johnathan Corgan | |
pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt | |||
2012-07-03 | core: added general_generated to swig deps | Josh Blum | |
We generate the docs so its important that the docs see this header generated first. | |||
2012-07-01 | Merge remote branch 'jblum-github/python_blocks2' into master | Johnathan Corgan | |
Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/general/general.i | |||
2012-06-29 | Merge remote branch 'jblum-github/uhd_wip' | Johnathan Corgan | |
2012-06-29 | Merge branch 'maint' | Johnathan Corgan | |
2012-06-29 | audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdr | Josh Blum | |
The previous one didnt seem to be set by the build system. Perhaps this was lost in the transition to CMake? | |||
2012-06-28 | core: fix for gri wave byteswapping | Josh Blum | |
Sorry guys, I misunderstood the comments. Wave data is specifically in little endian format. Therefore we should only be swapping on big endian machines. Since systems only provide network endian macros: The following commit provides a cross platform byteswap and macros for host to/from worknet short and long. | |||
2012-06-25 | volk: replace (__m128) with volk cast for portability | Josh Blum | |
2012-06-23 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-06-22 | filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ↵ | Tom Rondeau | |
could be improperly set. This fixed issues with qa_fir_filter_with_buffer. | |||
2012-06-22 | volk: fixing some volk kernels. | Tom Rondeau | |
This should fix some problems with gr-filter QA tests. Also removes some warnings. | |||
2012-06-22 | gruel: removed inet.h from install headers | Nicholas Corgan | |