debian/gnuradio
13 years agocobble a temporary changelog entry to keep this test build straight try-3.3.1
Bdale Garbee [Fri, 4 Mar 2011 18:34:36 +0000 (11:34 -0700)]
cobble a temporary changelog entry to keep this test build straight

13 years agoMerge commit 'v3.3.1' into try-3.3.1
Bdale Garbee [Fri, 4 Mar 2011 18:33:36 +0000 (11:33 -0700)]
Merge commit 'v3.3.1' into try-3.3.1

13 years agoswitch source package format to 3.0 quilt master
Bdale Garbee [Fri, 4 Mar 2011 18:20:31 +0000 (11:20 -0700)]
switch source package format to 3.0 quilt

13 years agoswitch to doxygen-latex as a build dep as per email from doko
Bdale Garbee [Fri, 4 Mar 2011 15:33:35 +0000 (08:33 -0700)]
switch to doxygen-latex as a build dep as per email from doko

13 years agobuild: update version number to 3.3.1
Johnathan Corgan [Tue, 8 Feb 2011 22:32:03 +0000 (14:32 -0800)]
build: update version number to 3.3.1

13 years agobuild: update config.guess and config.sub from canonical source
Johnathan Corgan [Tue, 8 Feb 2011 22:31:47 +0000 (14:31 -0800)]
build: update config.guess and config.sub from canonical source

13 years agoAdding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for...
Tom Rondeau [Mon, 17 Jan 2011 21:59:21 +0000 (16:59 -0500)]
Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications.

13 years agoAdding accessors to Goertzel filter GR block to call setparms from implementation...
Tom Rondeau [Mon, 17 Jan 2011 21:47:19 +0000 (16:47 -0500)]
Adding accessors to Goertzel filter GR block to call setparms from implementation file for (re)setting parameters.

13 years agoAdding accessor function to Goertzel filter implementaiton to set/reset its parameters.
Tom Rondeau [Mon, 17 Jan 2011 21:45:58 +0000 (16:45 -0500)]
Adding accessor function to Goertzel filter implementaiton to set/reset its parameters.

13 years agoMerge branch 'maint'
Tom Rondeau [Sun, 16 Jan 2011 19:03:30 +0000 (14:03 -0500)]
Merge branch 'maint'

* maint:
  Fixing up fft and constellation plot to better handle zooming.
  Fixing zooming capabilities. Time axis does not track any longer due to what looks like a matplotlib bug that resets the xlims after the zoom occurs.
  Fixing up other plotting tools for data read errors.
  Using .min and .max on scipy arrays instead of min() max(); seems to be more portable.
  Fix how the end of a file is handled.
  PFB resampler: fix it this way to avoid the signed/unsigned warning.
  PFB resampler: fixes bug where filter could be looking past the number of inputs.

13 years agoFixing up fft and constellation plot to better handle zooming.
Tom Rondeau [Sun, 16 Jan 2011 18:40:20 +0000 (13:40 -0500)]
Fixing up fft and constellation plot to better handle zooming.

13 years agoFixing zooming capabilities. Time axis does not track any longer due to what looks...
Tom Rondeau [Sun, 16 Jan 2011 18:34:42 +0000 (13:34 -0500)]
Fixing zooming capabilities. Time axis does not track any longer due to what looks like a matplotlib bug that resets the xlims after the zoom occurs.

13 years agoFixing up other plotting tools for data read errors.
Tom Rondeau [Sat, 15 Jan 2011 22:48:02 +0000 (17:48 -0500)]
Fixing up other plotting tools for data read errors.

13 years agoUsing .min and .max on scipy arrays instead of min() max(); seems to be more portable.
Tom Rondeau [Sat, 15 Jan 2011 22:21:14 +0000 (17:21 -0500)]
Using .min and .max on scipy arrays instead of min() max(); seems to be more portable.

13 years agoFix how the end of a file is handled.
Tom Rondeau [Sat, 15 Jan 2011 22:15:11 +0000 (17:15 -0500)]
Fix how the end of a file is handled.

13 years agoFixed error in the name of the test_filter output files.
Tom Rondeau [Thu, 6 Jan 2011 15:26:54 +0000 (10:26 -0500)]
Fixed error in the name of the test_filter output files.

13 years agoUnder extreme circumstances, optfir might never produce an answer (atten>300), so...
Tom Rondeau [Tue, 28 Dec 2010 18:08:55 +0000 (13:08 -0500)]
Under extreme circumstances, optfir might never produce an answer (atten>300), so this puts in a check on the ripple; if it gets too large, stop trying.

13 years agoAllowing PFB interpolator to be called without specifying the taps; autogen taps...
Tom Rondeau [Tue, 28 Dec 2010 18:00:56 +0000 (13:00 -0500)]
Allowing PFB interpolator to be called without specifying the taps; autogen taps inside hierblock.

13 years agoAllowing PFB decimator to be called without specifying the taps; autogen taps inside...
Tom Rondeau [Tue, 28 Dec 2010 17:55:43 +0000 (12:55 -0500)]
Allowing PFB decimator to be called without specifying the taps; autogen taps inside hierblock.

13 years agoPFB channelizer can be specified without external taps. Uses optfir to generate an...
Tom Rondeau [Tue, 28 Dec 2010 17:48:18 +0000 (12:48 -0500)]
PFB channelizer can be specified without external taps. Uses optfir to generate an internal filter to cover the channel bandwidth; user can specify the attenuation of this filter if desired.

13 years agoUpdating the arb. resampler to use the optfir filter that provides better specificati...
Tom Rondeau [Tue, 28 Dec 2010 17:47:32 +0000 (12:47 -0500)]
Updating the arb. resampler to use the optfir filter that provides better specificatiion of stopband atten.

13 years agoclean now gets rid of unittest results. Passes distcheck.
Tom Rondeau [Fri, 24 Dec 2010 01:58:20 +0000 (20:58 -0500)]
clean now gets rid of unittest results. Passes distcheck.

