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, fix_skiphead_assumpti


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, fix_skiphead_assumption, created. a3c2c85b816917c2b215343de563f6a7c91a3562
Date: Sun, 30 Sep 2012 03:30:11 +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, fix_skiphead_assumption has been created
        at  a3c2c85b816917c2b215343de563f6a7c91a3562 (commit)

- Log -----------------------------------------------------------------
commit a3c2c85b816917c2b215343de563f6a7c91a3562
Author: Josh Blum <address@hidden>
Date:   Sat Sep 29 20:29:27 2012 -0700

    core: fix implicit assumption in skiphead
    
    skiphead is a gr_block, not sync block, but assumes that the number of 
input items is at least the number of output items
    
    remove this assumption and make this safe with std::min(ninputs, noutputs)
    
    may be necessary with new scheduler patches that can vary the circular 
buffer sizes

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


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



reply via email to

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