Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-05 | blocks: added gr::blocks::deinterleave | Johnathan Corgan | |
2012-07-04 | blocks: added gr::blocks::xor_XX (bb ss ii) | Johnathan Corgan | |
2012-07-04 | blocks: added gr::blocks::or_XX (bb ss ii) | Johnathan Corgan | |
2012-07-03 | blocks: apply swig fix | Johnathan Corgan | |
2012-07-03 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
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-03 | blocks: added gr::blocks::not_XX (bb ss ii) | Johnathan Corgan | |
2012-07-02 | blocks: added gr::blocks::and_const_XX (bb ss ii) | Johnathan Corgan | |
2012-07-02 | blocks: added gr::blocks::add_XX (bb ss ii) | Johnathan Corgan | |
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-07-01 | blocks: added gr::blocks::nlog10_ff | Johnathan Corgan | |
2012-06-30 | blocks: aded gr::blocks::multiply_conjugate_cc | Johnathan Corgan | |
2012-06-29 | Merge remote branch 'jblum-github/uhd_wip' | Johnathan Corgan | |
2012-06-29 | Merge branch 'master' into wip/gr-blocks-master | 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-29 | blocks: added gr::blocks::integrate_XX with ss ii ff cc | Johnathan Corgan | |
2012-06-29 | blocks: added gr::blocks::conjugate_cc | Johnathan Corgan | |
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-28 | blocks: added gr::blocks::uchar_to_float | Johnathan Corgan | |
2012-06-28 | blocks: added gr::blocks::short_to_float | Johnathan Corgan | |
2012-06-28 | blocks: added gr::blocks::short_to_char | Johnathan Corgan | |
2012-06-27 | blocks: added gr::blocks::interleaved_short_to_complex | Johnathan Corgan | |
2012-06-26 | blocks: added gr::blocks::float_to_int | Johnathan Corgan | |
2012-06-26 | blocks: added gr::blocks::float_to_uchar | Johnathan Corgan | |
2012-06-26 | blocks: added gr::blocks::float_to_short | Johnathan Corgan | |
2012-06-25 | volk: replace (__m128) with volk cast for portability | Josh Blum | |
2012-06-25 | blocks: added gr::blocks::float_to_int | Johnathan Corgan | |
2012-06-24 | blocks: added gr::blocks::float_to_complex | Johnathan Corgan | |
2012-06-24 | blocks: added gr::blocks::float_to_char | Johnathan Corgan | |
2012-06-23 | blocks: added gr::blocks::complex_to_arg | Johnathan Corgan | |
2012-06-23 | blocks: added gr::blocks::complex_to_mag_squared | Johnathan Corgan | |
2012-06-23 | blocks: added gr::blocks::complex_to_mag | Johnathan Corgan | |
2012-06-23 | blocks: added gr::blocks::complex_to_imag | Johnathan Corgan | |
2012-06-23 | blocks: added gr::blocks::complex_to_real | Johnathan Corgan | |
2012-06-23 | blocks: added gr::blocks::complex_to_float | Johnathan Corgan | |
2012-06-23 | blocks: added gr::blocks::complex_to_interleaved_short | Johnathan Corgan | |
2012-06-23 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
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. |