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, new_volk_poopstick2,


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk_poopstick2, updated. 5b4c7d27e9d49ab58df1f1d9350dcaf64c60a1ce
Date: Fri, 6 May 2011 20:46:34 +0100 (BST)

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, new_volk_poopstick2 has been updated
       via  5b4c7d27e9d49ab58df1f1d9350dcaf64c60a1ce (commit)
      from  12413747c90754482582e16c95b551e1b36c6074 (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 5b4c7d27e9d49ab58df1f1d9350dcaf64c60a1ce
Author: Josh Blum <address@hidden>
Date:   Fri May 6 12:41:16 2011 -0700

    volk: top-level common header cleanup
    
    Since we already have a volk_common.h,
    moved the attributes, API declaration,
    and c-linkage macros into volk_common.h
    
    This change removes volk_attributes.h,
    in favor of one common include header.
    The implementation headers that require
    attributes now include volk_common.h
    
    This change removes the emit_omnilog.py script,
    in favor of pre-processor macros in volk_common.h
    In addition, extern C is only defined when in C++
    and in GCC because non-GCC does not have complex.h

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

Summary of changes:
 volk/gen/emit_omnilog.py                           |   13 ----
 volk/gen/make_c.py                                 |    6 +--
 volk/gen/make_cpuid_h.py                           |    6 +-
 volk/gen/make_each_machine_c.py                    |    3 -
 volk/gen/make_environment_init_h.py                |    6 +-
 volk/gen/make_h.py                                 |   24 +++-----
 volk/gen/make_machines_h.py                        |    5 ++
 volk/gen/make_makefile_am.py                       |    3 +-
 volk/gen/volk_register.py                          |    2 +-
 volk/include/volk/Makefile.am                      |    1 -
 volk/include/volk/volk_16ic_magnitude_16i_a16.h    |    2 +-
 .../volk/volk_16ic_s32f_deinterleave_32f_x2_a16.h  |    2 +-
 .../volk_16ic_s32f_deinterleave_real_32f_a16.h     |    2 +-
 .../volk/volk_16ic_s32f_magnitude_32f_a16.h        |    2 +-
 volk/include/volk/volk_32f_accumulator_s32f_a16.h  |    2 +-
 volk/include/volk/volk_32f_index_max_16u_a16.h     |    2 +-
 ...lk_32f_s32f_calc_spectral_noise_floor_32f_a16.h |    2 +-
 volk/include/volk/volk_32f_s32f_convert_16i_a16.h  |    2 +-
 volk/include/volk/volk_32f_s32f_convert_32i_a16.h  |    2 +-
 volk/include/volk/volk_32f_s32f_convert_8i_a16.h   |    2 +-
 volk/include/volk/volk_32f_s32f_stddev_32f_a16.h   |    2 +-
 .../volk/volk_32f_stddev_and_mean_32f_x2_a16.h     |    2 +-
 volk/include/volk/volk_32f_x2_dot_prod_32f_a16.h   |    2 +-
 .../volk/volk_32f_x2_s32f_interleave_16ic_a16.h    |    2 +-
 .../volk_32fc_s32f_deinterleave_real_16i_a16.h     |    2 +-
 .../volk/volk_32fc_s32f_magnitude_16i_a16.h        |    2 +-
 .../volk_32fc_x2_conjugate_dot_prod_32fc_a16.h     |    2 +-
 volk/include/volk/volk_32fc_x2_dot_prod_32fc_a16.h |    2 +-
 .../volk/volk_8ic_s32f_deinterleave_32f_x2_a16.h   |    2 +-
 .../volk/volk_8ic_s32f_deinterleave_real_32f_a16.h |    2 +-
 volk/include/volk/volk_attributes.h                |   56 ------------------
 volk/include/volk/volk_common.h                    |   62 ++++++++++++++++++--
 32 files changed, 101 insertions(+), 126 deletions(-)
 delete mode 100644 volk/gen/emit_omnilog.py
 delete mode 100644 volk/include/volk/volk_attributes.h


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



reply via email to

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