summaryrefslogtreecommitdiff
path: root/gr-blocks
AgeCommit message (Collapse)Author
2013-01-13gras: support changeset for 3.6.4Josh 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-04remove unnecessary build commandsMichael L Dickens
2013-01-03Merge branch 'master' of http://gnuradio.org/git/gnuradio into ↵Michael L Dickens
fix_build_dir_order
2013-01-02blocks: fixed file_meta_sink/source_impl MSVC incompatibliity errorNicholas Corgan
2013-01-01Tweak 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-15blocks: fixing up QA of metadata to not rely on non-dependency components.Tom Rondeau
2012-12-15blocks: fixing up metadata parser.Tom Rondeau
2012-12-14blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau
2012-12-12build: removing GR_SWIG_TARGET deps from new component gr-blocks.Tom Rondeau
2012-12-11blocks: apply changes to file source in core to one in gr-blocks.Tom Rondeau
2012-12-03Docs: Fixing Doxygen markup for missing constructor parameters.Tom Rondeau
2012-11-28blocks: fix for qa_patterned_interleaver.Tom Rondeau
2012-11-28patterned qa added, bugs fixedTim O'Shea
2012-11-28adding patterned interleaver blockTim O'Shea
2012-11-26blocks: fix initializer order warningJohnathan Corgan
2012-11-24blocks: fix required libs in .pc fileJohnathan Corgan
2012-11-14gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocksJohnathan Corgan
2012-11-04Merge branch 'maint'Johnathan Corgan
(commit chunk for gr-blocks added back in)
2012-10-05blocks: fix XML definitions for block treeJohnathan Corgan
2012-10-03blocks: fixed MSVC compatibility issueNicholas Corgan
2012-09-05blocks: added gr::blocks::file_sourceJohnathan Corgan
2012-09-04blocks: added gr::blocks::vector_to_streamsJohnathan Corgan
2012-09-04blocks: added gr::blocks::vector_to_streamJohnathan Corgan
2012-09-04blocks: added gr::blocks::streams_to_vectorJohnathan Corgan
2012-09-04blocks: added gr::blocks::streams_to_streamJohnathan Corgan
2012-09-04blocks: added gr::blocks::stream_to_vectorJohnathan Corgan
2012-08-30blocks: added gr::blocks::stream_to_streamsJohnathan Corgan
2012-08-30blocks: added gr::blocks::stream_muxJohnathan Corgan
2012-07-19blocks: added gr::blocks::repeatJohnathan Corgan
2012-07-19blocks: added gr::blocks::keep_m_in_nJohnathan Corgan
2012-07-07blocks: added gr::blocks::keep_one_in_nJohnathan Corgan
2012-07-06blocks: added gr::blocks::interleaveJohnathan Corgan
2012-07-05blocks: added gr::blocks::deinterleaveJohnathan Corgan
2012-07-04blocks: added gr::blocks::xor_XX (bb ss ii)Johnathan Corgan
2012-07-04blocks: added gr::blocks::or_XX (bb ss ii)Johnathan Corgan
2012-07-03blocks: apply swig fixJohnathan Corgan
2012-07-03blocks: added gr::blocks::not_XX (bb ss ii)Johnathan Corgan
2012-07-02blocks: added gr::blocks::and_const_XX (bb ss ii)Johnathan Corgan
2012-07-02blocks: added gr::blocks::add_XX (bb ss ii)Johnathan Corgan
2012-07-01blocks: added gr::blocks::nlog10_ffJohnathan Corgan
2012-06-30blocks: aded gr::blocks::multiply_conjugate_ccJohnathan Corgan
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-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