commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.4.0, cre


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.4.0, created. v3.4.0
Date: Sun, 12 Jun 2011 05:26:26 +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 annotated tag, v3.4.0 has been created
        at  b1c8c803a22f554b292a2947edf1eaac835b99aa (tag)
   tagging  441a3767e05d15e62c519ea66b848b5adb0f4b3a (commit)
  replaces  v3.4.0git
 tagged by  Johnathan Corgan
        on  Sat Jun 11 21:05:53 2011 -0700

- Log -----------------------------------------------------------------
Release 3.4.0

Achilleas Anastasopoulos (13):
      inital commit of turbo stuff:
      core algorithms such as viterbi/siso were refactored
      removed "audio" dependencies from test files in gr-trellis
      templated siso_combined
      added sccc turbo decoder block + example test_sccc_turbo1.py
      added a scaling parameter in trellis_sccc_decoder, needed
      added sccc_decoder block (without the metrics part)
      updated documentation
      added pccc (parallel concatenated convlutional code) encoder
      added pccc decoder + examples
      Added Makefile.gen back to repo
      updated gr-trellis documentation
      Updated some of the examples in gr-trellis to use the options parser

Don Ward (5):
      Fixing missing include files and various other patches for Windows build 
issues.
      volk: fix missing Boost flags
      usrp: cleanup misc usage
      build: add missing linker defines for Win32
      Allow disabling shm vmcircbuf tests at configure time

Jason Abele (2):
      Added necessary swig to get i2c_writes through dboard_iface
      Expose named gain stages in gr-uhd via swig

JohnOrlando (1):
      Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now.

Johnathan Corgan (7):
      howto: updated ignores
      Merge remote branch 'jblum/wip/throttle'
      Merge remote branch 'jblum/wip/gr_block_pure_virtual'
      build: update config.guess and config.sub from canonical source
      Merge remote branch 'burx/burx_updates_for_rel_3pt4'
      Update config.sub and config.guess with latest canonical versions
      Update revision to 3.4.0

Josh Blum (32):
      audio: moved audio docs to gr-audio and fix comments
      runtime: changes to block headers to allow pure virtual sub-classes 
(interfaces)
      throttle: cleanup conditional code and reimplement with boost posix time
      runtime: changes to block headers to allow pure virtual sub-classes 
(interfaces)
      audio: cleanup audio source/sink with virtual inheritance
      uhd: cleanup uhd usrp source/sink with virtual inheritance
      grc: fix for generating top block when in run to completion mode
      grc: added python checks for weird python interpreters
      grc: added int to float support
      uhd: added package config file support for libgnuradio-uhd
      grc: stop the top block after qapp exec for qtgui generation
      grc: remove integrity checks, we wont need them when I'm done
      grc: define __doc__ for license in case its optimized out (that was easy)
      grc: replaced asserts in python subdirectory
      grc: replaced asserts in base subdirectory
      grc: replaced asserts in gui subdirectory
      grc: added logic to discover the path to the python interpreter
      grc: fix hier block generation w/ multiple pad blocks
      audio: filled in the GR_AUDIO_API macro (since we now have 
gruel/attributes.h)
      qtgui: use the timespec_reset function
      qtgui: added GR_QTGUI_API declaration to qtgui library classes and 
functions
      trellis: fix typo, had include config.h logic reversed
      qtgui: replace timespec with typedef so its easier to replace
      gruel: adding high resolution timer to gruel
      qtgui: partially switch to gruel high res timer
      qtgui: removed most of the functions in highResTimeFunctions.h
      qtgui: removed all traces of highResTimeFunctions.h
      qtgui: make a common function for the time label creation in waterfall
      added high_res_timer_epoch to give ticks at the epoch
      gr-uhd: enable 8 channels in grc uhd blocks
      grc: disable pythonw on darwin, apparently not needed
      grc: removed var sink taps example, its no longer supported, weird, and 
not useful

Mike Cornelius (5):
      gr-qtgui: adding new qtgui_util.h to handle plot picker machinery.
      gr-qtgui: rearranging swig directory to allow other .i files; adding a 
