[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, wip/gnuradio-runti
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, wip/gnuradio-runtime, updated. v3.3.1git-96-g9ee9d5a |
Date: |
Fri, 23 Jul 2010 01:33:10 +0100 (BST) |
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, wip/gnuradio-runtime has been updated
via 9ee9d5a4284f72fef17f466c5af1c60715ed088f (commit)
from d5ecce0e8e55815bddfade5d539c20b566009c49 (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 9ee9d5a4284f72fef17f466c5af1c60715ed088f
Author: Johnathan Corgan <address@hidden>
Date: Thu Jul 22 17:26:55 2010 -0700
gnuradio-core: now passes QA
Reworked top-level run_tests.sh.in to use gr-runtime instead of
gnuradio-core
Reworked gnuradio-core run_tests.sh.in for new arguments
Reworked QA files to import core swig manually, as gr namespace
is not built at make check time.
-----------------------------------------------------------------------
Summary of changes:
.../src/python/gnuradio/gr/qa_add_and_friends.py | 33 +++---
.../src/python/gnuradio/gr/qa_add_v_and_friends.py | 130 ++++++++++----------
gnuradio-core/src/python/gnuradio/gr/qa_agc.py | 26 ++--
gnuradio-core/src/python/gnuradio/gr/qa_argmax.py | 12 +-
.../src/python/gnuradio/gr/qa_bin_statistics.py | 15 ++-
.../src/python/gnuradio/gr/qa_boolean_operators.py | 27 ++--
.../src/python/gnuradio/gr/qa_classify.py | 12 +-
.../src/python/gnuradio/gr/qa_cma_equalizer.py | 7 +-
.../src/python/gnuradio/gr/qa_complex_to_xxx.py | 18 ++--
.../gnuradio/gr/qa_constellation_decoder_cb.py | 5 +-
gnuradio-core/src/python/gnuradio/gr/qa_copy.py | 7 +-
.../python/gnuradio/gr/qa_correlate_access_code.py | 7 +-
gnuradio-core/src/python/gnuradio/gr/qa_delay.py | 7 +-
.../src/python/gnuradio/gr/qa_diff_encoder.py | 15 ++-
.../src/python/gnuradio/gr/qa_diff_phasor_cc.py | 5 +-
gnuradio-core/src/python/gnuradio/gr/qa_feval.py | 21 ++--
gnuradio-core/src/python/gnuradio/gr/qa_fft.py | 15 ++-
.../src/python/gnuradio/gr/qa_fft_filter.py | 27 ++--
.../src/python/gnuradio/gr/qa_filter_delay_fc.py | 25 ++--
.../gnuradio/gr/qa_fractional_interpolator.py | 7 +-
.../python/gnuradio/gr/qa_frequency_modulator.py | 5 +-
.../src/python/gnuradio/gr/qa_fsk_stuff.py | 7 +-
.../src/python/gnuradio/gr/qa_glfsr_source.py | 22 ++--
.../src/python/gnuradio/gr/qa_goertzel.py | 5 +-
gnuradio-core/src/python/gnuradio/gr/qa_hilbert.py | 8 +-
gnuradio-core/src/python/gnuradio/gr/qa_iir.py | 19 ++--
.../src/python/gnuradio/gr/qa_integrate.py | 11 +-
.../src/python/gnuradio/gr/qa_interleave.py | 7 +-
.../src/python/gnuradio/gr/qa_interp_fir_filter.py | 5 +-
.../src/python/gnuradio/gr/qa_kludged_imports.py | 7 +-
gnuradio-core/src/python/gnuradio/gr/qa_max.py | 13 +-
gnuradio-core/src/python/gnuradio/gr/qa_message.py | 6 +-
gnuradio-core/src/python/gnuradio/gr/qa_mute.py | 11 +-
gnuradio-core/src/python/gnuradio/gr/qa_nlog10.py | 5 +-
gnuradio-core/src/python/gnuradio/gr/qa_noise.py | 5 +-
.../python/gnuradio/gr/qa_ofdm_insert_preamble.py | 7 +-
.../python/gnuradio/gr/qa_packed_to_unpacked.py | 63 +++++-----
.../src/python/gnuradio/gr/qa_pipe_fittings.py | 21 ++--
.../python/gnuradio/gr/qa_pll_carriertracking.py | 8 +-
.../src/python/gnuradio/gr/qa_pll_freqdet.py | 8 +-
.../src/python/gnuradio/gr/qa_pll_refout.py | 8 +-
.../src/python/gnuradio/gr/qa_pn_correlator_cc.py | 11 +-
.../python/gnuradio/gr/qa_rational_resampler.py | 4 +-
.../src/python/gnuradio/gr/qa_regenerate.py | 7 +-
gnuradio-core/src/python/gnuradio/gr/qa_repeat.py | 5 +-
.../src/python/gnuradio/gr/qa_scrambler.py | 15 ++-
.../src/python/gnuradio/gr/qa_sig_source.py | 23 ++--
.../src/python/gnuradio/gr/qa_single_pole_iir.py | 14 ++-
.../python/gnuradio/gr/qa_single_pole_iir_cc.py | 14 ++-
.../src/python/gnuradio/gr/qa_skiphead.py | 15 ++-
.../src/python/gnuradio/gr/qa_stream_mux.py | 7 +-
.../src/python/gnuradio/gr/qa_udp_sink_source.py | 9 +-
.../src/python/gnuradio/gr/qa_unpack_k_bits.py | 7 +-
.../src/python/gnuradio/gr/qa_wavefile.py | 10 +-
gnuradio-core/src/python/gnuradio/gr/run_tests.in | 18 ++--
run_tests.sh.in | 128 ++++----------------
56 files changed, 474 insertions(+), 485 deletions(-)
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, wip/gnuradio-runtime, updated. v3.3.1git-96-g9ee9d5a,
git repository hosting <=