[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, distcheck-m
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, distcheck-master, updated. v3.5.3 |
Date: |
Fri, 13 Apr 2012 21:08:33 +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, distcheck-master has been updated
to d5e5a76d1fdb4d1087cd487e3b6f683fbb1e87bd (tag)
from d35c6bd9eeffc40c9a9a15e9a000df47990ff6d6 (which is now obsolete)
tagging f621a52f779381cfe550b4278b83e701a747944c (commit)
replaces v3.5.2.1
tagged by Johnathan Corgan
on Sat Apr 7 18:09:03 2012 -0700
- Log -----------------------------------------------------------------
Release 3.5.3
Achilleas Anastasopoulos (2):
trellis: bug fix to make sure file is closed.
trellis: bug fix to make sure file is closed.
Alexandru Csete (2):
Initial import of out-of-tree files from Alexandru Csete
fcd: fix grc import statement
Ben Reynwar (4):
Adding __repr__ to constellations.
Added gr_probe_signal_X and gr_probe_signal_vX.
Add test for probe_signal blocks.
core: fixed point sin/cos generator properly folds frequencies outside
nyquist range to alias signal.
Dimitri Stolnikov (1):
fcd: adds setter function to configure mixer gain
Johnathan Corgan (46):
uhd: add API call to set user registers
Merge branch 'maint' into gr-uhd-set-user-register
Merge branch 'maint' into gr-uhd-set-user-register
Merge branch 'maint' into gr-uhd-set-user-register
Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register
build: update revision to 3.5.3git
Merge branch 'maint'
fcd: convert out-of-tree autotools build to in-tree
fcd: incorporated into Doxygen docs
fcd: move HID and FCD libraries into own subdirs
fcd: moved items to current layout standard
fcd: cmake build work in progress
Merge branch 'maint'
fcd: complete cmake build
fcd: fix compiler and documentation warnings
fcd: update text files and copyright
Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
uhd: conditionalize set_user_register call on availability in UHD API
Merge branch 'gr-uhd-set-user-register'
digital: fix constellation __repr__ for Python swig only
build: fix autotools breakage from gruel_swig_common merge
Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maint
Merge branch 'maint'
Implement conditionalized build for WIN32
Merge branch 'maint'
Merge branch 'gr-fcd'
cmake: fix include path order in gruel
Merge branch 'maint'
fcd: convert to private implementation pattern
Merge branch 'maint'
Merge remote branch 'jblum/fix_uhd_device_addr_python' into maint
Merge branch 'maint'
Merge remote branch 'jblum/mergeme_uhd'
Merge branch 'maint'
Merge remote branch 'jcorgan/gr-fcd'
fcd: simplify swig generation after virtual interface class change
Merge remote branch 'jblum-github/pmt_set_deleter'
Merge remote branch 'ncorgan/gr-uhd_swig'
Merge remote branch 'ncorgan/gr-uhd_swig'
core: use while instead of if in frequency_modulator
core: loosen fm modulator QA to 5 decimal places of agreement
Merge branch 'wfm_tx_work'
build: update revision to 3.5.3
Josh Blum (15):
gruel: run qa tests with -B (fix from gruel_work_squashed)
gruel: created common swig include file
core: adds -B to python QA gnuradio-core
core: empty gr_hier_block2 contructor for virtual inheritance
volk: add include for config.h to cc file
volk: fix for load prefs (config path)
volk: added volk as depedency for various components
uhd: fix device_addr init issue
uhd: added multi-finite-aquisition
uhd: added set_start_time calls to source/sink
uhd: perform abi compat check before making a block
uhd: add a flush to finite_acquisition_v
uhd: finite_acquisition_v timeout should be >> than stream time
uhd: fix dc offset call in uhd source
pmt: added advanded pmt_set_deleter (c++ only)
Michael Dickens (1):
fcd: implement conditional build for MacOSX
Nicholas Corgan (8):
Changes preinst.in from running 'ls' to running 'echo'
gr-uhd: Python users can now grab their current UHD version as a string
gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's
list_property_tree and get_usrp_info functions
gr-uhd: get_usrp_info has help info and can only be called with a recent
enough version of UHD
gr-uhd: corrected get_usrp_info description
gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on
the user's UHD version and USRP configuration
gr-uhd: minor aesthetic and consistency changes
gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has
no serial
Philip Balister (4):
gr_fxpt.c : Remove unused code.
gr_fxpt : Add sincos function to class.
qa_gr_fxpt : Remove debugging cout.
gr_frequency_modulator_f : Convert from using libm sin/cos, to gr_fxpt
sin/cos.
Tom Rondeau (36):
Merge remote branch 'benreynwar/maint'
fcd: added FCD_API to code
core: adding new probe_signal from gengen into autotools build.
Merge branch 'probe'
core: updated the documentation for the noise source to explain the seed
better.
grc: update channel model block noise source seed to 0 to match other
noise source defaults.
fcd: fixes for distcheck
Merge branch 'maint'
docs: added reference to more details on gri_mmse_fir_interpolator
documentation.
Merge branch 'maint' of gnuradio.org:gnuradio into maint
Merge branch 'maint'
Merge remote branch 'jblum/minor_gruel_qa_fix' into maint
Merge remote branch 'jblum/gruel_common_swig'
Merge branch 'maint'
Merge branch 'maint'
volk: change minimum acceptable ORC version to 4.12 (in cmake and
updating version in autotools).
Merge branch 'maint'
digital: in narrowband examples, added the ability to change the channel
bandwidth.
howto: fixed cmake project definition to include C.
volk: make both test cases look and function the same.
Merge branch 'master' of gnuradio.org:gnuradio
Merge branch 'ch_bw'
core: when reseting buffers, make sure that the read/write pointers are
always algined.
doc: fix documentation for wavsink (thanks to John Coppens for point it
out).
Merge branch 'maint'
core: adds vlen and scalar args to type converter blocks in GRC.
build: use -O2 with cmake in Debug build.
Merge branch 'master' of gnuradio.org:gnuradio
digital: added GRC files for new MPSK SNR estimator and probe.
build: properly handle the VM circbuf; was forcing tmp file usage on all
platforms.
core: makes sure all block's buffers are aligned on start/restart and
that they know it.
Merge branch 'maint'
core: buffer alignments were getting confused. Just need to tell all
blocks that they are aligned upon restart.
Merge branch 'maint'
gruel and howto: install gruel .i files in gruel dest. Howto will use
that dir during build.
Merge branch 'maint'
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, distcheck-master, updated. v3.5.3,
git version control <=