qtgui2 interface file.
      gr-qtgui: fix the interface file.
      gr-qtgui: adding double-click point selector to main gui widgets.
      gr-qtgui: exposing double-click events through spectrumdisplayform and 
through to Python.

Tom Rondeau (118):
      Fixing missing header file (in prep for future GCC's). ptrdiff_t is 
defined in stddef.h.
      gr-utils: Adding save and open actions to filter designer.
      gr-utils: way to break something you just fixed a few days ago...
      gr-utils: refactoring design parameters from 'design' to 'params' to not 
conflict with design function.
      gr-utils: handling parameters and GUI updates when loading filters from 
file. Only for windowed filters.
      Merge branch 'master' of gnuradio.org:gnuradio
      Merge branch 'master' of gnuradio.org:gnuradio
      gr-utils: adding save/open capabilities to equiripple filters. Also added 
some error checking on opening and saving files.
      gr-utils: more error checking on filter designer.
      Merge branch 'filtdesign'
      Merge branch 'master' of gnuradio.org:gnuradio
      gr-qtgui: more robust way of checking for QWT-qt4; checks a different 
header only in QT4 version and check qwt-qt4 directory first to avoid finding 
qt3 version in qwt directory.
      gr-qtgui: adding QA code for qtgui; remarked out until a fix for the 
segfault can be found.
      Merge branch 'qwt4'
      gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.
      gr-qtgui: restructuring qtgui directory to new layout.
      gr-qtgui: moving gitignore to new location.
      gr-qtgui: moving Python files to new structure; get rid of src directory.
      gr-qtgui: wip: moving and renaming files for new structure.
      gr-qtgui: updating M4 file for new directory structure.
      gr-qtgui: moving qtgui apps to the apps directory.
      gr-qtgui: fixed some signed/unsigned comparison warnings.
      gr-qtgui: qtgui builds and passes make check under new structure.
      gr-qtgui: typo correct in M4 file.
      gr-qtgui: small correction in Python QA code with new structure.
      gr-qtgui: making necessary changes to build a python package and export 
qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. 
Some of the examples have been updated to use the new (cleaner) convention.
      gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.
      gr-qtgui: cleaning up handling of mutex
      gr-qtgui: improvements to python test apps.
      gr-qtgui: tightening up and cleaning up some memory leaks.
      volk: adding BOOST_CPPFLAGS to volk to use boost unit tests.
      audio: re-adding circular_buffer.h for OSX build.
      audio: fixing class typo for OSX audio driver.
      Merge branch 'master' of gnuradio.org:gnuradio
      audio: added missing header to Makefile.
      build: updating Makefiles for newer linker requirements.
      gr-qtgui: wip trying to figure out segfaults.
      pfb: fixed documentation for PFB-based clock sync.
      Merge branch 'master' into qtgui
      gr-qtgui: removing unnecessary mutex and qtevent objects.
      gr-qtgui: removing uncessary file of qtevents and objects.
      gr-qtgui: missed lock call that was just deleted.
      gr-qtgui: don't delete the SpectrumDisplayWindow; as a QWidget, it takes 
care of itself when the parent is deleted.
      gr-qtgui: cleaning up unnecessary plotting calls.
      gr-qtgui: removing references to 3D waterfall plot and changning QtGui 
API to remove bool that turns it on/off.
      gr-qtgui: finishing off removing references to 3D plotting in UI file.
      volk: adding missing boost library flags for alternative installs of 
boost libs.
      core: adding a type converter - int -> float.
      core: adding QA code for int_to_float block.
      core: missed a line in the Makefile for int_to_float.
      Merge branch 'master' of gnuradio.org:gnuradio
      gr-qtgui: removing Guile-specific stuff since there is no way QtGui will 
work with Guile yet. Changed Python QA to complete properly.
      gr-qtgui: updating example apps so the wrapped instance of the qtgui is 
not a class member; this ensures proper cleanup on exit.
      gr-qtgui: adding a GRC example for QtGui graphs.
      gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS 
because of some dependencies in Qwt.
      gr-qtgui: exposing set_update_time to Python.
      gr-qtgui: fixes problem with initial axes not showing up properly.
      gr-qtgui: ignore GRC-built py file of grc_qt_example.grc.
      Merge branch 'qtgui'
      Small bug fix so M&M block asks for the right number of items.
      Adding GRC block for the PFB synthesis filterbank.
      Adding GRC block for the PFB channelizer filterbank.
      grc: fixing grc block for dxpsk2 demods to use the right parameters.
      Merge branch 'master' of gnuradio.org:gnuradio into qtgui2
      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.
      gr-qtgui: updating examples to explicitly shut down flow graphs.
      Merge branch 'master' of gnuradio.org:gnuradio
      Merge branch 'uhd/pkg_config_file'
      gr-qtgui: fixing up examples and adding noise to float example.
      gr-qtgui: adding copyright dates to qtgui files.
      gr-qtgui: adding time-domain plot specific event updater.
      gr-qtgui: adding time-domain only plotter.
      gr-qtgui: adding .i file for time domain plot and updating Makefiles.
      volk: fixing volk M4 so that nothing of Volk exists and its configure 
does not run if --disable-volk is used.
      gr-qtgui: no need to check the version here since we require >4.4
      gr-qtgui: time domain sink now shows and receives updates.
      gr-qtgui: cleaning up; don't delete d_main_gui.
      gr-qtgui: setting up ability to have multiple connections to the time 
sink.
      gr-qtgui: moving towards allowing time plot to have multiple connections.
      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: multiple connections working, each with their own color.
      gr-qtgui: provide function and slot for setting the labels of a time 
curve.
      gr-qtgui: clean up
      gr-qtgui: adding function and slot to set a time display curve's color.
      gr-qtgui: making (somewhat more) consistent case for function names.
      gr-qtgui: adding example for using the new qt_time_sink_c interface.
      gr-qtgui: Adding float interface to qtgui_time_sink and example program.
      gr-qtgui: splitting qtgui.i into its complex and float .i files to keep 
with the general standard.
      gr-qtgui: adding GRC component for time_sink block.
      Merge branch 'qtgui_time'
      Merge branch 'mergme/qtgui/api_exports'
      Merge branch 'mergme/audio/api_macro'
      Merge branch 'mergeme/uhd/gain_names'
      Merge branch 'mergeme/grc/cross_platform_work'
      build: updated SDCC error message on failure. We don't support version 3, 
so this should make that better understood.
      examples: usrp2_wfm_rcv added support for WBX boards. From patch 
submitted by Elvis Dowson.
      gr-uhd: adding uhd_fft.py app
      gr-uhd: adding antenna selection ability to uhd_fft.py.
      gr-uhd: UHD version of usrpx_rx_cfile.py.
      gr-uhd: Makefile.am for UHD apps.
      gr-uhd: adding gitignore file to uhd apps dir.
      gr-uhd: fixed apps Makefile for distribution.
      core: adding get/set sensitivity accessors to frequency_modulator_fc 
block.
      gr-uhd: fixed uhd apps; don't try to set the clock; default antenna 
unless specified; proper name for tune result.
      gr-utils: updating gr_plot_psd.py to protect against zero-length arrays 
in get_data.
      Merge pull request #1 from tttx/pmt-swig-fix
      Merge branch 'tr_master'
      filter: adding a DC blocker algorithm.
      filter: changing name of moving average class to remove name conflicts.
      filter: adding floating point version of DC blocker alg.
      grc: adding DC blocker GRC block.
      grc: fixing DC blocker block to handle i/o type.
      QA: adding QA code for DC blocker block. Tests impulse response for 
complex and float, long and short form for each.
      core: fixed documentation for dc blocker.
      Merge branch 'tr_master'
      trellis: fixed Makefile by removing non-existant file names.
      Merge branch 'master' into turbo
      Merge branch 'mergeme/fix/trellis/metrics_typo'

tttx (3):
      fixing pmt swig python installed files
      fixing file tracking
      update python installed files

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


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



reply via email to

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