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 repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.1git-173-g1c936ad
Date: Wed, 6 Oct 2010 21:22:44 +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, next has been updated
       via  1c936ad101cbd7edf8e6b96bf3f993163a7dcc7b (commit)
       via  125433fe84507cc84e585c1e06bb804fdb2ce043 (commit)
       via  2723c3fb2a22872bba1c72bab1d0c4e74ffda86f (commit)
       via  916b205660aa676e1587411b48f24b6d5d3c0de2 (commit)
       via  d62b41974ce664e571da281e859abec31a492f62 (commit)
       via  02e861042a55a29a9d23e34d3a193d31d183ae15 (commit)
       via  ddbb914deb468c688df7888070ee165cb5a41037 (commit)
       via  f18025c099e4f69829dc4fc1732a4a9e83b3eb1d (commit)
       via  c1e6c53608175ffcce78a09baeba2c8aaa1a847d (commit)
       via  38a5621196c440b28274c1a66d9a2e085f8817b1 (commit)
       via  a4c5b23773ce58ff68ac582464d07c554fc21302 (commit)
       via  1cb0ab10c8fc48da01d84b1944bf4889622e2632 (commit)
       via  11a3c1aae294061032eb8b09c94cf37dfa77094b (commit)
       via  0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e (commit)
       via  2652a20330ea1238d561ce799c40833e46d3508c (commit)
       via  2104a9d1b2c964ec0f710f3209bb4a63cc7ae548 (commit)
       via  08fa4163ea77b3613c706ac126c32b55a7f75fc2 (commit)
       via  2933f69b5d7afe6cf044a0f6305d05d19e7570af (commit)
       via  57368f1a3f7f2e92190d72328ff54eb452ba58ed (commit)
       via  2b8bd0d2fa7c76282a772b75cb99e7bd5f2be13f (commit)
       via  036a42c08eadbd0a2c462ca61d9d883996be8042 (commit)
      from  9ccd86714958fb2bd0cdc457745737f6d20efd7f (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 1c936ad101cbd7edf8e6b96bf3f993163a7dcc7b
Merge: 9ccd86714958fb2bd0cdc457745737f6d20efd7f 
125433fe84507cc84e585c1e06bb804fdb2ce043
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 6 12:52:44 2010 -0700

    Merge branch 'master' into next
    
    * master:
      Fixed setting of USB_LIBS for *win*
      Fix so that non-Darwin OSs use USB_LIBS correctly for linking
      New way of checking for various LIBUSB names; for legacy version, make 
sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
      Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.
      Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.
      Fixed gitignore to reflect changes in moc/ui file naming.
      Fixes a lot of warnings by cleaning up namespace issues.
      Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.
      Removing qwtplot3d dependency and fixing a missed include in 
waterfallGlobalData.h.
      Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.
      Updating all of the QA code that I can actually test to work with the new 
XML output runners.
      Updating all python QA programs in gnuradio-core to output XML files.
      Adding gr_xmlrunner.py to Makefile.
      Adding XML output to Python unittests.
      Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell 
needs testing.
      Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
      Adding an XML outputter for the CPP Unit tests. This is to a) store the 
output information but also b) for integration with Hudson for logging and 
displaying the results during the build stages. This only covers a few cases so 
far and I need to define a better place to save the output files.

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

