commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (1a9a550 -> c7a0c4d)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (1a9a550 -> c7a0c4d)
Date: Wed, 24 Sep 2014 22:07:48 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a change to branch next
in repository gnuradio.

      from  1a9a550   Merge branch 'master' into next
      adds  74404b6   Add vector support to abs block. Remove unused num_inputs 
from xml.
      adds  12d308d   blocks: make tagged stream to pdu output optional
      adds  a1e5963   Fix CMake abuse for assembly (.s) files
      adds  bedc76d   volk: add feature for json results export
      adds  fdded76   blocks: Added callback to vector source GRC bindings
      adds  eccc0c7   tags_wip
      adds  e1061a6   Fix(?) prune_tags: needs verification
      adds  fab4b46   Fix prune_tags
      adds  db177a6   runtime: speed up all the things
      adds  d7007ea   Formatting fix-ups
      adds  299640e   blocks: added example of how to construct and add a tag 
to a vector_source.
      adds  92aa05e   docs: fixed path stripping for binary dirs in doxygen 
manual.
      adds  e2ba65f   fec: turning off some debug output.
      adds  22fc5b1   blocks: deinterleaver will process more than one block at 
a time for significant speed improvements.
      adds  6f6c467   digital: clock recovery fix relative limit
      adds  ac9513a   digital: clock recovery delete unused variables
      adds  cadebb5   digital: clock recovery more verbose documentation
      adds  0d65b45   digital: adapt clock recovery QA
      adds  bcdb883   digital: applying same fix of the complex M&M clock 
recovery block as the float version.
      adds  3aededd   CID 1240027: runtime: clean up tag pruning using iter 
range
      adds  46e5c03   Merge branch 'master' of git.gnuradio.org:gnuradio
       new  93d90fb   Merge branch 'master' into next
      adds  df98939   digital: clock recovery fix relative limit
      adds  7c82995   digital: clock recovery delete unused variables
      adds  20db9dc   digital: clock recovery more verbose documentation
      adds  e08e2b3   digital: adapt clock recovery QA
      adds  e98373d   digital: applying same fix of the complex M&M clock 
recovery block as the float vrsion.
      adds  fd0955f   Merge branch 'maint'
       new  c7a0c4d   Merge branch 'master' into next

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/doxygen/Doxyfile.in                           |  27 +-
 gnuradio-runtime/lib/buffer.cc                     |   5 +-
 gr-blocks/examples/CMakeLists.txt                  |   8 +
 .../examples/vector_source_with_tags.grc           | 353 ++++++++++++---------
 gr-blocks/lib/deinterleave_impl.cc                 |  36 ++-
 gr-blocks/lib/deinterleave_impl.h                  |   3 +-
 .../gnuradio/digital/clock_recovery_mm_ff.h        |   2 +-
 gr-digital/lib/clock_recovery_mm_cc_impl.cc        |  48 +--
 gr-digital/lib/clock_recovery_mm_cc_impl.h         |  12 +-
 gr-digital/lib/clock_recovery_mm_ff_impl.cc        |  20 +-
 gr-digital/lib/clock_recovery_mm_ff_impl.h         |  12 +-
 gr-digital/python/digital/qa_clock_recovery_mm.py  |  44 +--
 gr-fec/lib/decoder_impl.cc                         |   8 +-
 gr-fec/lib/encoder_impl.cc                         |  12 +-
 14 files changed, 352 insertions(+), 238 deletions(-)
 copy grc/examples/simple/variable_config.grc => 
gr-blocks/examples/vector_source_with_tags.grc (73%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]