[Top][All Lists]
[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.5.2-12-g0d6871b |
Date: |
Tue, 13 Mar 2012 16:11:03 +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 0d6871b3aaa175ed20061543ded6d9f8b4dcbc61 (commit)
via c50cdd6e1f8d4555728b23af9a60f5ec8590ca75 (commit)
via b872e23b66b70784c38ecb78f606420c459e36db (commit)
via 41c94e0a107adc1f5b2bf8262cad86df0d04c052 (commit)
via 0cbaf1b350c5ef6fc25f429430f1c892e7844e01 (commit)
from 7a3a0b531c79925b8ea291471534e5a1c2693ba8 (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 0d6871b3aaa175ed20061543ded6d9f8b4dcbc61
Author: Tom Rondeau <address@hidden>
Date: Tue Mar 13 11:57:00 2012 -0400
core: updated the documentation for the noise source to explain the seed
better.
Also changed the default seed to 0. Since the current distributions enabled
only change with negative seeds, this causes no change in the behavior of these
sources, but will hopefully not mislead users with the use of a positive number.
commit c50cdd6e1f8d4555728b23af9a60f5ec8590ca75
Merge: 7a3a0b5 b872e23
Author: Tom Rondeau <address@hidden>
Date: Tue Mar 13 11:26:02 2012 -0400
Merge branch 'probe'
commit b872e23b66b70784c38ecb78f606420c459e36db
Author: Tom Rondeau <address@hidden>
Date: Tue Mar 13 10:28:57 2012 -0400
core: adding new probe_signal from gengen into autotools build.
commit 41c94e0a107adc1f5b2bf8262cad86df0d04c052
Author: Ben Reynwar <address@hidden>
Date: Mon Mar 12 13:28:07 2012 -0700
Add test for probe_signal blocks.
commit 0cbaf1b350c5ef6fc25f429430f1c892e7844e01
Author: Ben Reynwar <address@hidden>
Date: Wed Feb 29 16:03:43 2012 -0700
Added gr_probe_signal_X and gr_probe_signal_vX.
-----------------------------------------------------------------------
Summary of changes:
gnuradio-core/src/lib/general/CMakeLists.txt | 1 -
gnuradio-core/src/lib/general/Makefile.am | 3 -
gnuradio-core/src/lib/general/general.i | 2 -
gnuradio-core/src/lib/general/general_generated.i | 20 ++++++++
gnuradio-core/src/lib/general/gr_probe_signal_f.i | 32 -------------
gnuradio-core/src/lib/gengen/.gitignore | 30 ++++++++++++
gnuradio-core/src/lib/gengen/CMakeLists.txt | 2 +
gnuradio-core/src/lib/gengen/Makefile.am | 6 +++
gnuradio-core/src/lib/gengen/Makefile.gen | 30 ++++++++++++
gnuradio-core/src/lib/gengen/generate_common.py | 6 ++-
gnuradio-core/src/lib/gengen/gr_noise_source_X.h.t | 22 ++++++++-
gnuradio-core/src/lib/gengen/gr_noise_source_X.i.t | 4 +-
.../gr_probe_signal_X.cc.t} | 23 +++++-----
.../gr_probe_signal_X.h.t} | 30 ++++++------
...ample_and_hold_XX.i.t => gr_probe_signal_X.i.t} | 13 +++---
.../gr_probe_signal_vX.cc.t} | 31 ++++++-------
.../gr_probe_signal_vX.h.t} | 34 ++++++++------
...{gr_integrate_XX.i.t => gr_probe_signal_vX.i.t} | 13 +++---
gnuradio-core/src/python/gnuradio/gr/Makefile.am | 1 +
.../{qa_float_to_uchar.py => qa_probe_signal.py} | 47 ++++++++++---------
grc/blocks/gr_noise_source_x.xml | 2 +-
21 files changed, 213 insertions(+), 139 deletions(-)
delete mode 100644 gnuradio-core/src/lib/general/gr_probe_signal_f.i
copy gnuradio-core/src/lib/{general/gr_probe_signal_f.cc =>
gengen/gr_probe_signal_X.cc.t} (70%)
copy gnuradio-core/src/lib/{general/gr_probe_signal_f.h =>
gengen/gr_probe_signal_X.h.t} (65%)
copy gnuradio-core/src/lib/gengen/{gr_sample_and_hold_XX.i.t =>
gr_probe_signal_X.i.t} (83%)
rename gnuradio-core/src/lib/{general/gr_probe_signal_f.cc =>
gengen/gr_probe_signal_vX.cc.t} (65%)
rename gnuradio-core/src/lib/{general/gr_probe_signal_f.h =>
gengen/gr_probe_signal_vX.h.t} (65%)
copy gnuradio-core/src/lib/gengen/{gr_integrate_XX.i.t =>
gr_probe_signal_vX.i.t} (82%)
copy gnuradio-core/src/python/gnuradio/gr/{qa_float_to_uchar.py =>
qa_probe_signal.py} (54%)
mode change 100755 => 100644
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.5.2-12-g0d6871b,
git version control <=