commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (3e5baa8 -> ac59ecb)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (3e5baa8 -> ac59ecb)
Date: Tue, 10 Nov 2015 01:02:10 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch next
in repository gnuradio.

      from  3e5baa8   Merge branch 'master' into next
       new  513426a   Added bidirectional conversion between complex numbers 
and mag/phase
       new  ac59ecb   Merge branch 'master' into next

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |  2 +
 ...to_float.xml => blocks_complex_to_magphase.xml} | 14 +++----
 ..._complex.xml => blocks_magphase_to_complex.xml} | 14 +++----
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |  2 +
 .../{complex_to_real.h => complex_to_magphase.h}   | 22 ++++++-----
 .../{complex_to_real.h => magphase_to_complex.h}   | 18 ++++-----
 gr-blocks/lib/CMakeLists.txt                       |  2 +
 ..._to_arg_impl.cc => complex_to_magphase_impl.cc} | 27 +++++++------
 ...{add_XX_impl.h.t => complex_to_magphase_impl.h} | 18 ++++-----
 ...complex_impl.cc => magphase_to_complex_impl.cc} | 45 ++++++++--------------
 ...{abs_XX_impl.h.t => magphase_to_complex_impl.h} | 18 ++++-----
 gr-blocks/swig/blocks_swig2.i                      |  3 ++
 gr-blocks/swig/blocks_swig3.i                      |  3 ++
 13 files changed, 95 insertions(+), 93 deletions(-)
 copy gr-blocks/grc/{blocks_complex_to_float.xml => 
blocks_complex_to_magphase.xml} (71%)
 copy gr-blocks/grc/{blocks_float_to_complex.xml => 
blocks_magphase_to_complex.xml} (71%)
 copy gr-blocks/include/gnuradio/blocks/{complex_to_real.h => 
complex_to_magphase.h} (64%)
 copy gr-blocks/include/gnuradio/blocks/{complex_to_real.h => 
magphase_to_complex.h} (69%)
 copy gr-blocks/lib/{complex_to_arg_impl.cc => complex_to_magphase_impl.cc} 
(67%)
 copy gr-blocks/lib/{add_XX_impl.h.t => complex_to_magphase_impl.h} (74%)
 copy gr-blocks/lib/{float_to_complex_impl.cc => magphase_to_complex_impl.cc} 
(58%)
 copy gr-blocks/lib/{abs_XX_impl.h.t => magphase_to_complex_impl.h} (74%)



reply via email to

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