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, master, updated. 3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.5.1git-69-gab7cfce
Date: Tue, 3 Jan 2012 21:31:40 +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/gnuradio".

The branch, master has been updated
       via  ab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2 (commit)
       via  5b9769b7d7f2734bf4c5e7aff347fa74da41b5d2 (commit)
       via  0644c4bf65b35b6494553cd75623f65e8e4a4ba3 (commit)
       via  10d65867b80f796da27c82443734cc20e99b672e (commit)
       via  230e11b80ccec9acf77c1da13230bc773dbbee28 (commit)
       via  9716da257dcc3acbbc7ff8d9d79c1bc52c85b874 (commit)
       via  810f72a7a3c7555636d64208886642970ea74188 (commit)
       via  b53f0dfb6bbd0d2c0233ba3ee192a551b111d907 (commit)
      from  0ab3f9fa4ccd0e0f464dabc384832c315ef4296a (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 ab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2
Merge: 0ab3f9f 5b9769b
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 16:10:30 2012 -0500

    Merge branch 'max_noutputs'

commit 5b9769b7d7f2734bf4c5e7aff347fa74da41b5d2
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 15:36:13 2012 -0500

    scheduler: added argument to wxGUI's stdapp that allows a user to specify 
the max_noutput_items when building a wxGUI application.

commit 0644c4bf65b35b6494553cd75623f65e8e4a4ba3
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 19:50:35 2012 -0500

    scheduler: add default (large) max noutput_items to C++ run function.

commit 10d65867b80f796da27c82443734cc20e99b672e
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 19:27:29 2012 -0500

    scheduler: if the block is an interpolator that needs a minimum of some 
number of outputs based on the inputs, let it. This is an acceptable (actually, 
necessary) exception to the specified limit.

commit 230e11b80ccec9acf77c1da13230bc773dbbee28
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 21:36:47 2012 -0500

    scheduler: access to set max noutput_items in start method through Python.

commit 9716da257dcc3acbbc7ff8d9d79c1bc52c85b874
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 21:24:00 2012 -0500

    scheduler: first attempt at being able to set an upper limit on the 
noutput_items for all blocks in a flowgraph.

commit 810f72a7a3c7555636d64208886642970ea74188
Merge: 9838bb0 b53f0df
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 18:21:25 2012 -0500

    Merge branch 'maint'

commit b53f0dfb6bbd0d2c0233ba3ee192a551b111d907
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 10:59:20 2012 -0500

    pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps 
parameter better.
    
    The number of output items is now set based on the d_osps and the check in 
the work function is not needed (actually, that check was wrong and should 
never have worked correctly, anyway).
    
    This commit also changes the number of samples needed in the QA code for 
the constellation receiver for a faster test.

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

Summary of changes:
 .../src/lib/filter/gr_pfb_clock_sync_ccf.cc        |    3 ++
 gnuradio-core/src/lib/runtime/gr_block_executor.cc |   11 ++++++-
 gnuradio-core/src/lib/runtime/gr_block_executor.h  |    3 +-
 gnuradio-core/src/lib/runtime/gr_scheduler.cc      |    2 +-
 gnuradio-core/src/lib/runtime/gr_scheduler.h       |    2 +-
 gnuradio-core/src/lib/runtime/gr_scheduler_sts.cc  |    8 +++---
 gnuradio-core/src/lib/runtime/gr_scheduler_sts.h   |    4 +-
 gnuradio-core/src/lib/runtime/gr_scheduler_tpb.cc  |   17 +++++++-----
 gnuradio-core/src/lib/runtime/gr_scheduler_tpb.h   |    4 +-
 gnuradio-core/src/lib/runtime/gr_top_block.cc      |   20 +++++++++++---
 gnuradio-core/src/lib/runtime/gr_top_block.h       |   19 ++++++++++++-
 gnuradio-core/src/lib/runtime/gr_top_block.i       |    5 +++-
 gnuradio-core/src/lib/runtime/gr_top_block_impl.cc |   27 +++++++++++++++----
 gnuradio-core/src/lib/runtime/gr_top_block_impl.h  |    9 ++++++-
 .../src/lib/runtime/gr_tpb_thread_body.cc          |    4 +-
 gnuradio-core/src/lib/runtime/gr_tpb_thread_body.h |    2 +-
 gnuradio-core/src/python/gnuradio/gr/top_block.py  |    8 +++---
 gr-wxgui/src/python/stdgui2.py                     |   20 ++++++++++----
 18 files changed, 121 insertions(+), 47 deletions(-)


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



reply via email to

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