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


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.6.3, created. v3.6.3
Date: Tue, 8 Jan 2013 20:43:12 +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.3 has been created
        at  105ad8ba855968cb772ef05fa329854406dfc218 (tag)
   tagging  607a6fa3f80e08298ce7b3ee74ffca1590c05164 (commit)
  replaces  v3.6.2
 tagged by  Johnathan Corgan
        on  Tue Jan 8 12:36:24 2013 -0800

- Log -----------------------------------------------------------------
v3.6.3

Alexandru Csete (1):
      core: fixed some unused parameter warnings

Alick Zhao (1):
      Fixes other uses of channel model to always have negative or zero

Ben Hilburn (1):
      UHD: improved capabilities for uhd_fft.grc.

Ben Reynwar (4):
      digital: Fixed scaling bug in QAM constellations.
      digital: Increase acceptable BER in qa_constellation_receiver back to 
prior value.
      digital: Add symbol output to constellation_receiver block for debugging.
      cmake: Find Qwt6 installed on OSX using macports.

Brett L. Trotter (1):
      core: Patch to file source to allow opening of new files while running.

Johnathan Corgan (92):
      blocks: adds new top-level component gr-blocks with first block
      blocks: added blocks_add_const_xx
      blocks: fix XML file in previous commit
      blocks: copy alignment fix from maint
      Merge commit 'v3.6.1' into wip/gr-blocks-master
      blocks: added multiply_xx, some cleanup on add_xx
      blocks: completed transition of add and multiply blocks
      blocks: added div_XX and sub_XX blocks
      blocks: added gr::blocks::char_to_float
      Merge branch 'master' into wip/gr-blocks-master
      Merge branch 'master' into wip/gr-blocks-master
      blocks: added gr::blocks:char_to_short
      Merge branch 'master' into wip/gr-blocks-master
      blocks: added gr::blocks::complex_to_interleaved_short
      blocks: added gr::blocks::complex_to_float
      blocks: added gr::blocks::complex_to_real
      blocks: added gr::blocks::complex_to_imag
      blocks: added gr::blocks::complex_to_mag
      blocks: added gr::blocks::complex_to_mag_squared
      blocks: added gr::blocks::complex_to_arg
      blocks: added gr::blocks::float_to_char
      blocks: added gr::blocks::float_to_complex
      blocks: added gr::blocks::float_to_int
      blocks: added gr::blocks::float_to_short
      blocks: added gr::blocks::float_to_uchar
      blocks: added gr::blocks::float_to_int
      blocks: added gr::blocks::interleaved_short_to_complex
      blocks: added gr::blocks::short_to_char
      blocks: added gr::blocks::short_to_float
      blocks: added gr::blocks::uchar_to_float
      blocks: added gr::blocks::conjugate_cc
      blocks: added gr::blocks::integrate_XX with ss ii ff cc
      Merge branch 'master' into wip/gr-blocks-master
      blocks: aded gr::blocks::multiply_conjugate_cc
      blocks: added gr::blocks::nlog10_ff
      blocks: added gr::blocks::add_XX (bb ss ii)
      blocks: added gr::blocks::and_const_XX (bb ss ii)
      blocks: added gr::blocks::not_XX (bb ss ii)
      Merge branch 'master' into wip/gr-blocks-master
      blocks: apply swig fix
      blocks: added gr::blocks::or_XX (bb ss ii)
      blocks: added gr::blocks::xor_XX (bb ss ii)
      blocks: added gr::blocks::deinterleave
      blocks: added gr::blocks::interleave
      blocks: added gr::blocks::keep_one_in_n
      Merge branch 'master' into wip/gr-blocks-master
      blocks: added gr::blocks::keep_m_in_n
      blocks: added gr::blocks::repeat
      Merge branch 'master' into wip/gr-blocks-master
      blocks: added gr::blocks::stream_mux
      blocks: added gr::blocks::stream_to_streams
      blocks: added gr::blocks::stream_to_vector
      blocks: added gr::blocks::streams_to_stream
      blocks: added gr::blocks::streams_to_vector
      blocks: added gr::blocks::vector_to_stream
      blocks: added gr::blocks::vector_to_streams
      build: update revision to 3.6.3git
      Merge branch 'master' into wip/gr-blocks-master
      blocks: added gr::blocks::file_source
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'master' into wip/gr-blocks-master
      Merge branch 'wip/gr-blocks-master'
      blocks: fix XML definitions for block tree
      Merge remote branch 'jblum/grc_optional_pads'
      Merge branch 'maint'
      Merge branch 'maint'
      Merge branch 'maint'
      Fix infinite recursion/loop when sincos is present
      Merge branch 'maint'
      Merge branch 'maint'
      gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocks
      Merge branch 'maint'
      filter: don't install .grc file as python file
      Merge remote-tracking branch 'tom/set_python_dir'
      Merge branch 'maint'
      blocks: fix required libs in .pc file
      Merge branch 'maint'
      blocks: fix initializer order warning
      Adding PDU to tagged stream and tagged stream to PDU blocks along with QA 
