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. v


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.6.3-62-g30b4428
Date: Thu, 7 Feb 2013 17:16:55 +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  30b4428b23dad07c74381d790ff67dffa948aa40 (commit)
       via  23e56ce76921dc6aafd868dac421023646641925 (commit)
       via  e532342c4b67b10f180f4da5b5ab6c89ea3179f0 (commit)
       via  e05c3cd81e2b3e60a6d09ebd1afbb641c33c8ea9 (commit)
       via  0c46b36ed5c52f0003f0cd45195bdee1193a2a33 (commit)
       via  8511ee7f22f197526e0345554842a9ac422974ae (commit)
       via  8bf083a99c8a0d43d365bdd9ad90e3d840c582e7 (commit)
       via  256b438259469ff9ab58572c73f6444c79c24f1c (commit)
       via  01eab0c7e283db9c1cfff0a26296a49128062cca (commit)
       via  7bc415bd2875132ce321c5913950d23e7c9ad8b1 (commit)
      from  ce7d46835eef941dad82edbfe9b353925d3d3954 (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 30b4428b23dad07c74381d790ff67dffa948aa40
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 7 12:16:42 2013 -0500

    core: QA code import fix.
    
    Prevents getting pmt module from the installed library.

commit 23e56ce76921dc6aafd868dac421023646641925
Merge: e532342 ce7d468
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 7 11:08:53 2013 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit e532342c4b67b10f180f4da5b5ab6c89ea3179f0
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 7 11:05:08 2013 -0500

    core: thread affinity example core set changed.
    
    The affinity call will work if at least 1 of the specified cores is 
present. This fixes a problem if running on a single-core machine.

commit e05c3cd81e2b3e60a6d09ebd1afbb641c33c8ea9
Author: Nicholas Corgan <address@hidden>
Date:   Wed Feb 6 14:21:11 2013 -0800

    gruel: Added WIN32_LEAN_AND_MEAN definition before windows.h include

commit 0c46b36ed5c52f0003f0cd45195bdee1193a2a33
Author: Nicholas Corgan <address@hidden>
Date:   Wed Feb 6 12:36:13 2013 -0800

    gruel: renamed mask to dword_mask

commit 8511ee7f22f197526e0345554842a9ac422974ae
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 27 13:32:20 2013 -0500

    sched: added documentation for affinity setting functions.

commit 8bf083a99c8a0d43d365bdd9ad90e3d840c582e7
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 24 09:26:19 2013 -0500

    gruel: need to include windows.h to know about HANDLE.

commit 256b438259469ff9ab58572c73f6444c79c24f1c
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 19 14:38:22 2012 -0500

    QA: adding a test to make sure the set_processor_affinity calls work and 
top_block starts correctly.

commit 01eab0c7e283db9c1cfff0a26296a49128062cca
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 19 13:38:24 2012 -0500

    core: working thread affinity concept into gr_blocks.
    
    Example in gnuradio-core/src/examples/mp-sched/affinity_set.py
    
    Documentation describing API in docs/doxygen/other/thread_affinity.dox

commit 7bc415bd2875132ce321c5913950d23e7c9ad8b1
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 19 13:37:39 2012 -0500

    gruel: adding wrapper layer for gruel threads to enable setting thread 
affinity.
    
    Working in Linux; programmed for Windows (but untested); nops for OSX.

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

Summary of changes:
 docs/doxygen/other/thread_affinity.dox             |   65 ++++++
 gnuradio-core/src/examples/mp-sched/CMakeLists.txt |    1 +
 .../src/examples/mp-sched/affinity_set.py          |   73 +++++++
 gnuradio-core/src/lib/runtime/gr_block.cc          |   18 ++
 gnuradio-core/src/lib/runtime/gr_block.h           |   21 ++
 gnuradio-core/src/lib/runtime/gr_block.i           |    5 +
 gnuradio-core/src/lib/runtime/gr_block_detail.cc   |   22 ++
 gnuradio-core/src/lib/runtime/gr_block_detail.h    |   14 ++
 .../src/lib/runtime/gr_tpb_thread_body.cc          |    7 +
 gnuradio-core/src/lib/runtime/qa_gr_top_block.cc   |   21 ++
 gnuradio-core/src/lib/runtime/qa_gr_top_block.h    |    7 +
 .../src/python/gnuradio/gr/qa_tag_utils.py         |   10 +-
 gruel/src/include/gruel/thread.h                   |  102 +++++++++-
 gruel/src/lib/CMakeLists.txt                       |    1 +
 gruel/src/lib/thread.cc                            |  226 ++++++++++++++++++++
 15 files changed, 586 insertions(+), 7 deletions(-)
 create mode 100644 docs/doxygen/other/thread_affinity.dox
 create mode 100755 gnuradio-core/src/examples/mp-sched/affinity_set.py
 create mode 100644 gruel/src/lib/thread.cc


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



reply via email to

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