logpwrfft.py -- need to average the square, not square the average. Then do proper scaling (no more 3dB kludge).
GRC: fixed error in XML format; need to declare XML type first.
Merge branch 'maint' of gnuradio.org:gnuradio into maint
grc: adding ctcss squelch block to GRC.
patch: applying Alexandru Csete's patch (that I though I already applied...)
doxygen: fixed doxygen warnings.
Fixed type warning.
Fixed warnings about doxygen format.
Fixed return warnings.
Fixed warnings about variable intialization order.
core: added missing io.h includes on cc files
Added to the cc files which were missing io.h andrequired compatibility declarations in io.h to compile.Applies to compiling under MSVC with cmake work branch.
core: added missing config.h includes on cc files
Added to the cc files which were missing config.h andrequired compatibility functions defined in config.h.Applies to compiling under MSVC with cmake work branch.
gr-audio: fix missing Makefile.am clause
Date: Tue, 5 Jul 2011 23:16:48 -0500Message-ID: <CAJFv4kPPVbA0dC=[email protected]>From: Ryan Pape <[email protected]>To: [email protected]Subject: [Discuss-gnuradio] OSX 10.6 Audio Library Error...
Fix URL in ChangeLog
Update revision to 3.4.0
Update config.sub and config.guess with latest canonical versions
Allow disabling shm vmcircbuf tests at configure time
Merge remote branch 'burx/burx_updates_for_rel_3pt4'
grc: removed var sink taps example, its no longer supported, weird, and not useful
grc: disable pythonw on darwin, apparently not needed
gr-uhd: enable 8 channels in grc uhd blocks
added high_res_timer_epoch to give ticks at the epoch
qtgui: make a common function for the time label creation in waterfall
qtgui: removed all traces of highResTimeFunctions.h
qtgui: removed most of the functions in highResTimeFunctions.h
qtgui: partially switch to gruel high res timer
gruel: adding high resolution timer to gruel
qtgui: replace timespec with typedef so its easier to replace
Merge branch 'mergeme/fix/trellis/metrics_typo'
Merge branch 'master' into turbo
trellis: fixed Makefile by removing non-existant file names.
Updated some of the examples in gr-trellis to use the options parser
Merge branch 'tr_master'
core: fixed documentation for dc blocker.
QA: adding QA code for DC blocker block. Tests impulse response for complex and float, long and short form for each.
grc: fixing DC blocker block to handle i/o type.
grc: adding DC blocker GRC block.
filter: adding floating point version of DC blocker alg.
filter: changing name of moving average class to remove name conflicts.
filter: adding a DC blocker algorithm.
Merge pull request #1 from tttx/pmt-swig-fix
Pmt swig fix
trellis: fix typo, had include config.h logic reversed
update python installed files
fixing file tracking
fixing pmt swig python installed files
gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in get_data.
gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless specified; proper name for tune result.
core: adding get/set sensitivity accessors to frequency_modulator_fc block.
gr-uhd: fixed apps Makefile for distribution.
gr-uhd: adding gitignore file to uhd apps dir.
gr-uhd: Makefile.am for UHD apps.
gr-uhd: UHD version of usrpx_rx_cfile.py.
gr-uhd: adding antenna selection ability to uhd_fft.py.
gr-uhd: adding uhd_fft.py app
examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted by Elvis Dowson.
build: updated SDCC error message on failure. We don't support version 3, so this should make that better understood.
Merge branch 'mergeme/grc/cross_platform_work'
Merge branch 'mergeme/uhd/gain_names'
Merge branch 'mergme/audio/api_macro'
Merge branch 'mergme/qtgui/api_exports'
qtgui: added GR_QTGUI_API declaration to qtgui library classes and functions
qtgui: use the timespec_reset function
Its more proper, and the assignment is c99 only.
audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)
Merge branch 'qtgui_time'
Conflicts: gr-qtgui/apps/pyqt_example_f.py
gr-qtgui: adding GRC component for time_sink block.
gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with the general standard.
gr-qtgui: Adding float interface to qtgui_time_sink and example program.
gr-qtgui: adding example for using the new qt_time_sink_c interface.
gr-qtgui: making (somewhat more) consistent case for function names.
gr-qtgui: adding function and slot to set a time display curve's color.
gr-qtgui: clean up
gr-qtgui: provide function and slot for setting the labels of a time curve.
gr-qtgui: multiple connections working, each with their own color.
gr-qtgui: Passing vectors of data to update plot for stability; also moving responsibility of keeping track of plot updates out to qtgui_sink instead of inside plot qidget.
gr-qtgui: moving towards allowing time plot to have multiple connections.
gr-qtgui: setting up ability to have multiple connections to the time sink.
gr-qtgui: cleaning up; don't delete d_main_gui.
gr-qtgui: time domain sink now shows and receives updates.
gr-qtgui: no need to check the version here since we require >4.4
volk: fixing volk M4 so that nothing of Volk exists and its configure does not run if --disable-volk is used.
gr-qtgui: adding .i file for time domain plot and updating Makefiles.
gr-qtgui: adding time-domain only plotter.
gr-qtgui: adding time-domain plot specific event updater.
grc: fix hier block generation w/ multiple pad blocks
grc: added logic to discover the path to the python interpreter
Rather than simply exec-ing the application w/ "python",use the same interpreter that executed grc w/ full path.
Added code to handle the following exceptions:- for a wx app on mac osx, use the pythonw interpreter...
gr-qtgui: adding copyright dates to qtgui files.
gr-qtgui: fixing up examples and adding noise to float example.
Expose named gain stages in gr-uhd via swig
Added necessary swig to get i2c_writes through dboard_iface
Merge branch 'uhd/pkg_config_file'
Merge branch 'master' of gnuradio.org:gnuradio
gr-qtgui: updating examples to explicitly shut down flow graphs.
Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now.
gr-qtgui: updating required Qt library to v4.4 instead of v4.2. This has been a requirement for a while (FormLayout introduced in 4.4) but nevery required by configure.
grc: replaced asserts in gui subdirectory
grc: replaced asserts in base subdirectory
grc: replaced asserts in python subdirectory
grc: define doc for license in case its optimized out (that was easy)
grc: remove integrity checks, we wont need them when I'm done