commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.1git-823-gf7ba470
Date: Tue, 4 Jan 2011 17:04:38 +0000 (GMT)

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/gnuradio".

The branch, next has been updated
       via  f7ba4702a44213e3bc03c41ea0c4eb1f02f230c7 (commit)
       via  99c2b220675f3ca73ef5cf0a9ebe03706f813d61 (commit)
       via  6925ccc667c8278c7b250fb4f7225e01680c62ea (commit)
       via  9c0bfe8920ec66b5b9f1f287d63ee66b4d208862 (commit)
       via  c11a431055c1e84ed16a6567cc9b2f3b821ad5e7 (commit)
       via  9c07c99147955574354d9d2a36c18f7aa8988130 (commit)
      from  66768f6ec30edbc2cf481e16b92a387b483dde6c (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 f7ba4702a44213e3bc03c41ea0c4eb1f02f230c7
Merge: 99c2b220675f3ca73ef5cf0a9ebe03706f813d61 
66768f6ec30edbc2cf481e16b92a387b483dde6c
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 4 12:04:00 2011 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 99c2b220675f3ca73ef5cf0a9ebe03706f813d61
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 4 11:10:27 2011 -0500

    Only prune if we've moved on in the number of items read. Fixes the problem 
or premature pruning.

commit 6925ccc667c8278c7b250fb4f7225e01680c62ea
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 13:49:08 2011 -0500

    Going back to iterators for use in erasing items from the deque.

commit 9c0bfe8920ec66b5b9f1f287d63ee66b4d208862
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 11:37:01 2011 -0500

    Not using an iterator to prune the tags to see if this fixes a problem in 
Windows.

commit c11a431055c1e84ed16a6567cc9b2f3b821ad5e7
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 11:31:56 2011 -0500

    Buffers now hold on to all tags from both this window and the last window 
of items instead of just this window.
    
    This protects against the rare times when one block is called twice before 
another block is, thereby pruning the tags before they can be passed 
downstream. The same thing will happen if a block is called 3 times in a row, 
which is highly unlikely.

commit 9c07c99147955574354d9d2a36c18f7aa8988130
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 11:29:38 2011 -0500

    Fixing a comment.

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

Summary of changes:
 gnuradio-core/src/lib/runtime/gr_block_executor.cc |    3 +-
 gnuradio-core/src/lib/runtime/gr_buffer.cc         |   23 +++++++++++++------
 gnuradio-core/src/lib/runtime/gr_buffer.h          |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)


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



reply via email to

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