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.7.0rc0,


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.7.0rc0, created. v3.7.0rc0
Date: Fri, 21 Jun 2013 13:38:06 +0000 (UTC)

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.7.0rc0 has been created
        at  fcf936153f67cfb3527e9c606f7c4628a83161a1 (tag)
   tagging  22f260175fba41b64a60857c9b3353803b402368 (commit)
  replaces  3.7.0git
 tagged by  Johnathan Corgan
        on  Fri Jun 21 06:37:16 2013 -0700

- Log -----------------------------------------------------------------
v3.7.0rc0

Bastian Bloessl (1):
      grcc: set grc file path, which is required for hier blocks

Ben Reynwar (49):
      gnuradio-core: Enabling uninstalled python imports.
      blocks: Enabling uninstalled python imports.
      digital: Enabling uninstalled python imports.
      filter: Enabling uninstalled python imports.
      fft: Enabling uninstalled python imports.
      analog: Enabling uninstalled python imports.
      trellis: Enabling uninstalled python imports.
      wavelet: Enabling uninstalled python imports.
      qtgui: Enabling uninstalled python imports.
      wxgui: Enabling uninstalled python imports.
      noaa: Enabling uninstalled python imports.
      pager: Enabling uninstalled python imports.
      video_sdl: Enabling uninstalled python imports.
      vocoder: Enabling uninstalled python imports.
      fcd: Enabling uninstalled python imports.
      comedi: Enabling uninstalled python imports.
      gruel: Enabling uninstalled python imports.
      gruel: Updating testing environment.
      core: Updating testing environment.
      fft: Updating testing environment.
      filter: Updating testing environment.
      blocks: Updating testing environment.
      analog: Updating testing environment.
      digital: Updating testing environment.
      trellis: Updating testing environment.
      wavelet: Updating testing environment.
      qtgui: Updating testing environment.
      noaa: Updating testing environment.
      pager: Updating testing environment.
      video-sdl: Updating testing environment.
      vocoder: Updating testing environment.
      fcd: Updating testing environment.
      comedi: Updating testing environment.
      doxyxml: Added new doxygen kinds.
      Merged next into uninstalled import branch.
      runtime: Updating __init__.py's for uninstalled import.
      Merged in 'next' branch.
      Merged in next_docs branch.
      sphinx: Completed pmt docs.
      Merged in master.
      channels: Setting up channels module for uninstalled import.
      uninstalled imports: Fixing up after merge with master.
      uninstalled imports: Fixed gr-audio and gr-atsc.
      atsc: Fix QA to work with uninstalled imports.
      uninstalled import: Updatings blocks, fec, uhd, and filter so that 
uninstalled import works with recent changes.
      Removing gruel from QA python paths.
      runtime: Move logic from block.h to block.cc.
      docs: Removing gr-shd from sphinx docs.
      uninstalled import: Adding overlooked exception handling around imports.

Johnathan Corgan (32):
      analog: clean up header documentation warnings in AGC blocks
      runtime: fix documentation warning in logger
      digital: remove stray import from QA test
      digital: remove stray import from QA test
      Merge branch 'maint'
      Merge remote-tracking branch 'reynwar/uninstalled_imports' into 
