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.6.4, cre


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.6.4, created. v3.6.4
Date: Tue, 26 Feb 2013 20:36:44 +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.6.4 has been created
        at  fd2db3f5542fc7e91424ee1828a9c6df0b3c132a (tag)
   tagging  b12458ad7abc64c72a14037a90265e6b8c17df11 (commit)
  replaces  v3.6.3
 tagged by  Johnathan Corgan
        on  Tue Feb 26 12:22:47 2013 -0800

- Log -----------------------------------------------------------------
v3.6.4

Balint Seeber (2):
      Removed check for pending events during mouse drag of GRC blocks on 
FlowGraph canvas.
      Added PaintDC to 'plotter_base' so WX GL sinks will work under Windows.

Ben Reynwar (7):
      atsc: Minor changes to atsc.
      atsc: Fixed bug I made in last commit.
      atsc: Make equililzer taps accessible in python.
      digital: Updated constellation_receiver_cv documentation.
      digital: Updated pfb_clock_sync grc xml file.
      digital: Fixed bug in digital_bert_rx.py (thanks Charles Ru)
      core: Add min_noutput_items to gr_block.

Johnathan Corgan (29):
      cmake: updated revision to 3.6.4git post-release
      atsc: commented out debug code
      Merge branch 'atsc'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'balint/windows_fixes' into maint
      Merge branch 'maint'
      Merge branch 'maint'
      gruel: change scoped_lock mutex to account for Boost deprecation
      blocks: fix use of bare boost::mutex::scoped_lock
      Merge remote-tracking branch 'ncorgan/fedora-18-cmake' into maint
      Merge remote-tracking branch 'ncorgan/cmake_boost_fix' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'martin/grmodtool'
      Merge remote-tracking branch 'reynwar/min_output'
      Merge remote-tracking branch 'reynwar/python_msg'
      core: fix gr_pdu_to_tagged_stream XML for type
      core: fix gr_message_debug for printing PDUs
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'ncorgan/chrono' into maint
      Merge remote-tracking branch 'ncorgan/volk_profile_fix' into maint
      Merge branch 'maint'
      Merge remote-tracking branch 'ncorgan/random_pdu_fix'
      Update maintenance release version to 3.6.3.1
      Merge branch 'maint'
      Update release version to 3.6.4

Josh Blum (7):
      core: gr_socket_pdu missing iostream
      block: file_source_impl missing mutex include
      core: removed redundant test settings
      volk: remove bad find_package missing components, this is declared in top 
level
      volk: the profiler is no longer strictly unix
      core: added missing include for gruel thread
      blocks: added missing include for gruel thread

Julien Olivain (2):
      howto: copies Doxyxml from main docs to properly pull out block 
parameters documentation.
      GRC: adds ability for grc to pull in documentation for blocks from other 
GR modules.

Martin Braun (23):
      digital: made the demod examples clearer
      grc: Fixed Bug #485 by gracefully exiting when user sets 
GR_DONT_LOAD_PREFS=1 GRC_BLOCKS_PATH=
      core: added operator == for tags
      core: added remove_tag_item()
      howto-write-a-block: Added example for Python blocks
      utils: added modtool
      utils: modtool now installs an example dir instead of the bz2
      utils: modtool minor updates
      modtool: added copyleft headers
      modtool: dir template update (added list for sources)
      modtool: more flexibility w/ adding and removing entries
      modtool: newmod uses gr.prefs or --srcdir
      modtool: bugfixes
      modtool: cleanup, bugfixes
      pmt: added python converters
      core: added tag to python converters
      modtool: bugfix, BLOCK_MAGIC should appear before %include
      modtool: fixed block_magic and %include order
      modtool: fixed order for both 3.6 and 3.7 API versions
      Merge branch 'master' of git://github.com/gnuradio/gnuradio into grmodtool
      Merge branch 'master' of git://github.com/gnuradio/gnuradio into grmodtool
      modtool: another fix in the SWIG generating code
      Merge branch 'master' of git://github.com/gnuradio/gnuradio into grmodtool

Mike Jameson (8):
      uhd: reset gain defaults to None
      uhd: fixes audio_alsa_sink busy
      Update gr-uhd/examples/python/usrp_am_mw_rcv.py
      uhd: fixed default midpoint gain
      Merge branch 'm_alsa_busy_fixes' of https://github.com/m0mik/gnuradio 
into m_alsa_busy_fixes
      uhd: fixed receive_path()
      uhd: added click to change freq
      uhd: fixed receive_path()

