[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. c1721c
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. c1721c76bd67962a1d29e520dfea0789a14d0aa9 |
Date: |
Thu, 20 Oct 2011 00:01:29 +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/jblum".
The branch, next has been updated
via c1721c76bd67962a1d29e520dfea0789a14d0aa9 (commit)
from 97be31ab2bc2ce5cca1dd48568c5387f9af423f0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c1721c76bd67962a1d29e520dfea0789a14d0aa9
Author: Josh Blum <address@hidden>
Date: Wed Oct 19 13:35:46 2011 -0700
tags: made tags object oriented
-----------------------------------------------------------------------
Summary of changes:
gnuradio-core/src/lib/general/gr_annotator_1to1.cc | 4 +-
gnuradio-core/src/lib/general/gr_annotator_1to1.h | 4 +-
gnuradio-core/src/lib/general/gr_annotator_1to1.i | 15 +---
.../src/lib/general/gr_annotator_alltoall.cc | 4 +-
.../src/lib/general/gr_annotator_alltoall.h | 4 +-
.../src/lib/general/gr_annotator_alltoall.i | 15 +---
gnuradio-core/src/lib/general/gr_keep_one_in_n.cc | 12 +--
gnuradio-core/src/lib/io/gr_tagged_file_sink.cc | 27 +++---
gnuradio-core/src/lib/runtime/CMakeLists.txt | 3 +-
gnuradio-core/src/lib/runtime/Makefile.am | 3 +-
gnuradio-core/src/lib/runtime/gr_block.cc | 11 +--
gnuradio-core/src/lib/runtime/gr_block.h | 25 +++++-
gnuradio-core/src/lib/runtime/gr_block_detail.cc | 28 ++----
gnuradio-core/src/lib/runtime/gr_block_detail.h | 18 +---
gnuradio-core/src/lib/runtime/gr_block_executor.cc | 25 ++----
gnuradio-core/src/lib/runtime/gr_block_executor.h | 4 +-
gnuradio-core/src/lib/runtime/gr_buffer.cc | 12 ++--
gnuradio-core/src/lib/runtime/gr_buffer.h | 14 ++--
gnuradio-core/src/lib/runtime/gr_tag_info.cc | 38 ---------
gnuradio-core/src/lib/runtime/gr_tag_info.h | 87 --------------------
.../gr_int_to_float.h => runtime/gr_tags.h} | 47 ++++++-----
gnuradio-core/src/lib/runtime/qa_block_tags.cc | 28 +++---
gr-uhd/examples/tag_sink_demo.h | 9 +-
gr-uhd/examples/tag_source_demo.h | 1 -
gr-uhd/lib/gr_uhd_usrp_sink.cc | 19 ++--
25 files changed, 148 insertions(+), 309 deletions(-)
delete mode 100644 gnuradio-core/src/lib/runtime/gr_tag_info.cc
delete mode 100644 gnuradio-core/src/lib/runtime/gr_tag_info.h
copy gnuradio-core/src/lib/{general/gr_int_to_float.h => runtime/gr_tags.h}
(55%)
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, next, updated. c1721c76bd67962a1d29e520dfea0789a14d0aa9,
git version control <=