[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (620817e -> 500517a)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (620817e -> 500517a) |
Date: |
Mon, 26 Jan 2015 19:06: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 620817e Merge remote-tracking branch 'fengzhe/repack_bits_update'
new 0d21949 cmake: Add checks for SWIG versions 3.0.[34], with
user-friendly messages for both success and failure.
new dd1aaef gr-utils: Added octave function to write fc32 format
(gr_complex) from Octave variables.
new 9ab772e Merge remote-tracking branch
'garverp/complex_write_script'
new 844d2d7 gr-blocks: Make tap/tun configurable, fix GRC spec to be
consistent with default flag of IFF_TAP
new 9544f66 Merge remote-tracking branch 'garverp/tuntap_select'
new e2ea12c Fix Coverity Scan issues in gr-dtv.
new 500517a Merge remote-tracking branch 'drmpeg/gr-dtv-coverity'
The 7 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:
CMakeLists.txt | 2 +-
cmake/Modules/FindSWIG.cmake | 141 +++++++++++++++++++++
gr-blocks/grc/blocks_tuntap_pdu.xml | 18 ++-
gr-blocks/include/gnuradio/blocks/tuntap_pdu.h | 3 +-
gr-blocks/lib/tuntap_pdu_impl.cc | 17 ++-
gr-blocks/lib/tuntap_pdu_impl.h | 5 +-
gr-dtv/lib/atsc/atsc_field_sync_mux_impl.cc | 4 +
gr-dtv/lib/atsc/atsc_interleaver_impl.cc | 2 -
...{read_float_binary.m => write_complex_binary.m} | 27 ++--
9 files changed, 195 insertions(+), 24 deletions(-)
create mode 100644 cmake/Modules/FindSWIG.cmake
copy gr-utils/octave/{read_float_binary.m => write_complex_binary.m} (64%)
- [Commit-gnuradio] [gnuradio] branch master updated (620817e -> 500517a),
git <=
- [Commit-gnuradio] [gnuradio] 01/07: gr-utils: Added octave function to write fc32 format (gr_complex) from Octave variables., git, 2015/01/26
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'garverp/tuntap_select', git, 2015/01/26
- [Commit-gnuradio] [gnuradio] 02/07: cmake: Add checks for SWIG versions 3.0.[34], with user-friendly messages for both success and failure., git, 2015/01/26
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'drmpeg/gr-dtv-coverity', git, 2015/01/26
- [Commit-gnuradio] [gnuradio] 05/07: Merge remote-tracking branch 'garverp/complex_write_script', git, 2015/01/26
- [Commit-gnuradio] [gnuradio] 03/07: gr-blocks: Make tap/tun configurable, fix GRC spec to be consistent with default flag of IFF_TAP, git, 2015/01/26
- [Commit-gnuradio] [gnuradio] 04/07: Fix Coverity Scan issues in gr-dtv., git, 2015/01/26