commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.6.2-294-gf37d621
Date: Mon, 1 Oct 2012 00:59:09 +0000 (UTC)

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  f37d62121f091b16fd07b418fef5f8f244c49b6f (commit)
       via  505bab9a6c43ef7fd3c815fa92bb90a05a9f2fac (commit)
       via  3283a40bef17d3b2579d8cfbd231dd384b27af41 (commit)
       via  4cf68113aa79599b019ebad9e0b55349f6287c5e (commit)
       via  21b39825df56f0353f6f9e60f06c1ded38f9df81 (commit)
       via  f9d6bf96a8210f760836e8f72ab435893b1616c2 (commit)
       via  ddeeafa0a872d50af7f3a3eb847b05df69b75c9a (commit)
      from  35e508c6e9462191491ac2c2eae62e60b244d99c (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 f37d62121f091b16fd07b418fef5f8f244c49b6f
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 30 21:01:23 2012 -0400

    howto: moving C++ QA code to cppunit.

commit 505bab9a6c43ef7fd3c815fa92bb90a05a9f2fac
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 30 13:34:26 2012 -0400

    howto: updated howto-write-a-block to use new impl style.

commit 3283a40bef17d3b2579d8cfbd231dd384b27af41
Merge: 4cf6811 35e508c
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 30 11:13:11 2012 -0400

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 4cf68113aa79599b019ebad9e0b55349f6287c5e
Merge: f9d6bf9 21b3982
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 23 17:41:12 2012 -0400

    Merge branch 'master' into next

commit 21b39825df56f0353f6f9e60f06c1ded38f9df81
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 23 17:40:43 2012 -0400

    analog: adding gr-analog component with.

commit f9d6bf96a8210f760836e8f72ab435893b1616c2
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 23 17:03:21 2012 -0400

    digital: fixed naming for GRC file.

commit ddeeafa0a872d50af7f3a3eb847b05df69b75c9a
Author: Tom Rondeau <address@hidden>
Date:   Sat Sep 22 10:48:56 2012 -0400

    grc: fixed GRC subtraction block to allow a single input line (inverts the 
signal).

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

Summary of changes:
 CMakeLists.txt                                     |    3 +-
 gr-analog/CMakeLists.txt                           |  114 ++++++++
 gr-analog/README                                   |    4 +
 gr-analog/doc/CMakeLists.txt                       |   23 ++
 gr-analog/doc/README.analog                        |   13 +
 gr-analog/doc/analog.dox                           |   23 ++
 gr-analog/examples/CMakeLists.txt                  |   26 ++
 gr-analog/gnuradio-analog.pc.in                    |   11 +
 gr-analog/grc/CMakeLists.txt                       |   21 ++
 gr-analog/grc/analog_block_tree.xml                |   31 +++
 gr-analog/include/analog/CMakeLists.txt            |   83 ++++++
 gr-analog/include/analog/api.h                     |   33 +++
 gr-analog/include/analog/cpm.h                     |   86 ++++++
 gr-analog/lib/CMakeLists.txt                       |  119 +++++++++
 gr-analog/lib/cpm.cc                               |  221 ++++++++++++++++
 gr-analog/python/CMakeLists.txt                    |   51 ++++
 gr-analog/python/__init__.py                       |   27 ++
 gr-analog/swig/CMakeLists.txt                      |   51 ++++
 gr-analog/swig/analog_swig.i                       |   35 +++
 gr-digital/grc/digital_additive_scrambler_bb.xml   |    2 +-
 gr-digital/grc/digital_binary_slicer_fb.xml        |    2 +-
 gr-howto-write-a-block/CMakeLists.txt              |   15 +-
 gr-howto-write-a-block/apps/howto_square.grc       |   34 ++-
 gr-howto-write-a-block/apps/howto_square.py        |   35 ++-
 gr-howto-write-a-block/apps/howto_square_qt.grc    |  277 ++++++++++++++++++++
 gr-howto-write-a-block/apps/howto_square_qt.py     |   96 +++++++
 .../cmake}/Modules/FindCppUnit.cmake               |    0
 gr-howto-write-a-block/docs/README.howto           |   11 +
 gr-howto-write-a-block/include/CMakeLists.txt      |   28 --
 .../include/howto/CMakeLists.txt                   |   28 ++
 .../include/{howto_api.h => howto/api.h}           |    0
 gr-howto-write-a-block/include/howto/square2_ff.h  |   68 +++++
 gr-howto-write-a-block/include/howto/square_ff.h   |   68 +++++
 gr-howto-write-a-block/include/howto_square2_ff.h  |   78 ------
 gr-howto-write-a-block/include/howto_square_ff.h   |   82 ------
 gr-howto-write-a-block/lib/CMakeLists.txt          |   37 ++-
 gr-howto-write-a-block/lib/howto_square2_ff.cc     |   92 -------
 gr-howto-write-a-block/lib/howto_square_ff.cc      |   98 -------
 gr-howto-write-a-block/lib/qa_howto.cc             |   41 +++
 gr-howto-write-a-block/lib/qa_howto.h              |   38 +++
 gr-howto-write-a-block/lib/qa_howto_square2_ff.cc  |   32 ---
 gr-howto-write-a-block/lib/qa_howto_square_ff.cc   |   32 ---
 gr-howto-write-a-block/lib/qa_square2_ff.cc        |   63 +++++
 gr-howto-write-a-block/lib/qa_square2_ff.h         |   46 ++++
 gr-howto-write-a-block/lib/qa_square_ff.cc         |   63 +++++
 gr-howto-write-a-block/lib/qa_square_ff.h          |   46 ++++
 gr-howto-write-a-block/lib/square2_ff_impl.cc      |   98 +++++++
 gr-howto-write-a-block/lib/square2_ff_impl.h       |   51 ++++
 gr-howto-write-a-block/lib/square_ff_impl.cc       |  105 ++++++++
 gr-howto-write-a-block/lib/square_ff_impl.h        |   52 ++++
 gr-howto-write-a-block/lib/test_howto.cc           |   43 +++
 gr-howto-write-a-block/python/qa_howto.py          |   50 ++--
 gr-howto-write-a-block/swig/howto_swig.i           |   13 +-
 grc/blocks/gr_sub_xx.xml                           |    2 +-
 54 files changed, 2286 insertions(+), 515 deletions(-)
 create mode 100644 gr-analog/CMakeLists.txt
 create mode 100644 gr-analog/README
 create mode 100644 gr-analog/doc/CMakeLists.txt
 create mode 100644 gr-analog/doc/README.analog
 create mode 100644 gr-analog/doc/analog.dox
 create mode 100644 gr-analog/examples/CMakeLists.txt
 create mode 100644 gr-analog/gnuradio-analog.pc.in
 create mode 100644 gr-analog/grc/CMakeLists.txt
 create mode 100644 gr-analog/grc/analog_block_tree.xml
 create mode 100644 gr-analog/include/analog/CMakeLists.txt
 create mode 100644 gr-analog/include/analog/api.h
 create mode 100644 gr-analog/include/analog/cpm.h
 create mode 100644 gr-analog/lib/CMakeLists.txt
 create mode 100644 gr-analog/lib/cpm.cc
 create mode 100644 gr-analog/python/CMakeLists.txt
 create mode 100644 gr-analog/python/__init__.py
 create mode 100644 gr-analog/swig/CMakeLists.txt
 create mode 100644 gr-analog/swig/analog_swig.i
 create mode 100644 gr-howto-write-a-block/apps/howto_square_qt.grc
 create mode 100755 gr-howto-write-a-block/apps/howto_square_qt.py
 copy {cmake => gr-howto-write-a-block/cmake}/Modules/FindCppUnit.cmake (100%)
 create mode 100644 gr-howto-write-a-block/docs/README.howto
 delete mode 100644 gr-howto-write-a-block/include/CMakeLists.txt
 create mode 100644 gr-howto-write-a-block/include/howto/CMakeLists.txt
 rename gr-howto-write-a-block/include/{howto_api.h => howto/api.h} (100%)
 create mode 100644 gr-howto-write-a-block/include/howto/square2_ff.h
 create mode 100644 gr-howto-write-a-block/include/howto/square_ff.h
 delete mode 100644 gr-howto-write-a-block/include/howto_square2_ff.h
 delete mode 100644 gr-howto-write-a-block/include/howto_square_ff.h
 delete mode 100644 gr-howto-write-a-block/lib/howto_square2_ff.cc
 delete mode 100644 gr-howto-write-a-block/lib/howto_square_ff.cc
 create mode 100644 gr-howto-write-a-block/lib/qa_howto.cc
 create mode 100644 gr-howto-write-a-block/lib/qa_howto.h
 delete mode 100644 gr-howto-write-a-block/lib/qa_howto_square2_ff.cc
 delete mode 100644 gr-howto-write-a-block/lib/qa_howto_square_ff.cc
 create mode 100644 gr-howto-write-a-block/lib/qa_square2_ff.cc
 create mode 100644 gr-howto-write-a-block/lib/qa_square2_ff.h
 create mode 100644 gr-howto-write-a-block/lib/qa_square_ff.cc
 create mode 100644 gr-howto-write-a-block/lib/qa_square_ff.h
 create mode 100644 gr-howto-write-a-block/lib/square2_ff_impl.cc
 create mode 100644 gr-howto-write-a-block/lib/square2_ff_impl.h
 create mode 100644 gr-howto-write-a-block/lib/square_ff_impl.cc
 create mode 100644 gr-howto-write-a-block/lib/square_ff_impl.h
 create mode 100644 gr-howto-write-a-block/lib/test_howto.cc
 mode change 100755 => 100644 gr-howto-write-a-block/python/qa_howto.py


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



reply via email to

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