merge-inplace
      utils: add missing CMake include
      Revert "wxgui: Fixes to solve issues using GL sinks on OS X"
      Merge branch 'maint'
      Merge remote-tracking branch 'martin/maint-ofdm' into maint
      Merge remote-tracking branch 'martin/master-ofdm'
      Merge branch 'maint'
      blocks: fix missing dynamic tag implementation
      Merge remote-tracking branch 'osh/master'
      Merge remote-tracking branch 'jblum/gr_test_extra_environs'
      Merge remote-tracking branch 'osh/master'
      blocks: fix use of assertGreater in QA for older Python
      Merge branch 'maint'
      Merge remote-tracking branch 'reynwar/minorfixes'
      Merge remote-tracking branch 'osh/master'
      blocks: fix borked global search and replace
      blocks: fix erroneous linkage to gr-filter (#547)
      Merge branch 'maint'
      cmake: convert CRLF to LF in in some modules (fixes #549)
      Merge branch 'maint'
      Merge branch 'maint'
      digital: fix typo
      Merge branch 'maint'
      digital: remove stray header file from earlier merge
      Merge remote-tracking branch 'ncorgan/agc3_cc_impl_fix'
      analog: fixup whitespace in agc3_cc_impl.cc
      Update revision to 3.7.0rc0

Josh Blum (3):
      gr: added GR_TEST_ENVIRONS to GrTest
      blocks: plateau_detector_fb is now a gr_block and forecasts
      digital: a block should not hold a reference to itself

Marcus D. Leech (1):
      wxgui: fix exception in callback before label set

Martin Braun (6):
      digital: bugfixes to ofdm_chanest, HPD and frame EQ
      digital: crude hack to prevent the HPD from crashing flow graphs
      digital: GRC and Python bugfixes for OFDM
      Merge branch 'maint-ofdm' into master-ofdm
      digital: HPD now uses a registered message handler
      digital: HPD: fixed tag propagation, minimized calls to work()

Nicholas Corgan (1):
      analog: fixed agc3_cc_impl GCC assumption

Tim O'Shea (25):
      runtime: adding getRe() method to ctrlport (get knobs whose key matches a 
list of regex expressions)
      cmake: adding gnuradio-pmt to GnuradioConfig.cmake
      fft: adding ctrlport psd probe block
      Merge remote-tracking branch 'github/master'
      audio: try a couple times before accepting that an alsa device is busy
      digital: switch crc32_bb_impl to use boost::crc_optimal library
      digital: fix for crc check length
      digital: qa_crc32_bb update crc32 to the correct value for standard crc-32
      filter: adding grc def for low_pass_xlating_fir_filter,
      digital: grc channel_model namespace fix in ofdm_loopback.grc
      blocks: add parameter to change length stream tag key used in 
pdu_to_tagged_stream and tagged_stream_to_pdu
      runtime: adding config file + ctrlport selectable gr::high_res_timer to 
select clock type for performance counters
      runtime: adding clock-type selection drop down to gr-perf-monitorx tool
      blocks: fix for ~file_source crash, Bug #550
      audio: switch default also device from hw:0,0 to default, Bug #551
      runtime: adding thread priority methods to gr::block
      runtime: fix gr::block initializer order
      blocks: fix for ~file_source crash, Bug #550
      audio: switch default also device from hw:0,0 to default, Bug #551
      channels: new frequency selective fading block
      channels: selective fading model cleanup
      runtime: fix for timer issue that was causing qtgui components to not plot
      runtime: export list of msg connections when performance counters are 
enabled
      runtime: update gr-perfmonitor-x to display message ports - currently 
they do not show any performance statistics
      volk: installing VolkConfig.cmake

Tom Rondeau (24):
      qtgui: don't calculate fft unless we're plotting. Removes a lot of wasted 
computations.
      Merge branch 'master' of git.gnuradio.org:gnuradio
      Merge remote-tracking branch 'markplett/next'
      docs: fixed doxygen warnings by adding missing parameters.
      filter: made stand-alone arbitrary resampling filter.
      filter: updated new kernel::pfb_arb_resampler_ccf to handle re-entry.
      filter: fixed polyphase filterbank tap ordering.
      filter: fixed some minor issues with the PFB blocks (filter ordering and 
history so delay is calculated correctly).
      filter: Updated PFB arbitrary resamplers (both ccf and fff) to use new 
kernel, created more accessors, and have them now calculating their own group 
delay and expected phase offset.
      docs: typos fixed.
      runtime: put boost/format.hpp into logger.h to make it easily available 
for use with logger.
      digital: updated QA code for digital blocks that use the pfb resampler to 
account for the change in delay.
      core: making block_registry thread-safe for multiple flowgraphs to access 
it.
      Merge branch 'maint'
      runtime: (dup of e0f9a39 for 3.7 structure) making block_registry 
thread-safe for multiple flowgraphs to access it.
      runtime: 2 threading issues with the shared memory system.
      runtime: 2 threading issues with the shared memory system.
      Merge branch 'maint'
      Merge branch 'master_vmcircbuf_mutex'
      Merge branch 'master' of git.gnuradio.org:gnuradio
      runtime: removing mutex locks; broke other things more important than 
what it fixed.
      runtime: ignore last commit. Problem was an extra lock inside the test 
routine that shouldn't have been there.
      cmake: for the GnuradioConfig cmake helper function, only set the most 
important components as required.
      controlport: added support for complex data types.

Volker Schroer (1):
      grc: fix usage of file descriptor source/sink

mark (1):
      Fixed problems preventing logger swig built into runtime.i, logger now 
swig'd into runtime and fully configurable from python

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


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



reply via email to

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