commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (bd7890f -> 0878c5c)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (bd7890f -> 0878c5c)
Date: Wed, 28 Sep 2016 11:42:39 +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  bd7890f   Merge branch 'master' into next
       new  90c88a9   qtgui: whitespace fix (gcc warning 
"misleading-indentation")
       new  9e11c51   Merge branch 'maint'
       new  0d96633   Merge branch 'master' into next
       new  5109369   grc: move grcc into grc subtree
       new  554ccb8   grc: move run command getter to core
       new  17a57c8   grc: make recursive flow graph load and generate more 
flexible
       new  3388c01   grc: rewrite grcc
       new  fd07927   grc: add some test code for grcc
       new  da8429f   grc: changes to grcc CLI
       new  0878c5c   Merge remote-tracking branch 'skoslowski/grcc_refactor' 
into next

The 10 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:
 gr-qtgui/lib/VectorDisplayPlot.cc                  |  22 +--
 gr-utils/python/utils/CMakeLists.txt               |   1 -
 gr-utils/python/utils/grcc                         |  89 ------------
 grc/compiler.py                                    |  76 ++++++++++
 grc/core/Config.py                                 |   4 +-
 grc/core/FlowGraph.py                              |  18 ++-
 grc/core/Platform.py                               |  23 +--
 .../gr/gr_threading.py => grc/core/utils/shlex.py  |  40 ++++--
 grc/gui/Executor.py                                |  41 ++----
 grc/scripts/CMakeLists.txt                         |   2 +-
 grc/scripts/gnuradio-companion                     |  34 +++--
 grc/scripts/grcc                                   |  64 +++++++++
 .../tests/resources/test_compiler.grc              | 155 ++++++++-------------
 .../dtv/qa_dtv.py => grc/tests/test_compiler.py    |  29 ++--
 14 files changed, 307 insertions(+), 291 deletions(-)
 delete mode 100755 gr-utils/python/utils/grcc
 create mode 100755 grc/compiler.py
 copy gnuradio-runtime/python/gnuradio/gr/gr_threading.py => 
grc/core/utils/shlex.py (54%)
 create mode 100755 grc/scripts/grcc
 copy gr-digital/examples/packet/tx_stage0.grc => 
grc/tests/resources/test_compiler.grc (62%)
 copy gr-dtv/python/dtv/qa_dtv.py => grc/tests/test_compiler.py (62%)
 mode change 100755 => 100644



reply via email to

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