[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-526-gbaac64c |
Date: |
Fri, 13 Nov 2009 12:34:30 -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 baac64c9f1ff5fd5eaf9c24159d56567fd4c6fca (commit)
via df8b099a4b96ad41369a750d48a8576b95ecf454 (commit)
via 86e93e757a16c139f58b8b524c99f994c7bc60c4 (commit)
via 6fd6ef30cd1a711cd67b52db75665908534ec31b (commit)
via 815825e592749cce670a8a945ea2b23a0c2db35e (commit)
via b3858bfe3b559722bd788e7c32159d4963422c01 (commit)
via 5d80acab66a91a6c7bc476761f857d5e876e8bcc (commit)
via 0a3595df4693b28031e7220c8c20fa1abeb99d76 (commit)
from 5787a2c4f9dbaca94f7b2e7d43f677a64209e5f7 (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 baac64c9f1ff5fd5eaf9c24159d56567fd4c6fca
Merge: 5787a2c4f9dbaca94f7b2e7d43f677a64209e5f7
df8b099a4b96ad41369a750d48a8576b95ecf454
Author: Johnathan Corgan <address@hidden>
Date: Fri Nov 13 11:28:58 2009 -0800
Merge branch 'wip/howto' of address@hidden:jcorgan
* 'wip/howto' of address@hidden:jcorgan:
howto: cleanup for merge
howto: add README.hacking
howto: added howto application
howto: add GRC wrappers to squaring blocks
howto: move limbo'd docs into toplevel doc dir for preservation
howto: create howto_swig.*, use constructed Python namespace
howto: adds C++ QA code
commit df8b099a4b96ad41369a750d48a8576b95ecf454
Author: Johnathan Corgan <address@hidden>
Date: Fri Nov 13 11:27:55 2009 -0800
howto: cleanup for merge
commit 86e93e757a16c139f58b8b524c99f994c7bc60c4
Author: Johnathan Corgan <address@hidden>
Date: Fri Nov 13 11:14:08 2009 -0800
howto: add README.hacking
commit 6fd6ef30cd1a711cd67b52db75665908534ec31b
Author: Johnathan Corgan <address@hidden>
Date: Thu Nov 12 11:26:53 2009 -0800
howto: added howto application
commit 815825e592749cce670a8a945ea2b23a0c2db35e
Author: Johnathan Corgan <address@hidden>
Date: Thu Nov 12 10:58:55 2009 -0800
howto: add GRC wrappers to squaring blocks
commit b3858bfe3b559722bd788e7c32159d4963422c01
Author: Johnathan Corgan <address@hidden>
Date: Thu Nov 12 10:50:03 2009 -0800
howto: move limbo'd docs into toplevel doc dir for preservation
commit 5d80acab66a91a6c7bc476761f857d5e876e8bcc
Author: Johnathan Corgan <address@hidden>
Date: Thu Nov 12 10:47:22 2009 -0800
howto: create howto_swig.*, use constructed Python namespace
commit 0a3595df4693b28031e7220c8c20fa1abeb99d76
Author: Johnathan Corgan <address@hidden>
Date: Thu Nov 12 07:24:34 2009 -0800
howto: adds C++ QA code
-----------------------------------------------------------------------
Summary of changes:
docs/howto-write-a-block/.gitignore | 17 +
.../doc => docs/howto-write-a-block}/Makefile.am | 0
docs/howto-write-a-block/README | 4 +-
.../howto-write-a-block}/howto-write-a-block.xml | 0
.../doc => docs/howto-write-a-block}/howto_1.i | 0
.../howto-write-a-block}/make_numbered_listing.py | 0
.../doc => docs/howto-write-a-block}/qa_howto_1.py | 0
.../howto-write-a-block}/src_lib_Makefile_1.am | 0
.../howto-write-a-block}/src_lib_Makefile_2.am | 0
gr-howto-write-a-block/Makefile.am | 6 +-
gr-howto-write-a-block/Makefile.common | 3 +
gr-howto-write-a-block/README | 15 +-
gr-howto-write-a-block/README.hacking | 95 ++++++
.../apps}/.gitignore | 0
gr-howto-write-a-block/apps/Makefile.am | 32 ++
gr-howto-write-a-block/apps/howto_square.grc | 325 ++++++++++++++++++++
gr-howto-write-a-block/apps/howto_square.py | 77 +++++
gr-howto-write-a-block/config/gr_standalone.m4 | 8 +
gr-howto-write-a-block/configure.ac | 2 +
.../grc}/.gitignore | 0
gr-howto-write-a-block/grc/Makefile.am | 29 ++
gr-howto-write-a-block/grc/howto_square2_ff.xml | 18 +
gr-howto-write-a-block/grc/howto_square_ff.xml | 18 +
gr-howto-write-a-block/lib/.gitignore | 1 +
gr-howto-write-a-block/lib/Makefile.am | 42 +++-
gr-howto-write-a-block/lib/qa_howto.cc | 41 +++
gr-howto-write-a-block/lib/qa_howto.h | 36 +++
gr-howto-write-a-block/lib/qa_howto_square2_ff.cc | 35 ++
gr-howto-write-a-block/lib/qa_howto_square2_ff.h | 39 +++
gr-howto-write-a-block/lib/qa_howto_square_ff.cc | 35 ++
gr-howto-write-a-block/lib/qa_howto_square_ff.h | 39 +++
gr-howto-write-a-block/lib/test_all.cc | 38 +++
gr-howto-write-a-block/limbo/doc/.gitignore | 18 -
gr-howto-write-a-block/limbo/doc/README | 1 -
gr-howto-write-a-block/python/Makefile.am | 11 +-
gr-howto-write-a-block/python/__init__.py | 49 +++
gr-howto-write-a-block/python/qa_howto.py | 6 +-
gr-howto-write-a-block/swig/.gitignore | 4 +-
gr-howto-write-a-block/swig/Makefile.am | 3 +-
gr-howto-write-a-block/swig/Makefile.swig.gen | 22 +-
40 files changed, 1010 insertions(+), 59 deletions(-)
rename {gr-howto-write-a-block/limbo/doc =>
docs/howto-write-a-block}/Makefile.am (100%)
rename {gr-howto-write-a-block/limbo/doc =>
docs/howto-write-a-block}/howto-write-a-block.xml (100%)
rename {gr-howto-write-a-block/limbo/doc =>
docs/howto-write-a-block}/howto_1.i (100%)
rename {gr-howto-write-a-block/limbo/doc =>
docs/howto-write-a-block}/make_numbered_listing.py (100%)
rename {gr-howto-write-a-block/limbo/doc =>
docs/howto-write-a-block}/qa_howto_1.py (100%)
rename {gr-howto-write-a-block/limbo/doc =>
docs/howto-write-a-block}/src_lib_Makefile_1.am (100%)
rename {gr-howto-write-a-block/limbo/doc =>
docs/howto-write-a-block}/src_lib_Makefile_2.am (100%)
create mode 100644 gr-howto-write-a-block/README.hacking
copy {gcell/include/gcell => gr-howto-write-a-block/apps}/.gitignore (100%)
create mode 100644 gr-howto-write-a-block/apps/Makefile.am
create mode 100644 gr-howto-write-a-block/apps/howto_square.grc
create mode 100755 gr-howto-write-a-block/apps/howto_square.py
copy {gcell/include/gcell => gr-howto-write-a-block/grc}/.gitignore (100%)
create mode 100644 gr-howto-write-a-block/grc/Makefile.am
create mode 100644 gr-howto-write-a-block/grc/howto_square2_ff.xml
create mode 100644 gr-howto-write-a-block/grc/howto_square_ff.xml
create mode 100644 gr-howto-write-a-block/lib/qa_howto.cc
create mode 100644 gr-howto-write-a-block/lib/qa_howto.h
create mode 100644 gr-howto-write-a-block/lib/qa_howto_square2_ff.cc
create mode 100644 gr-howto-write-a-block/lib/qa_howto_square2_ff.h
create mode 100644 gr-howto-write-a-block/lib/qa_howto_square_ff.cc
create mode 100644 gr-howto-write-a-block/lib/qa_howto_square_ff.h
create mode 100644 gr-howto-write-a-block/lib/test_all.cc
delete mode 100644 gr-howto-write-a-block/limbo/doc/.gitignore
delete mode 100644 gr-howto-write-a-block/limbo/doc/README
create mode 100644 gr-howto-write-a-block/python/__init__.py
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-526-gbaac64c,
Git Repository <=