commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (cba2d18 -> 5cb67ce)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (cba2d18 -> 5cb67ce)
Date: Fri, 23 May 2014 17:35:55 +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  cba2d18   fec: fixing a bit of sloppy memory handling in the cc 
decoder.
       new  a74a7f3   pmt: adding uint64 sugar
       new  e99fdb1   pmt: support conversion of basic pmt pairs to python
       new  bdd6ad4   pmt: making uint64_t sugar more friendly
       new  b29e231   Merge branch 'uint64_sugar' of 
git://github.com/osh/gnuradio
       new  220ddfa   blocks: agc3 invsqrt volk kernel aligned assumption is 
not safe
       new  1f6d340   Merge branch 'maint'
       new  979060c   blocks: Added tsb_vector_sinks
       new  00b8dbe   blocks: updated some QAs to use proper tsb functions
       new  95ae36c   digital: updated some QAs to use proper tsb functions
       new  f21fee1   runtime: Added packet_utils and marked tagged_streams.py 
for removal in future
       new  740abc0   Merge remote-tracking branch 'martin/tsb/prep_for_38'
       new  adc43ad   uhd: Nicer labels for device args and addres in GRC
       new  5cb67ce   Merge remote-tracking branch 'martin/uhd/clearer_grc_args'

The 13 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/include/pmt/pmt_sugar.h           |  10 +-
 gnuradio-runtime/python/gnuradio/gr/CMakeLists.txt |   1 +
 .../python/gnuradio/gr/packet_utils.py             |  32 ++--
 gnuradio-runtime/python/pmt/pmt_to_python.py       |   7 +-
 gr-analog/lib/agc3_cc_impl.cc                      |   2 +-
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |   1 +
 .../{vector_sink_X.h.t => tsb_vector_sink_X.h.t}   |  43 +++---
 gr-blocks/lib/CMakeLists.txt                       |   1 +
 ...ink_X_impl.cc.t => tsb_vector_sink_X_impl.cc.t} |  62 ++++----
 ..._sink_X_impl.h.t => tsb_vector_sink_X_impl.h.t} |  32 ++--
 gr-blocks/python/blocks/qa_repack_bits_bb.py       |  57 +++-----
 gr-blocks/python/blocks/qa_tagged_stream_mux.py    | 123 +++++++---------
 .../python/blocks/qa_tsb_vector_sink_X.py          |  52 ++++---
 gr-blocks/swig/blocks_swig1.i                      |  15 ++
 gr-digital/python/digital/qa_crc32_bb.py           | 111 +++++++-------
 .../digital/qa_ofdm_carrier_allocator_cvc.py       | 111 ++++++--------
 gr-digital/python/digital/qa_ofdm_chanest_vcvc.py  |   7 +-
 .../python/digital/qa_ofdm_cyclic_prefixer.py      |  17 +--
 .../python/digital/qa_ofdm_frame_equalizer_vcvc.py | 162 ++++++++++-----------
 .../python/digital/qa_ofdm_serializer_vcc.py       | 120 +++++----------
 .../python/digital/qa_packet_headergenerator_bb.py | 105 ++++---------
 gr-digital/python/digital/utils/tagged_streams.py  |   2 +
 gr-uhd/grc/gen_uhd_usrp_blocks.py                  |  19 ++-
 23 files changed, 509 insertions(+), 583 deletions(-)
 copy gr-digital/python/digital/utils/tagged_streams.py => 
gnuradio-runtime/python/gnuradio/gr/packet_utils.py (80%)
 copy gr-blocks/include/gnuradio/blocks/{vector_sink_X.h.t => 
tsb_vector_sink_X.h.t} (60%)
 copy gr-blocks/lib/{vector_sink_X_impl.cc.t => tsb_vector_sink_X_impl.cc.t} 
(57%)
 copy gr-blocks/lib/{vector_sink_X_impl.h.t => tsb_vector_sink_X_impl.h.t} (73%)
 copy gr-zeromq/python/zeromq/qa_zeromq_pub.py => 
gr-blocks/python/blocks/qa_tsb_vector_sink_X.py (53%)



reply via email to

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