[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. 3.
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. 3.3git-650-gd3e95c9 |
Date: |
Thu, 4 Mar 2010 15:55:34 +0000 (GMT) |
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/jcorgan".
The branch, master has been updated
via d3e95c965048bb7fe232f53219baff5d9d182fcc (commit)
via 72edafee64f906f4e5db07ac66032492c6a7a617 (commit)
via 6c3b6396bc420228215072b2fc1b83c82eaeb291 (commit)
from eb6ff48d9b5894d1662f361d82d2c7cd80b35218 (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 d3e95c965048bb7fe232f53219baff5d9d182fcc
Author: Johnathan Corgan <address@hidden>
Date: Thu Mar 4 07:51:57 2010 -0800
Fix distcheck failure in gr-howto-write-a-block
Some of the swig include files were not getting put into the dist tarball
commit 72edafee64f906f4e5db07ac66032492c6a7a617
Merge: eb6ff48d9b5894d1662f361d82d2c7cd80b35218
6c3b6396bc420228215072b2fc1b83c82eaeb291
Author: Eric Blossom <address@hidden>
Date: Thu Mar 4 07:06:30 2010 -0800
Merge branch 'howto'
* howto:
Refactor gr-howto-write-a-block such that it no longer installs into
commit 6c3b6396bc420228215072b2fc1b83c82eaeb291
Author: Eric Blossom <address@hidden>
Date: Thu Mar 4 07:02:42 2010 -0800
Refactor gr-howto-write-a-block such that it no longer installs into
the gnuradio python namespace, but rather in the howto namespace.
This allows it to be installed under a separate --prefix in the common
case where the user doing the "out of tree build" is going to be
installing their new and/or modified code somewhere other than the
system installation directories.
Any code that uses these blocks should now import them using:
import howto
instead of
from gnuradio import howto
-----------------------------------------------------------------------
Summary of changes:
gr-howto-write-a-block/Makefile.common | 16 +++++++----
gr-howto-write-a-block/Makefile.swig.gen.t | 26 ++++++++----------
gr-howto-write-a-block/apps/howto_square.py | 2 +-
gr-howto-write-a-block/grc/howto_square2_ff.xml | 2 +-
gr-howto-write-a-block/grc/howto_square_ff.xml | 2 +-
gr-howto-write-a-block/lib/Makefile.am | 32 +++++++++++-----------
gr-howto-write-a-block/python/Makefile.am | 6 +---
gr-howto-write-a-block/swig/Makefile.am | 11 +++----
gr-howto-write-a-block/swig/Makefile.swig.gen | 10 +++----
9 files changed, 52 insertions(+), 55 deletions(-)
hooks/post-receive
--
git://gnuradio.org/jcorgan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. 3.3git-650-gd3e95c9,
git repository hosting <=