[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.6.5, cre
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.6.5, created. v3.6.5 |
Date: |
Sun, 26 May 2013 19:46:16 +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.5 has been created
at 46319f4715e8d0cf0d641b90ee2c3ecbab745688 (tag)
tagging a7b3a9339106aaba72195b693dfeaa98f194e0d5 (commit)
replaces v3.6.4.2
tagged by Johnathan Corgan
on Sun May 26 12:45:26 2013 -0700
- Log -----------------------------------------------------------------
v3.6.5
Ben Hilburn (1):
gitignore: git now ignores the build/ directory
Ben Reynwar (4):
digital: Adding option to QAM to help with frequency locking.
digital: Making qa_constellation_receiver more reliable.
digital: Adding a QAM-like constellation with 32 points.
doxygen: Update pfb introduction.
Gregory Warnes (1):
grc: adding sorting ability to GRC category tree.
Johnathan Corgan (42):
blocks: added gr::blocks::tuntap_pdu
Merge branch 'wip/pdu-tuntap'
blocks: added gr::blocks::socket_pdu
blocks: added gr::blocks::pdu namespace for PDU functions
blocks: added gr::blocks::pdu_to_tagged_stream
blocks: added gr::blocks::tagged_stream_to_pdu
Merge branch 'maint'
digital: fix QA tests for pmt import
analog: minor cleanup for added block
blocks: minor cleanup of added blocks
digital: fixed tagged_stream_mux xml and example GRC app
digital: fix QA tests for pmt import
analog: minor cleanup for added block
blocks: minor cleanup of added blocks
digital: fixed tagged_stream_mux xml and example GRC app
Merge branch 'maint'
Merge remote-tracking branch 'martin/master-cleanup'
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
core: fix default vector value in GRC wrapper for vector source
blocks: fix XML data type in gr::blocks::plateau_detector_fb
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch 'ncorgan/msvc_master_blocks_fixes'
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch 'jblum/uhd_work'
blocks: fixed header documentation in repack_bits_bb
Merge branch 'maint'
Merge remote-tracking branch 'martin/master-ofdm2'
Merge remote-tracking branch 'reynwar/master_pfb_docs'
Merge branch 'maint'
Merge remote-tracking branch 'ncorgan/nsis_improvements'
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
Update revision to 3.6.5.
Josh Blum (6):
uhd: added a usrp PC sync option
uhd: added getters for bandwidth setting and range
udp: fix udp_source to avoid permanent work blockage
blocks: added proper EOF for msg tags test
digital: context yield for header_payload_demux
blocks: pdu_to_tagged_stream_impl fix get message
Marcus Leech (1):
wxgui: make dummy set_callback stub in nongl sinks.
Martin Braun (17):
modtool: Python general blocks used grextras syntax
Squash/rebased martin/ofdm-master onto trial merge branch
Squash/rebased martin/ofdm-master onto trial merge branch
digital: removed superfluous fftshift
digital: cleaned out debugging blocks
modtool: added tagged_stream block as an option
core/digital: added more logging
digital: made the tagging description for packet header gen more explicit
docs: More and better docs for tagged stream blocks (and some childs)
docs: added the most important part of what should have been in the
previous docs commit
digital: OFDM frame equalizer now as an option to work w/o len tag
digital: fix some issues w/ header parser/gen; QA, wrong OFDM symbol
number calculation, bug that always returns PMT_NIL
runtime: changed remove_item_tag to only mark tags as deleted
runtime: id docstring clearer
blocks: Added tag gate
digital: OFDM passes all tests
digital: fixed some GRC bindings
Mike Jameson (3):
modtool: fixed general python block template
blocks: fixed probe_signal_vx vector utilisation
uhd: updated usrp_spectrum_sense with frequency readout
Mike Jameson M0MIK (1):
uhd: enhanced version of usrp_spectrum_sense.py
Miklos Maroti (1):
blocks: fix XML data type in gr::blocks::deinterleave
Nicholas Corgan (5):
blocks: added includes necessary for Windows compilation
Added Windows DLL resource files
MSVC fixes
blocks: MSVC compatibility fixes
cmake: Added custom NSIS templates
Tim O'Shea (10):
blocks: adding default arg value to mute_XX.
blocks: adding probe_rate block
blocks: adding correct link flags for log4cpp
core: adding default empty tags list argument to
vector_source_x.set_data() function to unbreak old calls
blocks: adding correct link flags for log4cpp
core: adding default empty tags list argument to
vector_source_x.set_data() function to unbreak old calls
core: fix typo in logger header file
core: add missing include dir
cmake: fix warnings regarding #defines
blocks: fixed missing install of file_sink.h.
Tom Rondeau (108):
core: Adds a gr-log concept for easy logging at various levels.
docs: adding info on gr-log feature.
digital: Adds checks to enable use of gr-log in digital blocks.
Fixing up the gr-log capabilities.
howto: adding gr_log checks to build.
log: Restructure config file handling for gr-log.
log: added a macro and routine to set log level from config file.
log: fixed gr_log to be usable in Python.
Merge branch 'master' into gr_log
blocks: moving unpack_k_bits to gr-blocks.
blocks: moved pack_k_bits to gr-blocks.
blocks: moving argmax and max to gr-blocks.
log: fixups after merge.
log: cleaned up naming, added gr_log_get_level function.
Merge branch 'master' into gr_log
blocks: moving mute, probe_signal, probe_signal_v, and sample_and_hold to
gr-blocks.
log: adding default loggers to all gr_blocks to make using them simpler.
Merge branch 'gr_log'
log: more minor fixups integrating gr-logger.
log: fixing build if log4cxx is not installed.
log: simplifying makefile since this variable is always set, even if
blank.
build: create and install a config.h so external projects can know what
we built with.
build: install our cmake modules into share/gnuradio/cmake/Modules.
prefs: pass strings by reference. Also cleans up a comma in gr_modtool
that made a string into a tuple (and C++ angry).
Merge branch 'maint'
blocks: moving message blocks to gr-blocks.
blocks: moving peak_detector and moving_average to gr-blocks.
blocks: moving tag_debug block to gr-blocks.
Merge remote-tracking branch 'benreynwar/large_ampls_to_corners'
blocks: moved burst_tagger to gr-blocks.
blocks: moving bin_statistics_f into gr-blocks.
blocks: did my best to provide some documentation for the bin_statistics
block.
Merge branch 'maint'
core: moving over setting of max_messages option to conf.in file.
blocks: moved fxpt generators to gr-blocks.
blocks: moving vco/nco bases to gr-blocks.
blocks: moved tagged_file_sink and wavfile source/sink/base to gr-blocks.
blocks: moving control_loop into gr-blocks.
blocks: moved file sink and base and descriptor source/sink to gr-blocks.
blocks: udp_sink and udp_source implemented in gr-blocks using
boost::asio instead of sockets.
blocks: actually adding the udp_source blocks.
Merge remote-tracking branch 'ncorgan/msvc_fixes'
Merge remote-tracking branch 'gr3.7_log4cpp'
log: replacing log4cxx with log4cpp.
blocks: This is C++, not Python.
log: fixes to replace log4cxx with log4cpp.
docs: fixes for doxygen warnings (and a simple build warning).
Merge remote-tracking branch 'mbant/grmodtool'
Merge remote-tracking branch 'm0mik/modtool_general_python_template_fix'
blocks: fixing some UDP handling of ports/options; using gr-blocks blocks
in QA.
Merge branch 'master' of gnuradio.org:gnuradio
filter: added callback to adjust resampling rate of pfb_arb_resampler
block.
Merge branch 'master' of gnuradio.org:gnuradio
blocks: moving copy, endian_swap, head, skiphead,
vector_source/sink/insert to gr-blocks.
blocks: moved nop, null source/sink, copy, vector_map to gr-blocks.
blocks: changing vector_insert category location.
Merge branch 'master' of gnuradio.org:gnuradio
blocks: moved lfsr and friends to gr-blocks.
blocks: removing fxpt, nco, vco primitives from gr-blocks.
Merge branch 'master' of gnuradio.org:gnuradio
blocks: copied plateau_detector from analog to blocks.
blocks: QA doesn't need this header (fixed on next already).
Merge branch 'maint'
blocks: more missing insalled header files.
docs: updated docs for logging levels with use of log4cpp.
Merge branch 'maint'
Merge branch 'maint'
Merge branch 'maint'
grc: made 'float' an acceptable alias to 'real' in parameter types.
Merge remote-tracking branch 'mbant/morelog3'
core: added boost/format.hpp to logger header for easy use when
formatting strings in log messages.
core: addressing issue #529. Using vector<int> instead of vector<unsigned
int> for affinity mask vector.
digital: adding string.h include for memset.
Merge branch 'master' of gnuradio.org:gnuradio
Merge remote-tracking branch 'mbant/headertags'
Merge remote-tracking branch 'mbant/taggedstreamdox'
Merge remote-tracking branch 'm0mik/uhd_usrp_spectrum_sense_freq_readout'
build: moving config.h generation to the last thing to make sure it pulls
in all defines.
build: rename config.h to less ambiguous gr_config.h (for 3.6 only; will
be config.h in 3.7).
Merge remote-tracking branch 'mbant/taggedstreamdox'
Merge branch 'maint'
Merge branch 'maint'
grc: removed 'old' grc keys from block_tree.
docs: updating Doxygen categories for all blocks.
Merge branch 'master_grc_components'
docs: make Doxygen depend on generated includes before building.
docs: Added a target for trellis generated includes for Doxygen to depend
on.
build: only ever include "config.h" in source (.cc) files.
blocks: split blocks swig into 3 files to be swigged individually.
Merge branch 'maint'
Merge branch 'maint'
Merge remote-tracking branch 'arya/master_swig_split'
docs: don't depend on generated files from disabled components.
blocks: removing old blocks_swig.i file.
Merge branch 'maint'
docs: adds protection from generated files of components not configured.
filter: added fractional_resampler as a renamed fractional_interpolator.
Merge branch 'maint'
build: fixed GnuradioConfig files for OOTs to use.
docs: fixed warnings.
build: removed some old autotools-related documentation.
Merge branch 'maint'
Merge branch 'maint'
cmake: updated GnuradioConfig.cmake file to look for headers installed in
3.6.
modtool: added comment to modtool's generated root CMakeLists.txt file to
describe use of GnuradioConfig.cmake.
Merge remote-tracking branch 'bhilburn/gitignore_fix'
Merge branch 'maint'
Merge branch 'maint'
user (1):
Converted gr_logger to use log4cpp
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio annotated tag, v3.6.5, created. v3.6.5,
git version control <=