commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.7.1, cre


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.7.1, created. v3.7.1
Date: Thu, 29 Aug 2013 17:22:26 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The annotated tag, v3.7.1 has been created
        at  543370bdcd8d995291a3b6f1e699ac076b590791 (tag)
   tagging  9720bd4baf13e1b52e3952d58bf04de21bc83dfa (commit)
  replaces  v3.7.0
 tagged by  Johnathan Corgan
        on  Thu Aug 29 10:11:25 2013 -0700

- Log -----------------------------------------------------------------
v3.7.1

Alexandru Csete (1):
      runtime: fixed copy/paste error in volk_types.py

Andrej Lajovic (1):
      fft: fix XML import for logpwrfft block

Andrew F. Davis (1):
      Created atsc_rx.py and removed obsolete scripts

Clayton Smith (1):
      Fix bugs in atsc_field_sync_mux.

Doug Geiger (2):
      volk: update QA test to use non integer multiples of register sizes to 
ensure we test the tail cases.
      volk: update Volk profiker to use non integer multiples of register sizes 
to ensure we profile the tail cases.

Jiri Pinkava (3):
      modtool: fix finding gnuradio-runtime
      modtool: fix detection of GNU Radio module directory
      build: require Python v2 for build configuration

Johnathan Corgan (41):
      Update revision to 3.7.1git
      Merge branch 'maint'
      Merge branch 'maint'
      atsc: fix typo in moved file
      Merge branch 'maint'
      Merge branch 'maint'
      cmake: fix to allow reconfiguring install prefix
      Merge branch 'maint'
      fec: fix uninitialized class member in decode_ccsds_27
      Merge branch 'maint'
      Merge commit '2520369' into maint
      Merge commit 'b736a6'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'mmueller/modtool_py_utf8' into maint
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'glneo/atscfixup'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'argilo/atscfixes2'
      Merge branch 'maint'
      Merge branch 'maint'
      digital: fix digital.cpmmod_bc XML for new constants location
      Merge branch 'maint'
      Merge remote-tracking branch 'mmueller/gateway__tag_propagation_policy_t'
      Merge remote-tracking branch 'pinkavaj/gr_modtool_cmake_01'
      Merge remote-tracking branch 'pinkavaj/gr_modtool_mod_detection_00'
      Merge remote-tracking branch 
'm0mik/digital_ofdm_benchmark_txrx_lo_offset_option_external_clock_utilisation'
      Merge branch 'maint'
      Merge branch 'maint'
      runtime: fix hier_block2 disconnect_all()
      Merge branch 'maint'
      Merge remote-tracking branch 'ncorgan/runtime_swig_fix' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'ncorgan/channels_fix'
      fft: fix missing set_window call on initialization
      digital: fix for OFDM serializer QA after FFT block fix
      Merge branch 'maint'
      cmake: update revision to 3.7.1 for release

Josh Blum (1):
      uhd: squashed per-channel stream support

Julien Olivain (3):
      cmake: force detection to Python 2.x only
      utils: Fixes grcc to exit with an error code in case of a compilation 
error.
      grc: Sorts the block tree column at start-up.

Marcus Müller (3):
      added utf8 encoding line to python templates
      removed *out from sinks, *in from sources
      added tag_propagation_policy_t to block_gateway

Michael Dickens (1):
      volk: tests if xgetbv (an avx instruction) is really, truly available. 
Allows us to build on OSX with GCC.

Mike Jameson (5):
      digital: ofdm benchmark_tx/rx added lo_offset option and enabled external 
clock utilisation
      digital: ofdm benchmark_tx/rx added --clock-source option for external 
clock utilisation
      digital: ofdm benchmark_rx fft conflict fix
      digital: updated narrowband examples with --lo-offset and --clock-source 
options
      digital: fixed ofdm benchmark_tx. flowgraph was closing down before tx 
queue was empty

Miklos Maroti (1):
      wxgui: Prevent a crash at displaying the tooltip when the graph is not 
yet populated

Nathan West (1):
      examples: Some of the examples were updated to use 3.7 API, but the new 
module namespaces were never imported.

Nicholas Corgan (4):
      cmake: Windows packages automatically include compiler runtime DLL's to 
remove an installation step
      uhd: if B2X0 is connected, change USRP config info strings to account for 
lack of daughterboard
      runtime: Fixed runtime SWIG linker error
      channels: added _USE_MATH_DEFINES definition to allow use of M_PI in MSVC

Nicholas McCarthy (4):
      grc: add bus ports
      qtgui: fix missing API declarations
      some omissions from orig. buspot delivery
      indent error fix