13 years agoModifying the unittest output. XML files are no longer written outside of the build...
Tom Rondeau [Thu, 23 Dec 2010 23:31:28 +0000 (18:31 -0500)]
Modifying the unittest output. XML files are no longer written outside of the build tree.

13 years agoMerge branch 'alsa_drop_samples'
Tom Rondeau [Wed, 22 Dec 2010 23:05:52 +0000 (18:05 -0500)]
Merge branch 'alsa_drop_samples'

13 years agoA new patch for fixing the alsa restart issue. Submitted by Volker Schroer.
Tom Rondeau [Wed, 22 Dec 2010 22:41:30 +0000 (17:41 -0500)]
A new patch for fixing the alsa restart issue. Submitted by Volker Schroer.

13 years agoReverting last change in alsa.
Tom Rondeau [Wed, 22 Dec 2010 22:11:44 +0000 (17:11 -0500)]
Reverting last change in alsa.

13 years agostop using python-central as suggested by doko
Bdale Garbee [Mon, 13 Dec 2010 18:02:51 +0000 (11:02 -0700)]
stop using python-central as suggested by doko

13 years agochanges from running bootstrap and then make maintainer-clean
Bdale Garbee [Mon, 13 Dec 2010 16:08:00 +0000 (09:08 -0700)]
changes from running bootstrap and then make maintainer-clean

13 years agoPFB resampler: fix it this way to avoid the signed/unsigned warning.
Tom Rondeau [Sun, 12 Dec 2010 18:39:06 +0000 (13:39 -0500)]
PFB resampler: fix it this way to avoid the signed/unsigned warning.

13 years agoPFB resampler: fix it this way to avoid the signed/unsigned warning.
Tom Rondeau [Sun, 12 Dec 2010 18:39:06 +0000 (13:39 -0500)]
PFB resampler: fix it this way to avoid the signed/unsigned warning.

13 years agoPFB resampler: fixes bug where filter could be looking past the number of inputs.
Tom Rondeau [Sun, 12 Dec 2010 18:22:40 +0000 (13:22 -0500)]
PFB resampler: fixes bug where filter could be looking past the number of inputs.

13 years agoPFB resampler: fixes bug where filter could be looking past the number of inputs.
Tom Rondeau [Sun, 12 Dec 2010 18:22:40 +0000 (13:22 -0500)]
PFB resampler: fixes bug where filter could be looking past the number of inputs.

13 years agoAdding a "change in progress" check to alsa sink.
Tom Rondeau [Tue, 7 Dec 2010 01:22:22 +0000 (20:22 -0500)]
Adding a "change in progress" check to alsa sink.

13 years agoAdding new example script for using the new PFB arbitrary resampler interface. One...
Tom Rondeau [Mon, 6 Dec 2010 18:59:20 +0000 (13:59 -0500)]
Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.

13 years agoModifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify...
Tom Rondeau [Mon, 6 Dec 2010 18:52:55 +0000 (13:52 -0500)]
Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps.

Taps are then generated inside hier_block2 to cover full bandwidth of input signal.

Optional attenuation parameter may be provided.

13 years agoChanging API for gr_skiphead to use uint64_t for the offset instead of size_t (still...
Tom Rondeau [Wed, 24 Nov 2010 23:21:02 +0000 (18:21 -0500)]
Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304.

Also uses uint64_t's internally so everyone is always on the same type. This should not affect anyone's use of the block.

13 years agoAdding typedef for uint64_t and int64_t so we can use them through SWIG.
Tom Rondeau [Wed, 24 Nov 2010 23:20:40 +0000 (18:20 -0500)]
Adding typedef for uint64_t and int64_t so we can use them through SWIG.

13 years agoMerge branch 'warnings'
Tom Rondeau [Wed, 24 Nov 2010 22:24:58 +0000 (17:24 -0500)]
Merge branch 'warnings'

13 years agoRemoving warnings in portaudio source/sink.
Tom Rondeau [Wed, 24 Nov 2010 21:54:13 +0000 (16:54 -0500)]
Removing warnings in portaudio source/sink.

13 years agoMerge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau [Wed, 24 Nov 2010 04:57:41 +0000 (23:57 -0500)]
Merge branch 'master' of gnuradio.org:gnuradio

13 years agoFixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make...
Tom Rondeau [Wed, 24 Nov 2010 04:57:02 +0000 (23:57 -0500)]
Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out.

13 years agofirst shot at Windows-compatible LIBUSB check
Michael Dickens [Fri, 5 Nov 2010 01:49:52 +0000 (21:49 -0400)]
first shot at Windows-compatible LIBUSB check

13 years agoTweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the...
Michael Dickens [Mon, 1 Nov 2010 19:57:52 +0000 (15:57 -0400)]
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)

13 years agoMerge branch 'no_usb_debug_windows'
Tom Rondeau [Wed, 24 Nov 2010 00:44:58 +0000 (19:44 -0500)]
Merge branch 'no_usb_debug_windows'

13 years agoRemoving autogenerated file.
Tom Rondeau [Tue, 16 Nov 2010 07:15:54 +0000 (23:15 -0800)]
Removing autogenerated file.

13 years agoadd Vcs entries to control file
Bdale Garbee [Fri, 12 Nov 2010 08:06:12 +0000 (01:06 -0700)]
add Vcs entries to control file

13 years agoUpdated doxygen Doxyfile for newer versions.
Tom Rondeau [Wed, 10 Nov 2010 05:25:37 +0000 (00:25 -0500)]
Updated doxygen Doxyfile for newer versions.

13 years agoAdding file operations result checking.
Tom Rondeau [Wed, 10 Nov 2010 03:45:02 +0000 (22:45 -0500)]
Adding file operations result checking.

13 years agoUpdating audio_jack to new interface for creating a client. Fixes depricated warning.
Tom Rondeau [Wed, 10 Nov 2010 03:08:58 +0000 (22:08 -0500)]
Updating audio_jack to new interface for creating a client. Fixes depricated warning.

