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.6.2, cre


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.6.2, created. v3.6.2
Date: Wed, 5 Sep 2012 00:38:45 +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.6.2 has been created
        at  0dc519ec78501946fdb1e3cab8bdcae6241a4b0e (tag)
   tagging  6f0fe7776bd6ee3615cc776d38301de4f6755866 (commit)
  replaces  3.6.2git
 tagged by  Johnathan Corgan
        on  Tue Sep 4 17:35:52 2012 -0700

- Log -----------------------------------------------------------------
v3.6.2

Ben Reynwar (1):
      digital: fixed incorrect variable name in qam_demod XML

Chí-Thanh Christopher Nguyễn (1):
      cmake: add support for SYSCONFDIR

Hendrik van Wyk (1):
      digital: fix for FLL block; uses actual FIR filter.

Jaroslav Skarvada (1):
      arm: better support for ARM processors without NEON.

Johnathan Corgan (20):
      core: remove extraneous include statement
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'gr_filter'
      Merge branch 'maint'
      Merge remote branch 'jblum-github/uhd_wip'
      Merge remote branch 'jblum-github/python_blocks2' into master
      swig: added additional swig dependencies gruel/core
      swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds
      Merge branch 'maint'
      volk: don't initialize phase in rotator
      Merge branch 'maint'
      Revert "Merge remote branch 'jblum-github/python_blocks2' into master"
      Comment out orc support for volk_16u_byteswap_u
      volk: entirely remove commented out ORC clause for volk_16u_byteswap_u
      Merge remote branch 'jblum/volk_mmx_fix'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      build: update revision to 3.6.2

Josh Blum (19):
      this is squashed python blocks support
      python-blocks: replace assertItemsEqual with assertEqual
      uhd: source will loop for samples forever until thread interrupt
      uhd: added rx tagging for changes in sample rate and center freq
      volk: added missing avx header include
      volk: replace (__m128) with volk cast for portability
      core: fix for gri wave byteswapping
      audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdr
      core: added general_generated to swig deps
      swig: use add_custom_target for swig docs dependency
      docs: remove redundant retries from swig_doc.py
      Force swig compile ordering in gnuradio-core
      core: moved VMCIRCBUF related code to runtime
      cmake: minor tweaks to GrSwig.cmake
      volk: fix volk_32f_x2_dot_prod_32f_u_sse tail case
      volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*
      volk: fix for win64 MSVC not having MMX support
      volk: special werror unused cmd line arg for clang
      volk: dont set CMAKE_REQUIRED_FLAGS when empty

Martin Braun (8):
      core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME 
obsolete
      core: tiny performance boost, and it looks tidier.
      digital: patching ber_simulation.grc to use EbN0 instead of noise 
amplitude.
      digital: fixes DxPSK mod/demod to use right API.
      digital: fixes the digital demod GRC examples after last updates to 
gr-digital.
      digital: removing unused parameter from DPSK demod GRC block.
      digital: adding BER/SNR simulation example.
      core: only check for *.conf in prefs dir

Nicholas Corgan (5):
      filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.
      gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt
      gr-filter: Removing FILTER_API from internals static members fixes 
Windows error
      gruel: got rid of inet.h and adjusted only file that depended on it
      gruel: removed inet.h from install headers

Nick Foster (1):
      core: added message source that takes in tags for controlling bursts.

Tim O'Shea (6):
      new block, gr_annotator_raw
      New Features:
      1. handle pmt serialize and deserialize for tuples
      bug fixxes to tuple serialize
      removing debug
      adding gr_endian_swap block

Tom Rondeau (98):
      filter: work on creating gr-filter top-level component.
      build: reworking cmake structure for include and lib directories. I think 
this is cleaner.
      fft: export the FFTW malloc and free helper functions.
      filter: fixing up fir_filter_fff to handle taps appropriately, also does 
decimation.
      filter: adding examples folder.
      filter: Reworking filter to have a set of basic implementation classes 
for filters of different kinds.
      filter: fixed FIR filter taps and added complex FFT filter.
      filter: adding fff version of FFT filter.
      filter: fixed fft_filter tests.
      filter: preparing to handle alignment better in FIR filters.
      filter: improved documentation for fft_filters.
      filter: added GRC block for FFT filters. Fixed example install.
      filter: added firdes for generating FIR filters to gr-filter.
      filter: cleanup and moving calls from gr.firdes to filter.firdes.
      filter: added Parks-McClellen algorithm.
      filter: actually run the C++ unit tests.
      filter: added hilbert xform block with QA and GRC block.
      filter: moved dc_blocker to gr-filter with QA and GRC blocks.
      filter: some cleanup with the dc_blocker code.
      filter: added filter_delay_fc to gr-filter with QA and GRC files.
      filter: added fir_filter_with_buffer to gr-filter.
      filter: fixed typo.
      filter: copied over pfb_channelizer to gr-filter with QA and GRC.
      filter: created polyphase_filterbank parent class to handle some 
