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.7.0git-136-g91e22a9
Date: Sat, 15 Jun 2013 21:05:36 +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  91e22a93821db1efc8916d47b34760220ce1bece (commit)
       via  998fa64c5d10b63ef2d07ddc2f293bb1c91c3171 (commit)
       via  c08090c6d5dc41c841dc8f09c43fce068852c7d0 (commit)
       via  149d6a75466cf052ef53f6f2d6bc276acb0991bd (commit)
       via  234b0f02a954928c54485c38ef37126ba5197597 (commit)
       via  2fb6d0a21a133207e9b93545c4fe3754d22cdfc7 (commit)
       via  50cc843b8b4b4cae715f3e479ab288859a1378a6 (commit)
       via  e0f9a39ab6cda4ae79bc3021359b2d99d592cdbc (commit)
      from  b47d3882356243aa44104fd49b8f3f4070661cde (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 91e22a93821db1efc8916d47b34760220ce1bece
Merge: 998fa64 b47d388
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 15 17:05:47 2013 -0400

    Merge branch 'master' of git.gnuradio.org:gnuradio

commit 998fa64c5d10b63ef2d07ddc2f293bb1c91c3171
Merge: c08090c 234b0f0
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 15 17:01:42 2013 -0400

    Merge branch 'master_vmcircbuf_mutex'

commit c08090c6d5dc41c841dc8f09c43fce068852c7d0
Merge: 2fb6d0a 149d6a7
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 15 17:01:38 2013 -0400

    Merge branch 'maint'

commit 234b0f02a954928c54485c38ef37126ba5197597
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 14 18:15:50 2013 -0400

    runtime: 2 threading issues with the shared memory system.
    
    1. Making a global mutex for the VM circular buffers to use and lock for 
multiple top_blocks to handle accessing the memory.
    
    2. Catch the bad_alloc exception once and retry. After 1., this rarely 
happens unless the thread count gets large (> 20 as an estimate).

commit 2fb6d0a21a133207e9b93545c4fe3754d22cdfc7
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 14 16:01:25 2013 -0400

    runtime: (dup of e0f9a39 for 3.7 structure) making block_registry 
thread-safe for multiple flowgraphs to access it.

commit 50cc843b8b4b4cae715f3e479ab288859a1378a6
Merge: 1d45386 e0f9a39
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 14 16:00:57 2013 -0400

    Merge branch 'maint'

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

Summary of changes:
 gnuradio-runtime/include/gnuradio/block_registry.h |    1 +
 gnuradio-runtime/lib/block_registry.cc             |   14 ++++++++++++++
 gnuradio-runtime/lib/flat_flowgraph.cc             |   11 ++++++++++-
 gnuradio-runtime/lib/vmcircbuf.cc                  |    6 ++++++
 gnuradio-runtime/lib/vmcircbuf.h                   |    3 +++
 gnuradio-runtime/lib/vmcircbuf_sysv_shm.cc         |    4 ++++
 6 files changed, 38 insertions(+), 1 deletions(-)


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



reply via email to

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