commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jblum branch, gr_basic, updated. de


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, gr_basic, updated. de6be4f1b15c7a399446c5582d0b0f3b786312cc
Date: Wed, 9 Nov 2011 18:49:51 +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/jblum".

The branch, gr_basic has been updated
  discards  bac301422fe2dc351894a37a1fa7858d7b08612d (commit)
  discards  a14fecbcf65a03027f23f5dd00a01f8574650005 (commit)
  discards  fca04d9503885f6737b955db8a17f9db1c8c3853 (commit)
  discards  f597d67eed55496b71ab78808453ba1991c828fb (commit)
  discards  71d3f18b6962784d489c11263364246689f4497d (commit)
  discards  9cce4e6e921519c077dfe01d5ec40206db42ecc6 (commit)
       via  de6be4f1b15c7a399446c5582d0b0f3b786312cc (commit)
       via  99fdd38e38e402dcc5accf3abc53d46a7189bbc1 (commit)
       via  f44b4ead9aa92ffa5cb74419df4de6caad2d58a5 (commit)
       via  f51bd671d1b9fcfdc93f38b48eb87ed7896f314d (commit)
       via  90e93f4ce7026a98c3f6cc75684d16a0a1505323 (commit)
       via  d47b6530389a486e8737d34e1dca9ee73e9cdb96 (commit)
       via  ee747e8a504abc67f8a6c95b5097547a7dca37ea (commit)
       via  f00758905100d41d721360908c14407cdc728b4b (commit)
       via  9a25332b706b1ffadf8cdf9b405e89c37a1e2278 (commit)
       via  3de9e901ae188c305745880645118e5952bdbbde (commit)
       via  88a9bcb16f4be542f5bbc6a06a45d0cfc561dfe9 (commit)
       via  ed4023aee70008c47831c34e66fc16581ae024de (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (bac301422fe2dc351894a37a1fa7858d7b08612d)
            \
             N -- N -- N (de6be4f1b15c7a399446c5582d0b0f3b786312cc)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 de6be4f1b15c7a399446c5582d0b0f3b786312cc
Author: Josh Blum <address@hidden>
Date:   Wed Nov 9 10:48:09 2011 -0800

    basic: working add/mult const blocks, block magic2 for static make

commit 99fdd38e38e402dcc5accf3abc53d46a7189bbc1
Author: Josh Blum <address@hidden>
Date:   Wed Nov 9 06:44:48 2011 -0800

    basic add/mult const, needs test

commit f44b4ead9aa92ffa5cb74419df4de6caad2d58a5
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 17:30:58 2011 -0800

    basic: call volk for float32 multiplier types

commit f51bd671d1b9fcfdc93f38b48eb87ed7896f314d
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 17:17:25 2011 -0800

    basic: whoops, wrong operator

commit 90e93f4ce7026a98c3f6cc75684d16a0a1505323
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 17:13:16 2011 -0800

    basic: added other basic operators

commit d47b6530389a486e8737d34e1dca9ee73e9cdb96
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 15:55:05 2011 -0800

    basic: added int16 data types and filled in float32

commit ee747e8a504abc67f8a6c95b5097547a7dca37ea
Author: Nick Foster <address@hidden>
Date:   Tue Nov 8 15:39:48 2011 -0800

    gr-basic: volkified the add fn for f32

commit f00758905100d41d721360908c14407cdc728b4b
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 14:44:28 2011 -0800

    basic: attempt at new component, partial adder implementation

commit 9a25332b706b1ffadf8cdf9b405e89c37a1e2278
Author: Josh Blum <address@hidden>
Date:   Wed Nov 9 06:50:50 2011 -0800

    cmake: only rely on target trick when not cross

commit 3de9e901ae188c305745880645118e5952bdbbde
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 21:25:42 2011 -0800

    cmake: fix for cmake 2.6 install w/ library fubar mode

commit 88a9bcb16f4be542f5bbc6a06a45d0cfc561dfe9
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 20:05:50 2011 -0800

    qtgui: add python include path (older name)

commit ed4023aee70008c47831c34e66fc16581ae024de
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 18:33:53 2011 -0800

    cmake: tweaks for swig generation module
    
    Also use deprecated python inc dirs variable to support older systems.
    
    Add current binary and source dir to include paths for dependency searcher.

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

Summary of changes:
 cmake/Modules/GrMiscUtils.cmake                    |    8 +-
 cmake/Modules/GrSwig.cmake                         |   15 ++-
 gnuradio-core/src/lib/swig/gnuradio.i              |    1 +
 gnuradio-core/src/lib/swig/gr_swig_block_magic.i   |   26 ++++
 gr-basic/grc/basic_add.xml                         |    2 +-
 gr-basic/grc/basic_add_const.xml                   |   55 +++++++++
 gr-basic/grc/basic_block_tree.xml                  |    2 +
 gr-basic/grc/basic_divide.xml                      |    2 +-
 gr-basic/grc/basic_multiply.xml                    |    2 +-
 gr-basic/grc/basic_multiply_const.xml              |   55 +++++++++
 gr-basic/grc/basic_subtract.xml                    |    2 +-
 gr-basic/include/CMakeLists.txt                    |    3 +
 gr-basic/include/gr_basic_add.h                    |   25 +----
 gr-basic/include/gr_basic_add_const.h              |   54 +++++++++
 gr-basic/include/gr_basic_divide.h                 |   30 +----
 gr-basic/include/gr_basic_multiply.h               |   30 +----
 gr-basic/include/gr_basic_multiply_const.h         |   54 +++++++++
 .../{gr_basic_divide.h => gr_basic_op_types.h}     |   47 +++-----
 gr-basic/include/gr_basic_subtract.h               |   26 +----
 gr-basic/lib/CMakeLists.txt                        |    2 +
 gr-basic/lib/gr_basic_add.cc                       |   32 +++---
 gr-basic/lib/gr_basic_add_const.cc                 |  121 +++++++++++++++++++
 gr-basic/lib/gr_basic_divide.cc                    |   30 +++---
 gr-basic/lib/gr_basic_multiply.cc                  |   34 +++---
 gr-basic/lib/gr_basic_multiply_const.cc            |  122 ++++++++++++++++++++
 gr-basic/lib/gr_basic_subtract.cc                  |   30 +++---
 gr-basic/swig/basic_ops.i                          |   35 ++++--
 .../cmake/Modules/GrMiscUtils.cmake                |    8 +-
 .../cmake/Modules/GrSwig.cmake                     |   15 ++-
 gr-qtgui/lib/CMakeLists.txt                        |    1 +
 30 files changed, 657 insertions(+), 212 deletions(-)
 create mode 100644 gr-basic/grc/basic_add_const.xml
 create mode 100644 gr-basic/grc/basic_multiply_const.xml
 create mode 100644 gr-basic/include/gr_basic_add_const.h
 create mode 100644 gr-basic/include/gr_basic_multiply_const.h
 copy gr-basic/include/{gr_basic_divide.h => gr_basic_op_types.h} (61%)
 create mode 100644 gr-basic/lib/gr_basic_add_const.cc
 create mode 100644 gr-basic/lib/gr_basic_multiply_const.cc


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



reply via email to

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