python
      core: cleanup on pdu/msg blocks
      cmake: fix typo in cmake swig module
      Merge branch 'maint'
      Revert "Force swig compile ordering in gnuradio-core"
      Merge branch 'maint'
      Merge branch 'maint'
      Merge remote-tracking branch 'ncorgan/pdu_fix'
      Merge branch 'maint'
      cmake: update revision to 3.6.3rc0
      cmake: removed Boost 1.52 from allowed versions
      Merge branch 'maint'
      cmake: update revision to 3.6.3 for release

Josh Blum (28):
      volk: forgot critical variable subs
      digital: fix private access in gr_endian_swap
      core: fix use of private vars in place of API accessor
      core: fix implicit assumption in skiphead
      uhd: provide source block hook for issue stream cmd
      core: source block can yield thread context/produce none
      uhd: work does not block, OK to return 0 on ERROR_CODE_TIMEOUT
      core: udp source wait mode yields work thread
      grc: added optional flag to pad source and sink
      grc: revert changes to flow_graph.tmpl, runtime enforces this
      grc: added wildcard type to pad source/sink
      core: fix several tag includes throughout core
      uhd: fix pmt tuple ref namespace issue
      gr: added python -B everywhere for clean source tree
      gr: set a common GR_TEST_TARGET_DEPS for all module unit tests
      gr: same change for common PYTHON test paths
      fft: added gnuradio-fft dep for some tests
      fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIES
      fft: restore FFTW3F_THREADS support for fft.cc
      filter: removed undefined FFTW3F_ libs/incs
      filter: use matching free for malloc, fixes access violation
      analog: add analog dependencies to test
      uhd:  include gnuradio paths for swig build first
      uhd:  include gnuradio paths for swig build first
      gruel: remove erroneous include path from cmake
      core: this should have deparated w/ gr-wavelet
      swig: tweaks for swig makedepend
      core: moving Boost_INCLUDE_DIRS to be last

Julien Olivain (1):
      qtgui: adds parameter in qtgui sink's GRC block to set the update rate.

Martin Braun (1):
      core: gr_tag_debug handles lacking srcid

Michael L Dickens (9):
      fix gr-analog to detect and compile 'sincos(f)' correctly
      fix gr-analog to detect and compile 'sincos(f)' correctly
      GNU Radio version of CMake's "UseQt4" script, which determines header 
(INCLUDE) and library directories, but requires that the including script add 
use them (via INCLUDE_DIRECTORIES and LINK_DIRECTORIES)
      Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are 
ordered as: internal build and source for this component, other components 
(internal build and source, or already installed), non-project non-system 
dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
      Merge branch 'master' of http://gnuradio.org/git/gnuradio into 
fix_build_dir_order
      GrUseQt4 -> GrSetupQt4, since that's what it really does.
      FFT_INCLUDE_DIRS -> GR_FFT_INCLUDE_DIRS, and reorder
      Reorder SWIG_INCLUDE_DIRS
      remove unnecessary build commands

Nicholas Corgan (7):
      blocks: fixed MSVC compatibility issue
      cmake: Ubuntu 12.10 package support
      analog: not all classes export symbols
      analog: fixed include guard typo
      Revert "gruel: remove erroneous include path from cmake"
      core: fixed pdu MSVC compatibility issues
      blocks: fixed file_meta_sink/source_impl MSVC incompatibliity error

