commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. c92537


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. c92537ffca53fd420999fe8d961064b9e015e1c0
Date: Sat, 29 Oct 2011 23:28:19 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jblum".

The branch, next has been updated
       via  c92537ffca53fd420999fe8d961064b9e015e1c0 (commit)
       via  6291d95a6d7754e99a507da5cd5189a7ebbd9e63 (commit)
      from  30fdeb2a3e24f6351f34582d2af4cfaa6abe4129 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c92537ffca53fd420999fe8d961064b9e015e1c0
Author: Josh Blum <address@hidden>
Date:   Sat Oct 29 16:26:49 2011 -0700

    core: removed boolean running flags, starts/stops
    
    Basically, the thread interruption makes the thread body exit.
    In the case of the udp to blob, we needed to check interrupted,
    because none of the calls in the work loop were interruptable.

commit 6291d95a6d7754e99a507da5cd5189a7ebbd9e63
Author: Josh Blum <address@hidden>
Date:   Sat Oct 29 16:20:36 2011 -0700

    core: added a way to push to queue though API

-----------------------------------------------------------------------

Summary of changes:
 gnuradio-core/src/lib/general/gr_blob_to_stream.cc |    2 +-
 gnuradio-core/src/lib/general/gr_block_gateway.h   |    4 ++++
 gnuradio-core/src/lib/general/gr_stream_to_blob.cc |    6 ------
 gnuradio-core/src/lib/general/gr_stream_to_blob.h  |    1 -
 gnuradio-core/src/lib/io/gr_blob_to_socket.cc      |   16 +++-------------
 gnuradio-core/src/lib/io/gr_socket_to_blob.cc      |   17 +++--------------
 gnuradio-core/src/lib/runtime/gr_block.cc          |    6 +++++-
 gnuradio-core/src/lib/runtime/gr_block.h           |    9 +++++++++
 gnuradio-core/src/lib/runtime/gr_block_detail.cc   |    2 +-
 gnuradio-core/src/lib/runtime/gr_block_detail.h    |    2 +-
 10 files changed, 27 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
git://gnuradio.org/jblum



reply via email to

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