initialization and setting taps of PFB blocks.
      filter: wip: working on adaptive FIR filter. Moved ccc and created parent 
class that is not a gr_block.
      filter: adding ccf version for adaptive filter.
      filter: working aligned taps loads for regular and decimating filter.
      filter: Fixed filter_delay and hilbert filter to work with aligned filter 
loads.
      Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into 
master-mods
      core: modifications to gr_annotator_raw.
      Merge branch 'master-mods'
      filter: process 4 vectors each time in volk dot_prod to speed up fir 
filters.
      filter wip and probably squash with last.
      volk: dot_produce for floats does 16 at a time.
      digital: fixed typo with gray code setting in GRC's QAM demodulator.
      volk: fixes for 32f dot_prod
      filter: fff FIR filters use VOLK machine information to set alignment.
      filter: switched ccc FIR filter to use aligned VOLK calls.
      filter: added a ccf Volk dot product to use with ccf filters and used it 
in fir_filter_ccf.
      filter: fixed FIR filter QA code to make sure it excersizes SIMD call.
      filter: adding ssc and fsf versions of filter with associated new Volk 
kernels.
      filter: improving documentation and adding GRC blocks for fir_filter_xxx 
blocks.
      volk: adding new kernels to test and profile.
      filter: mods to fir filter bases to make consistent and simpler.
      filter: minor coding things.
      filter: updating adaptive FIR filters.
      filter: adding single_pole_iir_filter blocks.
      filter: copied over interpolator_taps.h to gr-filter.
      filter: adding IIR filter.
      filter: adding freq_xlating_filter.
      Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into 
master-mods
      Merge branch 'master-mods'
      Merge branch 'maint' of gnuradio.org:gnuradio into maint
      digital: fixed use of gray code in digital mod/demod GRC files.
      Merge branch 'maint'
      filter: added mmse_fir_interpolator with QA code.
      filter: redoing hilbert and fir_delay to use normal filter calls since 
alignment is properly handled.
      filter: fixed fir_filter_with_buffer and added QA code to check.
      filter: adding fractional_interpolator_{cc,ff} with QA and GRC.
      filter: added interp_fir_filter with QA and GRC.
      filter: adding PFB decimator with GRC and QA.
      filter: adding PFB interpolator with GRC and QA.
      filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.
      filter: adding rational resampler with GRC and QA.
      filter: adding PFB synthesis filter with GRC and QA.
      filter: Moved over filter-specific Python hier_blocks.
      filter: removed all references to filter functions from gr namespace to 
filter.
      filter: Moved over PFB examples.
      filter: added channel_model block with GRC.
      filter: fixed some include issues.
      filter: improved QA code for fractional_interpolator and channel_model.
      filter: improving documentation.
      filter: added documentation to adaptive_filter blocks.
      filter: fixed bug with includes.
      Merge branch 'master-mods'
      Merge branch 'master-mods'
      filter: adding set/get for phase of arb resampler.
      Merge branch 'gr_filter'
      filer: fixed link to libvolk.
      filter: safer values for QA tests for different machines.
      filter: more precision for the PFB channelizer QA test.
      core: adds a tag debug sink to display all tags coming into it.
      Merge branch 'cppunit_fix'
      Merge branch 'win_fix'
      filter: fix mmse_fir_interpolator QA code to initialize an aligned input 
buffer.
      volk: fixing some volk kernels.
      filter: fixed fir_filter_with_buffer to make sure nothing that volk looks 
at could be improperly set.
      Merge branch 'master' of gnuradio.org:gnuradio
      Merge remote-tracking branch 'jblum/fix_volk_32f_x2_dot_prod_32f'
      filter: warning fixes.
      volk: adding unaligned byteswap kernel.
      filter: fixing cppunit test QA to work properly with testing disabled.
      grc: adding missed message_burst_source GRC file.
      fcd: fixed copy-paste error.
      filter: fixes naligned value when volk alignment is 1.
      Merge branch 'master' of gnuradio.org:gnuradio
      docs: reworking doc into one extra dox file for easier linking.
      Merge branch 'maint'

Wayne Roberts (1):
      digital: adding a GFSK mod/demodulator.

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


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



reply via email to

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