[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (56f6953 -> 971d13a)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (56f6953 -> 971d13a) |
Date: |
Tue, 9 Dec 2014 20:02:13 +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 56f6953 logger: adds a function to the logger facilities that
allows us to update the format of the logging output.
new b0b6205 Fixed inconsistent spacing in perror output
new 5a15ce8 Merge remote-tracking branch
'mmueller/runtime_fix_spacing_in_perror' into maint
new 21cc4f8 fixed UHD manual URLs
new 5f641c0 Merge remote-tracking branch 'mmueller/gr_uhd_fix_URLs'
into maint
new 236acdf grc: no tooltips for old GTK versions
new e6193c2 Merge remote-tracking branch
'gnuradio-wg-grc/maint_grcwg' into maint
new 0463962 Merge branch 'maint'
new 4669170 Merge branch 'maint_grcwg' into master_grcwg
new 4a517e1 grc: move convert hier into a child generator
new ac726bd grc: refactor/enhance hier block generation
new cab5629 Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
new 971d13a runtime: TSBs can now act as sources
The 12 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:
.../include/gnuradio/tagged_stream_block.h | 2 +
gnuradio-runtime/lib/tagged_stream_block.cc | 12 +-
gnuradio-runtime/lib/vmcircbuf_sysv_shm.cc | 12 +-
gr-uhd/doc/uhd.dox | 6 +-
grc/blocks/pad_sink.xml | 4 +-
grc/blocks/pad_source.xml | 4 +-
grc/gui/Param.py | 22 ++-
grc/python/CMakeLists.txt | 1 -
grc/python/FlowGraph.py | 80 +++++---
grc/python/Generator.py | 214 +++++++++++++++++----
grc/python/convert_hier.py | 116 -----------
grc/python/flow_graph.tmpl | 14 +-
12 files changed, 282 insertions(+), 205 deletions(-)
delete mode 100644 grc/python/convert_hier.py
- [Commit-gnuradio] [gnuradio] branch master updated (56f6953 -> 971d13a),
git <=
- [Commit-gnuradio] [gnuradio] 04/06: Merge branch 'maint', git, 2014/12/09
- [Commit-gnuradio] [gnuradio] 02/06: grc: move convert hier into a child generator, git, 2014/12/09
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2014/12/09
- [Commit-gnuradio] [gnuradio] 06/06: runtime: TSBs can now act as sources, git, 2014/12/09
- [Commit-gnuradio] [gnuradio] 03/06: grc: refactor/enhance hier block generation, git, 2014/12/09
- [Commit-gnuradio] [gnuradio] 01/06: Merge branch 'maint_grcwg' into master_grcwg, git, 2014/12/09