commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (8c97b7c -> 432e3b7)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (8c97b7c -> 432e3b7)
Date: Fri, 9 May 2014 22:28:41 +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  8c97b7c   blocks: adding pdu_remove block
       new  fd6feaf   pmt: adding pmt::dict_update(dict1, dict2) function for 
merging dictionaries
       new  b94ce24   runtime: 
ieieieieieieieieieieieieieieieieieieieieieeieiieieieiieieieieieieieieieiieiieieiie
       new  66c609e   Merge remote-tracking branch 'osh/typo_fix'
       new  5cd1953   gr-digital: update the HDLC blocks.
       new  6c767fe   Merge branch 'hdlc_update'
       new  78d7d59   gr-filter: Add a convenience freq_xlating_fft_filter block
       new  2c650bd   Merge remote-tracking branch 'smunaut/fft-filter'
       new  eb4602a   blocks: add vector output option param to 
complex_to_interleaved_short to match interleaved_short_to_complex
       new  5f19a86   Merge remote-tracking branch 'osh/cpx_to_ishort_vector'
       new  e632568   grc: allow function probe with empty Block ID
       new  9105d62   Merge branch 'maint'
       new  6a1cd24   cmake: better setup for finding QWT; otherwise, it can be 
forced to incorrectly "find" non-existent QWT libs.
       new  06f820a   Merge branch 'master' of git.gnuradio.org:gnuradio
       new  e93322e   cmake: fixing up FindICE to handle more possible install 
cases.
       new  432e3b7   Merge remote-tracking branch 'tom/cmake_ice_libs'

The 15 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:
 cmake/Modules/FindICE-3.5.cmake                    | 212 ++++++++++----------
 cmake/Modules/FindICE.cmake                        | 221 ++++++++++-----------
 gnuradio-runtime/include/gnuradio/block.h          |   2 +-
 gnuradio-runtime/include/pmt/pmt.h                 |   3 +
 gnuradio-runtime/lib/pmt/pmt.cc                    |  13 ++
 gnuradio-runtime/swig/pmt_swig.i                   |   1 +
 .../grc/blocks_complex_to_interleaved_short.xml    |  19 +-
 .../gnuradio/blocks/complex_to_interleaved_short.h |   2 +-
 gr-blocks/lib/complex_to_interleaved_short_impl.cc |  18 +-
 gr-blocks/lib/complex_to_interleaved_short_impl.h  |   4 +-
 gr-digital/grc/digital_hdlc_deframer_bp.xml        |   7 +-
 .../include/gnuradio/digital/hdlc_deframer_bp.h    |  11 +-
 .../include/gnuradio/digital/hdlc_framer_pb.h      |   2 +-
 gr-digital/lib/hdlc_deframer_bp_impl.cc            | 132 ++++++------
 gr-digital/lib/hdlc_deframer_bp_impl.h             |  16 +-
 gr-digital/python/digital/qa_hdlc_framer.py        |   5 +-
 gr-filter/grc/CMakeLists.txt                       |   1 +
 gr-filter/grc/filter_block_tree.xml                |   1 +
 ....xml => filter_freq_xlating_fft_filter_ccc.xml} |  57 ++----
 gr-filter/python/filter/CMakeLists.txt             |   1 +
 gr-filter/python/filter/__init__.py                |   1 +
 gr-filter/python/filter/freq_xlating_fft_filter.py |  80 ++++++++
 .../python/filter/qa_freq_xlating_fft_filter.py    | 147 ++++++++++++++
 grc/blocks/variable_function_probe.xml             |  18 +-
 24 files changed, 597 insertions(+), 377 deletions(-)
 copy gr-filter/grc/{filter_fft_filter_xxx.xml => 
filter_freq_xlating_fft_filter_ccc.xml} (50%)
 create mode 100644 gr-filter/python/filter/freq_xlating_fft_filter.py
 create mode 100755 gr-filter/python/filter/qa_freq_xlating_fft_filter.py



reply via email to

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