Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-06-22 | gruel: got rid of inet.h and adjusted only file that depended on it | Nicholas Corgan | |
2012-06-22 | filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer. | Tom Rondeau | |
2012-06-22 | Merge branch 'win_fix' | Tom Rondeau | |
2012-06-22 | Merge branch 'cppunit_fix' | Tom Rondeau | |
2012-06-22 | core: adds a tag debug sink to display all tags coming into it. | Tom Rondeau | |
This block is meant to help debug applications that use stream tags. | |||
2012-06-22 | gr-filter: Removing FILTER_API from internals static members fixes Windows error | Nicholas Corgan | |
2012-06-22 | filter: more precision for the PFB channelizer QA test. | Tom Rondeau | |
2012-06-21 | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt | Nicholas Corgan | |
2012-06-21 | filter: safer values for QA tests for different machines. | Tom Rondeau | |
2012-06-21 | core: tiny performance boost, and it looks tidier. | Martin Braun | |
2012-06-21 | core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME obsolete | Martin Braun | |
2012-06-21 | filer: fixed link to libvolk. | Tom Rondeau | |
2012-06-20 | filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build. | Nicholas Corgan | |
2012-06-20 | Merge branch 'gr_filter' | Tom Rondeau | |
2012-06-20 | filter: adding set/get for phase of arb resampler. | Tom Rondeau | |
2012-06-20 | volk: added missing avx header include | Josh Blum | |
2012-06-20 | uhd: added rx tagging for changes in sample rate and center freq | Josh Blum | |
2012-06-20 | uhd: source will loop for samples forever until thread interrupt | Josh Blum | |
This should solve the case of stopping the receiver, while leaving the work thread in a live state. It also makes set stream time work for times > timeout. | |||
2012-06-20 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-20 | removing debug | Tim O'Shea | |
2012-06-20 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-20 | bug fixxes to tuple serialize | Tim O'Shea | |
2012-06-20 | 1. handle pmt serialize and deserialize for tuples | Tim O'Shea | |
2. fix offset checking in pmt_annotator_raw | |||
2012-06-20 | Merge branch 'gr_filter' | Johnathan Corgan | |
2012-06-20 | filter: fixed bug with includes. | Tom Rondeau | |
2012-06-20 | filter: added documentation to adaptive_filter blocks. | Tom Rondeau | |
2012-06-19 | filter: improving documentation. | Tom Rondeau | |
2012-06-19 | filter: improved QA code for fractional_interpolator and channel_model. | Tom Rondeau | |
Setting various parameters in the channel model should already be checked by the QA code of the respective components since this is a hier_block2. | |||
2012-06-19 | filter: fixed some include issues. | Tom Rondeau | |
2012-06-19 | filter: added channel_model block with GRC. | Tom Rondeau | |
Dummy QA test needs work. More documentation. | |||
2012-06-19 | filter: Moved over PFB examples. | Tom Rondeau | |
2012-06-19 | filter: removed all references to filter functions from gr namespace to filter. | Tom Rondeau | |