[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.5.0, cre
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.5.0, created. v3.5.0 |
Date: |
Thu, 8 Dec 2011 01:25:27 +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.5.0 has been created
at 6fc318fac2287ca1ce9c33fe33fbcdeca4263136 (tag)
tagging 01dfb3d24d1b8806fd35b6edb39b86729cff6abc (commit)
replaces v3.5.0rc0
tagged by Johnathan Corgan
on Wed Dec 7 17:06:35 2011 -0800
- Log -----------------------------------------------------------------
v3.5.0
Achilleas Anastasopoulos (1):
trellis fixing trellis grc files to know about gr-digital.
Jason Abele (3):
Fix initial gain setting for uhd_siggen[_gui].py
Set subdev spec after creating uhd source, before threads start
Use start()/stop() to get midpoint of uhd ranges
Johnathan Corgan (2):
build: update config.{guess,sub} with canonical ones
build: update version to 3.5.0
Josh Blum (40):
grc: fix bug when displaying string params
uhd: added buffer flush when source block is stopped
gruel: added missing check GR_HAVE_NETINET_IN
cmake: created macro for libtool gen and disabled by default
cmake: fixed up swig deps properly for make -j*
cmake: make the swig cxx file gen depend on the specified targets
cmake: tweaks to swig gen and updated howto modules
volk: work to improve compiler and multi-lib support
volk: building on msvc again with sse2 arch
volk: added some environment setup stuff
uhd: backwards compat work which support streamer API
uhd: python/swig/grc tweaks until it works
uhd: added convenience constructor to stream_args_t
uhd: preferable defaults for stream args
uhd: restored source block recv single packet functionality
uhd: grc xml tweaks + streamer args
uhd: use new type string for uhd source/sink types
uhd: added get_samp_rates calls
uhd: added set/get time/clock source calls
uhd: added set for RX/TX iq balance and dc offset
uhd: rebase tweaks + update on command feature
uhd: added docs and removed unimplemented options in grc files
uhd: change examples to use new stream api
Merge remote-tracking branch 'jblum/uhd_next'
volk: replace separate_arguments with string replace (performs a
whitespace split)
cmake: tweaks for swig generation module
qtgui: add python include path (older name)
cmake: fix for cmake 2.6 install w/ library fubar mode
cmake: only rely on target trick when not cross
docs: grabbed support files from ben's repo and my repo
work on swig docs, added to core and digital
grc: replaced doxygen extracted docs with python docstrings
uhd: cleanup some -Wall warnings
grc: force param text to black to guarantee readability
volk: avx support for MSVC
volk: conversion tweaks to build avx on MSVC
volk: fix #466 deprecated string use, from Pinkava
cmake: added support for monolithic packaging rpms + debs
cmake: moved post/pre inst/uinst files
volk: squashed changes 32f_s32f_multiply_32f_a 32fc_x2_dot_prod_32fc_u
Michael Dickens (1):
qtgui: fix for OSX to find standard Qwt install without specifying it.
Nick Foster (10):
Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE
tested 10x faster than generic.
Volk: add 32fc_s32fc_multiply_32fc to profiler
Volk: 32f_s32f_multiply_32f
Volk: whoops
Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)
Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for
saturating magnitudes
Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32
impls is needed to determine if these have robust tail cases or not.
Volk: bring QA test changes into the profiler as well
Volk: remove index max horizontal star from test, it shouldn't be there
either
Volk: since we have a profiler, we don't need to iterate during QA, so
this can go much faster
Philip Balister (2):
qtgui_sink_c : Fix update rate math.
high_res_timer: Fix high_res_timer_now() for E100.
Timo Juhani Lindfors (2):
cmake: fix git describe special case handling
grc: fix typos
Tom Rondeau (39):
doc: ignored too much of qtgui; lost it's main page file.
Merge branch 'master' of gnuradio.org:gnuradio
uhd: patch from Marcus Leech to add FFT update rate and averating on/off
to command line options of uhd_fft.py.
docs: don't ignore the entire qtgui directory.
docs: autotools Makefile.am generates empty swig_docs .i files; builds in
autotools and cmake.
docs: added python doxygen docs to gr-audio.
docs: added python doxygen docs to gr-atsc.
docs: added python doxygen docs to gr-comedi
docs: added python doxygen docs to gr-noaa
docs: added python doxygen docs to gr-pager
docs: added python doxygen docs to gr-qtgui
docs: added python doxygen docs to gr-trellis
docs: added python doxygen docs to gr-uhd
docs: added python doxygen docs to gr-video-sdl
docs: added python doxygen docs to gr-vocoder
docs: added python doxygen docs to gr-wxgui
docs: added python doxygen docs to gr-shd
docs: fixing swig Doxygen file to ignore some files in qtgui.
docs: forgot to have the generated .i files installed.
docs: Adding swig doc generation to Makefile.am files.
docs: added doxygen and swig docs building tools into howto (cmake
version only).
docs: better use of BUILT_SOURCES so I'm not overriding the standard
build instructions for it.
docs: removed unused xml-swig; replaced by doxyxml.
docs: installing generated _doc.i files under autotools.
docs: more appropriate variable to use when setting the include/headers
directory.
docs: fixing variable for location of header files (SOURCE not BINARY).
docs: fixed Doxyfile to ignore cmake howto directory; enables namespace
page to expose all PMT functions in the manual.
docs: adding a doc string for the gruel and gruel.pmt python modules.
docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for
autotools to build.
docs: better install of swig docs .i files since we actually have a
variable to take care of it already.
docs: remove xml-swig from autotools config.
docs: install gruel swig docs and other swig files into
include/gruel/swig instead of include/gnuradio/swig.
Merge branch 'master' of gnuradio.org:gnuradio
Merge branch 'more_swigness_docs'
docs: more fixes for generated swig files. This worked before the merge,
but this forces the build system to generate these before processing the other
swig files.
volk: updated autotools Makefile to build with new headers.
volk: fixed autotools build when orc is available.
Fixed warnings generated by variable declaration order.
docs: fixes some warnings.
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.5.0, created. v3.5.0,
git version control <=