13 years agoPotential fix to MSDD warnings by setting sequence number from buffer more explicitly.
Tom Rondeau [Tue, 9 Nov 2010 03:31:56 +0000 (22:31 -0500)]
Potential fix to MSDD warnings by setting sequence number from buffer more explicitly.

13 years agoAdding a bit more checking on file operations.
Tom Rondeau [Mon, 8 Nov 2010 06:44:16 +0000 (01:44 -0500)]
Adding a bit more checking on file operations.

13 years agoFixing copyright date.
Tom Rondeau [Mon, 8 Nov 2010 06:34:53 +0000 (01:34 -0500)]
Fixing copyright date.

13 years agoFixed warning re defining GNU_SOURCE. Can probably just remove it since it's defined...
Tom Rondeau [Mon, 8 Nov 2010 05:47:33 +0000 (00:47 -0500)]
Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's defined in config, but this won't hurt anyone.

13 years agoFixing signed/unsigned warnings.
Tom Rondeau [Mon, 8 Nov 2010 05:47:10 +0000 (00:47 -0500)]
Fixing signed/unsigned warnings.

13 years agofirst shot at Windows-compatible LIBUSB check
Michael Dickens [Fri, 5 Nov 2010 01:49:52 +0000 (21:49 -0400)]
first shot at Windows-compatible LIBUSB check

13 years agoSneaking in a few warning fixes to this branch.
Tom Rondeau [Tue, 2 Nov 2010 16:53:15 +0000 (12:53 -0400)]
Sneaking in a few warning fixes to this branch.

13 years agoAdding ability for FIR filter with internal buffer to decimate.
Tom Rondeau [Tue, 2 Nov 2010 16:47:46 +0000 (12:47 -0400)]
Adding ability for FIR filter with internal buffer to decimate.

Also adds QA code to test decimate by 2 and 5.

Removes lib/filter/gri_fir_filter_with_buffer_ccf.h that is autogenerated.

13 years agoTweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the...
Michael Dickens [Mon, 1 Nov 2010 19:57:52 +0000 (15:57 -0400)]
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)

13 years agoAdded a check in alsa sink if error has occurred due to blocking; if so, it will...
Tom Rondeau [Sat, 30 Oct 2010 20:29:27 +0000 (16:29 -0400)]
Added a check in alsa sink if error has occurred due to blocking; if so, it will just drop samples and not get backed up. Patch taken from Marcus Leech 10/29/2010.

13 years agoMerge branch 'makefile_var_ordering'
Tom Rondeau [Fri, 29 Oct 2010 14:08:34 +0000 (10:08 -0400)]
Merge branch 'makefile_var_ordering'

13 years agoAdds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that contains...
Marcus Leech [Sun, 17 Oct 2010 21:20:04 +0000 (17:20 -0400)]
Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that contains the string for the Y axis label.  It defaults to 'Counts' to be consistent with the old version.

13 years agoAdding ccf version of fir filter to gitignore.
Tom Rondeau [Sun, 17 Oct 2010 20:14:09 +0000 (16:14 -0400)]
Adding ccf version of fir filter to gitignore.

13 years agoRemoving nonexistent gri .i file from Makefile. Got a bit carried away with the copy...
Tom Rondeau [Sun, 17 Oct 2010 19:51:06 +0000 (15:51 -0400)]
Removing nonexistent gri .i file from Makefile. Got a bit carried away with the copy/paste.

13 years agoRemoving ccf version of filter that is now autogenerated.
Tom Rondeau [Sun, 17 Oct 2010 19:25:44 +0000 (15:25 -0400)]
Removing ccf version of filter that is now autogenerated.

13 years agoFixing up filters a bit to pass QA tests for all versions.
Tom Rondeau [Sun, 17 Oct 2010 19:25:11 +0000 (15:25 -0400)]
Fixing up filters a bit to pass QA tests for all versions.

13 years agoFixes Makefile for fir filter generators.
Tom Rondeau [Sat, 16 Oct 2010 23:42:58 +0000 (19:42 -0400)]
Fixes Makefile for fir filter generators.

Adding new QA code for all other fir filters. fff and fsf versions currently failing.

13 years agoUsing generators to make gri_fir_filter_with_buffer_XXX into all possible in/out...
Tom Rondeau [Sat, 16 Oct 2010 22:28:53 +0000 (18:28 -0400)]
Using generators to make gri_fir_filter_with_buffer_XXX into all possible in/out/tap types we support.

13 years agoMerge branch 'synfilt'
Tom Rondeau [Sat, 16 Oct 2010 21:03:59 +0000 (17:03 -0400)]
Merge branch 'synfilt'

13 years agoWork on examples for the synthesize filterbank block. The cleans up the simple exampl...
Tom Rondeau [Sat, 16 Oct 2010 21:00:11 +0000 (17:00 -0400)]
Work on examples for the synthesize filterbank block. The cleans up the simple example and adds a new example that synthesizes a number of signals and then channelizes them again. It displays the synthesized PSD as well as the PSD and time waveform of one of the channels that's specified in teh code.

13 years agoAdding QA code for fir filter with buffer.
Tom Rondeau [Sat, 16 Oct 2010 18:37:55 +0000 (14:37 -0400)]
Adding QA code for fir filter with buffer.

13 years agoCleaning up synthesis filter and using new FIR filter with buffer.
Tom Rondeau [Sat, 16 Oct 2010 18:36:38 +0000 (14:36 -0400)]
Cleaning up synthesis filter and using new FIR filter with buffer.

13 years agoCleaning up the new FIR filter implementation. Protects against some corner cases...
Tom Rondeau [Sat, 16 Oct 2010 18:35:03 +0000 (14:35 -0400)]
Cleaning up the new FIR filter implementation. Protects against some corner cases and adds filterN.

13 years agoAdding a test example for the synthesis filter.
Tom Rondeau [Sat, 16 Oct 2010 15:46:46 +0000 (11:46 -0400)]
Adding a test example for the synthesis filter.

