[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. 3773bb
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. 3773bb9cebbeeb82f3ebfd4ca3d1f65e18a601b7 |
Date: |
Sat, 24 Sep 2011 17:10:01 +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/jblum".
The branch, next has been updated
via 3773bb9cebbeeb82f3ebfd4ca3d1f65e18a601b7 (commit)
via 35222394b0515b91d814d8f17df75048782d1238 (commit)
via d00fed7b141aa45ae4013aee2b157c11f34fc631 (commit)
via 79b9c12f12f58f2ed7ae3c6444343ac71363c511 (commit)
via 518ba0510a6607011f2c3257dd57bf623033c0b9 (commit)
via 2742d43825361b5594b6ddac600397554945aea0 (commit)
via daf509ec3febdd0d33c11caddb85e3d7d1638be3 (commit)
via b5bcd15e8d269583a02869e8f341155239f9fa18 (commit)
via ebf5cda9fcfb49ee5ea23169283fb66627651b12 (commit)
via ccc98551c8f8a4f1c4ba52647037d9eb84a94b29 (commit)
from 3e7c061f3020bf6d5cf5cff47a144e9a23f427ea (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 3773bb9cebbeeb82f3ebfd4ca3d1f65e18a601b7
Merge: 3e7c061 3522239
Author: Josh Blum <address@hidden>
Date: Sat Sep 24 10:05:04 2011 -0700
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
commit 35222394b0515b91d814d8f17df75048782d1238
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 17:51:52 2011 -0400
qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version.
commit d00fed7b141aa45ae4013aee2b157c11f34fc631
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 17:37:15 2011 -0400
qtgui: moved actual examples to new examples directory.
commit 79b9c12f12f58f2ed7ae3c6444343ac71363c511
Merge: daf509e 518ba05
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 14:51:17 2011 -0400
Merge branch 'master' into next
commit 518ba0510a6607011f2c3257dd57bf623033c0b9
Merge: b5bcd15 2742d43
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 14:51:03 2011 -0400
Merge branch 'maint'
commit 2742d43825361b5594b6ddac600397554945aea0
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 14:50:44 2011 -0400
fixed QA code for PLL changes
commit daf509ec3febdd0d33c11caddb85e3d7d1638be3
Merge: 4059269 b5bcd15
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 14:08:12 2011 -0400
Merge branch 'master' into next
commit b5bcd15e8d269583a02869e8f341155239f9fa18
Merge: 0a9233a ebf5cda
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 14:07:56 2011 -0400
Merge branch 'maint'
commit ebf5cda9fcfb49ee5ea23169283fb66627651b12
Merge: ccc9855 a209853
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 14:07:35 2011 -0400
Merge branch 'maint' of gnuradio.org:gnuradio into maint
commit ccc98551c8f8a4f1c4ba52647037d9eb84a94b29
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 23 14:06:15 2011 -0400
fixing PLL's so their output update is done at the right time; were lagging
by a sample before.
-----------------------------------------------------------------------
Summary of changes:
config/grc_gr_qtgui.m4 | 1 +
.../src/lib/general/gr_pll_carriertracking_cc.cc | 8 +-
gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc | 3 +-
gnuradio-core/src/lib/general/gr_pll_refout_cc.cc | 5 +-
.../python/gnuradio/gr/qa_pll_carriertracking.py | 201 +++++++-------
.../src/python/gnuradio/gr/qa_pll_freqdet.py | 144 +++++-----
.../src/python/gnuradio/gr/qa_pll_refout.py | 150 +++++-----
gr-qtgui/Makefile.am | 2 +-
gr-qtgui/apps/Makefile.am | 6 +-
gr-qtgui/apps/{usrp2_display.py => uhd_display.py} | 81 +++---
gr-qtgui/apps/usrp_display.py | 299 --------------------
.../include/gcell => gr-qtgui/examples}/.gitignore | 0
gr-qtgui/{ => examples}/Makefile.am | 13 +-
gr-qtgui/{apps => examples}/pyqt_example_c.py | 0
gr-qtgui/{apps => examples}/pyqt_example_f.py | 0
gr-qtgui/{apps => examples}/pyqt_time_c.py | 0
gr-qtgui/{apps => examples}/pyqt_time_f.py | 0
17 files changed, 311 insertions(+), 602 deletions(-)
rename gr-qtgui/apps/{usrp2_display.py => uhd_display.py} (79%)
delete mode 100755 gr-qtgui/apps/usrp_display.py
copy {gcell/include/gcell => gr-qtgui/examples}/.gitignore (100%)
copy gr-qtgui/{ => examples}/Makefile.am (84%)
rename gr-qtgui/{apps => examples}/pyqt_example_c.py (100%)
rename gr-qtgui/{apps => examples}/pyqt_example_f.py (100%)
rename gr-qtgui/{apps => examples}/pyqt_time_c.py (100%)
rename gr-qtgui/{apps => examples}/pyqt_time_f.py (100%)
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. 3773bb9cebbeeb82f3ebfd4ca3d1f65e18a601b7,
git version control <=