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.5 created (now 9e1ca92)


From: git
Subject: [Commit-gnuradio] [gnuradio] annotated tag v3.7.5 created (now 9e1ca92)
Date: Sat, 30 Aug 2014 16:55:38 +0000 (UTC)

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

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

        at  9e1ca92   (tag)
   tagging  9dcb5067c55a0630c9edca6b62a32b1f8e633930 (commit)
  replaces  v3.7.4.1
 tagged by  Johnathan Corgan
        on  Sat Aug 30 09:33:37 2014 -0700

- Log -----------------------------------------------------------------
v3.7.5

Andrew Davis (1):
      dtv: adds remainder of atsc receive pipeline

Andrew F. Davis (1):
      Fixed an algorithmic problem with the Viterbi decoder

Clayton Smith (2):
      Add async message port to switch muting on and off.
      Add message port to XML file for GRC.

Jan (2):
      trellis: updated examples.
      trellis: working on issue to fix locations of fsm files in examples.

Johnathan Corgan (34):
      cmake: update revision to 3.7.5git after release
      dtv: wip, porting gr-atsc blocks into new gr-dtv
      dtv: misc. stylistic cleanup, add missing blocks to GRC block tree
      dtv: move ATSC blocks into lib/atsc
      dtv: minor cleanups
      dtv: lowered nfilts for ATSC receiver filter for performance reasons
      dtv: added some example receivers
      Merge branch 'dtv'
      dtv: update ATSC receive PLL gain to accomodate lower OTA numerical range
      dtv: update ATSC receiver examples
      dtv: remove stray include file from viterbi decoder
      Merge branch 'maint'
      Merge remote-tracking branch 'martin/blocks/mult_matrix'
      Merge remote-tracking branch 'skoslowski/grc_exec_icon'
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_rename_build_menu'
      Merge branch 'maint'
      cmake: remove verbosity from new UseSWIG.cmake
      cmake: turn off unused-but-set-variable when compiling swig generated code
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_snap_blocks_to_grid'
      Merge remote-tracking branch 'michaelld/fix_typo'
      Merge branch 'maint'
      Merge branch 'maint'
      qtgui: fixup GRC XML for new QT Vector Sink
      Merge remote-tracking branch 'michaelld/refix_findUHD'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
      Merge branch 'maint'
      Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
      Merge remote-tracking branch 'michaelld/refix_findUHD'
      Merge remote-tracking branch 'michaelld/cmake_fixes'
      Merge branch 'maint'
      Merge branch 'maint'
      Updated revision to 3.7.5 for release.

Marcus Müller (1):
      grc: Generator warning for flowgraphs with a throttle and an external 
source/sink

Martin Braun (14):
      blocks: Added multiply_matrix_ff
      blocks: Added multiply_matrix_cc
      uhd: Updated docs, in particular for the command interface
      uhd: Added command interface to uhd source, modified command syntax
      uhd: Refactored common stuff from usrp sink and source
      uhd: Added GRC bindings for command interface
      uhd: Added more type checking and flexibility to commands and tags
      uhd: Added example for re-tuning through messages
      uhd: Added checks for lock sensors.
      examples: Ported examples in GNU Radio tree to QT.
      docs: Restructured intro page, added some manual pages
      docs: Added LaTeX packages for better math docs
      blocks: Nicer LaTeX docs for multiply_matrix
      qtgui: Added a 'vector sink'.

Michael Dickens (12):
      cmake: coalesce EXPAND macros into 3 common macros, and switch to using 
those; simplifies code and makes maintenance easier.
      cmake: make sure our local CMake Modules path comes first.
      cmake: fix FindUHD.cmake to first check to see if UHD installed its own 
version of FindUHD, and if so use it; if not, revert to current behavior.
      cmake: use custom UseSWIG.cmake to fix parallel build issue
      cmake: fix typo in FindUHD.
      cmake: add compiler flag only if the compiler supports it
      cmake: remove verbose messages from UseSWIG.
      cmake: fix FindUHD.cmake to work with UHDConfig*.cmake, not 
FindUHD.cmake, since that's what UHD will be installing.  UHDConfig* is a more 
robust way to find packages, and works with default CMake internal paths.
      cmake: fix FindUHD.cmake to work better wit CMake 2.6, and in general.
      cmake: fix setting and usage of CMAKE_MODULES_DIR
      cmake: whitespace only
      cmake: on APPLE only, add defaults for rpath and install name info for 
libraries

Nathan West (3):
      volk: add NEON protokernels
      volk: dekludging asm setup, round 1
      volk: removing unused variables in neon

Nick Foster (1):
      blocks: fix subtract_ff

Sebastian Koslowski (14):
      grc: design time values for object-like variables
      grc: allow blocks to dynamically hide some of their ports
      grc: auto-hide port labels
      grc: toogle action to disable auto-hiding port labels
      grc: switch execute action icon to media_play
      grc: renaming 'Build' menu to 'Run'
      grc: snap-to-grid (WIP)
      grc: one preferences handler for all bools
      grc: toggle action and mod1 modifier for snap-to-grid
      grc: fix block height
      grc: moving xml pi into nested data
      grc: clean-up toolbar
      grc: start using file format tags
      grc: always show the label of the selected port

