[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, 3.6.0git, c
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, 3.6.0git, created. 3.6.0git |
Date: |
Sun, 8 Apr 2012 02:43:06 +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, 3.6.0git has been created
at 106d62c4e147b96cc5a02c252d7caa8c0d01a0d8 (tag)
tagging 9bef26c9271a7b9253075bda3c1fc7c8078c0343 (commit)
replaces v3.5.3
tagged by Johnathan Corgan
on Sat Apr 7 19:34:10 2012 -0700
- Log -----------------------------------------------------------------
3.6.0git
Johnathan Corgan (67):
build: update revision to 3.6git
Removed autotools, gr-waveform, some cleanup
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge remote branch 'gnuradio/master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
wavelet: move wavelet blocks to new top-level component
wavelet: converted blocks to private implementation pattern
Merge branch 'master' into next
Merge remote branch 'tom/cmake_version' into next
Merge remote branch 'tom/cmake_builds' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
wavelet: simplified swig generation after virtual interface class change
Merge branch 'master' into next
Merge branch 'master' into next
Merge remote branch 'tom/cmake_builds' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'next'
Marcus Leech (1):
uhd: updated uhd programs to use stream_args concept from command line
for more than just setting the scalar.
Martin Braun (1):
core: WAV sink is now threadsafe; do_update() therefore must be private.
Tom Rondeau (83):
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
howto: moving uninstall rules into correct location.
Merge branch 'next' of gnuradio.org:gnuradio into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'next' of gnuradio.org:gnuradio into next
core: wip on pfb synthesis. It works, but is a bit hacked together.
core: pfb synth: can now set channel map and to use 1 or 2 sps on output.
core: pfb channelizer: can now set a channel map to direct the channels
to a specific output stream.
examples: adding an example of using the channelizer and synthesize
together to reconstruct a signal.
core: simple formatting.
grc: adding new inputs to channelizer and synthesizer xml.
Merge branch 'next' of gnuradio.org:gnuradio into next
Merge branch 'synth' into next
grc: grc PFB channelizer and synthesize to set channel map defaults on
startup.
Merge branch 'master' into next
core: changed name of gr_pfb_synthesis_filterbank_ccf to
gr_pfb_synthesizer to make it easier to write and remember.
examples: fixing synthesizer examples to use new block name.
grc: updating to new name of pfb synthesizer block.
volk: include config.h to have rintf in windows/msvc.
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
cmake: remove version.sh since we don't need it for autotools. Set
version info in CMakeLists.txt.
docs: updating README files for working with cmake.
Removes all references to guile and scheme, which are no longer needed.
build: removed .py extensions from installed Python plot programs.
build: removed .py extensions from uhd and shd installed Python programs.
fixes to uhd_siggen with base class.
Move uhd_siggen_base python file into gnuradio.uhd space.
build: don't install Python and GRC examples if Python is disabled.
noaa: moving apps to examples.
noaa: py files build from grc. Only installing grc files into examples.
examples: Reworked locations and installation of examples.
docs: adding more info to the doxygen manual's build guide.
build: Adding gnuradio-examples as a component to be turned on/off.
Merge branch 'cmake_version' into cmake_builds
Merge branch 'rm_python_ext' into cmake_builds
Rework example directories. Gets rid of gnuradio-examples, moves these to
more appropriate components.
cmake: fixing current build version number.
Merge branch 'master' into next
Merge branch 'master' into next
core: removing old MPSK SNR probe; replaced in gr-digital.
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
Merge branch 'master' into next
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, 3.6.0git, created. 3.6.0git,
git version control <=