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


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.6.1, created. v3.6.1
Date: Mon, 11 Jun 2012 15:47:22 +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.1 has been created
        at  0d47f1353a90a54cdb84e40a847191976ca3b401 (tag)
   tagging  92ce6ff434763c8c9360c23435e715e19681b346 (commit)
  replaces  3.6.1git
 tagged by  Johnathan Corgan
        on  Mon Jun 11 08:40:42 2012 -0700

- Log -----------------------------------------------------------------
v3.6.1

Alexandru Csete (1):
      fcd: fix frequency offset test in GRC

Ben Reynwar (14):
      Improving qa_constellation_receiver.
      Merge branch 'master' of http://gnuradio.org/git/gnuradio
      Adding sphinx documentation.
      doxyxml: Added parsing of parameters from xml.
      docs: Modified swig_doc.py to put parameter info in docstrings.
      Add sphinx mathjax extension.
      gr: Added vector_map block.
      Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocs
      docs: Extended README for sphinx docs.
      docs: Added version number to sphinx docs.
      docs: Fixed copyright in sphinx docs.
      docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.
      docs: Adding gr-fft to sphinx docs
      Fixing cmake doc dependencies for gr-fft and gr-wavelet.

Donald Porges (1):
      core: patch for vector_map loop variable initialization.

Jaroslav Skarvada (1):
      cmake: fix pygtk check failure with no X session

Johnathan Corgan (23):
      core: add SWIG macro for namespaced blocks
      Merge branch 'merge/core-swig-magic'
      Merge branch 'maint'
      Merge remote branch 'ncorgan/gr-uhd_swig-stuff'
      Merge remote branch 'jblum-github/volk_work'
      Merge remote branch 'jblum-github/volk_work'
      Merge branch 'maint'
      fft: make interface functions pure virtual
      fft: put helper classes in namespace
      Merge branch 'gr_fft'
      Merge branch 'maint'
      Merge branch 'digital_moves'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      volk: fix profiler comparison
      volk: fix some signedness and unused variable warnings
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'jblum/wip_uhd_stopper'
      Revert "uhd: allow source work to be stopped while fg runs"
      Merge branch 'maint'
      cmake: update revision to 3.6.1 release

Jose Quaresma (1):
      GRC: patch to allow users to specify max_noutput_items in GRC options 
block.

Josh Blum (29):
      volk: work on template stuff
      volk: added kernel defs and typedefs
      volk: created other templates for runtime + machines
      volk: working build w/ cmakelists
      volk: added compile utils and cleanup cmakelists
      volk: make orc a normal arch with overrule
      volk: python checks and build system stuff
      volk: build system work, can build stand-alone msvc
      volk: updated build system for avx checking support
      volk: removed old generator python code
      volk: fix for cpuid_eax check with hardcoded values
      volk: fix msvc __cpuid pointer cast
      volk: move avx cpuid_x86_bit check in archs.xml
      volk: fix volk_profile install rule
      volk: use archs.xml to specify compiler flags + support
      volk: remove norc, implement machine overrule
      volk: added gcc version check to xgetbv
      volk: gcc version check without __GNUC_PREREQ
      volk: avx overrule is gcc4.4, make prints match
      volk: added set_float_rounding to volk_cpu_init
      volk: avoid sse2 saturation issue 32768->32767
      volk: code simplification, overrule macro and python opts
      volk: force kwargs keys to be of type str, not unicode for py25
      cmake: make a find portaudio that follows the rules
      gruel: conditional linking for pthread
      fft: should not export for static class member
      digital: these classes are part of the digital library
      wavelet: fixes for missing qa libraries and compile defines
      uhd: allow source work to be stopped while fg runs

Justin R. Cutler (2):
      grc: restore virtual ports in grc
      pager: fix frequency display when not default

Marcus Leech (2):
      uhd: updating/fixing WBFM example.
      wxgui: allows LEFT click to set a flow-graph variable to the adjusted X 
value on either the FFT or waterfall display.

Moritz Fischer (2):
      volk: fixed popcnt.
      volk: fixed popcnt.

Nicholas Corgan (3):
      gr-uhd: uhd_fft and uhd_siggen_base.py now use subdev names instead of 
dboard id's
      gr-uhd: updated USRP Sink and USRP Source help messages
      Fixed package dependencies for gnuradio-core and gr-wavelet, added 
support for Ubuntu 12.04 and Fedora 17

Nick Foster (2):
      Volk: redo the archs.xml language to make checks generic. no more "type", 
no more piles of #if crap in the template.
      volk: disable AVX if GCC version < 4.6.0

Nick McCarthy (1):
      volk: add SIMD implementation for fixed phase rotation

Tim O'Shea (2):
      Block Modifications:
      gr_unpack_k_bits:

Tim Oshea (1):
      gruel: fix linker assumption made explicit on Ubuntu 12.04

Tom Rondeau (36):
      docs: updating build dependency and building instructions.
      Various fixes for using Python 2.5.
      Merge branch 'maint'
      digital: copying over rest of blocks from gnuradio-core to gr-digital.
      docs: adding documentation for new gr-digital blocks.
      digital: moving generated chunks_to_symbols to gr-digital.
      digital: adding QA for chunks_to_symbols and updating generic demodulator 
to use this one.
      digital: added GRC file for chunks_to_symbols block.
      Merge branch 'maint'
      gr-fft: creates a gr-fft top-level component.
      docs: adds a 'make sphinx' target that can be run after 'make install' to 
generate the Python docs.
      docs: fixed bug in doxygen looking at howto dir.
      fft: enabling doc and grc subdirs.
      Merge branch 'master' of gnuradio.org:gnuradio
      pfb: properly deleting d_fft to close some memory leaks.
      pfb: properly deleting d_fft to close some memory leaks.
      sphinx: create a conf.py and run_sphinx_build.sh files.
      Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into 
sphinxdocs
      sphinx: dummy toctree entries to remove warnings.
      docs: fixing up docs from sphinx warnings.
      sphinx: Added a README for explaining the documentation process.
      core: minor formatting changes to vector_map for style consistency.
      Merge branch 'sphinxdocs'
      Merge branch 'sphinxdocs'
      docs: fixed Doxygen from looking in the howto dir.
      Merge branch 'maint'
      volk: have an alignment even for unknown (generic) machines.
      volk: have an alignment even for unknown (generic) machines.
      Merge branch 'maint'
      Some really minor nits.
      Merge branch 'master-mods'
      fixed copyright dates.
      volk: make sure the alignment call for a block passes at least 1.
      Merge branch 'maint'
      Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into 
master-mods
      Merge branch 'master-mods'

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


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



reply via email to

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