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, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.7.0-177-gb6f0722
Date: Tue, 27 Aug 2013 18:10:34 +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, next has been updated
       via  b6f072268ac116778b4565f1718761ce9b2c574f (commit)
       via  e553f6c287dacf7ed85725b666d8952bf63ee4ec (commit)
       via  af8fcd9884c19456530ff42185fc3a549098e472 (commit)
       via  797b3b061a2ae79b51853e1b86fd9f511a8f36f4 (commit)
       via  9c03a0d2aab4705c37645c87af1ec591e9a515cd (commit)
       via  52cffbabaef816ba7e723cf53c69a8cfa2a39849 (commit)
      from  e19f73f020ce2edc58994baeb0d8dfff718c4842 (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 b6f072268ac116778b4565f1718761ce9b2c574f
Merge: e19f73f e553f6c
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 27 14:10:11 2013 -0400

    Merge branch 'master' into next

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

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]