13 years agoAdding a FIR filter implemented with its own internal buffer. This one keeps its...
Tom Rondeau [Sat, 16 Oct 2010 15:13:53 +0000 (11:13 -0400)]
Adding a FIR filter implemented with its own internal buffer. This one keeps its own delay line and just takes in input samples instead of a pointer to an external buffer.

The synthesis filter is being updated to use the new FIR implementation.

13 years agorearrange includes to always be: internal GR, external, with GR.
Michael Dickens [Sat, 9 Oct 2010 20:11:03 +0000 (16:11 -0400)]
rearrange includes to always be: internal GR, external, with GR.

13 years agoadd a changelog entry
Bdale Garbee [Fri, 8 Oct 2010 03:47:10 +0000 (21:47 -0600)]
add a changelog entry

13 years agoMerge branch 'dfsg-orig'
Bdale Garbee [Fri, 8 Oct 2010 03:44:47 +0000 (21:44 -0600)]
Merge branch 'dfsg-orig'

Conflicts:
gr-gsm-fr-vocoder/src/lib/gsm/COPYRIGHT
grc/scripts/gnuradio-companion

13 years agoMerge branch 'upstream' into dfsg-orig
Bdale Garbee [Fri, 8 Oct 2010 03:39:11 +0000 (21:39 -0600)]
Merge branch 'upstream' into dfsg-orig

13 years agoMerge commit 'v3.3.0' into upstream upstream
Bdale Garbee [Fri, 8 Oct 2010 00:50:48 +0000 (18:50 -0600)]
Merge commit 'v3.3.0' into upstream

