[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] annotated tag v3.7.7 created (now a7f0945)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] annotated tag v3.7.7 created (now a7f0945) |
Date: |
Mon, 13 Apr 2015 02:35:19 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to annotated tag v3.7.7
in repository gnuradio.
at a7f0945 (tag)
tagging 0f738ac33bd6441cc9909d64d7ea4f688079d7b0 (commit)
replaces v3.7.6.2
tagged by Johnathan Corgan
on Sun Apr 12 19:06:47 2015 -0700
- Log -----------------------------------------------------------------
v3.7.7
Bill Clark (18):
gnuradio-runtime: trying to see if this will handle the output buffer
size of hier blocks; trying to find the proper casting methods
gnuradio-runtime: updated hier_block2 and hier_block_detail to allow for
propagation of min/max output buffer to all blocks within the hier
gnuradio-runtime:: removed the individual port setting on hier_block2,
current operation assuming the buffers are being set for latency and therefore
all blocks are being set to a small amount
gnuradio-runtime: added the individual port assignments to the
hier_block2 max/min_output_buffer size; if output ports have different size
assignments only the block directly connected to the output port is changed
otherwise every block within the hier is set to that output buffer size;
therefore single output hier blocks will always set every block within to the
output buffer size
gnuradio-runtime: (option 1) The hier block can now take a generic
min/max output buffer length and assign it to every block within the hier
(assumes all output buffers have the same min/max values set); (option 2) sets
only the blocks connected to hier output ports and does not set the other
internal blocks (requires that each port has different values); for single port
output hier blocks only option 1 is possible.
gnuradio-runtime: non-helpful debug outputs removed from hier_block2 and
hier_block2_detail
gnuradio-runtime: modified buffer length types to size_t, moved buffer
length vectors into detail
gnuradio-runtume: hier_block2 output buffer lengths - clean up of debug
output
gnuradio-runtime: added logger to flat_flowgraph and print out a warning
for when the max_output_buffer isn't set to the requested value
qt-gui: updating range, counter now shows decimals
qtgui: counter_slider now respond to each other without error
qtqui: fixed grc block creation code
qtgui: fixed slider tracking and scrolling
qtgui: range control -> jump to nearest step with left click
qtgui: range comment cleanup
qtgui: cherry-pick the range slide starting point bug fix
qtgui: fixes the need to use memory to store the range values. Now uses
linear mapping functions. The counter box now also waits for an enter or
defocus.
qtgui: no longer have a need for numpy library
Brian Padalino (1):
filter: fixes stability issue with IIR filters.
Ethan Trewhitt (5):
Implemented GRC block for video SDL sink
Video sink supports both uchar and short mode, 1-3 channels
Video sink GRC block documentation
grc: Reworked save confirmation dialog to allow cancel option
grc: Default button in save dialog is now 'save' instead of 'close
without saving'
Jiří Pinkava (4):
blocks: integration supports vector input
gr-audio: use generic int types instead of gr_int*
do not use deprecated gr_int* types
gr: fix typo in documentation for basic_block
Johannes Demel (1):
modtool/rename: squashed commits for pull request.
Johnathan Corgan (111):
zeromq: fixups and stylistic changes before merge
zeromq: fix segfault in tag_headers
Update revision for 3.7.7git development
Merge branch 'maint'
Merge remote-tracking branch 'osh/zmqtags' into zmq_tags
zeromq: cleanup and convert pub_msg_sink to derive from gr::block
zeromq: cleanup and convert sub_msg_source to derive from gr::block
zeromq: cleanup and converted push_msg_sink to derive from gr::block
zeromq: cleanup and made pull_msg_source derive from gr::block
zeromq: cleanup and converted rep_msg_sink to derive from gr::block
zeromq: cleanup and made req_msg_source derive from gr::block
zeromq: added msg passing example
zeromq: minor cleanup
zeromq: added stream tag passing example
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch 'donludovico/GRC_Dir_Orphans'
Merge remote-tracking branch 'smunaut/grc-xinitthreads-fix'
Merge remote-tracking branch 'jdemel/modtool/rename'
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch
'mmueller/gnuradio-config-info_add_enabled_components'
dtv: cleanup for merge
Merge branch 'atsc-tx'
Merge branch 'maint'
Merge remote-tracking branch 'fengzhe/stream_to_tagged_stream_update'
Merge remote-tracking branch 'tkuester/master'
Merge remote-tracking branch 'fengzhe/packet_header_update'
Merge remote-tracking branch 'fengzhe/repack_bits_update'
Merge remote-tracking branch 'garverp/complex_write_script'
Merge remote-tracking branch 'garverp/tuntap_select'
Merge remote-tracking branch 'drmpeg/gr-dtv-coverity'
Merge remote-tracking branch 'osh/probe_rate_msg'
Merge branch 'maint'
Merge remote-tracking branch 'tom/qtgui/time_tag_viewing_fix'
Merge branch 'maint'
Merge remote-tracking branch 'nowls/master'
Merge remote-tracking branch 'mbr0wn/uhd/stream_args'
Merge remote-tracking branch 'tom/runtime_msg_passing_finished'
Merge remote-tracking branch 'tom/blocks/peak_det_api'
Merge remote-tracking branch 'osh/zmq_fix'
Merge remote-tracking branch 'tom/pfb_arb_resampler_prototype'
Merge branch 'maint'
Merge remote-tracking branch 'michaelld/better_fix_Python_shebanging'
Merge branch 'maint'
Merge remote-tracking branch 'nowls/digital/scrambler_grc_fix'
Merge remote-tracking branch 'pinkavaj/vect_integrate-00'
Merge remote-tracking branch 'tom/pmt_globals2'
Merge remote-tracking branch 'courtarro/video_sink_grc'
Merge remote-tracking branch 'drmpeg/dvb-common'
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch 'drmpeg/dvb-t2'
Merge branch 'maint'
Merge remote-tracking branch 'mbr0wn/modtool/cgran'
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch 'jynik/ctcss_squelch_add_freq_getset'
Merge remote-tracking branch 'tom/iir_filter_stability'
Merge remote-tracking branch 'drmpeg/dvb-s2'
Merge remote-tracking branch 'jarn0ld/jarn0ld/uhd-iq-imbalance-on-off'
Merge remote-tracking branch 'drmpeg/atsc-fix'
remove volk to prepare for submodule
Updated volk submodule commit to latest, for implementing split
Merge remote-tracking branch 'tom/qtgui/controlpanel'
Merge branch 'maint'
Merge remote-tracking branch 'michaelld/volk_fixes'
Merge branch 'maint'
Merge remote-tracking branch 'osh/tsb_align'
Merge remote-tracking branch 'nwest/cgran_meeting'
Merge remote-tracking branch 'tom/qtgui/timedisplayform_qwt_fix'
Merge branch 'maint'
Merge remote-tracking branch 'saikwolf/hier_buff_tweak'
Merge remote-tracking branch 'saikwolf/logging_flat_flowgraph'
Merge remote-tracking branch 'osh/ldpc_add'
Merge remote-tracking branch 'fengzhe/chunks_to_symbols_update'
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Merge remote-tracking branch 'michaelld/misc_fixes'
Merge remote-tracking branch 'michaelld/fixes_for_std_complex'
Revert "grc: PropsDialog: apply button and hotkey (Ctrl+Enter)"
Merge remote-tracking branch 'nowls/cmake_volk_cross_fix'
Merge remote-tracking branch 'pinkavaj/clear-int-00'
Merge remote-tracking branch 'saikwolf/qtgui_range_improvements'
Merge remote-tracking branch 'tom/qtgui/themes_support'
Merge branch 'maint'
Merge remote-tracking branch 'mfischer/micro_cleanup'
Merge remote-tracking branch 'tkoehn/additional_fix'
Merge remote-tracking branch 'github/blocks_cleanup'
Merge remote-tracking branch 'skoslowski/block_comments'
Merge remote-tracking branch 'mmueller/runtime_hier_block2_signage'
Merge remote-tracking branch 'mmueller/remove_aadvarkness'
Merge remote-tracking branch 'tom/qtgui/time_auto_and_stop'
Merge remote-tracking branch 'osh/tpc_add'
Merge remote-tracking branch 'tom/qtgui/freq_control_panel'
Merge remote-tracking branch 'mmueller/coverity_gr_fec_1293327'
Merge remote-tracking branch 'mmueller/coverity_gr_dtv_1293311'
Merge remote-tracking branch 'mmueller/coverity_gr_blocks_1216153'
Merge remote-tracking branch 'mmueller/gr_fec_async_encoder_signage'
grc: fix missing actions when OK chosen without apply first
Merge remote-tracking branch 'tom/qtgui/time_freq_behavior'
blocks: remove slider from tag variable example
Merge remote-tracking branch 'tom/blocks/peak_detector2_alpha'
Merge remote-tracking branch 'sdh11/qt-range'
volk: updated submodule commit to latest master
Merge remote-tracking branch 'tom/gnuradio-rumtime/buffer_minmax_docs'
Merge remote-tracking branch 'tom/fec/ldpc_tpc_support'
volk: update submodule to v1.0 release
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Merge remote-tracking branch 'tom/fec/tpc_cleanup'
Merge branch 'maint'
cmake: update version to 3.7.7 for release
Jon Szymaniak (4):
analog: Made CTCSS squelch find_tone() a static member function
analog: Moved CTCSS squelch FFT parameter calculations
analog: Added frequency accessor and modifier to CTCSS squelch
analog: Wrapped squelch blocks' setter methods with lock
Julian Arnold (1):
gr-uhd: support for IQ imbalance enable/disable
Marcus Müller (8):
gnuradio-config-info: Added --enabled-components
Fixed up the int/size_t handling in hb2's new max/min_output... methods
removed doxyxml example
Fixing memset(..,0xCCCC,...)
fixed printf("%d", size_t)
Fix: out-of-bounds memset
removed unused d_k member
fixed signed/unsigned comparison
Martin Braun (5):
uhd: Normalized gain ranges
uhd: Added set_stream_args() method to sink & source
grc: Remove duplicate block paths
modtool: Added sample manifest file
modtool: Added sample manifest file
Michael Dickens (8):
cmake: Add checks for SWIG versions 3.0.[34], with user-friendly messages
for both success and failure.
cmake: In Python files only, remove all shebanging (anywhere) then
prepend that used for GNU Radio.
cmake: reorder VOLK library to be after all other internal ones, and
before boost.
cmake: more robust VOLK configuration, allowing for selection of internal
/ external via an option; when looking for internal files, use NO_DEFAULT_PATH
to look only in the paths provided; more useful status printouts.
dtv: redo c++0x complaint std::complex to be c++11 compliant; works on
OSX with GCC (4.2 and 4.8, using listdc++) and Clang (LLVM 3.4 and 3.6, using
libc++), with and without -std=c++11.
dtv: move "static const" variables from header / class into the main
code. The original code is not necessary to have in the class, and causes
issues when compiling using c++11 compliance.
fec: Move the definition of yp_kernel from the class into a temp variable
in the main code. This variable is used just to find the actual Volk kernel,
and its current use is not c++11 complaint. Moving it makes the code c++11
complaint on both GCC / libstdc++ and Clang / libc++.
qtgui: use QPen::setWidthF for non-integer values.
Moritz Fischer (1):
runtime: cleanup: Removing leftovers.
Nathan West (4):
add volk submodule
cmake: only build VOLK if it doesnt exist already
build: check if VOLK submodule is checked out
modtool: update manifest based on CGRAN meeting
Paul Garver (2):
gr-utils: Added octave function to write fc32 format (gr_complex) from
Octave variables.
gr-blocks: Make tap/tun configurable, fix GRC spec to be consistent with
default flag of IFF_TAP
Ron Economos (9):
Add ATSC transmitter blocks and flow graph to gr-dtv.
Fix Coverity Scan issues in gr-dtv.
gr-dtv: Add common blocks for DVB-S2 and DVB-T2.
gr-dtv: Add code review updates.
Rename block tree from Common to DVB.
gr-dtv: Add DVB-T2 transmitter.
gr-dtv: Add DVB-S2 transmitter.
gr-dtv: Add DVB-S2 transmitter update.
gr-dtv: Fix ATSC compile issue as reported on mailing list.
Sean Nowlan (4):
digital: update control loop frequency limits in fll_band_edge_cc when
samps_per_sym is changed
qtgui: added a variable push button widget
digital: added reset_tag_key field to additive scrambler GRC xml
cmake: fix finding internal Volk submodule when using oe-sdk cross
toolchain
Sebastian Koslowski (20):
grc: add error to WX/QT GUI blocks not matching the selected generate
option
cmake: abs path for external volk
grc: close unsaved pages first (for cancel save option)
grc: make use of GRC_HIER_PATH at runtime
grc: use 'import' for grc-generated hier_blocks (#763)
grc: set permissions for generated files
grc: no shebang for hier blocks; use python2
grc: optional thread-safe setters in generated code (#748)
grc: don't try to open missing files
grc: move context def into Bars.py and add submenu
grc: clean-up 'gnuradio-companion', add mode 'run from source'
grc: PropsDialog: apply button and hotkey (Ctrl+Enter)
grc: fix apply button, on enable it if needed, update main window on apply
grc: add block comments
grc: add toggle switch to hide comments
grc: new param type 'multiline' for comment entry box
grc: hide comment for disabled blocks; add colored background
grc: props dialog apply button was enabled unnecessarily
grc: add applied parameter changes to undo history
grc: use abs path for source tree run mode
Seth Hitefield (8):
qtgui: Initial removal of pyqwt. Replaced with pyqt4.
qtgui: Replaced pyqwt range block with working pyqt version.
qtgui: Fixed bug that did not allow multiple range objects in a single
flow graph
qtgui: Fixed template errors
Merge pull request #2 from SaikWolf/pyqwt-removal
qtgui: Slight modification to the precision of the counter in the qt
range.
qtgui: Refactored range widget.
qtgui: Fixed issue where clicking on the range widget jumped to the wrong
location
Stephan Ludwig (donludovico) (2):
grc,blocks,fft,filter: assigned categories to all blocks without any;
further checked all other gr-* of gnuradio; solves issue from see
http://lists.gnu.org/archive/html/discuss-gnuradio/2014-12/msg00133.html
spacing issues prettified
Sylvain Munaut (2):
grc: Move the XInitThreads to "As Early As Possible"
grc: Move the XInitThreads to "As Early As Possible"
Thaddeus Koehn (1):
qtqui: fixed notches on knob
Tim Kuester (1):
Added interactive language selection, renamed "code type" to "block
Tim O'Shea (36):
zmq: encoding tags into zmq stream
zmq: tags should now be serializing and deserializing correctly for
pub_sink/sub_source
zmq: default to not pass tags (compatible wire format)
zmq: adding pass tags option to zmq pub/sub block grc xml defs
zmq: hoisting header encoding to helper function
zmq: hoisting tag parsing into helper function, should now be easy to use
in other zmq blocks
zmq: all source blocks should now support tag headers
zmq: sync blocks now all support tag headers
zmq: include pass_tags option default to false in all blocks' grc
definitions
zmq: stream tag passing now works
zmq: adding header information
zmq: Adding zmq pub/sub blocks for message passing
zmq: building working versions of additional zmq message blocks in place
(push/pull + rep/req)
zmq: naming cleanup
zmq: pull_msg_source should be working
zmq: rep/req msg blocks now working
blocks: add message output port to probe_rate block
zmq: fix for data corruption when not using tags
blocks: add blocks_stream_align to support acquiring alignment to TSB
from an unaligned TSB stream
blocks: fix tagged_stream_align min/max output items
fec: adding ldpc encoder and decoder, initial compile working
fec: adding objects needed to run LDPC along with example ALIST file, now
imports and instantiates happily
fec: cleaning up LDPC warnings
fec: LDPC cleaning up comments
fec: re-shuffling LDPC make helper
fec: ldpc GRC compat cleanup
fec: ldpc encoder now working in async encoder interface
fec: LDPC async decoder now running
fec: ldpc works, add iterations meta tag, etc
fec: adding TPC encoder and decoder
fec: TPC now runs happily, encoder produces uint8_t instead of float,
decoder GRC def now fixed
fec: TPC adding standard headers
fec: warning cleanup
fec: more warning cleanup
fec: more warning / sign cleanup
fec: more sign warning cleanup
Tom Rondeau (39):
qtgui: fixed a small bug in the time sink where it could miss a tag to
display every now and then.
runtime: possible bug fix for limited-run flowgraphs with message-only
blocks.
blocks: the API for the peak_detector blocks incorrectly uses int instead
of float for setting alpha.
runtime: added accessor to get base address of buffer. Addresses Issue
#729.
runtime: updating buffer base pointer accessor to return const char*.
filter: fixing the pfb_arb_resampler's prototype to use the correct
argument order.
blocks: minor cleanup for types and using alias_pmt directly in
pdu_to_tagged_stream.
pmt: moves the rest of the PMT constants from static globals to using
get_ functions.
uhd: adding ability to build static library of gr-uhd.
analog: typo fix in cmake file.
docs: cleaning up some doxygen warnings and formatting.
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
docs: adding better docs for using IIR kernels.
filter: exporting IIR filter kernels from library.
qtgui: wip: adding control panel to time display.
qtgui: changing style of grid lines for better readability.
qtgui: improves speed of time plots.
qtgui: controlpanel toggle in popup menu.
qtgui: better signal/slot usage to update the plots.
qtgui: fixed issue with QWT 6 and 6.1 changes.
qtgui: remove dependency mentions of PyQWT.
qtgui: Adding a themes directory and install qss files there.
blocks: misc. formatting cleanups
qtgui: adds control panel to frequency sinks.
qtgui: toggle legend off in GRC properties.
qtgui: added trigger line and controlpanel settings.
qtgui: fixed an issue setting up control panel at runtime.
qtgui: enable/disable waterfall legend.
blocks: adding a variable tag_object to help build tags.
qtgui: adds single-shot autoscale button and stop button to time sink
qtgui: fixed stray variable; also problem between qwt 6.0 and 6.1.
qtgui: added stop button to freq control panel.
qtgui: time and freq plot behavior mods.
blocks: fixed problem with setting peak detector's alpha value.
runtime: better documentation for the set min/max output buffer functions.
fec: support for testing FEC codes.
fec: tpc cleanup.
fengzhe29888 (6):
digital:added new constellations objects naturally mapped 8PSK and 16QAM
updated the decison maker of 16QAM
blocks: added callback functions to stream_to_tagged_stream
blocks: added callback function set_k_and_l to repack bits
digital: added callback function set_header_formatter to
packet_headergenerator_bb
digital: bug fixed in chunks_to_symbols that the callback functiion
set_symbol_table didn't work with additonal qa_tests
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 7e8babf cmake: update revision to 3.7.6.2 for maintenance release
new e70e4f3 Merge branch 'maint'
new 0f738ac cmake: update version to 3.7.7 for release
The 3 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 v3.7.7 created (now a7f0945),
git <=