Nicholas Corgan (8):
      grc: fixed problem of GRC_BLOCKS_PATH not being set in Windows
      cmake: Added Fedora 18 packaging information
      cmake: Allows Unix systems with /usr/lib64 to use Boost installations in 
non-standard locations
      gruel: renamed mask to dword_mask
      gruel: Added WIN32_LEAN_AND_MEAN definition before windows.h include
      core: fixed gr_random_pdu MSVC incompatibility issue
      cmake: Added chrono as a necessary Boost library under MSVC
      volk: Fixed volk_profile MSVC incompatibility

Roy Thompson (1):
      core: Enabling msg_connect within python blocks.

Sylvain Munaut (2):
      wxgui: dead code removal and formatting cleanup
      wxgui: implement persistence without using glAccum

Tim O'Shea (6):
      core: adding gr_random_pdu message passing block
      core: adding gr_random_pdu message passing block
      adding gr_fastnoise_source and making it the default for gr_channel_model
      core: cleaning warnings
      grc: add callback for gr_throttle sample_rate
      core: adding necessary include to gr_block_registry.h

Tom Rondeau (62):
      Merge remote-tracking branch 'mbant/demod_examples'
      Merge remote-tracking branch 'mbant/fix485'
      Merge remote-tracking branch 'mbant/equal_for_tags'
      build: disable certain Boost versions we know are buggy to fix Issue #513.
      Merge branch 'maint'
      Merge branch 'pmt_to_python'
      Merge remote-tracking branch 'ncorgan/cmake_boost_fix'
      Merge remote-tracking branch 'ncorgan/fedora-18-cmake'
      gruel: adding wrapper layer for gruel threads to enable setting thread 
affinity.
      core: working thread affinity concept into gr_blocks.
      QA: adding a test to make sure the set_processor_affinity calls work and 
top_block starts correctly.
      gruel: need to include windows.h to know about HANDLE.
      sched: added documentation for affinity setting functions.
      docs: fixed missed parameter documentation in fastnoise_source block.
      core: thread affinity example core set changed.
      Merge branch 'master' of gnuradio.org:gnuradio
      core: QA code import fix.
      sched: adding in perf counters to measure performance of blocks during 
exectution of flowgraph.
      sched: swiging perf counters into Python.
      core: QA still had issues from next branch. This fixes it.
      core: typedef vector<unsigned int> so SWIG can handle including it 
multiple times.
      analog: fix a floating point accuracy issue in the CTCSS squelch block.
      build: fixing generated includes, deps, and header installation.
      Merge branch 'maint'
      Merge remote-tracking branch 'm0mik/m_misc_updates'
      Merge remote-tracking branch 'm0mik/m-updates'
      build: allowing user to override check for bad versions of boost.
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      filter: fixing synthesis filter output rate when using 2x oversampling.
      Merge branch 'maint'
      core: adding variance calcs to perf. counters.
      core: adding new var perf. counters to swig interface.
      core: Making an all C++ version of the preferences/config file readers.
      core: adding and using a PerfCounters section to the config files.
      core: only query preferences database once at start of block_executor.
      core: add ability to override config files with environmental variables.
      core: prefs of true/on/1 and false/off/0 are translated to bools.
      docs: adding section to main page explaining config files.
      Merge branch 'master' of gnuradio.org:gnuradio
      Merge branch 'cpp_prefs'
      core: if the config files don't exist, just return an empty list; don't 
fail.
      Merge branch 'maint'
      docs: adding an exclude rule for gr-modtool to avoid conflicts.
      docs: correcting gr-modtool exclude path for master dir format.
      core: prefs setup looks for a local .gnuradio/config.conf to use.
      core: removed vestigial debug line.
      digital: moved simple_correlator (inverse of simple_framer) to gr-digital.
      blocks: adding count_bits code to gr-blocks.
      digital: adding simple_correlator to gr-digital's block tree.
      blocks: converting blocks to v3.7 style in gr-blocks.
      blocks: fixing use of packed/unpacked from gr-blocks in QA code.
      Merge branch 'master' of gnuradio.org:gnuradio
      blocks: converted peak_detector2 and regenerate to v3.7.
      blocks: adding threshold, strech, and throttle to gr-blocks.
      blocks: moved transcendental block to gr-blocks.
      Merge remote-tracking branch 'mbant/grmodtool'
      blocks: fixed typo.
      core: adding a mutex as a protected member of gr_block for use in 
protecting set and work function access to variables.
      cmake: adding Boost version 104601 to list of bad Boosts.
      Merge branch 'maint'

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


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



reply via email to

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