Conflicts:
Makefile.am
Makefile.common
README
config/Makefile.am
config/gr_fortran.m4
config/gr_pwin32.m4
config/gr_python.m4
config/gr_set_md_cpu.m4
config/grc_gcell.m4
config/grc_gnuradio_core.m4
config/grc_gnuradio_examples.m4
config/grc_gr_atsc.m4
config/grc_gr_audio_alsa.m4
config/grc_gr_audio_jack.m4
config/grc_gr_audio_oss.m4
config/grc_gr_audio_osx.m4
config/grc_gr_audio_portaudio.m4
config/grc_gr_comedi.m4
config/grc_gr_cvsd_vocoder.m4
config/grc_gr_gsm_fr_vocoder.m4
config/grc_gr_msdd6000.m4
config/grc_gr_pager.m4
config/grc_gr_qtgui.m4
config/grc_gr_trellis.m4
config/grc_gr_video_sdl.m4
config/grc_grc.m4
config/grc_gruel.m4
config/grc_usrp.m4
config/grc_usrp2.m4
config/usrp_fusb_tech.m4
config/usrp_libusb.m4
configure.ac
docs/doxygen/Doxyfile.in
docs/doxygen/other/Makefile.am
gcell/apps/Makefile.am
gcell/apps/benchmark_dma.cc
gcell/apps/benchmark_nop.cc
gcell/apps/benchmark_roundtrip.cc
gcell/gcell.pc.in
gcell/lib/Makefile.am
gcell/lib/runtime/Makefile.am
gcell/lib/runtime/gc_client_thread_info.h
gcell/lib/runtime/gc_job_manager_impl.cc
gcell/lib/runtime/gc_job_manager_impl.h
gnuradio-core/Makefile.am
gnuradio-core/gnuradio-core.pc.in
gnuradio-core/src/Makefile.am
gnuradio-core/src/gen_interpolator_taps/Makefile.am
gnuradio-core/src/lib/Makefile.am
gnuradio-core/src/lib/filter/Makefile.am
gnuradio-core/src/lib/filter/filter.i
gnuradio-core/src/lib/filter/gr_cpu.h
gnuradio-core/src/lib/filter/gr_cpu_powerpc.cc
gnuradio-core/src/lib/filter/gr_cpu_x86.cc
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.h
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.h
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/lib/general/gr_fmdet_cf.cc
gnuradio-core/src/lib/general/gr_fmdet_cf.h
gnuradio-core/src/lib/general/gr_head.cc
gnuradio-core/src/lib/general/gr_head.h
gnuradio-core/src/lib/general/gr_head.i
gnuradio-core/src/lib/general/gr_mpsk_receiver_cc.cc
gnuradio-core/src/lib/general/gr_ofdm_sampler.cc
gnuradio-core/src/lib/general/gr_remez.cc
gnuradio-core/src/lib/general/gri_lfsr.h
gnuradio-core/src/lib/gengen/Makefile.am
gnuradio-core/src/lib/gengen/gr_vector_sink_X.h.t
gnuradio-core/src/lib/gengen/gr_vector_sink_X.i.t
gnuradio-core/src/lib/hier/Makefile.am
gnuradio-core/src/lib/io/Makefile.am
gnuradio-core/src/lib/io/gr_file_sink_base.cc
gnuradio-core/src/lib/io/gr_file_sink_base.h
gnuradio-core/src/lib/io/gr_histo_sink_f.cc
gnuradio-core/src/lib/io/gr_histo_sink_f.h
gnuradio-core/src/lib/io/gr_message_source.cc
gnuradio-core/src/lib/io/gr_message_source.h
gnuradio-core/src/lib/io/gr_message_source.i
gnuradio-core/src/lib/io/gr_udp_sink.cc
gnuradio-core/src/lib/io/gr_udp_sink.h
gnuradio-core/src/lib/io/gr_udp_sink.i
gnuradio-core/src/lib/io/gr_udp_source.cc
gnuradio-core/src/lib/io/gr_udp_source.h
gnuradio-core/src/lib/io/gr_udp_source.i
gnuradio-core/src/lib/io/gr_wavfile_sink.cc
gnuradio-core/src/lib/io/gr_wavfile_sink.h
gnuradio-core/src/lib/io/gri_wavfile.cc
gnuradio-core/src/lib/missing/Makefile.am
gnuradio-core/src/lib/runtime/Makefile.am
gnuradio-core/src/lib/runtime/gr_basic_block.cc
gnuradio-core/src/lib/runtime/gr_basic_block.h
gnuradio-core/src/lib/runtime/gr_block.cc
gnuradio-core/src/lib/runtime/gr_block.h
gnuradio-core/src/lib/runtime/gr_block_detail.cc
gnuradio-core/src/lib/runtime/gr_block_detail.h
gnuradio-core/src/lib/runtime/gr_block_executor.cc
gnuradio-core/src/lib/runtime/gr_buffer.cc
gnuradio-core/src/lib/runtime/gr_buffer.h
gnuradio-core/src/lib/runtime/gr_msg_queue.cc
gnuradio-core/src/lib/runtime/gr_msg_queue.h
gnuradio-core/src/lib/runtime/gr_msg_queue.i
gnuradio-core/src/lib/runtime/gr_sptr_magic.cc
gnuradio-core/src/lib/runtime/gr_top_block_impl.cc
gnuradio-core/src/lib/runtime/gr_top_block_impl.h
gnuradio-core/src/lib/runtime/gr_tpb_detail.cc
gnuradio-core/src/lib/runtime/gr_tpb_detail.h
gnuradio-core/src/lib/runtime/gr_tpb_thread_body.cc
gnuradio-core/src/lib/swig/Makefile.am
gnuradio-core/src/python/gnuradio/Makefile.am
gnuradio-core/src/python/gnuradio/blks2impl/Makefile.am
gnuradio-core/src/python/gnuradio/blks2impl/dbpsk.py
gnuradio-core/src/python/gnuradio/blks2impl/dqpsk.py
gnuradio-core/src/python/gnuradio/blks2impl/logpwrfft.py
gnuradio-core/src/python/gnuradio/blks2impl/stream_to_vector_decimator.py
gnuradio-core/src/python/gnuradio/eng_option.py
gnuradio-core/src/python/gnuradio/gr/Makefile.am
gnuradio-core/src/python/gnuradio/gr/prefs.py
gnuradio-core/src/python/gnuradio/gr/qa_message.py
gnuradio-core/src/python/gnuradio/gr/qa_scrambler.py
gnuradio-core/src/python/gnuradio/gruimpl/hexint.py
gnuradio-core/src/python/gnuradio/optfir.py
gnuradio-core/src/python/gnuradio/packet_utils.py
gnuradio-core/src/python/gnuradio/window.py
gnuradio-examples/Makefile.am
gnuradio-examples/python/Makefile.am
gnuradio-examples/python/apps/hf_radio/input.py
gnuradio-examples/python/digital/Makefile.am
gnuradio-examples/python/digital/benchmark_loopback.py
gnuradio-examples/python/digital/benchmark_qt_loopback.py
gnuradio-examples/python/digital/benchmark_qt_rx.py
gnuradio-examples/python/digital/qt_digital_window.py
gnuradio-examples/python/digital/qt_digital_window.ui
gnuradio-examples/python/digital/qt_rx_window.py
gnuradio-examples/python/digital/qt_rx_window.ui
gnuradio-examples/python/digital/receive_path.py
gnuradio-examples/python/digital/transmit_path.py
gnuradio-examples/python/digital/usrp_receive_path.py
gnuradio-examples/python/digital/usrp_transmit_path.py
gnuradio-examples/python/network/audio_sink.py
gnuradio-examples/python/network/audio_source.py
gnuradio-examples/python/network/dial_tone_sink.py
gnuradio-examples/python/network/dial_tone_source.py
gnuradio-examples/python/network/vector_sink.py
gnuradio-examples/python/network/vector_source.py
gnuradio-examples/python/usrp/usrp_am_mw_rcv.py
gnuradio-examples/python/usrp/usrp_tv_rcv.py
gnuradio-examples/python/usrp/usrp_wfm_rcv.py
gnuradio-examples/python/usrp/usrp_wfm_rcv2_nogui.py
gnuradio-examples/python/usrp/usrp_wfm_rcv_fmdet.py
gnuradio-examples/python/usrp/usrp_wfm_rcv_nogui.py
gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py
gnuradio-examples/python/usrp/usrp_wfm_rcv_sca.py
gnuradio-examples/python/usrp/usrp_wxapt_rcv.py
gnuradio-examples/python/usrp2/usrp2_wfm_qt.py
gnuradio-examples/python/usrp2/usrp2_wfm_rcv.py
gr-audio-alsa/Makefile.am
gr-audio-alsa/src/Makefile.am
gr-audio-jack/Makefile.am
gr-audio-jack/src/Makefile.am
gr-audio-oss/Makefile.am
gr-audio-oss/src/Makefile.am
gr-audio-osx/src/Makefile.am
gr-audio-osx/src/audio_osx.h
gr-audio-osx/src/audio_osx_sink.cc
gr-audio-osx/src/audio_osx_sink.h
gr-audio-osx/src/audio_osx_source.cc
gr-audio-osx/src/audio_osx_source.h
gr-audio-osx/src/circular_buffer.h
gr-audio-portaudio/Makefile.am
gr-audio-portaudio/src/Makefile.am
gr-audio-portaudio/src/audio_portaudio_sink.cc
gr-audio-portaudio/src/audio_portaudio_sink.h
gr-audio-portaudio/src/audio_portaudio_source.cc
gr-audio-portaudio/src/audio_portaudio_source.h
gr-audio-windows/src/Makefile.am
gr-cvsd-vocoder/Makefile.am
gr-cvsd-vocoder/src/Makefile.am
gr-cvsd-vocoder/src/lib/Makefile.am
gr-gcell/src/Makefile.am
gr-gpio/src/Makefile.am
gr-gpio/src/python/gpio.py
gr-gpio/src/python/gpio_usrp_fft.py
gr-gsm-fr-vocoder/Makefile.am
gr-gsm-fr-vocoder/src/Makefile.am
gr-gsm-fr-vocoder/src/lib/Makefile.am
gr-pager/Makefile.am
gr-qtgui/src/Makefile.am
gr-qtgui/src/lib/ConstellationDisplayPlot.cc
gr-qtgui/src/lib/ConstellationDisplayPlot.h
gr-qtgui/src/lib/FrequencyDisplayPlot.cc
gr-qtgui/src/lib/FrequencyDisplayPlot.h
gr-qtgui/src/lib/Makefile.am
gr-qtgui/src/lib/SpectrumGUIClass.cc
gr-qtgui/src/lib/SpectrumGUIClass.h
gr-qtgui/src/lib/TimeDomainDisplayPlot.cc
gr-qtgui/src/lib/TimeDomainDisplayPlot.h
gr-qtgui/src/lib/Waterfall3DDisplayPlot.cc
gr-qtgui/src/lib/Waterfall3DDisplayPlot.h
gr-qtgui/src/lib/WaterfallDisplayPlot.cc
gr-qtgui/src/lib/WaterfallDisplayPlot.h
gr-qtgui/src/lib/qtgui.i
gr-qtgui/src/lib/qtgui_sink_c.cc
gr-qtgui/src/lib/qtgui_sink_c.h
gr-qtgui/src/lib/qtgui_sink_f.cc
gr-qtgui/src/lib/qtgui_sink_f.h
gr-qtgui/src/lib/spectrumUpdateEvents.cc
gr-qtgui/src/lib/spectrumUpdateEvents.h
gr-qtgui/src/lib/spectrumdisplayform.cc
gr-qtgui/src/lib/spectrumdisplayform.h
gr-qtgui/src/lib/spectrumdisplayform.ui
gr-qtgui/src/lib/waterfallGlobalData.h
gr-qtgui/src/python/pyqt_example.py
gr-qtgui/src/python/pyqt_example_f.py
gr-qtgui/src/python/qt_digital.py
gr-qtgui/src/python/qt_digital_window.py
gr-qtgui/src/python/qt_digital_window.ui
gr-qtgui/src/python/usrp2_display.py
gr-radar-mono/src/Makefile.am
gr-radio-astronomy/src/Makefile.am
gr-radio-astronomy/src/lib/Makefile.am
gr-radio-astronomy/src/python/usrp_psr_receiver.py
gr-radio-astronomy/src/python/usrp_ra_receiver.py
gr-sounder/src/Makefile.am
gr-trellis/Makefile.am
gr-trellis/src/Makefile.am
gr-trellis/src/lib/Makefile.am
gr-usrp/apps/Makefile.am
gr-usrp/gnuradio-usrp.pc.in
gr-usrp/src/Makefile.am
gr-usrp/src/run_tests.in
gr-usrp/src/usrp_base.cc
gr-usrp/src/usrp_base.h
gr-usrp/src/usrp_sink_base.cc
gr-usrp/src/usrp_sink_base.h
gr-usrp/src/usrp_sink_c.cc
gr-usrp/src/usrp_sink_s.cc
gr-usrp/src/usrp_source_base.cc
gr-usrp/src/usrp_source_base.h
gr-usrp/src/usrp_source_c.cc
gr-usrp/src/usrp_source_s.cc
gr-usrp/src/usrp_standard.i
gr-usrp/src/usrp_swig.i
gr-usrp2/gnuradio-usrp2.pc.in
gr-usrp2/src/Makefile.am
gr-usrp2/src/run_tests.in
gr-usrp2/src/usrp2.i
gr-usrp2/src/usrp2_sink_16sc.cc
gr-usrp2/src/usrp2_sink_32fc.cc
gr-usrp2/src/usrp2_sink_base.cc
gr-usrp2/src/usrp2_sink_base.h
gr-usrp2/src/usrp2_source_base.cc
gr-usrp2/src/usrp2_source_base.h
gr-utils/src/Makefile.am
gr-utils/src/python/Makefile.am
gr-utils/src/python/gr_plot_const.py
gr-utils/src/python/gr_plot_fft.py
gr-utils/src/python/gr_plot_iq.py
gr-utils/src/python/gr_plot_psd.py
gr-utils/src/python/plot_data.py
gr-utils/src/python/usrp2_fft.py
gr-utils/src/python/usrp_fft.py
gr-utils/src/python/usrp_oscope.py
gr-utils/src/python/usrp_siggen.py
gr-video-sdl/Makefile.am
gr-video-sdl/src/Makefile.am
gr-wxgui/Makefile.am
gr-wxgui/gr-wxgui.pc.in
gr-wxgui/src/python/Makefile.am
gr-wxgui/src/python/common.py
gr-wxgui/src/python/const_window.py
gr-wxgui/src/python/constants.py
gr-wxgui/src/python/constsink_gl.py
gr-wxgui/src/python/fft_window.py
gr-wxgui/src/python/fftsink_gl.py
gr-wxgui/src/python/fftsink_nongl.py
gr-wxgui/src/python/forms/converters.py
gr-wxgui/src/python/forms/forms.py
gr-wxgui/src/python/histo_window.py
gr-wxgui/src/python/histosink_gl.py
gr-wxgui/src/python/number_window.py
gr-wxgui/src/python/numbersink2.py
gr-wxgui/src/python/plot.py
gr-wxgui/src/python/plotter/channel_plotter.py
gr-wxgui/src/python/plotter/common.py
gr-wxgui/src/python/plotter/grid_plotter_base.py
gr-wxgui/src/python/plotter/plotter_base.py
gr-wxgui/src/python/plotter/waterfall_plotter.py
gr-wxgui/src/python/scope_window.py
gr-wxgui/src/python/scopesink_gl.py
gr-wxgui/src/python/waterfall_window.py
gr-wxgui/src/python/waterfallsink_gl.py
gr-wxgui/src/python/waterfallsink_nongl.py
grc/Makefile.am
grc/base/Block.py
grc/base/Element.py
grc/base/FlowGraph.py
grc/base/Makefile.am
grc/base/Param.py
grc/base/Platform.py
grc/base/Port.py
grc/blocks/Makefile.am
grc/blocks/band_pass_filter.xml
grc/blocks/band_reject_filter.xml
grc/blocks/blks2_dxpsk_demod.xml
grc/blocks/blks2_dxpsk_mod.xml
grc/blocks/block_tree.xml
grc/blocks/gr_chunks_to_symbols.xml
grc/blocks/gr_delay.xml
grc/blocks/gr_kludge_copy.xml
grc/blocks/gr_noise_source_x.xml
grc/blocks/gr_nop.xml
grc/blocks/gr_not_xx.xml
grc/blocks/gr_packed_to_unpacked_xx.xml
grc/blocks/gr_sample_and_hold_xx.xml
grc/blocks/gr_sig_source_x.xml
grc/blocks/gr_udp_sink.xml
grc/blocks/gr_udp_source.xml
grc/blocks/gr_unpacked_to_packed_xx.xml
grc/blocks/high_pass_filter.xml
grc/blocks/low_pass_filter.xml
grc/blocks/options.xml
grc/blocks/pad_sink.xml
grc/blocks/pad_source.xml
grc/blocks/parameter.xml
grc/blocks/usrp2_sink_xxxx.xml
grc/blocks/usrp2_source_xxxx.xml
grc/blocks/usrp_dual_sink_x.xml
grc/blocks/usrp_dual_source_x.xml
grc/blocks/usrp_simple_sink_x.xml
grc/blocks/usrp_simple_source_x.xml
grc/blocks/wxgui_constellationsink2.xml
grc/blocks/wxgui_fftsink2.xml
grc/blocks/wxgui_histosink2.xml
grc/blocks/wxgui_numbersink2.xml
grc/blocks/wxgui_scopesink2.xml
grc/blocks/wxgui_waterfallsink2.xml
grc/freedesktop/Makefile.am
grc/freedesktop/grc_setup_freedesktop.in
grc/grc_gnuradio/usrp/dual_usrp.py
grc/grc_gnuradio/usrp/simple_usrp.py
grc/grc_gnuradio/wxgui/top_block_gui.py
grc/gui/ActionHandler.py
grc/gui/Actions.py
grc/gui/Bars.py
grc/gui/Block.py
grc/gui/BlockTreeWindow.py
grc/gui/Connection.py
grc/gui/Dialogs.py
grc/gui/DrawingArea.py
grc/gui/Element.py
grc/gui/FlowGraph.py
grc/gui/MainWindow.py
grc/gui/Makefile.am
grc/gui/NotebookPage.py
grc/gui/Param.py
grc/gui/Platform.py
grc/gui/Port.py
grc/gui/StateCache.py
grc/gui/Utils.py
grc/python/Block.py
grc/python/Connection.py
grc/python/Constants.py
grc/python/FlowGraph.py
grc/python/Generator.py
grc/python/Makefile.am
grc/python/Param.py
grc/python/Platform.py
grc/python/Port.py
grc/python/convert_hier.py
grc/python/extract_docs.py
grc/python/flow_graph.tmpl
grc/scripts/Makefile.am
grc/scripts/usrp2_probe
grc/scripts/usrp_probe
gruel/gruel.pc.in
gruel/src/Makefile.am
gruel/src/include/gruel/Makefile.am
gruel/src/include/gruel/inet.h.in
gruel/src/include/gruel/thread_body_wrapper.h
gruel/src/include/gruel/thread_group.h
gruel/src/lib/Makefile.am
run_tests.sh.in
usrp/doc/Makefile.am
usrp/firmware/include/Makefile.am
usrp/firmware/include/fx2regs.h
usrp/firmware/include/usrp_ids.h
usrp/firmware/src/common/build_eeprom.py
usrp/firmware/src/usrp2/Makefile.am
usrp/fpga/Makefile.am
usrp/host/Makefile.am
usrp/host/apps/Makefile.am
usrp/host/apps/burn-db-eeprom
usrp/host/apps/test_usrp_standard_rx.cc
usrp/host/apps/test_usrp_standard_tx.cc
usrp/host/apps/usrp_cal_dc_offset.cc
usrp/host/apps/usrper.cc
usrp/host/lib/Makefile.am
usrp/host/swig/Makefile.am
usrp/host/swig/usrp_prims.i
usrp/usrp.pc.in
usrp2/firmware/Makefile.am
usrp2/firmware/apps/Makefile.am
usrp2/firmware/apps/app_common_v2.c
usrp2/firmware/apps/app_common_v2.h
usrp2/firmware/apps/app_passthru_v2.c
usrp2/firmware/apps/factory_test.c
usrp2/firmware/apps/gen_eth_packets.c
usrp2/firmware/apps/mimo_app_common_v2.c
usrp2/firmware/apps/mimo_tx.c
usrp2/firmware/apps/mimo_tx_slave.c
usrp2/firmware/apps/rcv_eth_packets.c
usrp2/firmware/apps/serdes_txrx.c
usrp2/firmware/apps/tx_standalone.c
usrp2/firmware/apps/txrx.c
usrp2/firmware/config/grc_usrp2_firmware.m4
usrp2/firmware/configure.gnu
usrp2/firmware/include/usrp2_eth_packet.h
usrp2/firmware/include/usrp2_types.h
usrp2/firmware/lib/Makefile.am
usrp2/firmware/lib/db.h
usrp2/firmware/lib/db_base.h
usrp2/firmware/lib/db_basic.c
usrp2/firmware/lib/db_dbsrx.c
usrp2/firmware/lib/db_init.c
usrp2/firmware/lib/db_rfx.c
usrp2/firmware/lib/db_tvrx.c
usrp2/firmware/lib/db_xcvr2450.c
usrp2/firmware/lib/dbsm.c
usrp2/firmware/lib/eth_mac.c
usrp2/firmware/lib/eth_mac_regs.h
usrp2/firmware/lib/ethernet.c
usrp2/firmware/lib/memory_map.h
usrp2/host/apps/Makefile.am
usrp2/host/apps/tx_samples.cc
usrp2/host/include/usrp2/usrp2.h
usrp2/host/lib/Makefile.am
usrp2/host/lib/control.cc
usrp2/host/lib/control.h
usrp2/host/lib/ring.cc
usrp2/host/lib/ring.h
usrp2/host/lib/usrp2.cc
usrp2/host/lib/usrp2_impl.cc
usrp2/host/lib/usrp2_impl.h
usrp2/host/usrp2.pc.in