Tim O'Shea (9):
      adding GRC Reload Block XML action
      added the ability to open custom GRC hier block definitions from graphs 
using an instance of them
      providing additional control over GNU Radio buffer allocation size for 
latency effects etc
      adding patterned interleaver block
      patterned qa added, bugs fixed
      core: adding msg_connect, updating msg interface, adding symbolic block 
names
      core: gr_blocks can now have only message ports with no general_work()
      core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements
      1. msg passing logic fix for fan-in to hier block outputs and fan-out 
from hier block inputs

Tom Rondeau (136):
      runtime: added ability for blocks to have their own max_noutput_items.
      docs: added a description of a basic flowgraph to the manual's main page.
      core: exported max_noutput_item methods from gr_block to Python.
      docs: added section explaining the basics of reconfiguring a flowgraph.
      grc: fixed GRC subtraction block to allow a single input line (inverts 
the signal).
      analog: adding gr-analog component with.
      Merge branch 'master' of gnuradio.org:gnuradio
      gruel: added unsigned long long int support to the PMT sugar functions.
      Merge branch 'max_nout_each'
      core: bit of rework on setting/getting max_output_buffer.
      core: update max_buffer_size after buffer is actually allocated.
      core: fix for restarting the flowgraph with VOLK blocks.
      docs: Adding notes discussing how to use new max_output_buffer feature.
      core: fixed swig file for exporting max/min buffer sizes with port first.
      core: fixed set min/max buffer sizes to better handle blocks with 
infinite streams.
      core: Added QA for max_noutput_items per block and max_output_buffer.
      core: fix for restarting the flowgraph with VOLK blocks.
      grc: populate file variable correctly when we save.
      grc: ability to automatically create hier_blocks from a flowgraph.
      Merge branch 'maint'
      qtgui: fixed qtgui time sink to take the bandwidth parameter to set 
x-axis correctly.
      Merge branch 'maint'
      Merge remote-tracking branch 'benreynwar/master_constellation_scale'
      Removes some swig workaround code put in for ticket 181.
      analog: adding squelch_base_ff and ctcss_squelch_ff to analog.
      analog: adding complex squelch base class.
      analog: implemented all AGC classes in gr-analog with QA code.
      analog: added cpfsk to gr-analog.
      analog: adding dpll_bb to gr-analog.
      analog: adding GRC blocks for:
      analog: added fmdet block to gr-analog.
      analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.
      core: update to build_utils to help with '_i_impl' blocks.
      analog: adding noise_source to gr-analog with GRC and QA.
      analog: adding phase_modulator_fc to gr-analog with QA and GRC.
      analog: fixing noise source in GRC.
      analog: added PLL blocks to gr-analog with QA and GRC.
      analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.
      analog: moving LFSR code into gr-analog.
      core: adding int32_t and uint32_t types to swig.
      analog: export lfsr class to Python and adding QA code for it.
      analog: executable flag for python QA codes.
      digital: switched digital components over to using LFSR class now in 
gr-analog.
      Revert "core: adding int32_t and uint32_t types to swig."
      Revert "core: adding int32_t and uint32_t types to swig."
      analog: adding sincos functions to gr-analog.
      analog: adding rotator to gr-analog with QA.
      analog: adding sig_source to gr-analog with QA and GRC.
      analog: adding simple_squelch block to gr-analog with QA and GRC.
      analog: adding pwr_squelch blocks to gr-analog with QA and GRC.
      analog: adding rail_ff block to gr-analog with QA and GRC.
      analog: adding quadrature_demod_cf to gr-analog with QA and GRC.
      Merge branch 'analog'
      Merge branch 'rtld_ticket181_undo'
      filter: removing '.version' lines in ASM code for compat with CLANG.
      analog: adding probe_avg_mag_sqrd GRC block.
      fft: fixing float-in, complex-out fft block to use the right io sig.
      Merge branch 'maint'
      Merge branch 'asm_for_clang'
      filter: removing '.version' lines in ASM code for compat with CLANG.
      core: Adding a file sink block that stores metadata with file.
      core: adding Python files to easily parse header info of a file.
      core: adding GRC file for file metadata sink
      cmake: Allow user to set Python installation directory from cmake.
      runtime: moved setting of min/max buffer sizes from gr_basic_block to 