Seth Hitefield (5):
      grc: Reloading blocks forces reload for all open flow graphs.
      grc: Reload marks page as modified only if an error occured during import 
(i.e. ports no longer exist)
      grc: adding version information to flowgraph files using XML processing 
instructions
      grc: added save_reports action.
      grc: Small fixes to make menu items consistent.

Stefan Oltmanns (1):
      volk: adds a volk_malloc/free case for Windows to use its _aligned_malloc.

Tom Rondeau (76):
      digital: using new var_value for constellation variables
      cmake: adds a NoOptWithASM build type for building with assembly output 
and no optimizations for better debugging.
      build: missed gnuradio-uhd in static libs build.
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_variable_blocks'
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_ports'
      grc: fixing xml files of some blocks with message control ports to be 
able to hide/show them as wanted.
      grc: fixing some spacing issues in various xml files.
      qtgui: adding ability to set grid on/off from grc properties dialog boxes 
for all qtgui sinks except the "sink" which doesn't support this.
      qtgui: allows users to set title and unit of Y axis for qt time plotter.
      Merge branch 'maint'
      qtgui: updates number sink behavor.
      Merge remote-tracking branch 'gnuradio-wg-grc/grc_port_view_options'
      qtgui: time raster display updates.
      qtgui: fixes waterfall plots.
      qtgui: adding menu item to frequency sink to set y min/max.
      examples: fixed a few examples still using old style blocks.
      qtgui: adding a formatter to qtgui label widget to behave like formatter 
in the wxgui static text widget.
      Merge remote-tracking branch 'mbant/qtify-examples'
      qtgui: minor fix to how number sink handles autoscale.
      examples: minor tweaks to some examples.
      zeromq: updated zeromq examples to use qtgui.
      fcd: updating FCD examples to use qtgui.
      Merge remote-tracking branch 'mbant/uhd/msg_format' into qt_the_things
      fec: updated fecapi blocks in grc to use new var_value concept.
      Merge branch 'maint'
      Merge branch 'qt_the_things'
      Revert "build: missed gnuradio-uhd in static libs build."
      build: better support for static libs.
      Merge branch 'maint'
      Merge branch 'maint'
      cmake: Create a cmake file to hold various project build types.
      cmake: added a check for the set build type.
      Merge branch 'cmake_asm_out'
      Merge remote-tracking branch 'mbant/docs/structure' into docs/structure
      cmake: make build type check insensitive to case
      Merge branch 'maint'
      docs: minor updates to the docs, including a new page for Python blocks.
      Merge branch 'docs/structure'
      docs: fixed typo in portaudio
      docs: fixed use of section tags in python_blocks docs.
      docs: updated build guide with more specific version information.
      cmake: typo fix to -Os in GrBuildType comment.
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'nwest/neon'
      cmake: fixes to cmake for setting flags properly and removing dups.
      Merge branch 'maint'
      cmake: cmake doesn't have a FIND command for STRING until 2.8.5, so we're 
just cehcking for that here before using it.
      volk: calling enable_languages here is buggy until 2.8.10. Version 
checking for that.
      trellis: minor fixups to trellis examples so prefix doesn't need to end 
with '/'.
      docs: added some cmake cli flags to better configure the build.
      Merge branch 'maint'
      Merge branch 'maint'
      volk: cleaned up some sign compare warnings.
      volk: r10 = sl --> removing duplicated register from NEON ASM 
proto-kernel.
      volk: added a binary slicer that outputs int8_t data.
      blocks: adding VOLK support for some functions.
      volk: fixed typo (stray tabs?) in volk_profile.
      volk: removing ENABLE_ASM. Doesn't work and doens't make sense to have.
      volk: potentially better solution to finding the architecture for ASM 
files.
      volk: adding arm_neon.h headers to remaining neon proto-kernels.
      Merge branch 'maint'
      Merge remote-tracking branch 'argilo/mute-changes'
      blocks: fixes qa code to test more sub_XX cases.
      Merge branch 'maint'
      cmake: follow-up to previous merge
      logger: adding new configure_default_logger function to make it easier to 
get log file info on logger setup.
      cmake: adding a function to allow components to reference submodules for 
display.
      audio: modified the audio registration system.
      Merge branch 'maint'
      Merge remote-tracking branch 'arya/audio_registration'
      logger: poor placement of the function inside the ifdefs. Moving outside 
to make the function accessible with any logger setting.
      Merge branch 'maint'
      trellis: fix cmake variables for compatibility
      Merge branch 'maint'
      digital: adding output message ports for MPSK SNR probe block. Can be 
used to feed back SNR information to other blocks.

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

This annotated tag includes the following new commits:

       new  f0ef129   Updated to revision 3.7.4.1 for release.
       new  f146cd2   Merge branch 'maint'
       new  9dcb506   Updated revision to 3.7.5 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.




reply via email to

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