13 years agoChecks to make sure XML path is writable before making the XML runner. Ignores it...
Tom Rondeau [Thu, 7 Oct 2010 01:15:54 +0000 (21:15 -0400)]
Checks to make sure XML path is writable before making the XML runner. Ignores it if directory is now writable.

13 years agoFixed missing set_relative_rate in these two blocks. The others don't actually do...
Tom Rondeau [Thu, 7 Oct 2010 00:50:25 +0000 (20:50 -0400)]
Fixed missing set_relative_rate in these two blocks. The others don't actually do it, even though it's counter-intuitive for the pfb_decimate, which is a sync_block (decimation actually care of in the stream_to_streams).

13 years agoMerge branch 'maint'
Johnathan Corgan [Wed, 6 Oct 2010 19:34:14 +0000 (12:34 -0700)]
Merge branch 'maint'

* maint:
  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.

13 years agoMerge remote branch 'tom/qtfix' into maint
Johnathan Corgan [Wed, 6 Oct 2010 19:20:08 +0000 (12:20 -0700)]
Merge remote branch 'tom/qtfix' into maint

* tom/qtfix:
  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.

13 years agoMerge Michael Dicken's USB fixes after rebasing on maint
Johnathan Corgan [Wed, 6 Oct 2010 19:06:01 +0000 (12:06 -0700)]
Merge Michael Dicken's USB fixes after rebasing on maint

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).

