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-152-gd8e73d6
Date: Tue, 26 Feb 2013 18:14:13 +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  d8e73d63c0af6ba6810319d866cab07b332d0e42 (commit)
       via  fa00fcc1dda7586024aebbf4caaf6347d3b56ef5 (commit)
       via  88e054a98075fc494147cc9562a278d808713a7f (commit)
       via  7bb8c89e224e7b2c9ddbc5b4f50c79ffb0da2557 (commit)
       via  d7766c2c8d12bbfaf29b83cfea5ff95475b45d86 (commit)
       via  5c7b8118d4d0f8413d64933cabec84b18cdaf193 (commit)
      from  a54dc5bab6cc38513e9732be9f5c2670145b160f (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 d8e73d63c0af6ba6810319d866cab07b332d0e42
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 26 12:00:47 2013 -0500

    core: adding a mutex as a protected member of gr_block for use in 
protecting set and work function access to variables.
    
    This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX 
since these two cause particular problems (in next's channel model). This shows 
the use of the mutex for general protection when needed.

commit fa00fcc1dda7586024aebbf4caaf6347d3b56ef5
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 26 10:44:50 2013 -0500

    blocks: fixed typo.

commit 88e054a98075fc494147cc9562a278d808713a7f
Merge: 5c7b811 7bb8c89
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 26 09:54:51 2013 -0500

    Merge remote-tracking branch 'mbant/grmodtool'

commit 7bb8c89e224e7b2c9ddbc5b4f50c79ffb0da2557
Merge: d7766c2 a54dc5b
Author: Martin Braun <address@hidden>
Date:   Tue Feb 26 13:44:12 2013 +0100

    Merge branch 'master' of git://github.com/gnuradio/gnuradio into grmodtool

commit d7766c2c8d12bbfaf29b83cfea5ff95475b45d86
Author: Martin Braun <address@hidden>
Date:   Tue Feb 26 13:44:03 2013 +0100

    modtool: another fix in the SWIG generating code

commit 5c7b8118d4d0f8413d64933cabec84b18cdaf193
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 25 21:16:19 2013 -0500

    blocks: moved transcendental block to gr-blocks.

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

Summary of changes:
 gnuradio-core/src/lib/runtime/gr_block.h           |    8 +-
 gr-analog/lib/noise_source_X_impl.cc.t             |   16 ++
 gr-analog/lib/noise_source_X_impl.h.t              |    4 +-
 gr-blocks/grc/blocks_block_tree.xml                |    3 +-
 .../grc/blocks_transcendental.xml                  |    6 +-
 gr-blocks/include/blocks/CMakeLists.txt            |    1 +
 .../blocks/{and_XX.h.t => transcendental.h}        |   31 +++--
 gr-blocks/lib/CMakeLists.txt                       |    1 +
 gr-blocks/lib/transcendental_impl.cc               |  150 ++++++++++++++++++++
 .../lib/{rms_cf_impl.h => transcendental_impl.h}   |   29 ++---
 gr-blocks/python/qa_transcendental.py              |   90 ++++++++++++
 gr-blocks/swig/blocks_swig.i                       |    3 +
 gr-filter/lib/fir_filter_XXX_impl.cc.t             |    3 +
 gr-utils/src/python/modtool/templates.py           |    2 +-
 14 files changed, 308 insertions(+), 39 deletions(-)
 copy grc/blocks/gr_transcendental.xml => 
gr-blocks/grc/blocks_transcendental.xml (84%)
 copy gr-blocks/include/blocks/{and_XX.h.t => transcendental.h} (54%)
 create mode 100644 gr-blocks/lib/transcendental_impl.cc
 copy gr-blocks/lib/{rms_cf_impl.h => transcendental_impl.h} (65%)
 create mode 100644 gr-blocks/python/qa_transcendental.py


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



reply via email to

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