Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-13 | gras: support changeset for 3.6.4 | Josh Blum | |
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher) empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related most qa pass, there seems to be some additional issues, will be working through them on futher commits Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/runtime/CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_hier_block2.h gnuradio-core/src/lib/runtime/gr_top_block.h gnuradio-core/src/python/gnuradio/gr/__init__.py gr-audio/examples/c++/CMakeLists.txt gr-fcd/examples/c++/CMakeLists.txt grc/python/Port.py | |||
2013-01-04 | remove unnecessary build commands | Michael L Dickens | |
2013-01-03 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into ↵ | Michael L Dickens | |
fix_build_dir_order | |||
2013-01-02 | blocks: fixed file_meta_sink/source_impl MSVC incompatibliity error | Nicholas Corgan | |
2013-01-01 | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | |||
2012-12-14 | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | |
2012-12-11 | blocks: apply changes to file source in core to one in gr-blocks. | Tom Rondeau | |
2012-11-28 | patterned qa added, bugs fixed | Tim O'Shea | |
2012-11-28 | adding patterned interleaver block | Tim O'Shea | |
2012-11-26 | blocks: fix initializer order warning | Johnathan Corgan | |
2012-10-03 | blocks: fixed MSVC compatibility issue | Nicholas Corgan | |
2012-09-05 | blocks: added gr::blocks::file_source | Johnathan Corgan | |
2012-09-04 | blocks: added gr::blocks::vector_to_streams | Johnathan Corgan | |
2012-09-04 | blocks: added gr::blocks::vector_to_stream | Johnathan Corgan | |
2012-09-04 | blocks: added gr::blocks::streams_to_vector | Johnathan Corgan | |
2012-09-04 | blocks: added gr::blocks::streams_to_stream | Johnathan Corgan | |
2012-09-04 | blocks: added gr::blocks::stream_to_vector | Johnathan Corgan | |
2012-08-30 | blocks: added gr::blocks::stream_to_streams | Johnathan Corgan | |
2012-08-30 | blocks: added gr::blocks::stream_mux | Johnathan Corgan | |
2012-07-19 | blocks: added gr::blocks::repeat | Johnathan Corgan | |
2012-07-19 | blocks: added gr::blocks::keep_m_in_n | Johnathan Corgan | |
2012-07-07 | blocks: added gr::blocks::keep_one_in_n | Johnathan Corgan | |
2012-07-06 | blocks: added gr::blocks::interleave | Johnathan Corgan | |
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: 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 | blocks: added gr::blocks::nlog10_ff | Johnathan Corgan | |
2012-06-30 | blocks: aded gr::blocks::multiply_conjugate_cc | Johnathan Corgan | |
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 | 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 | 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 | |