Summary of changes:
 config/grc_gr_qtgui.m4                             |   16 +-
 config/usrp_libusb.m4                              |  219 ++++++++---
 gcell/apps/test_all.cc                             |   13 +-
 gnuradio-core/src/lib/runtime/Makefile.am          |    1 +
 .../runtime/{gr_preferences.cc => gr_unittests.h}  |   58 +---
 gnuradio-core/src/python/gnuradio/Makefile.am      |    3 +-
 .../src/python/gnuradio/gr/qa_add_and_friends.py   |    6 +-
 .../src/python/gnuradio/gr/qa_add_v_and_friends.py |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_agc.py     |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_argmax.py  |    6 +-
 .../src/python/gnuradio/gr/qa_bin_statistics.py    |    4 +-
 .../src/python/gnuradio/gr/qa_boolean_operators.py |    6 +-
 .../src/python/gnuradio/gr/qa_classify.py          |    7 +-
 .../src/python/gnuradio/gr/qa_cma_equalizer.py     |    4 +-
 .../src/python/gnuradio/gr/qa_complex_to_xxx.py    |    4 +-
 .../gnuradio/gr/qa_constellation_decoder_cb.py     |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_copy.py    |    4 +-
 .../python/gnuradio/gr/qa_correlate_access_code.py |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_delay.py   |    4 +-
 .../src/python/gnuradio/gr/qa_diff_encoder.py      |    6 +-
 .../src/python/gnuradio/gr/qa_diff_phasor_cc.py    |    6 +-
 .../src/python/gnuradio/gr/qa_ecc_ccsds_27.py      |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_feval.py   |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_fft.py     |    6 +-
 .../src/python/gnuradio/gr/qa_fft_filter.py        |    4 +-
 .../src/python/gnuradio/gr/qa_filter_delay_fc.py   |    6 +-
 .../gnuradio/gr/qa_fractional_interpolator.py      |    5 +-
 .../python/gnuradio/gr/qa_frequency_modulator.py   |    4 +-
 .../src/python/gnuradio/gr/qa_fsk_stuff.py         |    4 +-
 .../src/python/gnuradio/gr/qa_glfsr_source.py      |    4 +-
 .../src/python/gnuradio/gr/qa_goertzel.py          |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_head.py    |    4 +-
 .../src/python/gnuradio/gr/qa_hier_block2.py       |    2 +-
 gnuradio-core/src/python/gnuradio/gr/qa_hilbert.py |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_iir.py     |    4 +-
 .../src/python/gnuradio/gr/qa_integrate.py         |    4 +-
 .../src/python/gnuradio/gr/qa_interleave.py        |    4 +-
 .../src/python/gnuradio/gr/qa_interp_fir_filter.py |    4 +-
 .../src/python/gnuradio/gr/qa_kludge_copy.py       |    4 +-
 .../src/python/gnuradio/gr/qa_kludged_imports.py   |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_max.py     |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_message.py |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_mute.py    |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_nlog10.py  |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_noise.py   |    4 +-
 .../python/gnuradio/gr/qa_ofdm_insert_preamble.py  |    6 +-
 .../python/gnuradio/gr/qa_packed_to_unpacked.py    |    4 +-
 .../src/python/gnuradio/gr/qa_pipe_fittings.py     |    4 +-
 .../python/gnuradio/gr/qa_pll_carriertracking.py   |    6 +-
 .../src/python/gnuradio/gr/qa_pll_freqdet.py       |    6 +-
 .../src/python/gnuradio/gr/qa_pll_refout.py        |    6 +-
 .../src/python/gnuradio/gr/qa_pn_correlator_cc.py  |    4 +-
 .../python/gnuradio/gr/qa_rational_resampler.py    |    4 +-
 .../src/python/gnuradio/gr/qa_regenerate.py        |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_repeat.py  |    4 +-
 .../src/python/gnuradio/gr/qa_scrambler.py         |    4 +-
 .../src/python/gnuradio/gr/qa_sig_source.py        |    4 +-
 .../src/python/gnuradio/gr/qa_single_pole_iir.py   |    4 +-
 .../python/gnuradio/gr/qa_single_pole_iir_cc.py    |    4 +-
 .../src/python/gnuradio/gr/qa_skiphead.py          |    4 +-
 .../src/python/gnuradio/gr/qa_stream_mux.py        |    6 +-
 .../src/python/gnuradio/gr/qa_udp_sink_source.py   |    4 +-
 .../src/python/gnuradio/gr/qa_unpack_k_bits.py     |    4 +-
 .../python/gnuradio/gr/qa_vector_sink_source.py    |    6 +-
 .../src/python/gnuradio/gr/qa_wavefile.py          |    6 +-
 gnuradio-core/src/python/gnuradio/gr_unittest.py   |   43 ++-
 gnuradio-core/src/python/gnuradio/gr_xmlrunner.py  |  385 ++++++++++++++++++
 gnuradio-core/src/tests/test_all.cc                |   13 +-
 gnuradio-core/src/tests/test_atsc.cc               |   12 +-
 gnuradio-core/src/tests/test_filter.cc             |   12 +-
 gnuradio-core/src/tests/test_general.cc            |   14 +-
 gnuradio-core/src/tests/test_runtime.cc            |   12 +-
 gr-atsc/src/lib/test_atsci.cc                      |   13 +-
 gr-audio-alsa/src/qa_alsa.py                       |    6 +-
 gr-audio-jack/src/qa_jack.py                       |    6 +-
 gr-audio-oss/src/qa_oss.py                         |    6 +-
 gr-audio-portaudio/src/qa_portaudio.py             |    6 +-
 gr-cvsd-vocoder/src/python/qa_cvsd_vocoder.py      |    6 +-
 gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py   |    6 +-
 gr-howto-write-a-block/lib/test_all.cc             |   11 +-
 gr-pager/python/qa_pager.py                        |    6 +-
 gr-qtgui/src/lib/.gitignore                        |   14 +-
 gr-qtgui/src/lib/ConstellationDisplayPlot.cc       |    1 +
 gr-qtgui/src/lib/FrequencyDisplayPlot.cc           |    3 +-
 gr-qtgui/src/lib/Makefile.am                       |   26 +-
 gr-qtgui/src/lib/SpectrumGUIClass.cc               |    4 +-
 gr-qtgui/src/lib/SpectrumGUIClass.h                |    3 +-
 gr-qtgui/src/lib/TimeDomainDisplayPlot.cc          |    1 +
 gr-qtgui/src/lib/Waterfall3DDisplayPlot.cc         |  410 --------------------
 gr-qtgui/src/lib/Waterfall3DDisplayPlot.h          |  206 ----------
 gr-qtgui/src/lib/WaterfallDisplayPlot.cc           |    1 +
 gr-qtgui/src/lib/qtgui_sink_c.cc                   |   10 +-
 gr-qtgui/src/lib/qtgui_sink_c.h                    |    4 +-
 gr-qtgui/src/lib/qtgui_sink_f.cc                   |   10 +-
 gr-qtgui/src/lib/qtgui_sink_f.h                    |    4 +-
 gr-qtgui/src/lib/spectrumdisplayform.cc            |  183 +---------
 gr-qtgui/src/lib/spectrumdisplayform.h             |    9 +-
 gr-qtgui/src/lib/spectrumdisplayform.ui            |  217 -----------
 gr-qtgui/src/lib/waterfallGlobalData.cc            |  188 +++-------
 gr-qtgui/src/lib/waterfallGlobalData.h             |   32 --
 gr-radio-astronomy/src/python/qa_ra.py             |    6 +-
 gr-trellis/src/python/qa_trellis.py                |   12 +-
 gr-usrp/src/qa_usrp.py                             |    6 +-
 gr-usrp2/src/qa_usrp2.py                           |    6 +-
 gr-video-sdl/src/qa_video_sdl.py                   |    6 +-
 gruel/src/lib/test_gruel.cc                        |   57 +++-
 106 files changed, 1007 insertions(+), 1561 deletions(-)
 mode change 100755 => 100644 config/usrp_libusb.m4
 copy gnuradio-core/src/lib/runtime/{gr_preferences.cc => gr_unittests.h} (57%)
 create mode 100644 gnuradio-core/src/python/gnuradio/gr_xmlrunner.py
 delete mode 100644 gr-qtgui/src/lib/Waterfall3DDisplayPlot.cc
 delete mode 100644 gr-qtgui/src/lib/Waterfall3DDisplayPlot.h


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



reply via email to

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