commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (5ff65f3 -> cbdaaa0)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (5ff65f3 -> cbdaaa0)
Date: Fri, 1 Jul 2016 16:25:44 +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  5ff65f3   Merge remote-tracking branch 'pinkavaj/fix-modtool-00' 
into next
       new  8ef0f89   filter: add missing import of filter
       new  6c85484   Merge branch 'maint'
       new  0dadf5a   Merge branch 'master' into next
       new  d77bcd2   runtime: remove unnecessary wakeup of neighbors
       new  2a1a9e8   runtime: allow blocks w/ only msg inputs to exit
       new  05fc980   runtime: set_done shouldn't be set in msg handlers
       new  a882307   runtime: allow msg port block finish cleanly
       new  1c76c59   runtime: whitespace
       new  f23a042   runtime: use bool for system port message
       new  d35dcb7   blocks: use possibility to shutdown flow graph in unit 
tests
       new  bad298f   runtime: block if message block doesn't produce
       new  c7c6820   blocks: don't block waiting for messages
       new  5197311   runtime: delete blocking wait for message
       new  333670c   runtime: scheduler: no busy-waiting
       new  567f18f   runtime: tpb, don't check msg queue
       new  32b59a7   runtime: scheduler: check changed at beginning
       new  e497220   runtime: scheduler: check for messages at start of 
iteration
       new  db075bb   runtime: del left-over from blocked out
       new  85204ab   runtime: poll blocks
       new  cbdaaa0   Merge remote-tracking branch 'bastibl/shutdown' into next

The 20 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:
 gnuradio-runtime/include/gnuradio/basic_block.h |  7 --
 gnuradio-runtime/include/gnuradio/tpb_detail.h  |  3 +
 gnuradio-runtime/lib/basic_block.cc             | 23 -------
 gnuradio-runtime/lib/block.cc                   |  7 +-
 gnuradio-runtime/lib/tpb_thread_body.cc         | 87 +++++++------------------
 gr-blocks/lib/pdu_to_tagged_stream_impl.cc      |  5 +-
 gr-blocks/python/blocks/qa_pdu.py               | 19 ++----
 gr-filter/examples/benchmark_filters.py         |  2 +-
 8 files changed, 39 insertions(+), 114 deletions(-)



reply via email to

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