Philip Balister (2):
      goertzel.h : Remove the default constructor for fft::goertzel.
      agc3_cc_impl.cc : Fix uninitialized variable error.

Roy Thompson (1):
      grc: fix to allow grcc to execute in headless mode

Stefano Banti (1):
      digital: fix for moving average filter in OFDM equalizer.

Tim Newman (1):
      ctrlport: Improved display handling for gr-ctrlport-monitor.

Tim O'Shea (9):
      grc: Fix whitespace issue in grc to use proper spaces
      grc: allow set_min_output_buffer on any blocks that have output ports
      grc: portability fix for older grc files that have missing affinity and 
minoutbuf keys
      runtime: fix asynch messages delivery when handler not defined
      blocks: expose set_period callback for blocks.message_strobe in GRC
      runtime: vmcircbuf_sysv_shm workaround for shmem race condition
      blocks: agc3_cc bug fix for input values of zero
      blocks: adding interleaved_char_to_complex block
      blocks: interleaved_char_to_complex grc xml fix

Timo Lindfors (1):
      uhd: fix GRC wrapper generation to match UHD change (fixes #562)

Tom Rondeau (55):
      volk: fix some ARM test functions that resulted in an infinite loop on 
some processors.
      Merge branch 'maint'
      ctrlport: removed 'New Plot' toolbar button. Needs work to be useful and 
was actually broken.
      docs: Minor corrections, fixes to ControlPort documentation.
      docs: Updated and improved the message passing docs page.
      docs: added information about the new pfb_arb_resampler kernel.
      docs: added documentation of the stream tags interface.
      docs: added doc page on Performance Counters.
      grc: added special variable objects to represent constellations.
      controlport: Added probes for byte, short, and int data types
      blocks: Added QA code for all ControlPort probe types.
      ctrlport: fixes display for different types of probe data.
      runtime: added support for setting thread affinity to all blocks under a 
hier_block2.
      grc: checks for virtual/pad source/sink and ignores them for affinity and 
buffer size fields.
      build: fix for finding and handling ICE 3.5 or 3.4
      blocks: adding a tags strobing block to help test tag stream.
      blocks: modified tag_debug block to publish number of tags in it's input 
queue to ControlPort.
      cmake: fixed some differences between handling Ice 3.4 and 3.5.
      Merge branch 'maint'
      build: fixes FindQwt cmake module to check that Qwt is >= 5.2.0.
      Merge branch 'maint'
      build: more FindICE fixes so it doesn't get confused with multiple 
installs of ICE.
      blocks: moved type conversions to use Volk dispatchers.
      modtool: fixes problem of using templates in OOT projects created with 
modtool.
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 
'marcusmueller/improve_source_sink_c++_template'
      docs: Fixes sphinx docs generating script to use any current 
LD_LIBRARY_PATH already set by the user.
      Merge branch 'maint'
      Merge branch 'maint'
      channels: Added the hardware impairments modeling tools from Matt Ettus' 
GRCon11 talk.
      qtgui: Added histogram sink.
      channels: using new qtgui histogram sink in quantization demo.
      docs: added more documentation to the channel models page explaining the 
diffenerent models available.
      qtgui: improved handling of scale in histogram plots.
      channels: updated quantization demo for new histogram constructor.
      qtgui: fixes some bugs between qwt 5 and 6, some reorg.
      ctrlport: only convert strings to bytes for probe2_b data.
      grc: fixes module misnaming from 3.6 to 3.7.
      Merge branch 'maint'
      blocks: adding a complex VCO block.
      filter: added optional second input that dynamically adjusts resampling 
rate.
      build: installing all cmake files into lib/cmake/gnuradio directory.
      Merge branch 'maint'
      channels: added second channel model that takes in a function to change 
freq/timing offsets.
      Merge branch 'dynamic_channel'
      Merge branch 'maint'
      Merge branch 'master' of git.gnuradio.org:gnuradio
      modtool: forces another check for include dirs and libraries when looking 
for gnuradio-runtime. Similar to how GnuradioConfig.cmake looks for components.
      Merge branch 'maint'
      Merge branch 'maint'
      cmake: don't install controlport config file in two places. Just in 
etc/gnuradio.
      Merge branch 'maint'
      blocks: set default argument of file_descriptor_source so repeate=false. 
Bug for not carrying this over from 3.6.
      Merge branch 'maint'

dl1ksv (1):
      Applying hidapi patch from  Hans de Goede

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


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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