13 years agoFixed setting of USB_LIBS for *win*
Michael Dickens [Fri, 17 Sep 2010 01:07:29 +0000 (21:07 -0400)]
Fixed setting of USB_LIBS for *win*

13 years agoFix so that non-Darwin OSs use USB_LIBS correctly for linking
Michael Dickens [Thu, 16 Sep 2010 20:58:22 +0000 (16:58 -0400)]
Fix so that non-Darwin OSs use USB_LIBS correctly for linking

13 years agoNew way of checking for various LIBUSB names; for legacy version, make sure the symbo...
Michael Dickens [Wed, 8 Sep 2010 01:56:23 +0000 (21:56 -0400)]
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).

13 years agoFinally, the simple fix for the qtgui issues; also, changed the naming scheme output...
Tom Rondeau [Fri, 17 Sep 2010 15:54:32 +0000 (11:54 -0400)]
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.

13 years agoRemoving Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and...
Tom Rondeau [Mon, 13 Sep 2010 18:49:00 +0000 (14:49 -0400)]
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.

13 years agoFixed gitignore to reflect changes in moc/ui file naming.
Tom Rondeau [Tue, 21 Sep 2010 22:37:13 +0000 (18:37 -0400)]
Fixed gitignore to reflect changes in moc/ui file naming.

