[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.1git-152-g9ccd867 |
Date: |
Wed, 6 Oct 2010 11:11:40 +0100 (BST) |
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 branch, next has been updated
via 9ccd86714958fb2bd0cdc457745737f6d20efd7f (commit)
via cf3270ff70ab46a2446eeb72373f6ecc96b9669c (commit)
from d072f53d3aafc68821e2450ac6876614dc0b1713 (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 9ccd86714958fb2bd0cdc457745737f6d20efd7f
Author: Eric Blossom <address@hidden>
Date: Tue Oct 5 21:59:36 2010 -0700
Add README with forwarding pointer
commit cf3270ff70ab46a2446eeb72373f6ecc96b9669c
Author: Eric Blossom <address@hidden>
Date: Tue Oct 5 21:41:19 2010 -0700
Remove vrt from build.
The vrt code has been temporarily moved to Eric's Out-of-Tree repository,
pending the "Grand Build System Reorganization".
To grab the code and build it:
$ git clone git://gnuradio.org/eb-oot
$ cd eb-oot/vrt
$ ./bootstrap && ./configure
$ make && make check && make install
-----------------------------------------------------------------------
Summary of changes:
config/Makefile.am | 1 -
config/grc_vrt.m4 | 50 ---
configure.ac | 1 -
vrt/.gitignore | 3 -
vrt/Makefile.am | 29 --
vrt/README | 10 +
vrt/apps/.gitignore | 5 -
vrt/apps/Makefile.am | 18 -
vrt/include/Makefile.am | 23 --
vrt/include/vrt/Makefile.am | 31 --
vrt/include/vrt/bits.h | 270 --------------
vrt/include/vrt/copiers.h | 49 ---
vrt/include/vrt/expanded_header.h | 125 -------
vrt/include/vrt/expanded_if_context_section.h | 118 ------
vrt/include/vrt/rx.h | 93 -----
vrt/include/vrt/rx_packet_handler.h | 62 ---
vrt/include/vrt/types.h | 191 ----------
vrt/lib/.gitignore | 4 -
vrt/lib/Makefile.am | 55 ---
vrt/lib/copiers.cc | 71 ----
vrt/lib/data_handler.cc | 32 --
vrt/lib/data_handler.h | 47 ---
vrt/lib/expanded_header.cc | 195 ----------
vrt/lib/expanded_header_pack_switch_body.h | 272 --------------
vrt/lib/expanded_header_unpack_switch_body.h | 320 ----------------
vrt/lib/expanded_if_context_section.cc | 493 -------------------------
vrt/lib/gen_pack_switch_body.py | 79 ----
vrt/lib/gen_unpack_switch_body.py | 85 -----
vrt/lib/header_utils.cc | 260 -------------
vrt/lib/header_utils.h | 51 ---
vrt/lib/rx.cc | 124 -------
vrt/lib/rx_packet_handler.cc | 41 --
vrt/lib/socket_rx_buffer.cc | 176 ---------
vrt/lib/socket_rx_buffer.h | 95 -----
vrt/vrt.pc.in | 11 -
35 files changed, 10 insertions(+), 3480 deletions(-)
delete mode 100644 config/grc_vrt.m4
delete mode 100644 vrt/.gitignore
delete mode 100644 vrt/Makefile.am
create mode 100644 vrt/README
delete mode 100644 vrt/apps/.gitignore
delete mode 100644 vrt/apps/Makefile.am
delete mode 100644 vrt/include/Makefile.am
delete mode 100644 vrt/include/vrt/Makefile.am
delete mode 100644 vrt/include/vrt/bits.h
delete mode 100644 vrt/include/vrt/copiers.h
delete mode 100644 vrt/include/vrt/expanded_header.h
delete mode 100644 vrt/include/vrt/expanded_if_context_section.h
delete mode 100644 vrt/include/vrt/rx.h
delete mode 100644 vrt/include/vrt/rx_packet_handler.h
delete mode 100644 vrt/include/vrt/types.h
delete mode 100644 vrt/lib/.gitignore
delete mode 100644 vrt/lib/Makefile.am
delete mode 100644 vrt/lib/copiers.cc
delete mode 100644 vrt/lib/data_handler.cc
delete mode 100644 vrt/lib/data_handler.h
delete mode 100644 vrt/lib/expanded_header.cc
delete mode 100644 vrt/lib/expanded_header_pack_switch_body.h
delete mode 100644 vrt/lib/expanded_header_unpack_switch_body.h
delete mode 100644 vrt/lib/expanded_if_context_section.cc
delete mode 100755 vrt/lib/gen_pack_switch_body.py
delete mode 100755 vrt/lib/gen_unpack_switch_body.py
delete mode 100644 vrt/lib/header_utils.cc
delete mode 100644 vrt/lib/header_utils.h
delete mode 100644 vrt/lib/rx.cc
delete mode 100644 vrt/lib/rx_packet_handler.cc
delete mode 100644 vrt/lib/socket_rx_buffer.cc
delete mode 100644 vrt/lib/socket_rx_buffer.h
delete mode 100644 vrt/vrt.pc.in
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.1git-152-g9ccd867,
git repository hosting <=