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.8rc1 created (now d90fd5


From: git
Subject: [Commit-gnuradio] [gnuradio] annotated tag v3.7.8rc1 created (now d90fd50)
Date: Sat, 25 Jul 2015 21:12:54 +0000 (UTC)

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

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

        at  d90fd50   (tag)
   tagging  0b9f389dd8605738ec0b66c8cb93c89a8fe16fa2 (commit)
  replaces  v3.7.7.1
 tagged by  Johnathan Corgan
        on  Sat Jul 25 14:06:01 2015 -0700

- Log -----------------------------------------------------------------
v3.7.8rc1

Achilleas Anastasopoulos (2):
      blocks: better implementation of peak_detector2. Address #783.
      blocks: improved documentation for peak_detector2.

Bogdan Diaconescu (1):
      gr-dtv: Add DVB-T transmitter.

Chris Kuethe (1):
      Print scan rate

Doug Geiger (3):
      Initial thrift definition for gnuradio
      grc: Add check for GTK initialization
      Re-add qa_gr_flowgraph/qa_set_msg_handler to test suite

Felix Wunsch (2):
      digital: whitespace fixes
      digital: added an option to the crc32_bb block that adds the unpacked CRC 
to the bit stream

Johannes Demel (6):
      fec: some initial refactoring for ber_bf
      fec: fixed QA for ber_bf.
      fec: code clean-up for block 'ber_bf'.
      fec: extended encoder now appends unpack_k_bits(8) block after encoder to 
satisfy get_output_conversion() = unpack behaviour
      fec: added tests for extended_encoder input/output conversion.
      fec: fix ber_test.grc flowgraph

Johnathan Corgan (76):
      digital: adds corr_est_cc correlation estimator block
      filter: add variable_low_pass_filter_taps
      filter: add variable_high_pass_filter_taps
      filter: add variable_band_pass_filter_taps
      filter: added variable_band_reject_filter_taps and 
variable_rrc_filter_taps
      filter: added filter_taps.grc example
      cmake: updated revision to 3.7.8git for post-release development
      Merge branch 'maint'
      Merge branch 'corr_est'
      Merge branch 'var_filt'
      Merge branch 'maint'
      Merge remote-tracking branch 'bistromath/msk_only'
      Merge branch 'ctrlport'
      Merge branch 'maint'
      Merge remote-tracking branch 'tom/ctrlport/mutexes'
      Merge branch 'maint'
      Merge remote-tracking branch 'nowls/burst_shaping'
      Merge branch 'maint'
      Merge remote-tracking branch 'tom/ctrlport/fixes1'
      Merge remote-tracking branch 'mmueller/pwr_squelch_add_tags'
      Merge remote-tracking branch 'tom/qtgui/range_type'
      Merge remote-tracking branch 'nowls/burst_shaping'
      Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
      Merge branch 'maint'
      Merge remote-tracking branch 'michaelld/swig_sizeof_t_fixes'
      Merge remote-tracking branch 'skoslowski/master_grcwg'
      Merge remote-tracking branch 'tom/blocks/peak_detector2_docs'
      Merge branch 'maint'
      Merge remote-tracking branch 'mbr0wn/uhd/refactor-blocks'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'lazydodo/master'
      Merge remote-tracking branch 'mbr0wn/uhd/cid-1297415'
      Merge remote-tracking branch 'tom/analog/noise_source_power'
      Merge remote-tracking branch 'drmpeg/dtv-dvbt'
      Merge remote-tracking branch 'drmpeg/dvbt2-bug' into maint
      Merge remote-tracking branch 'mbr0wn/digital/hpd-docs' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'skoslowski/top_block_wait'
      Merge remote-tracking branch 'drmpeg/dtv-coverity-cleanup'
      Merge remote-tracking branch 'mbr0wn/uhd/gpios'
      Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
      runtime: conditionalize THRIFT_INCLUDE_DIRS
      Revert "grc: better Popen argument handling for CLI based apps"
      Merge branch 'maint'
      thrift: fix warning message macro
      Merge remote-tracking branch 'tom/qtgui/cpfix' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 
'mmueller/ctrlport_thrift_include_directories'
      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 'mmueller/noaa_fix_README' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'mbr0wn/python/eng_args'
      Merge remote-tracking branch 'mmueller/runtime_add_flowgraph_doxygen' 
into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'mmueller/freq_phase_mod_honest_signatures'
      Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
      Merge branch 'maint'
      volk: updated submodule to release 1.0.1
      Merge branch 'maint'
      Merge remote-tracking branch 'skoslowski/python_blocks_forecast_fix' into 
maint
      Merge branch 'maint'
      Merge remote-tracking branch 'mmueller/freq_mod_remove_iterative_fmod'
      volk: update submodule reference to release 1.0.2
      runtime: remove thread-unsafe static qualifier
      Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
      volk: fix reversion of volk submodule introduced by 3a7f237
      cmake: update version for release candidate

Marcus Müller (7):
      analog: Power Squelch now emit tags on start/end of bursts
      made the controlport CMakeLists use thrift includedirs
      completing the half sentence about when to use C++
      added Doxygen for flowgraph
      float internally, double in API: Honest signatures for honest people
      Removed reference to decimation rates in README
      frequency_modulator_fc: float modulo using cmath

Martin Braun (12):
      uhd: Refactored usrp_{sink,source} blocks
      uhd: Updated USRP block documentation
      uhd: Fixes for CID 1296559 and 1090067 and more
      uhd: Updated command interface to match new message command format
      uhd: Updated frequency hopping example to do DSP tuning only
      uhd: Bugfix for multi-chan tune request
      modtool: Fixed correct pointer arg type stripping
      uhd: Expose GPIO functions through SWIG
      digital: Updated HPD documentation
      modtool: Fix bug where gr_modtool rm messes up the C++ QA section
      uhd: Updated uhd_fft example + app (moved to QT)
      base: Added argparse equivalent for eng_option

Michael Dickens (1):
      cmake & swig: more generic way to replace std::vector<size_t> by its 
correct-sized std::vector<TYPE>, but only with SWIG < 3.0; this issue seems to 
have been fixed with SWIG >= 3.0.

Nate Goergen (23):
      controlport: adding abstraction layer for the controlport backends; 
support thrift currently.
      controlport: using threaded server for multiple connections.
      controlport: Thrift's binary type
      controlport: convert rpcpmtconverter::to_pmt() if statement to a function 
object map
      controlport: switching rpcpmtconverter::to_pmt() to To_PMT singleton
      controlport: convert to To_PMT registration objects
      controlport: improving transport layer throughput.
      controlport: changing the default port number on the Thrift interface to 
zero.
      controlport: ephemeral / unused port number selection by OS working.
      controlport: moving the logger call that publishes Thrift's endpoint to 
i_impl().
      controlport: moving the generation of the Thrift endpoint string to the 
application_started() function.
      controlport: replacement of nanosleep() with boost::sleep() in startup 
thread. Fix of merge error in booter_thrift.
      controlport: cleanup
      controlport: renamed some functions for clairity
      controlport: Some documentation
      controlport: cleanup
      controlport: documentation cleanup
      controlport: documentation cleanup
      controlport: ensure proper ctrlport shutdown.
      controlport: avoid copy of outknobs (a temporary).
      controlport: cleaner, more robust interface for buffer gets.
      controlport: better controlport probe mutex handling.
      controlport: cleanup and thread safety.

Nathan West (2):
      cmake: add GR_MODULE(zeromq...)
      cmake: set correct vars when pkg-config finds GSL

Nicholas McCarthy (1):
      updates to waterfall for suchsamples

Nick Foster (1):
      gr-digital: Squashed commit containing the MSK timing recovery block.

Philip Balister (1):
      gnuradio-companion: Exit if gtk import fails.

Richard C. Bell (1):
      Fix an error in which the wrong header is allowed through

Ron Economos (3):
      gr-dtv: Add DVB-T transmitter updated files.
      Fix segfault in 64QAM non-rotated constellation mode.
      gr-dtv: Clean up minor Coverity Scan issues.

Sean Nowlan (7):
      digital: wip: burst shaper compiles and installs
      digital: wip: more progress
      digital: burst_shaper block passes meaningful QA tests
      digital: added GRC example for burst shaper blocks
      digital: install burst shaper block example GRC
      digital: fix skipped sample handling in burst_shaper
      digital: added tag propagation to burst_shaper blocks

Sebastian Koslowski (24):
      grc: keep block/connection/param order when saving flow-graphs
      runtime: add flag to wrapped top_block to control SIGINT handling in 
wait()
      grc: stop using gtk forall() (#793)
      grc: fix file load error when connections are not unique (#794)
      grc: clean-up ParseXML
      grc: save grc files utf-8 encoded (#792)
      grc: add <flags> to blocks dtd (<throttle> still supported)
      grc: fix generate mode error message (#800)
      grc: fix context menu in props dialog text displays
      grc: fix exception when hitting Enter on a category row in the block 
library
      runtime: fix default forecast implementation for python blocks
      grc: refactor Preferences.py
      grc: show preview of generated code in each blocks properties dialog
      grc: add default value to ToggleActions
      grc: only show code preview tab after user enables it
      grc: add user settings for canvas default size and canvas font size (+ 
clean-ups)
      grc: align default flowgraph block with canvas grid
      grc: fix bus ports spacing in gui
      grc: add QT GUI hier blocks (#727)
      grc: add support for dynamic param names
      grc: add struct variable block
      grc: clean-up Block port counters
      grc: clean-up gui/Utils.py
      grc: ensure only valid utf-8 is passed to markup_escape_text (fixes #813)

Seth Hitefield (2):
      qtgui: improved type checking for range block and simplifies python.
      grc: Added ability to bypass blocks (Suggested by Chris Headley).

Tim K (1):
      grc: better Popen argument handling for CLI based apps

Tom Rondeau (64):
      ctrlport: thrift: "py" instead of "python" -- guessing a version thing
      controlport: working controlport server using thrift.
      controlport: restructuring to add subdirs for different cp backends.
      controlport: working gr-perf-monitorx application
      controlport: quick fix
      controlport: Addes a FindThrift cmake module to find the Thrift headers, 
libraries, and Python files.
      controlport: cleanup and switching over to new Python common interface.
      controlport: more cleanup of python code to help generalize the interface
      controlport: more work on the translation layer; properties and setting 
parameters in gr-ctrlport-monitor now working.
      controlport: reorg abstraction layers for RPC connections.
      controlport: simple style editing.
      runtime: more generic version of prefs class.
      controlport: Adds ability to configure Thrift through a config file
      cmake: force QA tests to turn ControlPort off by default.
      controlport: cleaning up and using logger to display endpoint.
      controlport: adding performance and controlport monitor GRC blocks.
      controlport: fixing up some issues; generate thrift sources into thrift 
subdir.
      docs: adding in info on ControlPort and Thrift.
      controlport: cleaning up; trying to handle shutdown better.
      controlport: more cleaning up.
      controlport: more cleanup and conveniences
      controlport: cmake fixes to FindThrift for when thrift is not installed.
      controlport: QA needs to get host and port out of the endpoint.
      controlport: more documentation and linking info.
      docs: cleaning up some doxygen warnings and formatting.
      cmake: fix case for ctrlport when no backends installed
      controlport: info on a (possible) Thrift bug.
      controlport: fixed controlport probes.
      controlport: fixed up performance monitor.
      qtgui: adds Type setting for Range widget.
      controlport: use proper default return value from prefs get_bool.
      blocks: more fixups to peak_detector2.
      digital: adds callbacks to corr_est_cc block.
      controlport: build: allowing ControlPort and probes in static builds.
      controlport: fixing complaints about no non-virtual dtor.
      controlport: android: cleaning up; better logs; help to support android.
      controlport: this fixes a complaint by newer versions of Boost.
      Merge branch 'maint'
      Merge remote-tracking branch 'ckuethe/spectrum_sense'
      Merge remote-tracking branch 'trondeau/controlport/cleaning_up'
      Merge remote-tracking branch 'mbant/uhd/cids-59-67-master'
      Merge remote-tracking branch 'mbant/uhd/message_updates'
      uhd: changing uhd_msg_tune example to use other forms of setting 
parameters.
      analog: fixes calculation of complex noise sources from the amplitude
      runtime: added THRIFT_INCLUDE_DIRS to find thrift in non-standard 
installs.
      Merge branch 'maint'
      controlport: make sure to use to configured d_logger in thrift code.
      cmake: proposed fix for issue #791.
      Merge branch 'cmake/override_dir_vars'
      digital: (issue #784) fixes bug in constellation_rect GRC definition.
      Merge branch 'maint'
      qtgui: fixed issue #801 with controlpanel in the frequency display.
      grc: changing type colors.
      ctrlport: fix gr-perf-monitorx crash when manipulating display
      fec: adding missing include.
      Merge remote-tracking branch 'jdemel/fec/fix-extended_encoder'
      Merge remote-tracking branch 'namccart/master' into master_waterfall_pdu
      qtgui: waterfall PDU handling
      qtgui: protect PDU handling waterfall port for wrong data type.
      qtgui: pdu handler for float waterfall plot.
      qtgui: waterfall plots
      Merge remote-tracking branch 'fewu/crc32_unpack'
      Merge branch 'maint'
      controlport: Adding support for building Java clients.

beitler (1):
      Volk dependency in gr-analog pkgconfig

lazydodo (1):
      remove and/or/xor keywords.

address@hidden (1):
      Removed a potential buffer overflow in correlate_and_sync_cc_impl.cc

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

This annotated tag includes the following new commits:

       new  0b9f389   cmake: update version for release candidate

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]