commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/gr-audio, updat


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/gr-audio, updated. v3.3.0-rc0-1068-g7df5b10
Date: Mon, 14 Mar 2011 22:20:37 +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, wip/gr-audio has been updated
       via  7df5b10ddcd64309a5c299f662a4cd62a7d175ab (commit)
      from  c16a01e08e7b4fa3a7660fac785d2095053b323e (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 7df5b10ddcd64309a5c299f662a4cd62a7d175ab
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 15:20:19 2011 -0700

    gnuradio-examples: add C++ audio examples using new gr-audio
    
    * gnuradio-examples/C++/audio/dial_tone

-----------------------------------------------------------------------

Summary of changes:
 config/grc_gnuradio_examples.m4                    |    4 +-
 gnuradio-examples/c++/Makefile.am                  |    4 +-
 .../c++/{dial_tone => audio}/.gitignore            |    2 -
 .../c++/{dial_tone => audio}/Makefile.am           |   25 ++----
 gnuradio-examples/c++/audio/dial_tone.cc           |   78 ++++++++++++++++++++
 gnuradio-examples/c++/dial_tone/README             |   16 ----
 gnuradio-examples/c++/dial_tone/dial_tone.cc       |   43 -----------
 gnuradio-examples/c++/dial_tone/dial_tone.h        |   33 --------
 gnuradio-examples/c++/dial_tone/main.cc            |   35 ---------
 9 files changed, 92 insertions(+), 148 deletions(-)
 rename gnuradio-examples/c++/{dial_tone => audio}/.gitignore (70%)
 rename gnuradio-examples/c++/{dial_tone => audio}/Makefile.am (62%)
 create mode 100644 gnuradio-examples/c++/audio/dial_tone.cc
 delete mode 100644 gnuradio-examples/c++/dial_tone/README
 delete mode 100644 gnuradio-examples/c++/dial_tone/dial_tone.cc
 delete mode 100644 gnuradio-examples/c++/dial_tone/dial_tone.h
 delete mode 100644 gnuradio-examples/c++/dial_tone/main.cc


hooks/post-receive
-- 
git://gnuradio.org/jcorgan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]