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.6.3-745-g664df02
Date: Mon, 18 Feb 2013 01:39:27 +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  664df025e2c984d80abe9be4a7f16c8b63e65a0f (commit)
       via  c53476e745c5f5cce564f253250a4963a275feb5 (commit)
       via  25cd3358c8cdddb14fb529b52382672bd5d80696 (commit)
       via  38447cf7eabfdc02d2b75b01bca57b3350d23709 (commit)
       via  f0bcceb462fda30371d83babb254e991f73f237e (commit)
       via  01f42b51ed910480ac6463ec9221718e848b82d6 (commit)
       via  6b3b5a5757bea2e89738aeaa6077abc9cb847b44 (commit)
       via  79c51dce02f1a6f45faf60cabca2820de959ffdb (commit)
       via  4aaa4f0cb076e2ad78a28eaba101182cbd868ba2 (commit)
       via  60f6b22a5f11d5c54771dc5a9b4567ba35852088 (commit)
       via  725b08915ce8854a824845d5e17fe6ef40e9c924 (commit)
       via  a06d57f67ff9c8a7c1f4007fef7ee81c39efe7b6 (commit)
       via  3fc871fe9d85c75b84b25cbcf3c8e38650ba772c (commit)
       via  3643a858e3f4e52fc9c9a3310f779a9f77ed308e (commit)
       via  edb256b22b6d0233ce274526d28ac79afbceab73 (commit)
       via  4f2481e1310dd9e936ed110d60679e71ca2059a8 (commit)
       via  1ddc990d1aded4cda9c1dfde596a1be2599aaf0d (commit)
       via  55028034dbad37c07c4675c88fccb460218ee924 (commit)
       via  8827ecc87eca9a1e970dd2ba5da0731cd9db0e98 (commit)
      from  45082a655dd333af50861b2c03d46c7d654e252c (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 664df025e2c984d80abe9be4a7f16c8b63e65a0f
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 20:39:40 2013 -0500

    ctrlport: fixing typo in gr_throttle RPC export.

commit c53476e745c5f5cce564f253250a4963a275feb5
Merge: 25cd335 38447cf
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 20:18:23 2013 -0500

    Merge branch 'master' into next
    
    Conflicts:
        gnuradio-core/src/python/gnuradio/gr/__init__.py

commit 25cd3358c8cdddb14fb529b52382672bd5d80696
Merge: 6b3b5a5 45082a6
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 20:16:46 2013 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next
    
    Conflicts:
        gr-channels/lib/fading_model_impl.cc

commit 6b3b5a5757bea2e89738aeaa6077abc9cb847b44
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 19:56:21 2013 -0500

    ctrlport: adding display type for stripchart as opposed to timeseries.
    
    Stripcharts add data to the back of what's plotted; time series plots just 
plot the vector given. All single-value RPC vars have been converted to use 
stripchart mode.

commit 79c51dce02f1a6f45faf60cabca2820de959ffdb
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 18:26:57 2013 -0500

    ctrlport: new DISPLOGTIMESERIES{F,C} to set plot into log mode.

commit 4aaa4f0cb076e2ad78a28eaba101182cbd868ba2
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 18:26:09 2013 -0500

    qtgui: improved handling of GUI events and log-y scale.

commit 60f6b22a5f11d5c54771dc5a9b4567ba35852088
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 17:04:47 2013 -0500

    qtgui: tweaking plotting apps for better handling.

commit 725b08915ce8854a824845d5e17fe6ef40e9c924
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 16:00:56 2013 -0500

    qtgui: adding new features.
    
    1. Using checkable menu items to toggle things like autoscale on/off.
    2. Adds ability to put time plots in semilog-x and semilog-y mode.

commit a06d57f67ff9c8a7c1f4007fef7ee81c39efe7b6
Author: Tim O'Shea <address@hidden>
Date:   Fri Feb 15 15:16:32 2013 -0500

    channels: fix for phase imbalance/alias in the specular component for 
Rician channels, switch phase accumulator to double precision, exporting step 
size to grcp

commit 3fc871fe9d85c75b84b25cbcf3c8e38650ba772c
Author: Tim O'Shea <address@hidden>
Date:   Fri Feb 15 15:14:34 2013 -0500

    channels: adding GRC tone example

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

Summary of changes:
 docs/doxygen/other/main_page.dox                   |   73 ++++++++++
 gnuradio-core/gnuradio-core.conf                   |    3 +
 gnuradio-core/src/lib/general/gr_prefs.cc          |  141 +++++++++++++++++++-
 gnuradio-core/src/lib/general/gr_prefs.h           |   10 ++
 gnuradio-core/src/lib/general/gr_prefs.i           |    3 -
 gnuradio-core/src/lib/general/gr_throttle.cc       |    4 +-
 gnuradio-core/src/lib/runtime/gnuradio.ice         |    6 +-
 gnuradio-core/src/lib/runtime/gr_block.cc          |   20 ++--
 gnuradio-core/src/lib/runtime/gr_block_executor.cc |   12 ++-
 gnuradio-core/src/lib/runtime/gr_block_executor.h  |    4 +
 gnuradio-core/src/lib/runtime/nop_impl.cc          |    4 +-
 .../src/lib/runtime/rpccallbackregister_base.h     |    6 +-
 gnuradio-core/src/lib/runtime/runtime.i            |    6 +-
 .../src/python/gnuradio/ctrlport/GrDataPlotter.py  |  107 +++++++++------
 .../python/gnuradio/ctrlport/gr-ctrlport-monitor   |   20 +++-
 gnuradio-core/src/python/gnuradio/gr/__init__.py   |    2 +-
 gr-channels/lib/channel_model_impl.cc              |    8 +-
 gr-channels/lib/fading_model_impl.cc               |   26 +++-
 gr-digital/lib/pfb_clock_sync_ccf_impl.cc          |    6 +-
 gr-qtgui/apps/plot_constellation_form.py           |   10 ++
 gr-qtgui/apps/plot_form.py                         |   14 +-
 gr-qtgui/apps/plot_time_form.py                    |    6 +-
 gr-qtgui/include/qtgui/time_sink_c.h               |    4 +-
 gr-qtgui/include/qtgui/time_sink_f.h               |    4 +-
 gr-qtgui/lib/TimeDomainDisplayPlot.cc              |  111 +++++++++++++---
 gr-qtgui/lib/TimeDomainDisplayPlot.h               |    7 +-
 gr-qtgui/lib/constellationdisplayform.cc           |   18 ---
 gr-qtgui/lib/constellationdisplayform.h            |    1 -
 gr-qtgui/lib/displayform.cc                        |    6 +-
 gr-qtgui/lib/displayform.h                         |    2 +-
 gr-qtgui/lib/freqdisplayform.cc                    |   18 ---
 gr-qtgui/lib/freqdisplayform.h                     |    1 -
 gr-qtgui/lib/time_sink_c_impl.cc                   |   16 ++-
 gr-qtgui/lib/time_sink_c_impl.h                    |    4 +-
 gr-qtgui/lib/time_sink_f_impl.cc                   |   16 ++-
 gr-qtgui/lib/time_sink_f_impl.h                    |    4 +-
 gr-qtgui/lib/timedisplayform.cc                    |   55 +++++---
 gr-qtgui/lib/timedisplayform.h                     |   10 +-
 gr-qtgui/lib/timerasterdisplayform.cc              |    4 +-
 gr-qtgui/lib/timerasterdisplayform.h               |    2 +-
 gr-qtgui/lib/waterfalldisplayform.cc               |    4 +-
 gr-qtgui/lib/waterfalldisplayform.h                |    2 +-
 42 files changed, 582 insertions(+), 198 deletions(-)


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



reply via email to

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