[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (0bd6bf9 -> a399894)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (0bd6bf9 -> a399894) |
Date: |
Mon, 21 Apr 2014 15:00:50 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from 0bd6bf9 Merge remote-tracking branch
'gnuradio-wg-grc/grc_tools_menu'
adds 7ce93ff digital: pfb_clock_sync throws when no taps are provided
(instead of segfaulting).
new f41dd8c Merge branch 'maint'
new fec067d cmake and build: fixes for cross-compiling to enable
ControlPort with ICE.
new 4db4831 Merge branch 'cmake_oe_fixes'
new 374832a runtime: white space removal.
new bbb03d3 controlport: adding a 'toggle' interface for ControlPort.
new 04295e3 controlport: allows reset_perf_counters to be called over
controlport; gr-perf-monitorx has button to call this.
new a399894 Merge branch 'ctrlport_trigger'
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/Modules/FindICE-3.5.cmake | 36 +-
cmake/Toolchains/oe-sdk_cross.cmake | 2 +-
gnuradio-runtime/include/gnuradio/basic_block.h | 64 +-
.../include/gnuradio/rpccallbackregister_base.h | 16 +-
.../include/gnuradio/rpcregisterhelpers.h | 756 ++++++++++++++++++---
gnuradio-runtime/lib/block.cc | 6 +
.../lib/controlport/rpcpmtconverters_ice.cc | 17 +-
gnuradio-runtime/lib/top_block.cc | 16 +
.../python/gnuradio/ctrlport/gr-perf-monitorx | 87 ++-
gnuradio-runtime/python/gnuradio/ctrlport/icon.png | Bin 1532 -> 4377 bytes
gr-digital/lib/pfb_clock_sync_ccf_impl.cc | 7 +-
gr-digital/lib/pfb_clock_sync_fff_impl.cc | 5 +-
12 files changed, 839 insertions(+), 173 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (0bd6bf9 -> a399894),
git <=
- [Commit-gnuradio] [gnuradio] 03/07: controlport: allows reset_perf_counters to be called over controlport; gr-perf-monitorx has button to call this., git, 2014/04/21
- [Commit-gnuradio] [gnuradio] 05/07: Merge branch 'maint', git, 2014/04/21
- [Commit-gnuradio] [gnuradio] 07/07: Merge branch 'ctrlport_trigger', git, 2014/04/21
- [Commit-gnuradio] [gnuradio] 01/07: runtime: white space removal., git, 2014/04/21
- [Commit-gnuradio] [gnuradio] 04/07: cmake and build: fixes for cross-compiling to enable ControlPort with ICE., git, 2014/04/21
- [Commit-gnuradio] [gnuradio] 02/07: controlport: adding a 'toggle' interface for ControlPort., git, 2014/04/21
- [Commit-gnuradio] [gnuradio] 06/07: Merge branch 'cmake_oe_fixes', git, 2014/04/21