gr_block.
      runtime: changed check after cast to gr_block.
      core: Update file_meta_sink to inject headers into data stream.
      core: fixed memory leak issue in arbitrary resampler blocks.
      Merge branch 'maint'
      core: adding ability to handle extra data in headers.
      Revert "Revert "Merge remote branch 'jblum-github/python_blocks2' into 
master""
      utils: adding GRCC - a GNU Radio Companion command-line compiler tool.
      cmake: adding cmake function to help us run GRCC.
      digital: fixing GRC file id names to build other than top_block.py.
      utils: updating GRCC with a -e flag to execute the program after building.
      build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows).
      Merge branch 'master' of gnuradio.org:gnuradio
      blocks: fix for qa_patterned_interleaver.
      QA: update the 'import pmt' statement to always draw the pmt module from 
the build directory.
      core: the mutex is unlocked to begin with and GR doesn't seem to like us 
forcing it unlocked here.
      Docs: Fixing Doxygen markup for missing constructor parameters.
      build: cleaned up some warnings.
      docs: Removing some obsoleted Doxygen commands per issue #498.
      core: adding a max segment size to metadata files.
      core: updated metadata structure to use relative header info.
      core: Update metadata file sink to better handle tags in the right spot.
      core: metadata file parser updated for more sig figs on display.
      core: Use sample and relative rate to update header based on num samples.
      core: update to metadata files to grow the extras dictionary when any tag 
is seen.
      core: updated the message debug block to have a 'store' port where 
messages can be retrieved afterwards.
      core: Adding function to retrieve the symbol names of a blocks message 
ports.
      core: metadata file sink can set detached header.
      core: to make ctest able to import pmts in-tree.
      core: adding a message passing example.
      core: Fixed install rules for GRC files in these examples.
      core: better error handling on file source/sink.
      blocks: apply changes to file source in core to one in gr-blocks.
      build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been 
the cause of the parallel build woes.
      Merge branch 'maint'
      build: removing GR_SWIG_TARGET deps from new component gr-blocks.
      core: message passing QA needs just a little bit of time to get the 
message sent.
      core: these two don't need to include if_tun.h, which causes problems on 
other platforms.
      core: added a stub class for gr_tuntap_pdu to compile on OSX (tested) and 
Windows (untested).
      core: put the stub class in the wrong file.
      Merge branch 'master' into file_meta_data
      core: add new options to GRC for file_meta_sink.
      core: cleaning up file meta sink.
      core: adding a file meta source block.
      core: forgot to remove these outputs.
      core: better tag debugger. Only outputs when there are tags to show.
      core: updated meta data file sink to extract header metadata as tags and 
add them to the tag stream.
      core: metadata file source parses extras header and converts data to tags.
      core: added examples to use metadata source and sink.
      gruel: allow us to use pmt_init_Xvector methods in python.
      core: updates metadata parser: don't assume value is a float.
      docs: added a page detailing metadata format.
      core: updated file metadata source to support detached header files.
      core: use std::string in file metadata sink (easier to work with; matches 
source).
      core: When the file meta sink is closed by user, make sure the last 
header is properly updated.
      core: QA code to test file metadata sources and sinks.
      core: Added detached header test to file metadata QA.
      core: adding itemsize key to metadata header to allow for vectorized 
items.
      gruel: Enabling serialize/deserialize for PMT vectors.
      blocks: moving file metadata sink/source to gr-blocks.
      blocks: fixing up metadata parser.
      blocks: fixing up QA of metadata to not rely on non-dependency components.
      docs: using full namspace for references in metadata.dox for proper 
linking.
      gruel: changing PMT (de)serialize of complex to make more portable 
(apparently; for OSX).
      docs: Adding a page describing the message passing interface.
      docs: added a doxygen manual page describing PMT types and how to use 
them.
      docs: Restructuring main page to point to new pages describing features 
in GR.
      Merge branch 'tagdebug2' of git://github.com/mbant/gnuradio
      gruel: pmt_Xvector_elements can be used in Python to return a Python 
tuple.
      gruel: adding a 'pmt_from_complex' call (more clear than 
pmt_make_rectangular).
      docs: fixing typo.
      Merge branch 'master' of gnuradio.org:gnuradio

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


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



reply via email to

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