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.7.0-130-ge553f6c
Date: Tue, 27 Aug 2013 18:10:21 +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  e553f6c287dacf7ed85725b666d8952bf63ee4ec (commit)
       via  af8fcd9884c19456530ff42185fc3a549098e472 (commit)
       via  797b3b061a2ae79b51853e1b86fd9f511a8f36f4 (commit)
       via  9c03a0d2aab4705c37645c87af1ec591e9a515cd (commit)
       via  52cffbabaef816ba7e723cf53c69a8cfa2a39849 (commit)
      from  9ce1deb174eeaf4ab2150aa91fdad939e396fee4 (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 e553f6c287dacf7ed85725b666d8952bf63ee4ec
Merge: af8fcd9 9ce1deb
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 27 14:09:50 2013 -0400

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

commit af8fcd9884c19456530ff42185fc3a549098e472
Merge: 584f201 797b3b0
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 27 13:44:27 2013 -0400

    Merge branch 'dynamic_channel'

commit 797b3b061a2ae79b51853e1b86fd9f511a8f36f4
Author: Tom Rondeau <address@hidden>
Date:   Fri Aug 23 16:41:48 2013 -0400

    channels: added second channel model that takes in a function to change 
freq/timing offsets.

commit 9c03a0d2aab4705c37645c87af1ec591e9a515cd
Author: Tom Rondeau <address@hidden>
Date:   Fri Aug 23 16:40:48 2013 -0400

    filter: added optional second input that dynamically adjusts resampling 
rate.

commit 52cffbabaef816ba7e723cf53c69a8cfa2a39849
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 22 17:39:47 2013 -0400

    blocks: adding a complex VCO block.

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

Summary of changes:
 gnuradio-runtime/include/gnuradio/fxpt_vco.h       |   11 ++
 gnuradio-runtime/lib/math/qa_fxpt_vco.cc           |   20 ++++
 gnuradio-runtime/lib/math/vco.h                    |   14 +++
 .../grc/{blocks_vco_f.xml => blocks_vco_c.xml}     |    8 +-
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |    1 +
 .../include/gnuradio/blocks/{vco_f.h => vco_c.h}   |   16 ++--
 gr-blocks/lib/CMakeLists.txt                       |    1 +
 gr-blocks/lib/{vco_f_impl.cc => vco_c_impl.cc}     |   26 +++---
 gr-blocks/lib/{vco_f_impl.h => vco_c_impl.h}       |   12 +-
 gr-blocks/python/blocks/qa_vco.py                  |   23 ++++
 gr-blocks/swig/blocks_swig5.i                      |    3 +
 ...annel_model.xml => channels_channel_model2.xml} |   24 ++--
 .../include/gnuradio/channels/CMakeLists.txt       |    1 +
 .../channels/{channel_model.h => channel_model2.h} |   52 ++++++----
 gr-channels/lib/CMakeLists.txt                     |    1 +
 ...hannel_model_impl.cc => channel_model2_impl.cc} |  113 ++++++++------------
 ...{channel_model_impl.h => channel_model2_impl.h} |   29 +++---
 gr-channels/swig/channels_swig.i                   |    3 +
 gr-filter/grc/filter_fractional_resampler_xx.xml   |    5 +
 gr-filter/lib/fractional_resampler_cc_impl.cc      |   43 ++++++--
 gr-filter/lib/fractional_resampler_ff_impl.cc      |   44 ++++++---
 gr-filter/python/filter/qa_fractional_resampler.py |   61 +++++++++++-
 22 files changed, 338 insertions(+), 173 deletions(-)
 copy gr-blocks/grc/{blocks_vco_f.xml => blocks_vco_c.xml} (80%)
 copy gr-blocks/include/gnuradio/blocks/{vco_f.h => vco_c.h} (80%)
 copy gr-blocks/lib/{vco_f_impl.cc => vco_c_impl.cc} (69%)
 copy gr-blocks/lib/{vco_f_impl.h => vco_c_impl.h} (84%)
 copy gr-channels/grc/{channels_channel_model.xml => 
channels_channel_model2.xml} (76%)
 copy gr-channels/include/gnuradio/channels/{channel_model.h => 
channel_model2.h} (57%)
 copy gr-channels/lib/{channel_model_impl.cc => channel_model2_impl.cc} (54%)
 copy gr-channels/lib/{channel_model_impl.h => channel_model2_impl.h} (73%)


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



reply via email to

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