[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-817-g66768f6 |
Date: |
Fri, 31 Dec 2010 00:08:33 +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/gnuradio".
The branch, next has been updated
via 66768f6ec30edbc2cf481e16b92a387b483dde6c (commit)
via 9739742f0b90968a8aaf0f5c2e24f9bbadda5e80 (commit)
via 16416305bf6dc7879b81c6b86568a5597d8d5ab0 (commit)
via 48bd82280404c47a611cb5c852054f34e6ddb4f3 (commit)
via c744baf8140be7a2df5d34c972edfbfa81fe46f4 (commit)
from c6dfc4ce9227001a371457a39d0e44528b1f6827 (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 66768f6ec30edbc2cf481e16b92a387b483dde6c
Author: Eric Blossom <address@hidden>
Date: Thu Dec 30 15:23:59 2010 -0800
Create symlink using install-exec-local, not install-exec-hook.
Also rm the symlink using uninstall-local. Passes distcheck.
commit 9739742f0b90968a8aaf0f5c2e24f9bbadda5e80
Author: Eric Blossom <address@hidden>
Date: Thu Dec 30 14:10:00 2010 -0800
Move example waveforms to gnuradio-examples/waveforms.
commit 16416305bf6dc7879b81c6b86568a5597d8d5ab0
Author: Eric Blossom <address@hidden>
Date: Thu Dec 30 13:50:11 2010 -0800
Create and install gr-run-waveform-script, and symlink to it when installed.
commit 48bd82280404c47a611cb5c852054f34e6ddb4f3
Author: Eric Blossom <address@hidden>
Date: Thu Dec 30 11:58:35 2010 -0800
Add symlink to gr-run-waveform when installing gr-run-waveform-binary.
commit c744baf8140be7a2df5d34c972edfbfa81fe46f4
Author: Eric Blossom <address@hidden>
Date: Thu Dec 30 11:47:55 2010 -0800
Rename gr-run-waveform/gr-run-waveform.cc to gr-run-waveform-binary.cc
This is the first step to allow the binary and the script
versions of gr-run-waveform to co-exist.
-----------------------------------------------------------------------
Summary of changes:
config/grc_gnuradio_core.m4 | 4 +-
config/grc_gnuradio_examples.m4 | 1 +
gnuradio-core/src/guile/Makefile.am | 15 ++++--
.../src/guile/gnuradio/scripts/.gitignore | 1 -
.../src/guile/gnuradio/scripts/gr-run-waveform.in | 40 ---------------
gnuradio-core/src/guile/gr-run-waveform-script.in | 51 ++++++++++++++++++++
gnuradio-examples/Makefile.am | 3 +
.../waveforms}/.gitignore | 0
.../waveforms}/Makefile.am | 8 +--
.../waveforms/README | 11 +---
.../waveforms}/dial-tone.wfd | 0
gr-run-waveform/Makefile.am | 19 +++++--
gr-run-waveform/configure.ac | 3 +-
...r-run-waveform.cc => gr-run-waveform-binary.cc} | 0
14 files changed, 89 insertions(+), 67 deletions(-)
delete mode 100644 gnuradio-core/src/guile/gnuradio/scripts/.gitignore
delete mode 100755 gnuradio-core/src/guile/gnuradio/scripts/gr-run-waveform.in
create mode 100644 gnuradio-core/src/guile/gr-run-waveform-script.in
rename {gnuradio-core/src/guile/example-waveforms =>
gnuradio-examples/waveforms}/.gitignore (100%)
copy {gnuradio-core/src/guile/example-waveforms =>
gnuradio-examples/waveforms}/Makefile.am (87%)
rename gnuradio-core/src/guile/example-waveforms/Makefile.am =>
gnuradio-examples/waveforms/README (81%)
rename {gnuradio-core/src/guile/example-waveforms =>
gnuradio-examples/waveforms}/dial-tone.wfd (100%)
rename gr-run-waveform/{gr-run-waveform.cc => gr-run-waveform-binary.cc} (100%)
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-817-g66768f6,
git repository hosting <=