commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] annotated tag v3.7.4 created (now 5b0ff49)


From: git
Subject: [Commit-gnuradio] [gnuradio] annotated tag v3.7.4 created (now 5b0ff49)
Date: Tue, 8 Jul 2014 21:45:22 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to annotated tag v3.7.4
in repository gnuradio.

        at  5b0ff49   (tag)
   tagging  908a699647f0e7a4d9b75ee844bc3ad3b41cc909 (commit)
  replaces  v3.7.4git
 tagged by  Johnathan Corgan
        on  Tue Jul 8 14:33:10 2014 -0700

- Log -----------------------------------------------------------------
v3.7.4

A. Maitland Bottoms (4):
      codec2 library update
      vocoder: use system libraries for libgsm and codec2, if found
      codec2 library update
      vocoder: merge final codec2 update

Andy Walls (1):
      cmake: fixes expansion of ${pyexe_native} for cross builds with the use 
of VERBATIM.

Balint Seeber (10):
      blocks: hide 'ignore tag' param for 'throttle' block in GRC if it's the 
default value (i.e. old look before param was added)
      digital: added 'byte' IO format
      blocks: added 'MTU' (buffer size) & 'no_delay' params to 'tcp_connection' 
(no longer uses fixed buffer)
      blocks: added 'MTU' and 'tcp_no_delay' params for 'socket_pdu' (and GRC 
option), applied MTU (buffer size) to TCP/UDP send, separate TCP/UDP server 
endpoint resolvers for empty/0.0.0.0 Host param (listen on all interfaces)
      cmake: updated max ver for FindQwt to 6.2.0 (Qwt compiled direct from 
their source tree worked with trondeau's qt_number_sink test FG)
      runtime: added ability to name threads, TPB scheduler automatically names 
each block's thread
      blocks: WAV file sink's DTOR is not called, so added 'stop' override to 
force call of WAV file completion routine (fills in total size in RIFF header)
      grc: honour order of block paths, print them out on startup, override 
hier block and pref file path with GRC_HIER_PATH & GRC_PREFS_PATH
      runtime: accessor for message port map & printing more informative error 
when a msg port is not found
      blocks: added I/Q swap option to interleaved_short_to_complex

Ben Reynwar (4):
      filter: Adding filterbank_vcvcf, a filterbank where all taps are 
explicitly set.
      filter: Adding hierarchical pfb channelizer.  Useful if pfb_channelizer 
is bottle-neck since it splits it into multiple blocks.
      filter: Adding grc files and example for hierarchical pfb channelizer and 
generic filterbank.
      filter: Remove debugging block from channelizer_hier_ccf.

Bolin Hsu (1):
      Fix inconsistent naming and docstring

Camilo Solano (5):
      Add vlen
      zeromq: renamed source_reqrep to req_source
      Add sub_source block and fix pub_sink
      zeromq: Remove blocking Add timeout in xml, fix doxygen
      zeromq: Add qa code for zeromq_pubsub

Clayton Smith (4):
      Bring codec2 up to the latest version, and add support for all six bit 
rates.
      Corrected codec2 encoder documentation.
      Bring codec2 up to the latest version, and add support for all six bit 
rates.
      Corrected codec2 encoder documentation.

Dimitri Stolnikov (1):
      docs: fixing order of parameters.

Jared Boone (1):
      digital: fix for issue #663.

Jiri Pinkava (1):
      filter: allow small rounding error in oversample rate setting for 
pfb_channelizer.

Johannes Schmitz (16):
      Initial import of gr-zmqblocks OOT project as-is, prior to rework for 
in-tree
      Fix ZeroMQ cmake module.
      Fix callback function to work with multiple arguments and return None
      zeromq: Fix typo in CMakeLists to link against libzmq
      zeromq: Rename "zmqblocks" to zeromq in examples
      zeromq: Fix doxygen and memcpy for vlen
      zeromq: Add grc examples
      zeromq: Add qa tests
      zeromq: Add missing timeout and blocking parameters and polling
      zeromq: Add parameters to xml
      zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets
      zeromq: Remove ZMQ_NOBLOCK as we are using polling
      zeromq: Add qa code
      zeromq: Change string of test name
      zeromq: Change the value of the poll timeout according to the zmq version.
      zeromq: Don't call context close as it is not available in zmq 2

Johnathan Corgan (85):
      Merge branch 'maint'
      Merge remote-tracking branch 'michaelld/fix_clang_warnings' into maint
      Merge remote-tracking branch 'michaelld/fix_abs_XX' into maint
      Revert "When specifying a const reference member variable in the 
constructor's initialization list, the argument must also be a const reference."
      Merge branch 'maint'
      Merge remote-tracking branch 'martin/blocks/stream_mux'
      Merge remote-tracking branch 'michaelld/fix_Wno_dev_warnings' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'osh/pmt_fix'
      Merge remote-tracking branch 'bistromath/hdlc'
      Merge remote-tracking branch 'balint/3.7-1/tcp_connection_mtu_no_delay'
      Merge remote-tracking branch 'balint/3.7-1/header_payload_demux_byte_type'
      Merge remote-tracking branch 'balint/3.7-1/throttle_grc_hide_ignoretag'
      Merge remote-tracking branch 'balint/3.7-1/socket_pdu_improvements'
      Merge remote-tracking branch 'balint/3.7-1/findqwt_max_ver_6.2.0'
      Merge remote-tracking branch 'reynwar/filterbank_fun'
      gr-filter: add missing include for std exceptions
      Merge branch 'maint'
      Merge remote-tracking branch 'balint/3.7-2/thread_naming'
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_disabled_blocks'
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_block_and_prefs_path'
      Merge remote-tracking branch 'bolin/master'
      Merge remote-tracking branch 'mmueller/socket_pdu_fix_resolver_issue'
      Merge remote-tracking branch 'mmueller/gr_uhd_time_spec_t_fix'
      Merge remote-tracking branch 'tkuester/documentation'
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_tools_menu'
      vocoder: add default mode parameter and updated documentation
      Merge branch 'merge-codec2-update'
      Merge branch 'maint'
      zeromq: initial surgery to add to master build
      zeromq: Initial conversion of include/gnuradio/zeromq files
      zeromq: first cut at compiling lib/ directory
      zeromq: cleanup and reformatting
      zeromq: converted SWIG to in-tree build
      zeromq: first try at enabling Python.  Segfaults in SWIG code.
      zeromq: fix import in example
      zeromq: renamed sink_pushpull push_sink
      zeromq: renamed source_pushpull to pull_source
      zeromq: renamed sink_pubsub to pub_sink
      zeromq: removed feedback source
      wip, renaming and implementing rep_sink
      Merge remote-tracking branch 'osh/msg_shutdown_fix'
      Merge branch 'maint'
      zeromq: remove nopoll req/rep blocks
      zeromq: cleanup copyright
      zeromq: rename include guards
      zeromq: cleanup docs and examples
      Merge remote-tracking branch 'iohannez/vlen' into zeromq
      zeromq: removed stray debug code and cleanup
      zeromq: cleanup QA code, still needs have ZMQ_LINGER set to zero
      zeromq: set ZMQ_LINGER to 0 for all blocks
      Merge remote-tracking branch 'osh/typo_fix'
      Merge branch 'hdlc_update'
      Merge remote-tracking branch 'smunaut/fft-filter'
      Merge remote-tracking branch 'osh/cpx_to_ishort_vector'
      Merge branch 'maint'
      Merge remote-tracking branch 'tom/cmake_ice_libs'
      zeromq: temporarily removing QA test output to XML
      zeromq: fixing up QA code for vlen
      zeromq: update examples and install
      zeromq: add missing vlen parameter in ports
      Merge branch 'zeromq'
      filter: fix broken backported QA test in channelizer
      Merge branch 'maint'
      Merge remote-tracking branch 'osh/pdu_filter_inversion'
      Merge remote-tracking branch 'bistromath/hdlc_fix'
      Merge remote-tracking branch 'osh/pdu_uvector_itemsize'
      vocoder: add default mode parameter and updated documentation
      Merge branch 'uint64_sugar' of git://github.com/osh/gnuradio
      Merge branch 'maint'
      Merge remote-tracking branch 'martin/tsb/prep_for_38'
      Merge remote-tracking branch 'martin/uhd/clearer_grc_args'
      trellis: fix typos in examples
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'mmueller/pmt_io_uniform_vector_to_string'
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_scroll_fix'
      Merge remote-tracking branch 'deuxpi/pager-flex-3200-fsk2'
      Merge remote-tracking branch 'nwest/volk_slicer'
      Merge remote-tracking branch 'ncorgan/ncorgan/swig_ignore_multi_usrp' 
into maint
      filter: relax gr::filter::freq_xlating_fft_filter QA precision
      zeromq: require zmq.hpp be installed
      Merge branch 'maint'
      Merge remote-tracking branch 'ncorgan/win/master_fixes'
      cmake: update revision to 3.7.4 for release

Kevin Reid (1):
      docs: Corrects or expands documentation comments for various blocks where 
I have had to read the source code to understand the

Marcus Müller (16):
      made the usage of mt19937 Boost-pre-1.47 compatible
      Worked out a few kinks and anachronism in the README.*
      set numpy_mappings -> dict, to fix py2.6 incompatibility
      pmt_to_python: numpy_to_uvector and reverse works, QA added
      renamed and cleaned up a bit
      Merge branch 'master' of github:gnuradio/gnuradio into 
pmt_to_python-py2.6-compat
      pmt_io: adding string conversion for uniform vectors
      socket_pdu: fixed resolver issue by applying same resolver as in udp_sink.
      added subtraction and addition to time_spec_t
      utils: Added try: clause for SWIG import, fixing python-only OOT modules
      blocks.head: added callback to GRC definition
      tag_checker.h: fix unitialized d_has_next_tag; coverity 1128348
      check_lfsr_32k: fix < instead of <<; coverity 1046413
      replaced dynamic_ by static_cast;typechecking done before
      crc32_async: fix memory leak; coverity 1215946
      gr-fec: cc_decoder: fix leak; coverity 1215943

Martin Braun (14):
      docs: Updated Doxy files, added search bar
      modtool: Updates to OOT docs, enables doxygen, removes some doxygen 
warnings
      blocks: refactored stream_mux to be more flexible with buffer sizes
      uhd: Added retune-by-tag and a command interface via message passing
      uhd: Allow post-burst tune; tag handling less restrictive
      docs: Updated uhd to reflect tag changes.
      uhd: Added freq hopping example, improved tag handling in usrp_sink
      uhd: Used uhd-internal fragmentation handling, bursty tx w/o time tags 
now no longer uses time specs
      uhd: Fixed "reducing chan number" bug
      blocks: Added tsb_vector_sinks
      blocks: updated some QAs to use proper tsb functions
      digital: updated some QAs to use proper tsb functions
      runtime: Added packet_utils and marked tagged_streams.py for removal in 
future
      uhd: Nicer labels for device args and addres in GRC

Michael Dickens (18):
      fix QA code for fast_atan2f to explicitly use std::isnan
      When specifying a const reference member variable in the constructor's 
initialization list, the argument must also be a const reference.
      Make compilers happy by adding in a proper return instruction to the 
pycallback_object fall-through converter, even though it will never actually be 
issued.
      Use LOG4CPP directories, not the library itself.
      Fix abs block to work no matter the input type; addresses issue #660.
      Use VERBATIM in custom commands to fix quoting, to make CMake happy with 
the Python command being issued
      audio: osx audio fixes
      whitespace only
      audio: osx: rename d_buffer_sample_count -> d_buffer_size_samples; truth 
in naming!
      runtime: enable thread priority, same as with Linux; fix header comments 
to this effect
      volk: cmake: Rename GrBoost to VolkBoost to differentiate it from GR's 
GrBoost. Although they set the same BOOST variables internally, this change 
make it clear which cmake file to include.
      cmake: Include GrBoost at the top level such that the correct default 
BOOST variables are set throughout the build. Because of the way CMake handles 
non-cached variables, each GR component (e.g., Volk) can change the BOOST 
variables for its particular needs without overriding these default values for 
other components.
      add attributes for clang compiler
      cmake: runtime: On Darwin, malloc is always aligned to a 16 byte 
boundary, to work with Altivec and SSE (etc) SIMD; so, set ALIGNED_MALLOC to 16 
for those Darwin systems that do not have posix_memalign.
      runtime: fix comment in posix_memalign.
      gr-audio OSX: fix call to AudioHardwareRemovePropertyListener to match 
API.
      gr-audio OSX: fix casting of Int32 to char[] to a memcpy to make older 
GCC happy.
      volk cmake: if the CPU is not x86, eliminate all Intel SIMD.

Nathan West (2):
      volk: adding a binary slicer kernel
      volk: adding the generic branchless binary slicer

Nicholas Corgan (3):
      uhd: unexposed usrp_sink::get_device() and usrp_source::get_device() from 
SWIG
      Windows compatibility fixes
      Windows compatibility fixes

Nicholas McCarthy (5):
      block interleave/deinterleave with statefull deinterleave
      tests for block mode
      adding ber sink to qt gui
      volk: added conv kernel puppet and added to QA and profile.
      volk: missing updates for volk qa and profile from last checkin.

Nick Foster (8):
      Simplify correlate_access_code_tag_bb and fix bug leading to false
      Move correlate_access_code_tag_bb to non-deprecated GRC category and
      Simplify some more.
      Add HDLC deframer to gr-digital. Input unpacked bits, output PDU binary
      Add matching HDLC framer. Fix deframer max/min.
      Add QA code to HDLC framer/deframer.
      gr-digital: update the HDLC blocks.
      digital: Fix alloc bug in HDLC deframer and make Coverity happy.

Nick McCarthy (1):
      fec: improved fecapi stuff.

Peter A. Bigot (2):
      cmake: fix FindPortaudio pkg-config support
      cmake: fix FindPortaudio to reject unsupported API version

Philippe Gauthier (1):
      pager: Add sync code for FLEX 3200 bps 2-FSK encoding

Sean Nowlan (8):
      gr-uhd: added tagged stream support
      uhd: fixed tags_demo
      uhd: changed length_tag member variable from string to pmt symbol
      uhd: added notification for tagged stream preemptions/gaps
      uhd: added length tag name parameter in GRC
      uhd: modified tag preemption/gap handling
      filter: allow changing sample delay from GRC
      filter: fix pfb_arb_resampler tag propagation by setting 
enable_update_rate

Sebastian Koslowski (18):
      grc: fix some PyGTK backwards compatibilty issues
      grc: tabbed PropsDialog
      grc: show dummy blocks when opening grc blocks
      grc: special colors for missing blocks
      grc: tabbed props: no more double entries
      grc: tabbed probs: fix initial error box height
      grc: option to hide disabled blocks
      grc: nicer output of blocks paths and prefs file
      grc: adding param templates
      grc: move FileParam to gui module
      grc: validate params only on focus-out
      grc: fix evaluation of EnumParams
      grc: new tools menu to execute gr_filter_design
      grc: tools menu entry 'more to come'
      grc: allow function probe with empty Block ID
      grc: minor edits. removed extra whitespace
      grc: fix pad port keys in connect()
      grc: remove stray comment in generated flow graph

Seth Hitefield (2):
      grc: Fixed scroll functionality in GRC.
      grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS 
actions.

Sylvain Munaut (4):
      gr-qtgui: Use dummy void* return value for pywidget if !ENABLE_PYTHON
      gr-qtgui: Expose the qwidget() method in the public interface
      math: fix for index lookup of fast_atan2f; prevents a segfault when x=inf 
and y=inf.
      gr-filter: Add a convenience freq_xlating_fft_filter block

Tim Kuester (1):
      documentation: Bit handling gotchas explained

Tim O'Shea (17):
      runtime: restoring sanity to pmt.is_blob()
      fix numpy to pmt uvector conversion
      runtime: fix propagation of DONE state to message blocks
      runtime: typo fix
      runtime: update message port qa to account for new system port
      blocks: fix for qa_python_message_passing and new system port
      blocks: adding blocks.pdu_filter and blocks.pdu_set
      blocks: adding pdu_remove block
      pmt: adding pmt::dict_update(dict1, dict2) function for merging 
dictionaries
      runtime: 
ieieieieieieieieieieieieieieieieieieieieieeieiieieieiieieieieieieieieieiieiieieiie
      blocks: add vector output option param to complex_to_interleaved_short to 
match interleaved_short_to_complex
      blocks: pdu_filter, add option for filter match inversion
      pmt: adding pmt.uniform_vector_itemsize(pmt_t vector), returns the size 
per item in bytes within a uniform vector for any kind of uniform vector
      pmt: adding uint64 sugar
      pmt: support conversion of basic pmt pairs to python
      pmt: making uint64_t sugar more friendly
      blocks: agc3 invsqrt volk kernel aligned assumption is not safe

Tom Rondeau (160):
      qtgui: Adding a Number sink with options to set autoscale, layout style, 
colors, averaging.
      Merge branch 'qtgui_numsink'
      qtgui: adding a 'config' tab to qtgui sinks to set display/line config 
options (style, width, colors, etc.)
      qtgui: fixed number display for qwt 5.2, 6.0, and 6.1.
      Merge remote-tracking branch 'smunaut/qtgui_fixes'
      qtgui: fixes number sink to handle Python/C++ exposure (see: 
6a78af5919133 and d9dbb6b489deb)
      Merge remote-tracking branch 
'gnuradio-wg-grc/grc_pygtk_backw_compat_fixes'
      Merge remote-tracking branch 'skoslowski/grc_show_missing_blocks'
      Merge remote-tracking branch 'bistromath/corr_tag'
      qtgui: fixing up a few minor details; include file and ability to set 
accumulate checkable on startup.
      qtgui: fixing missing include file.
      docs: fixed a few warnings.
      Merge remote-tracking branch 'mbant/doxygen-updates'
      math: updated QA code to test nan and inf inputs to fast_atan2f.
      Merge branch 'maint'
      Merge remote-tracking branch 'mbant/oot-docs-fix'
      qtgui: oops. Somehow, I feel this should produce a compiler warning.
      qtgui: moving stuff around to avoid swig and Python.h warnings.
      Merge branch 'maint'
      qtgui: fixing up some minor parameters.
      volk: changes QA code to use volk_malloc and volk_free.
      qtgui: changing line config params to use base_key to make cleaner.
      Merge remote-tracking branch 'mmueller/pmt_to_python-py2.6-compat'
      digital: white space removal.
      digital: fix for issue #664.
      digital: updated test_corr_and_sync to give time sink lines default 
labels.
      digital: fix for issue #664.
      Merge branch 'maint'
      Merge branch 'master' of git.gnuradio.org:gnuradio
      qtgui: fixed frequency scale for float frequency plots.
      filter: Python pfb.arb_resampler calculating better taps when rate < 1.0.
      Merge branch 'maint'
      digital: putting HDLC (de)framer blocks into block tree properly.
      runtime: white space removal.
      controlport: adding a 'toggle' interface for ControlPort.
      controlport: allows reset_perf_counters to be called over controlport; 
gr-perf-monitorx has button to call this.
      cmake and build: fixes for cross-compiling to enable ControlPort with ICE.
      digital: pfb_clock_sync throws when no taps are provided (instead of 
segfaulting).
      Merge branch 'maint'
      Merge branch 'cmake_oe_fixes'
      Merge branch 'ctrlport_trigger'
      controlport: in gr-perf-monitorx, if all work times returned are 0, avoid 
a divide-by-zero fault.
      Merge branch 'maint'
      docs: doxygen mangles sections named with the same reference name. 
ControlPort and Vocoder both used 'using' - renamed for each.
      Merge branch 'maint'
      filter: adding ccc, ccz (complex double taps), ccf, and ccd IIR filters.
      docs: more documentation.
      Merge branch 'maint'
      channels: fixing a minor bug in the flag_fader model.
      qtgui: adding a trigger for the constellation plots. Probably most useful 
with tags, but normal and auto triggering supported, too.
      Merge branch 'maint'
      blocks: fixed documentation for what the max_XX block does.
      Merge branch 'maint'
      Merge branch 'maint' of git.gnuradio.org:gnuradio into maint
      Merge branch 'master' of git.gnuradio.org:gnuradio
      Merge branch 'maint'
      cmake: better setup for finding QWT; otherwise, it can be forced to 
incorrectly "find" non-existent QWT libs.
      filter: updates kernel::fft_filter_xxx documentation to better explain 
how it works and how to use it in other blocks.
      cmake: better setup for finding QWT; otherwise, it can be forced to 
incorrectly "find" non-existent QWT libs.
      Merge branch 'maint'
      digital: removed some warnings in hdlc_framer.
      filter: fixes tag propagation through the pfb_channelizer.
      Merge branch 'maint'
      filter: minor reorg of pfb_channelizer test cases after merge from maint.
      Merge branch 'master' of git.gnuradio.org:gnuradio
      cmake: fixing up FindICE to handle more possible install cases.
      zeromq: updates to qa code to wait for completion and pass.
      cmake and build: fixes for cross-compiling to enable ControlPort with ICE.
      runtime: white space removal.
      controlport: adding a 'toggle' interface for ControlPort.
      controlport: allows reset_perf_counters to be called over controlport; 
gr-perf-monitorx has button to call this.
      controlport: in gr-perf-monitorx, if all work times returned are 0, avoid 
a divide-by-zero fault.
      docs: doxygen mangles sections named with the same reference name. 
ControlPort and Vocoder both used 'using' - renamed for each.
      qtgui: removing unused NumberDisplayPlot; the number sink doesn't have a 
canvas like the other plotters do and so doesn't require this.
      volk: adding a rate 1/2, K=7 convolutional decoder volk kernel.
      fec: Merging fecapi with support for CC code.
      digital: correlate_access_code_tag d_mask was set improperly when access 
code len = 64.
      fec: wip: adding block that correlates against an access code and 
produces a tagged stream ofthe payload (stripped access code).
      fec: wip: allowing ber block to be used as a streaming block.
      digital: use FFT filters for the correlate_and_sync block.
      fec: encoder now outputs bytes to make it more easily integratable with 
modulators.
      fec: changed puncture block for easier to use API.
      grc: adding advanced tab feature to set a block's alias.
      fec: updating puncturing, adding documentation, adding CCSDS encoder.
      grc: fixes bug with controlport monitors where true/false enable 
parameter is not respected.
      runtime: configuring loggers in gr Python module for easy use in Python.
      fec: use logger to explain exception when using threading with history.
      blocks: add optional argument to deinterleave and interleave ctors to not 
set relative rate.
      fec: wip: adding a dummy encoder/decoder and repetition code to exercise 
the API.
      qtgui: work on ber sink for fecapi
      runtime: don't add the log appender --> adds to C++, too.
      fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN 
curve.
      Revert "blocks: add optional argument to deinterleave and interleave 
ctors to not set relative rate."
      fec: wip: cleaning up tagged decoder, rep code.
      digital: modified tagged stream correlate access code.
      fec: wip: adding async (PDU) encoder and decoder blocks.
      digital: adding an async message passsing CRC32 calc/check block for PDUs.
      fec: wip: fixing formatting.
      digital: added option to packet_utils.unmake_packet to check or not check 
the CRC.
      blocks: adds kernels for pack_k_bits and unpack_k_bits.
      fec: wip: using unpack/pack k bits kernels instead of copying logic in 
here.
      blocks: adding an option to swap the order of the output bits of a 
repack_bits block.
      digital: don't need the FEC info for the tagged stream corr access code.
      fec: wip: adding extended encoder for async version.
      blocks: adding reverse packing/unpacking functions.
      fec: wip: adding concept of padding for CC encoder/decoder.
      Revert "blocks: adding an option to swap the order of the output bits of 
a repack_bits block."
      fec: wip: async encoder/decoder working deployments.
      fec: wip: adding qa code.
      fec: mostly documentation updates, spell check, etc.
      fec: wip: fixing up allocated memory; allowing async encoder deployment 
to be used with CCSDS (packed input requirement).
      Merge branch 'fecapi'
      digital: fixing up some work done in the fec api development.
      fec: fixing a bit of sloppy memory handling in the cc decoder.
      digital: expose set_constellation message port in GRC for 
constellation_receiver.
      blocks: adding a message port to the copy block to enable/disable copy.
      digital: adding a rotate_phase message for the constellation_receiver to 
adjust the phase of the constellation.
      qtgui: Mostly adds sunset and cool color schemes for waterfall/raster 
plots.
      qtgui: adds an alternative qss file.
      qtgui: minor mods, including putting min/max lines in FFT sink behind all 
other lines.
      qtgui: allows toggling rf frequencies on/off in GRC options box.
      qtgui: for sink_x, waterfall_sink_x, and freq_sink_x, when the display is 
double-clicked, the center frequency is adjusted to the clicked frequency and a 
message is posted containing the new center frequency.
      qtgui: freq, waterfall, and sink blocks produce a frequency message when 
double-clicked. Also can take in a frequency message to adjust the x-axis.
      filter: adds a message input port to frequency xlating FIR filter to 
update the frequency.
      docs: adding docs for blocks::copy and digital::constellation_receiver to 
describe their message ports.
      qtgui: dynamically adjust min/max amplitude for qtgui freq and waterfall 
plots.
      Merge branch 'maint'
      Merge remote-tracking branch 'michaelld/boost_once'
      Merge remote-tracking branch 'mmueller/blocks_grc_add_head_set_length_cb'
      runtime: fixed order of initializing warning in tag_checker constructor.
      Merge branch 'maint'
      build: removed some gcc warnings.
      runtime: addes get_tags_in_window to block_gateway for python blocks. 
Added QA.
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'markcottrell/unpack_k_bits_overflow_fix'
      runtime: restructure prefs class for initializing prefs singleton.
      blocks: cleanup qa output statement in qa_keep_one_in_n
      runtime: mods for pmt's NIL.
      build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) 
