[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.5.0rc0-43-gd56564f |
Date: |
Thu, 1 Dec 2011 14:02:12 +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, master has been updated
via d56564f5e3d9ccefc9ac34c81dc8d061298301e7 (commit)
via 507c3a2eba8153ab285f0ec8c35598588382d1db (commit)
via edbfdf08d8e4bfa3ea725dc69089123537403ed6 (commit)
via 52c51c983d51ff725238c22571b2d466875a5f22 (commit)
via 6bf88fd950a9606d41d611ace8368f319a4b06e0 (commit)
via c2bf4895ca65c9c3f7efaf24c64bc8dae5716830 (commit)
from 435dc713e9ea5783729a2205a3c6fb9c9a3380b1 (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 d56564f5e3d9ccefc9ac34c81dc8d061298301e7
Author: Josh Blum <address@hidden>
Date: Wed Nov 16 17:41:11 2011 -0800
cmake: moved post/pre inst/uinst files
commit 507c3a2eba8153ab285f0ec8c35598588382d1db
Author: Josh Blum <address@hidden>
Date: Wed Nov 16 17:27:43 2011 -0800
cmake: added support for monolithic packaging rpms + debs
commit edbfdf08d8e4bfa3ea725dc69089123537403ed6
Author: Josh Blum <address@hidden>
Date: Mon Nov 21 21:38:06 2011 -0800
volk: fix #466 deprecated string use, from Pinkava
commit 52c51c983d51ff725238c22571b2d466875a5f22
Author: Josh Blum <address@hidden>
Date: Mon Nov 14 11:30:59 2011 -0800
volk: conversion tweaks to build avx on MSVC
commit 6bf88fd950a9606d41d611ace8368f319a4b06e0
Author: Josh Blum <address@hidden>
Date: Mon Nov 14 09:48:20 2011 -0800
volk: avx support for MSVC
commit c2bf4895ca65c9c3f7efaf24c64bc8dae5716830
Author: Josh Blum <address@hidden>
Date: Mon Nov 21 22:23:51 2011 -0800
grc: force param text to black to guarantee readability
-----------------------------------------------------------------------
Summary of changes:
cmake/Modules/GrPackage.cmake | 71 +++++++++++++++-----
cmake/Packaging/Fedora-15.cmake | 10 +++
cmake/Packaging/Fedora-16.cmake | 10 +++
cmake/Packaging/Ubuntu-10.04.cmake | 10 +++
cmake/Packaging/Ubuntu-10.10.cmake | 10 +++
cmake/Packaging/Ubuntu-11.04.cmake | 11 +++
cmake/Packaging/Ubuntu-11.10.cmake | 10 +++
cmake/Packaging/post_install.in | 4 +
cmake/Packaging/post_uninstall.in | 3 +
cmake/Packaging/postinst.in | 6 ++
cmake/Packaging/postrm.in | 5 ++
cmake/Packaging/pre_install.in | 1 +
cmake/Packaging/pre_uninstall.in | 3 +
cmake/Packaging/preinst.in | 5 ++
cmake/Packaging/prerm.in | 5 ++
debian/postinst | 2 -
debian/prerm | 2 -
grc/gui/Colors.py | 3 +
grc/gui/Param.py | 13 +++-
volk/gen/compilers.xml | 14 ++++-
volk/gen/machines.xml | 8 ++-
volk/gen/make_cpuid_c.py | 2 +-
volk/gen/volk_regexp.py | 3 +-
volk/gen/volk_register.py | 3 +-
.../volk/volk_16i_max_star_horizontal_16i_a.h | 6 +-
volk/include/volk/volk_32fc_index_max_16u_a.h | 4 +-
.../volk/volk_32fc_x2_conjugate_dot_prod_32fc_u.h | 8 +-
.../volk/volk_8ic_x2_multiply_conjugate_16ic_a.h | 4 +-
.../volk_8ic_x2_s32f_multiply_conjugate_32fc_a.h | 4 +-
volk/include/volk/volk_common.h | 2 +
30 files changed, 196 insertions(+), 46 deletions(-)
create mode 100644 cmake/Packaging/Fedora-15.cmake
create mode 100644 cmake/Packaging/Fedora-16.cmake
create mode 100644 cmake/Packaging/Ubuntu-10.04.cmake
create mode 100644 cmake/Packaging/Ubuntu-10.10.cmake
create mode 100644 cmake/Packaging/Ubuntu-11.04.cmake
create mode 100644 cmake/Packaging/Ubuntu-11.10.cmake
create mode 100755 cmake/Packaging/post_install.in
create mode 100755 cmake/Packaging/post_uninstall.in
create mode 100755 cmake/Packaging/postinst.in
create mode 100755 cmake/Packaging/postrm.in
create mode 100755 cmake/Packaging/pre_install.in
create mode 100755 cmake/Packaging/pre_uninstall.in
create mode 100755 cmake/Packaging/preinst.in
create mode 100755 cmake/Packaging/prerm.in
delete mode 100755 debian/postinst
delete mode 100755 debian/prerm
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.5.0rc0-43-gd56564f,
git version control <=