commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (cf8997c -> 77c36d3)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (cf8997c -> 77c36d3)
Date: Sat, 22 Feb 2014 22:27:31 +0000 (UTC)

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

jcorgan pushed a change to branch master
in repository gnuradio.

      from  cf8997c   Merge branch 'maint'
       new  9725dae   blocks: adding abs_xx block/template
       new  6b579fa   blocks: tagged_stream_to_pdu now uses logic from 
tagged_stream_block, also more QA
       new  ade901d   Merge remote-tracking branch 'martin/pdu-to-tsb'
       new  7b61c1d   message_strobe_random_impl.h: typo in include guard; is 
taken from not-_random version.
       new  6c139b8   Corrected double-to-int conversion in tags propagation 
that should have included rounding behavior
       new  73767f0   Removed old code
       new  e106372   fixed faulty include guard
       new  77c36d3   Merge branch 'maint'

The 8 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:
 gnuradio-runtime/lib/block_executor.cc             |  4 +-
 .../grc/{blocks_or_xx.xml => blocks_abs_xx.xml}    | 19 +++--
 gr-blocks/grc/blocks_block_tree.xml                |  1 +
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |  1 +
 .../gnuradio/blocks/{and_XX.h.t => abs_XX.h.t}     | 12 ++-
 .../include/gnuradio/blocks/tagged_stream_to_pdu.h | 12 +--
 gr-blocks/lib/CMakeLists.txt                       |  1 +
 .../{and_const_XX_impl.cc.t => abs_XX_impl.cc.t}   | 27 ++----
 gr-blocks/lib/{xor_XX_impl.h.t => abs_XX_impl.h.t} |  4 +-
 gr-blocks/lib/message_strobe_random_impl.h         |  6 +-
 gr-blocks/lib/regenerate_bb_impl.h                 |  2 +-
 gr-blocks/lib/tagged_stream_to_pdu_impl.cc         | 99 +++++-----------------
 gr-blocks/lib/tagged_stream_to_pdu_impl.h          | 13 +--
 gr-blocks/python/blocks/qa_pdu.py                  | 43 ++++++++--
 gr-blocks/swig/blocks_swig2.i                      |  9 ++
 15 files changed, 111 insertions(+), 142 deletions(-)
 copy gr-blocks/grc/{blocks_or_xx.xml => blocks_abs_xx.xml} (74%)
 copy gr-blocks/include/gnuradio/blocks/{and_XX.h.t => abs_XX.h.t} (86%)
 copy gr-blocks/lib/{and_const_XX_impl.cc.t => abs_XX_impl.cc.t} (72%)
 copy gr-blocks/lib/{xor_XX_impl.h.t => abs_XX_impl.h.t} (95%)



reply via email to

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