versions of the libraries.
      build: Ice does not support static libraries, so we can't build 
ControlPort if static libraries are being built.
      runtime: fix a memory leak in the logger when restarting a flowgraph due 
to adding new appenders to the logger. Now we clear them and set a
      Merge branch 'maint'
      Merge branch 'staticlibs'
      fec: updating FEC encoder/decoder loggers to use set function instead of 
add for appenders.
      digital: fixed psk and qam constellation table generators. Not sure how 
these got out of sync.
      qtgui: adds menu item to clear max and min hold lines on frequency plot.
      qtgui: fixes problem of set name not showing up.
      qtgui: changed all examples to start wtih empty name fields.
      Merge branch 'maint'
      volk: force use of generic kernel when VOLK_GENERIC env variable is 
defined.
      volk: adds command-line option to enable/disable use of ORC with 
-DENABLE_ORC=True/False.
      qtgui: updating how freq message ports work.
      Merge branch 'maint'
      filter: upping the allowed relative error in freq_xlating_fft_filter's QA 
from 0.001 to 0.0012 to account for minor precision errors with AVX.
      Merge branch 'maint'
      Removing trailing/extra whitespaces before release.
      Merge branch 'maint'
      Removing trailing/extra whitespaces before release (for master).
      filter: command messages to change frequency are all relative to the 
sample rate, not normalized.

cottrema (2):
      call do_update after calling open in the file source constructor,
      fixed an overflow issue in unpack_k_bits::unpack

mi-a (4):
      documentation - fix example in case anyone gets confused
      docs - pmt
      docs: fixed typo with logger docs.
      documentation - fix example in case anyone gets confused

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

This annotated tag includes the following new commits:

       new  908a699   cmake: update revision to 3.7.4 for release

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.




reply via email to

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