[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] annotated tag 3.7.7git created (now 7679216
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] annotated tag 3.7.7git created (now 7679216) |
Date: |
Mon, 29 Dec 2014 22:27:30 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to annotated tag 3.7.7git
in repository gnuradio.
at 7679216 (tag)
tagging 6eb6375e76cef63669c3f219dfe53c5883914da8 (commit)
replaces 3.7.6git
tagged by Johnathan Corgan
on Mon Dec 29 14:23:36 2014 -0800
- Log -----------------------------------------------------------------
3.7.7git
Abhishek Bhowmick (8):
added new proto-kernels
volk: Added proto-kernels for convert, multiply, conjugate, deinterleave,
magnitude, mag-square, psd functions.
volk: temp log kernels.
volk: Added log2
volk: Added avx proto-kernel for fast exp.
volk: Added sin, cos kernels.
volk: Added tan kernel.
volk: Added atan, asin, acos kernels.
Achilleas Anastasopoulos (3):
Added set_ methods for most parameters in (almost) all gr-trellis blocks
Updated documentation and grc/python examples in gr-trellis.
fixed a bug in pccc encoder/decoder, and added fsm files.
Andy Walls (2):
filter: Fixes setting sample delay declaration for the PFB channelizer
and in GRC.
filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
Bastian Bloessl (4):
digital: clock recovery fix relative limit
digital: clock recovery delete unused variables
digital: clock recovery more verbose documentation
digital: adapt clock recovery QA
Doug Geiger (8):
Fix CMake abuse for assembly (.s) files
Fix(?) prune_tags: needs verification
Fix prune_tags
Formatting fix-ups
Fatal error when using cmake < 2.8.10 on ARM NEON
build_guide: Make explicit we only support Qt4
Fix to previous cmake fix for .s files
volk: include implied string.h in byteswap puppet
Felix Wunsch (2):
block.h: Added a note to the consume() description to clarify that it
must not be called before the buffer is processed.
changed the note to a more generic one
Jiří Pinkava (3):
blocks: UDP source does not enforce IPv4 anny more
blocks: UDP sink does not enforce IPv4
fix UDP test
Johnathan Corgan (46):
Merge remote-tracking branch 'willcode/master'
Merge remote-tracking branch 'geiger/master'
Merge remote-tracking branch 'nwest/volk-json'
Merge branch 'maint'
Merge remote-tracking branch 'osh/tags_wip'
Merge branch 'maint'
Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
Merge branch 'maint'
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Merge remote-tracking branch 'tom/pmt_docs'
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch 'anastas/trellisupdates'
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
Merge branch 'maint'
qtgui: increased max tabs from 5 to 20 in tab widget
Merge branch 'maint'
cmake: increased revision to 3.7.5.1 for maintenance release
Merge branch 'maint'
cmake: fixed boost version test
Merge branch 'maint'
Merge commit '0c92479f'
Merge remote-tracking branch 'stefanolt/master'
Merge remote-tracking branch 'uwehermann/readme_fixes' into maint
Merge branch 'maint'
runtime: corrected spelling
Merge branch 'maint'
Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
Merge remote-tracking branch 'bistromath/pkt' into maint
Merge remote-tracking branch 'nwest/throughput'
Merge branch 'maint'
Merge remote-tracking branch 'mmueller/runtime_fix_spacing_in_perror'
into maint
Merge remote-tracking branch 'mmueller/gr_uhd_fix_URLs' into maint
Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
Merge branch 'maint'
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Merge remote-tracking branch 'martin/blocks/repacker_docs' into maint
Merge branch 'maint'
Merge remote-tracking branch 'skoslowski/msg_connect_extended'
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Merge branch 'maint'
Update revision for maintenance release 3.7.5.2
Merge branch 'maint'
Updated revision for release 3.7.6
Updated revision for 3.7.7git development
Marcus Mueller (1):
qtgui: compare current time domain x-axis unit with new unit to ensure
time scale update.
Marcus Müller (4):
typos and deletion of never-evaluated code
Fixed inconsistent spacing in perror output
fixed UHD manual URLs
fixed tiny typo (send_meassage->send_message)
Martin Braun (10):
pmt: Added float conversion
blocks: Added callback to vector source GRC bindings
digital: Removed all references to remove_item_tag()
runtime: Marked remove_item_tag as deprecated
uhd: Removed LO lock checks at startup, are unnecessary and cause bugs
uhd: Amends 2fd13c0c, LO lock checks need to be removed from source as
well as sink
grc: On Linux, respect x-terminal-emulator
runtime: TSBs can now act as sources
blocks: Made pdu_to_tagged_stream a TSB source
blocks: Improved docs for repack_bits
Michael Dickens (10):
fec: qa: fix use of Bool type to be actual boolean Python values
cmake: gr-dtv: fix internal GR component dependencies
cmake: FindUHD: add in checks to see whether UHDConfig*.cmake were used
via the ENV variables; CACHE variables are unreliable from withing
UHDConfig*.cmake for some reason. In the case where UHDConfig*.cmake were
used, do not do checking for UHD here. Print out appropriate errors if
REQUIRED is set.
cmake: OSS is not for APPLE or WINDOWS.
cmake: Use APPLE, not matching Darwin
cmake: modtool: allow the use of a MODULES_DIR to specify where cmake
modules are installed.
cmake: modtool: On Apple only, set install name and use rpath correctly.
cmake: modtool: make sure our local CMake Modules path comes first.
cmake: modtool: update copyright date.
cmake: modtool: update Modules to GR master
Michael Ossmann (4):
corrected wx fft vertical label from amplitude to power
wxgui: use complex_to_mag_squared instead of complex_to_mag in wxgui
fftsink_nongl
wxgui: corrected errors in wxgui fftsink_gl sample re-ordering
qtgui: corrected errors in qtgui frequency sink (f and c) sample ordering
Nathan West (25):
volk: add feature for json results export
volk: add neon kernel for 16i_convert_8i
volk: add neon kernels for 32fc->32f deinterleavers
volk: removing executable bit for volk_32f_x2_pow_32f.h
volk: add neon support for 32fc_s32fc_multiply_32fc
volk: popcnt support
volk: adding popcnt puppets to qa
volk: add neon kernel for 16i_32fc_dot_prod_32fc
volk: add neon protokernel for 16i_s32f_convert_32f.
volk: add neon version for 32f_binary_slicer_8i
volk: removed unused variable from neon binary slicer
volk: add neon version of 32u_byteswap
volk: update profile to use the new 32u_byteswap puppet
volk: add neon versions for 32i bitwise operators
volk: fixing 32u_byteswap puppet for SSE
volk: add neon version of complex<float> dot product
volk: add neon kernel for 64u_byteswap and puppets for 64/16 byteswap
volk: add a neon table version of 16u_byteswap
volk: fixing *byteswap sse puppet signatures
volk: add neon log2 implementation and fix QA to properly test
volk: fix memory overrun/corruption in neon binary_slicer_8i
volk: relax log2 qa constraints and use a higher order polynomial
volk: use literal shuffle parameters in avx 32fc_deinterleavers
runtime: add throughput counter
volk: add missing sse2 puppets for popcnt
Nick Foster (1):
digital: fix false trigger bug in correlate_access_code_tag, add QA code.
Philipp Aigner (1):
Corrected the fast_atan2f function. Recalculated the table and corrected
some errors in the code.
Sebastian Koslowski (43):
grc: making qt-gui the default (Feature #634)
grc: show fg return code if not 0 (Bug #726)
grc: switch timestamp in grc files from modified to created
grc: move font size definition in Constants.py
grc: yet another py26 incompatibility
grc: fix search entry box for old PyGTK versions
grc: update all flowgraphs when hiding port labels
grc: no icon in search entry box for old PyGTK versions
grc: fix lagging drag and drop
grc: fix missing xterm (Bug #725)
grc: fix lagging drag and drop, round two
grc: disable port type caching on init
grc: append blocks path with prefix /usr/local if installed to prefix /usr
grc: fix xterm setting check
grc: catch EOFError on fg exit
Merge branch 'maint_grcwg' into master_grcwg
grc: fix port type cache for empty types
Merge branch 'maint_grcwg' into master_grcwg
utils: add error message output to grcc
grc: no tooltips for old GTK versions
Merge branch 'maint_grcwg' into master_grcwg
grc: move convert hier into a child generator
grc: refactor/enhance hier block generation
grc: add domain xml DTD and parsing
grc: add domain attribute to ports
grc: draw ports with custom domain differently
grc: don't fail for unknown domains
grc: use domain connection templates in Generator
grc: domain-specific port keys
grc: per element line styles (for custom domain ports and message
connections)
grc: add gr_message domain
grc: make Generator use gr_message domain
grc: add multiple_sources flag to domain.dtd
grc: PEP8 fixes in Generator
grc: port connections by domain, block name in generated code
runtime: whitespace fixes
runtime: refactor top/hier block python wrappers
runtime: add tests for new decorators in hier_block2
grc: add domain property color and use it for connections
grc: fix connections error log and color
grc: port domain code clean-up
Merge branch 'port_domains' into master_grcwg
grc: use endpoints for msg_connect template
Stefan-Olt (1):
reset() for probe_avg_mag_sqrd
Sylvain Munaut (1):
blocks/tagged_stream_multiply_length: Fix tag duplication issues
Tim O'Shea (5):
tags_wip
runtime: speed up all the things
blocks: make tagged stream to pdu output optional
Merge pull request #1 from douggeiger/tags_wip
CID 1240027: runtime: clean up tag pruning using iter range
Tom Rondeau (76):
volk: adding tanh kernel with support for sse and avx.
digital: applying same fix of the complex M&M clock recovery block as the
float vrsion.
blocks: added example of how to construct and add a tag to a
vector_source.
docs: fixed path stripping for binary dirs in doxygen manual.
fec: turning off some debug output.
blocks: deinterleaver will process more than one block at a time for
significant speed improvements.
Merge remote-tracking branch 'mbant/uhd/less_checks'
Merge remote-tracking branch 'mbant/deprecate_remove_item_tag'
blocks: convert asserts to throwing runtime errors in keep_m_in_n ctor.
blocks: fixed up keem_m_in_n to handle relative rate and correct number
of items in calls to work.
Merge branch 'maint'
Merge remote-tracking branch 'dgeiger/cmake_neon'
Merge branch 'maint'
blocks: throttle resets the timer state when the topblock starts each
block, including during a lock/unlock restart.
docs: Adds a brief explanation about adding and getting items tags
inside/outside calls to work.
runtime: fix installation location of the gr_log_default.conf log
configuration file.
blocks: switching last calls from boost::thread to gr::thread.
Merge remote-tracking branch 'mbant/uhd/even_less_checks'
Merge branch 'maint'
blocks: fixed relative rate in keep_m_in_n. It's m-in-n, not n-in-m.
Merge branch 'maint'
Merge remote-tracking branch 'dgeiger/cmake_fixes'
volk: fixing up output message to print c flags and asm flags used by
Volk next to each other.
blocks: better handling of srcid with vector_source blocks.
blocks: benchmark scripts using wrong includes.
Removing use of 'and', 'or', and 'not' for &&, ||, and !.
fec: removed ber_tools; unnecessary and not exported. Replaced compber
with call to VOLK's popcount.
Merge branch 'maint'
docs: adding info on python-pmt converters into pmt manual page.
Merge branch 'mossmann_qtgui'
volk: expfast comments
volk: added power kernel.
volk (gsoc): whitespace
volk: fixed some warnings
volk: fixed a problem with acos during some translation in the git
history.
volk: adding copyright notice to all volk kernels.
qtgui: fixed an issue with the number sink mistreating non-float inputs.
Merge branch 'maint'
blocks: adding a tanh lut for control_loop blocks to use.
digital: adding use of tanh and snr info to costas loop.
qtgui: fixes issue with 1-off because of added history of 2.
Merge branch 'maint'
Merge branch 'costas_snr'
qtgui: fixes issue of setting min/max when using qwt < 6.1.0.
Merge branch 'maint'
blocks: fixed use of "not" for "!".
qtgui: allow float freq plot to only plot positive half of spectrum.
qtgui: fixed problem with setting fft size and averaging of the float
waterfall at runtime.
qtgui: allow toggle to only show positive half of waterfall spectrum.
qtgui: fixed comment.
qtgui: added triggering to freq sinks.
qtgui: removes use of outputsize in freq sinks.
qtgui: removing malloc/free in fft function; doing once in ctor and when
fftsize changes, instead.
Merge branch 'maint'
qtgui: apps: with new use of the Title, the titles provided here just
take up extra screen real estate.
qtgui: remove direct calls to aligned volk kernels; using dispatchers
instead.
Merge branch 'maint'
Merge remote-tracking branch 'mmueller/ofdm_sync_pn_beautify' into maint
Merge branch 'maint'
Merge branch 'maint'
fft: fixed Nuttall window naming from nuttal to nuttall.
Merge remote-tracking branch 'st0ne/maint' into maint
runtime: math: in fast_atan2f, moved nested if that checks for divide by
zero out into its own check.
runtime: math: reset a QA test for the fast_atan2f for mixed nan/inf
input.
digital: fixes issues with the constellation soft decoder, specifically
how the decisions are calculated in the C++ code and some issues with the QAM16
constellation in particular.
digtial: adding example to explore the constellation decoder and soft
decoder for different constellations.
filter: fixed default filter for rational_resampler.
filter: adds documentation to using the rational resamplers.
logger: fixed a problem with the Python loggers not respecting the
log_file and debug_file settings in the logger preferences file.
Merge branch 'maint'
logger: adds a function to the logger facilities that allows us to update
the format of the logging output.
digital: fixed byte-in, byte-out version of the TSB correlate access
code. Matches behavior of the float-in, float-out for bit streams.
fec: fixed bug in dummy decoder that shifted the samples by +1.
fec: cleanup
blocks: added endianness toggle to repack bits.
Merge branch 'maint'
Uwe Hermann (2):
README files: Fix typos.
README: Fix incorrect URL.
Volker Schroer (2):
cmake: Additional search path for QWT include files.
audio: Fixes string format bug in ALSA error messages.
aiph (3):
modified the qa tests to the correct values.
cleaned the code
Checking for NaN takes too much time. With some incompatibility to cmath
atan2 for some NaN/Inf combinations the performance is better now.
jwl (1):
Add vector support to abs block. Remove unused num_inputs from xml.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6eb6375 Updated revision for 3.7.7git development
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] [gnuradio] annotated tag 3.7.7git created (now 7679216),
git <=