commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (958908e -> 001b7df)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (958908e -> 001b7df)
Date: Tue, 23 Dec 2014 09:38:59 +0000 (UTC)

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

jcorgan pushed a change to branch next
in repository gnuradio.

      from  958908e   Merge branch 'master' into next
       new  26cdf55   fixed tiny typo (send_meassage->send_message)
       new  7e4527f   blocks: Improved docs for repack_bits
       new  c3e7ab7   Merge remote-tracking branch 
'martin/blocks/repacker_docs' into maint
       new  30c5eb9   Merge branch 'maint'
       new  5772831   runtime: whitespace fixes
       new  94a9363   runtime: refactor top/hier block python wrappers
       new  0356a8d   runtime: add tests for new decorators in hier_block2
       new  6f704ce   Merge remote-tracking branch 
'skoslowski/msg_connect_extended'
       new  8d579a4   grc: add domain xml DTD and parsing
       new  30ff5da   grc: add domain attribute to ports
       new  c4a7d78   grc: draw ports with custom domain differently
       new  5fc2db0   grc: don't fail for unknown domains
       new  e68643b   grc: use domain connection templates in Generator
       new  ef95b0e   grc: domain-specific port keys
       new  9372ec7   grc: per element line styles (for custom domain ports and 
message connections)
       new  eb40a41   grc: add gr_message domain
       new  2c9079a   grc: make Generator use gr_message domain
       new  2008a6e   grc: add multiple_sources flag to domain.dtd
       new  24b98d2   grc: PEP8 fixes in Generator
       new  a4e0154   grc: port connections by domain, block name in generated 
code
       new  20c71cb   grc: add domain property color and use it for connections
       new  7bebb64   grc: fix connections error log and color
       new  01b9933   grc: port domain code clean-up
       new  b2944c2   Merge branch 'port_domains' into master_grcwg
       new  2402ccc   Merge remote-tracking branch 
'gnuradio-wg-grc/master_grcwg'
       new  001b7df   Merge branch 'master' into next

The 26 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:
 docs/doxygen/other/msg_passing.dox                 |   2 +-
 gnuradio-runtime/python/gnuradio/gr/hier_block2.py | 139 +++++++++++--------
 .../python/gnuradio/gr/qa_hier_block2.py           |  91 +++++++++++++
 gnuradio-runtime/python/gnuradio/gr/top_block.py   | 148 ++++++++-------------
 gr-blocks/include/gnuradio/blocks/repack_bits_bb.h |  38 ++++--
 grc/base/CMakeLists.txt                            |   1 +
 grc/base/Connection.py                             |  26 +++-
 grc/base/Constants.py                              |   6 +
 grc/base/Element.py                                |   3 +-
 grc/base/Platform.py                               |  54 +++++++-
 grc/base/Port.py                                   |  13 +-
 grc/base/{block_tree.dtd => domain.dtd}            |  21 ++-
 grc/blocks/gr_message_domain.xml                   |  20 +++
 grc/blocks/gr_stream_domain.xml                    |  18 +++
 grc/gui/Block.py                                   |   8 +-
 grc/gui/Colors.py                                  |   6 +-
 grc/gui/Connection.py                              |  50 ++++---
 grc/gui/Element.py                                 |  14 +-
 grc/gui/Port.py                                    |   5 +
 grc/python/Block.py                                |   9 +-
 grc/python/Connection.py                           |   6 +-
 grc/python/FlowGraph.py                            |  17 ++-
 grc/python/Generator.py                            |  71 +++++-----
 grc/python/Port.py                                 |  12 +-
 grc/python/block.dtd                               |   5 +-
 grc/python/flow_graph.tmpl                         |  49 +++----
 26 files changed, 548 insertions(+), 284 deletions(-)
 create mode 100644 gnuradio-runtime/python/gnuradio/gr/qa_hier_block2.py
 copy grc/base/{block_tree.dtd => domain.dtd} (60%)
 create mode 100644 grc/blocks/gr_message_domain.xml
 create mode 100644 grc/blocks/gr_stream_domain.xml



reply via email to

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