[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.1git-838-gcb35202 |
Date: |
Sat, 15 Jan 2011 21:14:42 +0000 (GMT) |
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 cb3520203232d958962bd3b871f22675fe9c6bb5 (commit)
via 2e8610450bc467400f8de2976cc6c1743025aff1 (commit)
via eeb0c8e2596edc876771e9e7ff57337a59d6128c (commit)
via 568d0cafb8423f34530c94963654abea4c62801b (commit)
via 74e9f2b0bce026b7b68a2d0a3558687386fdaab5 (commit)
via 81c3086bee1752c94a89ab2d20b7de048fdd1be7 (commit)
from a2262b6bb70923d89e96ca0d597d96a8a01e4b67 (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 cb3520203232d958962bd3b871f22675fe9c6bb5
Merge: a2262b6bb70923d89e96ca0d597d96a8a01e4b67
2e8610450bc467400f8de2976cc6c1743025aff1
Author: Tom Rondeau <address@hidden>
Date: Sat Jan 15 15:26:40 2011 -0500
Merge branch 'volkosx' into next
commit 2e8610450bc467400f8de2976cc6c1743025aff1
Author: Tom Rondeau <address@hidden>
Date: Sat Jan 15 10:53:54 2011 -0500
This should not have been put here.
commit eeb0c8e2596edc876771e9e7ff57337a59d6128c
Merge: 568d0cafb8423f34530c94963654abea4c62801b
74e9f2b0bce026b7b68a2d0a3558687386fdaab5
Author: Tom Rondeau <address@hidden>
Date: Sat Jan 15 10:52:44 2011 -0500
Merge branch 'volkosx' of github.com:trondeau/gnuradio into volkosx
commit 568d0cafb8423f34530c94963654abea4c62801b
Author: Tom Rondeau <address@hidden>
Date: Fri Jan 14 23:18:07 2011 -0500
A fix for volk_cpu being a duplicate variable. Declared as extern in the
header file volk_cpu.h and actually created in the C files.
Note that this could be a problem if multiple architectures are ever (can
ever?) be built at the same time. If that happens, we can move this variable
declaration to another C file that is made common to all builds.
commit 74e9f2b0bce026b7b68a2d0a3558687386fdaab5
Author: Tom Rondeau <address@hidden>
Date: Fri Jan 14 23:18:07 2011 -0500
Creates volk_cpu in a .cc file and externs it in the header.
commit 81c3086bee1752c94a89ab2d20b7de048fdd1be7
Author: Tom Rondeau <address@hidden>
Date: Fri Jan 14 19:58:11 2011 -0500
Cleans up the Makefiles for the various platforms. This should also make it
easier to add new architectures. Thanks to Josh for the inspiration.
-----------------------------------------------------------------------
Summary of changes:
volk/Makefile.am | 2 +-
volk/Makefile.common | 30 +++++++++++-
volk/configure.ac | 9 +---
volk/include/volk/Makefile.am | 26 +---------
volk/include/volk/make_cpuid_generic_c.py | 26 +++++++++-
volk/include/volk/make_cpuid_h.py | 25 +++++++++-
volk/include/volk/make_cpuid_powerpc_c.py | 26 +++++++++-
volk/include/volk/make_cpuid_x86_c.py | 27 ++++++++++-
volk/include/volk/make_proccpu_sim.py | 22 +++++++++
volk/lib/Makefile.am | 74 +++--------------------------
10 files changed, 159 insertions(+), 108 deletions(-)
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.3.1git-838-gcb35202,
git repository hosting <=