13 years agoFixes a lot of warnings by cleaning up namespace issues.
Tom Rondeau [Fri, 17 Sep 2010 15:56:12 +0000 (11:56 -0400)]
Fixes a lot of warnings by cleaning up namespace issues.

13 years agoFinally, the simple fix for the qtgui issues; also, changed the naming scheme output...
Tom Rondeau [Fri, 17 Sep 2010 15:54:32 +0000 (11:54 -0400)]
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.

13 years agoRemoving qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h.
Tom Rondeau [Mon, 13 Sep 2010 18:54:20 +0000 (14:54 -0400)]
Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h.

13 years agoRemoving Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and...
Tom Rondeau [Mon, 13 Sep 2010 18:49:00 +0000 (14:49 -0400)]
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.

13 years agoUpdating all of the QA code that I can actually test to work with the new XML output...
Tom Rondeau [Tue, 5 Oct 2010 00:18:46 +0000 (20:18 -0400)]
Updating all of the QA code that I can actually test to work with the new XML output runners.

13 years agoUpdating all python QA programs in gnuradio-core to output XML files.
Tom Rondeau [Sun, 3 Oct 2010 20:56:57 +0000 (16:56 -0400)]
Updating all python QA programs in gnuradio-core to output XML files.

Also fixed gr_unittest.py to print to the screen and fail make check properly if there's an error.

Need to find a way to use XML runner with main() to fail make check and output to screen, too.

13 years agoAdding gr_xmlrunner.py to Makefile.
Tom Rondeau [Sun, 3 Oct 2010 19:39:52 +0000 (15:39 -0400)]
Adding gr_xmlrunner.py to Makefile.

13 years agoAdding XML output to Python unittests.
Tom Rondeau [Sun, 3 Oct 2010 19:00:44 +0000 (15:00 -0400)]
Adding XML output to Python unittests.

gr_unittest.py was updated to handle the path and file creation and run the XML runner

gr_xmlrunner.py is a public domain program written by Sebastian Rittau <srittau@jroger.in-berlin.de> (THANKS!) to extend Python's unittest module to handle XML JUnit format output. This was renamed from xmlrunner.py if any future work is done on it from our project as well as to keep the namespace clean and clear.

qa_skiphead.py is a first test program for the XML output. Creates an outputfile $HOME/.gnuradio/unittest/python/test_skiphead.xml.

13 years agoModified gcell and gr-atsc cppunit tests to output XML files, too. Gcell needs testing.
Tom Rondeau [Sat, 2 Oct 2010 21:35:16 +0000 (17:35 -0400)]
Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell needs testing.

13 years agoMoving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
Tom Rondeau [Sat, 2 Oct 2010 21:16:04 +0000 (17:16 -0400)]
Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
This also adds a new utility gr_unittests.h, which sets up the path for output files.