[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.
From: |
Git Repository |
Subject: |
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-578-ga614667 |
Date: |
Wed, 23 Dec 2009 13:50:05 -0700 (MST) |
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 "gnuradio.git at gnuradio.org".
The branch, master has been updated
via a6146675c40b7a8898a819b6a9e2c09ff37775aa (commit)
via 1912d90f062a7b391d071a590b24f062f2bd3183 (commit)
via fc4fa0a1894f0f85be1a76e48b922effb3d5dd9b (commit)
from 754299932325a5b6c02587cf7dcf444b3b1080ae (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 a6146675c40b7a8898a819b6a9e2c09ff37775aa
Author: Eric Blossom <address@hidden>
Date: Wed Dec 23 12:38:17 2009 -0800
update gitignores
commit 1912d90f062a7b391d071a590b24f062f2bd3183
Author: Josh Blum <address@hidden>
Date: Thu Dec 17 17:29:45 2009 -0800
Replaced the need for code word tables by setting the header/trailer lengths
in the switch body jump table, just like in the unparser switch body.
commit fc4fa0a1894f0f85be1a76e48b922effb3d5dd9b
Author: Josh Blum <address@hidden>
Date: Thu Dec 17 16:48:54 2009 -0800
Added unparse capability to the vrt expanded header.
Unparse can fill in a vrt header and trailer from an expanded header.
-----------------------------------------------------------------------
Summary of changes:
gr-pager/grc/.gitignore | 1 +
gr-pager/python/.gitignore | 1 +
vrt/include/vrt/expanded_header.h | 15 +-
vrt/lib/Makefile.am | 8 +-
vrt/lib/expanded_header.cc | 38 ++-
vrt/lib/expanded_header_cw_tables.h | 14 -
..._body.h => expanded_header_parse_switch_body.h} | 64 +++++
vrt/lib/expanded_header_unparse_switch_body.h | 272 ++++++++++++++++++++
vrt/lib/gen_cw_tables.py | 69 -----
...gen_switch_body.py => gen_parse_switch_body.py} | 11 +-
...n_switch_body.py => gen_unparse_switch_body.py} | 25 +-
11 files changed, 403 insertions(+), 115 deletions(-)
delete mode 100644 vrt/lib/expanded_header_cw_tables.h
rename vrt/lib/{expanded_header_switch_body.h =>
expanded_header_parse_switch_body.h} (76%)
create mode 100644 vrt/lib/expanded_header_unparse_switch_body.h
delete mode 100755 vrt/lib/gen_cw_tables.py
copy vrt/lib/{gen_switch_body.py => gen_parse_switch_body.py} (86%)
rename vrt/lib/{gen_switch_body.py => gen_unparse_switch_body.py} (74%)
hooks/post-receive
--
gnuradio.git at gnuradio.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-578-ga614667,
Git Repository <=